summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-irc/unrealircd: keyword 6.0.4 for ~riscvYongxiang Liang2022-08-181-1/+1
| | | | | | | Bug: https://bugs.gentoo.org/865395 Closes: https://github.com/gentoo/gentoo/pull/26881 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* media-sound/qtractor: add a missing dependency on qtsvg for 0.9.27-r1Joonas Niilola2022-08-181-0/+1
| | | | | | - forgot the first time around since there were other missing deps. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/vlc: x86 stable wrt bug #865413Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/shaderc: drop 2022.1-r1Andreas Sturmlechner2022-08-181-92/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-python/dulwich: ppc stable wrt bug #865609Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/linux-logo: ppc stable wrt bug #865441Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-im/bitlbee: sync livePetr Vaněk2022-08-182-3/+89
| | | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/26703 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: Use system json-parserPetr Vaněk2022-08-182-0/+239
| | | | | | | | | | | | | - Applied patch allows us to use system json-parser, it is based on upstream PR, see the link below - Dropped arm64, ppc, ppc64 and x86 keywords because newly introduced dev-libs/json-parser dependency has currently only ~amd64 keyword - EAPI 7 -> 8 Upstream-PR: https://github.com/bitlbee/bitlbee/pull/151 Bug: https://bugs.gentoo.org/861371 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/json-parser: new package, add 1.1.0_p20211208Petr Vaněk2022-08-184-0/+120
| | | | | | | | | | | | | | | | | | | | | | | | Original version 1.1.0 is from a year 2014, which is quite old. The snapshot is from latest commit 531a49062975 ("Add author of #154 to AUTHORS") in master branch, which contains (among others) two fixes related to strict aliasing. New release is anticipated [1], but it is not clear when it will happen, as the ticket is open for 2 years already. It was necessary to apply one patch proposed as PR [2] to upstream, which changes pkgconfig file installation path from datadir to libdir. This library is currently known to be bundled in multiple packages in ::gentoo, see the corresponding bugs bellow. [1] https://github.com/json-parser/json-parser/issues/82 [2] https://github.com/json-parser/json-parser/pull/164 Bug: https://bugs.gentoo.org/858524 Bug: https://bugs.gentoo.org/861143 Bug: https://bugs.gentoo.org/861371 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: set correct --libdirPetr Vaněk2022-08-182-0/+2
| | | | | | | | | | The libdir is currently not used to install any files, however, it is used in generated bitlbee.pc, where it should point to correct directory. Closes: https://bugs.gentoo.org/861383 Fixes: b88db9002a8e ("net-im/bitlbee: Install pkgconfig to /usr/$(get_libdir)/pkgconfig") Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-im/bitlbee: fix strict-aliasing issue in bundled libraryPetr Vaněk2022-08-182-1/+33
| | | | | | | | | | The patch is based on fixes from upstream. LICENSE is extended with BSD-2, the license of bundled library. Upstream-PR: https://github.com/bitlbee/bitlbee/pull/162 Closes: https://bugs.gentoo.org/861371 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-sound/qtractor: update dependencies for 0.9.27-r1Joonas Niilola2022-08-181-2/+6
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-sound/qtractor: enable VST2 supportNikos Chantziaras2022-08-181-0/+103
| | | | | | | | | | | | | | | | | | | | A lot of MIDI instruments now come in the form of Linux VST plugins, so not having VST support enabled seriously limits Qtractor's use cases (since the primary use of Qtractor is as a MIDI sequencer) and forces users to manually build from source. VST2 support does not actually require any external deps. When the VST2 SDK is not found, it just uses the VST API declared in vestige.h which comes with qtractor. So just unconditionally enable it, which is what upstream does when cmake can't find the SDK. VST3 support does require the VST3 SDK, which is not in portage, so keep that disabled. Fortunately, VST3 is not that popular, at least for Linux VST plugins. Signed-off-by: Nikos Chantziaras <realnc@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26717 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/featherpad: add a missing dependency dev-qt/qtdbus:5Joonas Niilola2022-08-181-1/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/featherpad: drop 1.0.0, 1.0.1Hans Fredrik Nordhaug2022-08-183-76/+0
| | | | | | Signed-off-by: Hans Fredrik Nordhaug <hansfn@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26719 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/featherpad: add 1.3.1Hans Fredrik Nordhaug2022-08-182-0/+37
| | | | | Signed-off-by: Hans Fredrik Nordhaug <hansfn@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-games/aseprite: drop 1.2.35Azamat H. Hackimov2022-08-182-208/+0
| | | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26695 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-games/aseprite: fix building skiaAzamat H. Hackimov2022-08-181-1/+4
| | | | | | | | | skia's build system invokes python directly, which will fail with dev-lang/python-exec[-native-symlinks]. Closes: https://bugs.gentoo.org/861923 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/pybind11: amd64 stable wrt bug #865563Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pypng: amd64 stable wrt bug #865557Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/python-evdev: amd64 stable wrt bug #865551Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/python-ironicclient: amd64/x86 stable (ALLARCHES policy) wrt bug ↵Agostino Sarubbo2022-08-181-1/+1
| | | | | | #865549 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/python-keystoneclient: amd64/x86 stable (ALLARCHES policy) wrt ↵Agostino Sarubbo2022-08-181-1/+1
| | | | | | bug #865547 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/python-neutronclient: amd64/x86 stable (ALLARCHES policy) wrt bug ↵Agostino Sarubbo2022-08-181-1/+1
| | | | | | #865543 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pyzmq: amd64 stable wrt bug #865539Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/simplegeneric: amd64 stable wrt bug #865535Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/commentjson: amd64 stable wrt bug #865615Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/dulwich: amd64 stable wrt bug #865609Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/html2text: amd64 stable wrt bug #865601Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/kiwisolver: amd64 stable wrt bug #865581Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/netifaces: amd64 stable wrt bug #865577Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/osc-lib: amd64/x86 stable (ALLARCHES policy) wrt bug #865573Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pikepdf: amd64 stable wrt bug #865565Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-misc/linux-logo: amd64 stable wrt bug #865441Agostino Sarubbo2022-08-181-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/yt-dlp: stabilize 2022.8.14 for ALLARCHESIonen Wolkens2022-08-181-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* sys-kernel/gentoo-kernel-bin: Bump to 5.18.18Michał Górny2022-08-182-0/+141
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-kernel/gentoo-kernel-bin: Bump to 5.15.61Michał Górny2022-08-182-0/+141
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/commentjson: Mark ALLARCHESMichał Górny2022-08-181-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/html2text: Mark ALLARCHESMichał Górny2022-08-181-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/irc: Remove oldMichał Górny2022-08-182-47/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/python-cinderclient: Remove oldMichał Górny2022-08-182-46/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/python-swiftclient: Remove oldMichał Górny2022-08-182-41/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/simplegeneric: Mark ALLARCHESMichał Górny2022-08-181-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/future: Remove oldMichał Górny2022-08-181-39/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/openstacksdk: Remove oldMichał Górny2022-08-182-86/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pylint: Remove oldMichał Górny2022-08-182-83/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/sentry-sdk: Remove oldMichał Górny2022-08-182-92/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/sentry-sdk: Revert "drop 1.7.2"Michał Górny2022-08-182-0/+92
| | | | | | | Wrong version. Reverts: 6b302b75e8fb42006c3eda973dd9e3a5ad648241 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/blinker: Remove obsolete patchMichał Górny2022-08-181-31/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* virtual/dist-kernel: Bump to 5.18.18Michał Górny2022-08-181-0/+19
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>