Commit Graph

22403 Commits

Author SHA1 Message Date
Schrijvers Luc
60bac63d0b menu_cache, disable static library, fix build for gcc > 10 (#8212) 2023-04-01 09:31:04 +02:00
Schrijvers Luc
b0ba519bdb colm, fix recipe, disable static library (that doesn't conflict when --disable-static isn't used? (#8207) 2023-04-01 07:14:26 +02:00
Jerome Duval
9649011e5f mgba: workaround crash on r1beta4 2023-03-31 18:17:35 +02:00
Schrijvers Luc
e1c81702fb dialog, remove static library (#8208) 2023-03-31 13:23:32 +02:00
OscarL
4daeb7c253 tqdm: update to version 4.65.0 (#8161)
- Switch to "any" arch (as this is pure Python code).
- Added support for Python 3.10.
- Added bash completion file for the default "cmd:tqdm".
- Install the man page.
2023-03-31 12:32:30 +02:00
Schrijvers Luc
830ba164e7 ragel, disable static library (#8206) 2023-03-31 11:10:47 +02:00
OscarL
d7926415ba jsonrpcserver: drop support for Python 3.7, add it for 3.10. (#8204)
Added the needed REQUIRES.

I was able to import the module, and run a test server now.
2023-03-31 09:45:45 +02:00
OscarL
9bb27cfeef pyrsistent: style clean up, add support for Python 3.10. (#8202)
Trying to install the 3.10 version of jsonschema was complaining
about no "pyrsistent_python310".
2023-03-31 09:45:31 +02:00
OscarL
76301ce65e pypandoc: cleanup, support for Python 3.10, update to 1.11 (#8205)
* pypandoc: style cleanup, add support for Python 3.10.

* pypandoc: update to version 1.11

Marked as disabled, as we don't actually have a binary/package for
pandoc in the repos (requires GHC).
2023-03-30 21:05:24 +02:00
Schrijvers Luc
ebb6d1bd36 cmocka, cleanup (#8203) 2023-03-30 18:10:17 +02:00
robxnano
51dc3099b2 mkvtoolnix: Update to 75.0.0 (#8196) 2023-03-30 17:54:38 +02:00
Schrijvers Luc
2414e9086e uncrustify, cleanup (#8201) 2023-03-30 17:54:27 +02:00
robxnano
a671c26508 libmatroska: Use libVersionCompat (#8198) 2023-03-30 17:38:06 +02:00
Schrijvers Luc
4005cd9aa6 robin_map, cleanup (#8200) 2023-03-30 17:37:46 +02:00
Schrijvers Luc
2388e7f499 chicken, remove static library, cleanup (#8199) 2023-03-30 17:11:34 +02:00
Schrijvers Luc
f0e9ea8951 qt6_serialport, switch to python3.9 for BUILD_PREREQUIRES (#8195) 2023-03-30 15:47:47 +02:00
OscarL
fe47620506 jsonschema: drop support for Python 3.7, add it for 3.9/3.10. (#8189)
Fixed dependencies. Now the jsonchema script actually runs.
2023-03-30 15:04:37 +02:00
Schrijvers Luc
c2f32d7489 qmdnsengine, cleanup (#8194) 2023-03-30 14:16:41 +02:00
Schrijvers Luc
2e68649b76 qt6_shadertools, switch to default python (3.9) (#8192) 2023-03-30 13:46:11 +02:00
Schrijvers Luc
087d574681 qhttpengine, cleanup (#8193) 2023-03-30 13:37:57 +02:00
Schrijvers Luc
9737776c4b prison, cleanup (#8191) 2023-03-30 13:07:16 +02:00
Schrijvers Luc
30f5bc51ca toluapp, bump version, cleanup (#8190) 2023-03-30 12:25:59 +02:00
Schrijvers Luc
b926ddf957 libsolv, revbump for rebuild (#8188) 2023-03-30 11:31:13 +02:00
Schrijvers Luc
fbb808fea5 libsolv, cleanup, fix install paths, add manpage (#8187) 2023-03-30 11:26:27 +02:00
Schrijvers Luc
dd312b0f4c libsolv, cleanup, fix install paths (#8186) 2023-03-30 10:48:14 +02:00
Schrijvers Luc
327bc7b58d libtolua, remove static library (#8185) 2023-03-30 10:42:55 +02:00
Schrijvers Luc
10b00cf713 lutok, disable static library (#8184) 2023-03-30 10:34:16 +02:00
OscarL
7edc2e6656 pychart: retire recipe. (#8183)
- Last release was in 2009.
- Building the documentation requires:
  - LaTex + latex2html
  - The actual Python 2 source tarball (as it uses stuff from its
    "Docs" directory).
- Nothing in-tree requires PyChart.
- Doesn't even actually works with Python 3.7. Errors out with:
  "NameError: name 'TupleType' is not defined".
2023-03-30 10:33:31 +02:00
Schrijvers Luc
0ddfe99331 libtar, disable static library (#8182) 2023-03-30 09:31:06 +02:00
Schrijvers Luc
06ec4d917f libutf8proc2, cleanup (#8181) 2023-03-30 09:16:57 +02:00
Schrijvers Luc
99e26efa9f libvterm, remove static library (#8180) 2023-03-30 08:55:36 +02:00
Schrijvers Luc
8c18b587b2 libwapcaplet, don't build/install the static library (#8179) 2023-03-30 08:43:57 +02:00
Schrijvers Luc
f43aa652ba libslz, don't install static library (#8178) 2023-03-30 08:29:47 +02:00
Schrijvers Luc
56c66f98ce libxdg_basedir, disable static library (#8177) 2023-03-30 08:29:27 +02:00
OscarL
b7144e859e glances: switch to Python 3.9, disable recipe. (#8171)
This requires psutil, which is currently broken WIP.

Still, we're dropping Python 3.7.
2023-03-30 08:22:32 +02:00
OscarL
c39eb4a7ef psutil: move to Python 3.9, add TEST(). (#8172)
Package is non-functional: on both 3.7 and 3.9 it gives an error
when trying to "import psutil".

The patchset is WIP, so attempting to update to psutil 5.9.4 won't
do much.

Still, moving away from 3.7 makes sense.
2023-03-30 08:22:06 +02:00
Schrijvers Luc
843526c427 libxo, disable static library (#8176) 2023-03-30 08:16:59 +02:00
Schrijvers Luc
e4b027959d psqlodbc, revbump due to changes from libiodbc (#8175) 2023-03-30 07:59:28 +02:00
OscarL
c0da47f3e8 html5_parser: update to 0.4.10, drop support for Python 2.7/3.7, add it for 3.10. (#8173) 2023-03-30 06:50:12 +02:00
Gerasim Troeglazov
bcbeb14698 glfw: bump version 2023-03-30 08:53:20 +10:00
Jerome Duval
d96a8717a6 libsdl2: bump version
use a BLooper for events instead of a BApplication. BApplication is created on demand.
remove upstreamed patches
2023-03-29 22:26:11 +02:00
Schrijvers Luc
662b0156ae redland, drop dependency for libiodbc (#8170) 2023-03-29 19:18:41 +02:00
Schrijvers Luc
33726d99f8 libsass, disable static library (#8168) 2023-03-29 16:49:45 +02:00
Schrijvers Luc
19fd4142df log4cxx, disable static library (#8169) 2023-03-29 16:49:37 +02:00
Schrijvers Luc
84fee71a4f libiodbc, add libVersionCompat, disable static library (#8155) 2023-03-29 15:59:32 +02:00
Schrijvers Luc
a563ada5e1 marisa, disable instead of remove static library (#8167) 2023-03-29 15:25:47 +02:00
Schrijvers Luc
0d083278da libparserutils, don't build/install the static library (#8166) 2023-03-29 14:45:54 +02:00
OscarL
124594c87e imutils: retire recipe. (#8092)
Not used by anything in-tree, attepts to update it to 0.5.4 ended
with installable, but non-working modules.

Upstream repo possibly unmaintained.
2023-03-29 14:23:37 +02:00
Schrijvers Luc
ca3f53af8d mxml, remove static library (#8165) 2023-03-29 14:02:27 +02:00
OscarL
4bde6fd458 ripgrep: fix install path for bash completions. (#8164)
There was an final "s" on "$dataDir/bash-completion/[...]" that wasn't supposed to be there.
2023-03-29 13:49:24 +02:00