TheZeldakatze
14bd80f9e3
mumble: bump version ( #11151 )
2024-09-20 08:40:56 +00:00
Schrijvers Luc
ecb1e5697a
supertuxkart, revbump for openssl3, fixes crash when enabling internet ( #11150 )
2024-09-19 15:02:05 +00:00
Schrijvers Luc
3857d73470
doxygen, bump version ( #11149 )
2024-09-19 13:36:46 +00:00
Schrijvers Luc
b36fc1aeab
pystring, revive older base package, in use by blender3 ( #11148 )
2024-09-19 13:10:42 +00:00
Schrijvers Luc
07b4d99f19
imagemagick, bump version ( #11140 )
2024-09-19 07:40:31 +00:00
Schrijvers Luc
4bcb17fc24
assimp, add patchset ( #11146 )
2024-09-19 07:26:50 +00:00
Schrijvers Luc
ea092cca83
assimp, bump version ( #11145 )
2024-09-19 07:16:10 +00:00
Al Hoang
ea737b6969
nim: update to 2.0.8 ( #11143 )
2024-09-19 06:10:57 +00:00
OscarL
a1e30e9c25
gertty: Recipe cleanups. Build only once. ( #10786 )
...
This is a stand-alone utility. No need to build it for multiple Python
versions (switched to "default" Python 3.10).
Removed unneeded or indirect depedencies.
For example, mako and typing-extensions are really dependencies for
alembic_py (that package should be fixed instead of listing deps here).
2024-09-18 07:53:53 +00:00
hfsfox
e015976453
rtaudio: add recipe ( #8962 )
2024-09-18 07:06:58 +00:00
Alexander Richards
12c6511ba1
pango: bump to 1.54.0 ( #11013 )
...
* pango: bump to 1.54.0
* Apply suggestions from code review
Co-authored-by: Jérôme Duval <jerome.duval@gmail.com >
---------
Co-authored-by: Jérôme Duval <jerome.duval@gmail.com >
2024-09-18 06:26:00 +00:00
Philipp Wolfer
3f1f7881b8
mutagen: bump version to 1.47.0 ( #11076 )
2024-09-18 06:14:36 +00:00
OscarL
dc675a224a
alembic_py: update to version 1.13.2, fixed dependencies. ( #11128 )
...
Not sure if this needs a "_python3x" package, or we could just
provide it as a standalone "cmd:alembic".
For now, leave it like this.
2024-09-18 06:13:32 +00:00
OscarL
0f22217d27
mako: update to version 1.3.5. ( #11127 )
...
Cleaned up dependencies (pygments is optional, if some recipe using mako
needs that mako extension, it should require it explicitly).
2024-09-18 06:11:33 +00:00
OscarL
de3397e71d
typing_extensions: update to version 4.12.2. ( #11126 )
2024-09-18 06:06:57 +00:00
OscarL
f2e7879f1f
sqlalchemy: update to version 1.3.24. ( #11125 )
...
This is the newest of the 1.3.x series. As this is a requirement for gertty,
and that package hasn't seen development in years, better stick to an older
version of sqlalchemy (1.4 *might* work? 2.x surely will not).
2024-09-18 06:03:34 +00:00
Schrijvers Luc
ff1b6a0972
scipy, enable recipe ( #11139 )
2024-09-17 20:12:48 +00:00
Schrijvers Luc
29a8db3e07
scipy, revbump for rebuild ( #11138 )
2024-09-17 20:02:56 +00:00
Schrijvers Luc
4c73f2c310
giflib, restore giflib6 ( #11137 )
2024-09-17 18:57:04 +00:00
Schrijvers Luc
450710d5d7
wireshark, revbump for missing symbol (Qt6) ( #11136 )
2024-09-17 18:38:50 +00:00
Augustin Cavalier
5768ca04e4
ICU: Use UDATA_PACKAGES_FIRST and actually disable ICU 75.
2024-09-17 14:19:20 -04:00
OscarL
2b523b876f
speedtest_cli: use https by default. ( #11123 )
...
Patch taken from https://github.com/sivel/speedtest-cli/pull/800
2024-09-17 17:25:15 +00:00
kenmays
bee0c0fde9
FFmpeg: 6.1.2 bump ( #10832 )
2024-09-17 17:12:49 +00:00
Augustin Cavalier
1d32ee97ee
ICU: Build with -fno-semantic-interposition -Wl,-Bsymbolic-functions.
...
This significantly improves startup time, as the runtime
linker has a lot fewer symbols to resolve.
Also disable ICU 75 as nothing uses it yet (nor should it,
while we stick to ICU 74 generally.)
2024-09-17 12:48:50 -04:00
OscarL
c9ec234c5c
qtwebengine: remove older recipes. ( #10813 )
...
Superseeded by 5.15.17, also, older source recipe requires cmd:python2.
2024-09-17 16:31:46 +00:00
kenmays
4cb81bbf1e
giflib: bump version ( #10833 )
...
Co-authored-by: Schrijvers Luc <begasus@gmail.com >
2024-09-17 16:09:05 +00:00
OscarL
f2f2723b8d
python3.12: update to version 3.12.6. ( #11122 )
2024-09-17 15:53:55 +00:00
kenmays
c12938748b
sed: bump to 4.9 ( #10988 )
2024-09-17 15:44:30 +00:00
kenmays
c7459a988f
dooble: bump to 2024.08.20 ( #10972 )
2024-09-17 17:13:15 +02:00
Gerasim Troeglazov
d6ed5765d6
Telegram: bump version
2024-09-15 23:02:55 +10:00
Nikolay Korotkiy
ac1a33586f
nnn: bump to 5.0 ( #11132 )
2024-09-15 12:33:43 +00:00
PulkoMandy
57ca06bd8a
apr: fix named shared memory
...
Anonymous shared memory was changed previously to use UNIX code, but
named shared memory had not been adjusted. So the configure script was
trying to enable BeOS code and half of UNIX code, and things didn't
work.
Now we fully use the UNIX code based on mmap().
Fix #11124
2024-09-15 11:05:59 +02:00
Humdinger
92af16f5b8
CapitalBe: update to v2.1
...
Bugfix release:
* Layout improvements for the Budget window
* Fix quarterly reports showing wrong quarter label
* Fix Reports not updating when changing dates
* Added translation for Russian, updated translations
2024-09-15 09:23:38 +02:00
Schrijvers Luc
fe6f8b7ee1
kaccounts_integration24, revbump, add requirements for _devel package ( #11130 )
2024-09-15 09:21:47 +02:00
Schrijvers Luc
2929a48bfc
ecode, add 64bit package ( #11129 )
2024-09-15 07:43:27 +02:00
Humdinger
55cc7e30f9
Genio: improved description formatting
...
The additional spaces after the "*" of the bullet item messes up
the justifying of the text.
2024-09-14 19:05:35 +02:00
PulkoMandy
dbf8105eb8
apache httpd: some fixes
...
- Allow running as UID 0
- Fix log directory
- Enable asis and cgi modules
Fixes #11114
2024-09-14 16:57:32 +02:00
Jérôme Duval
fba38d7734
beam: rebuild
2024-09-14 14:58:06 +02:00
Jérôme Duval
f95bc48dd9
liblayout: fix header guards to prefix with LAYOUT
2024-09-14 14:53:44 +02:00
Schrijvers Luc
564b7d032f
libgit2, revbump for rebuild ( #11120 )
2024-09-13 16:31:14 +02:00
Schrijvers Luc
13461412dd
konsole24, add KF6 version ( #11119 )
2024-09-13 12:36:49 +02:00
Schrijvers Luc
439a868858
dolphin24, put Deskbar link in main menu ( #11118 )
2024-09-13 12:21:35 +02:00
Schrijvers Luc
97c244b269
dolphin_plugins24, add KF6 version ( #11115 )
2024-09-13 10:54:01 +02:00
Schrijvers Luc
1f4298a5ca
dolphin24, fix dependency for dbus for 32bit ( #11117 )
2024-09-13 10:39:21 +02:00
Schrijvers Luc
011098f4d6
dolphin24, add KF6 version ( #11116 )
2024-09-13 10:26:43 +02:00
Gerasim Troeglazov
84c0c9aa16
vulkan: enable wayland support
2024-09-13 13:24:44 +10:00
Gerasim Troeglazov
02bb01f06c
shaderc: add recipe
2024-09-13 09:53:56 +10:00
Schrijvers Luc
cf621e17a3
kio_gdrive, new recipes ( #11113 )
2024-09-12 17:40:35 +02:00
Schrijvers Luc
3f91d71c3c
libkgapi, use correct libVersion ( #11112 )
2024-09-12 15:57:32 +02:00
Schrijvers Luc
6bd8a83208
libkgapi, add KF6 package ( #11111 )
2024-09-12 15:30:27 +02:00