summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: destable sparcArthur Zamarin2025-09-022-4/+4
| | | | | | | Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <[email protected]>
* media-libs/kvazaar: Stabilize 2.3.0-r1 ppc64, #944704Sam James2024-11-251-1/+1
| | | | Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: Stabilize 2.3.0-r1 amd64, #944704Michał Górny2024-11-231-1/+1
| | | | Signed-off-by: Michał Górny <[email protected]>
* media-libs/kvazaar: Stabilize 2.3.0-r1 x86, #944704Michał Górny2024-11-231-1/+1
| | | | Signed-off-by: Michał Górny <[email protected]>
* media-libs/kvazaar: Stabilize 2.3.0-r1 arm64, #944704Sam James2024-11-231-1/+1
| | | | Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: Stabilize 2.3.0-r1 sparc, #944704Sam James2024-11-231-1/+1
| | | | Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: Stabilize 2.3.0-r1 ppc, #944704Sam James2024-11-231-1/+1
| | | | Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: Stabilize 2.3.0-r1 arm, #944704Sam James2024-11-231-1/+1
| | | | Signed-off-by: Sam James <[email protected]>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-124-4/+4
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <[email protected]>
* media-libs/kvazaar: fix UnusedInherits (flag-o-matic)Sam James2024-04-084-4/+4
| | | | | | No longer used after e6308710dff6e3e7469e536d5e947494ca080fd4. Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: don't manually enable -WerrorEli Schwartz2024-04-084-14/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | autotools is genius software. When you add a flag called --disable-werror, it isn't actually a flag called --disable-werror. It's a flag called AC_ARG_ENABLE(werror), which expands "code if argument was passed on the command line" and "code if argument was not passed on the command line" blocks. When you say "--disable-werror" all you actually do is add a formatted help text, which is otherwise totally ignored by autoconf. kvazaar had an AC_ARG_ENABLE that defined an action-if-argument-was-defined-on-the-command-line of nothing, and an action-if-argument-was-excluded-on-the-command-line of adding -Werror to CFLAGS. Back in commit 019c44a86ad017ea54703b7594b076cb0b840707, this was then used to work around the default addition of -Werror. Logical. In the very next release, upstream changed the help text to advertise the --enable-* form, and switched it to action-if-argument-was-defined-on-the-command-line of adding -Werror, action-if-argument-was-excluded-on-the-command-line of nothing. See: https://github.com/ultravideo/kvazaar/commit/033bc6bc45b0c6b200a4227208d2fa6263e09166 This naturally meant that passing --disable-werror would add -Werror, in addition to setting the ignored shell variable enable_werror=no. So for seven years, we've been building with -Werror. Yay! During that very version bump, --disable-werror was never removed. Instead, append-flags was used to add an additional gcc switch back off, per the redundancy requirements of the Department of Redundancy Department's required approach to redundantly specifying redundant flags. This also appears to tickle edge cases in LTO due to libtool dropping some, but not all flags... sometimes. Leading to LTO being performed with global -Werror. Bug: https://bugs.gentoo.org/618434 Closes: https://bugs.gentoo.org/907263 Closes: https://bugs.gentoo.org/924296 Signed-off-by: Eli Schwartz <[email protected]> Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: fix missing version in pc fileConrad Kostecki2024-03-162-0/+76
| | | | | | Closes: https://bugs.gentoo.org/927016 Closes: https://bugs.gentoo.org/927082 Signed-off-by: Conrad Kostecki <[email protected]>
* media-libs/kvazaar: Keyword 2.3.0 sparc, #902217Matoro Mahri2024-03-121-1/+1
| | | | | Signed-off-by: Matoro Mahri <[email protected]> Signed-off-by: Ionen Wolkens <[email protected]>
* media-libs/kvazaar: Keyword 2.3.0 x86, #902217Matoro Mahri2024-03-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <[email protected]> Signed-off-by: Viorel Munteanu <[email protected]>
* media-libs/kvazaar: destabilize 2.3.0 for ~amd64, ~armSam James2024-03-081-1/+1
| | | | Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: add 2.3.0Matoro Mahri2024-03-085-2/+139
| | | | | | | | | | | Includes two new backports for remaining missing arches (x86 + sparc). See: https://github.com/ultravideo/kvazaar/pull/392 See: https://github.com/ultravideo/kvazaar/issues/391 Bug: https://bugs.gentoo.org/902217 Signed-off-by: Matoro Mahri <[email protected]> Closes: https://github.com/gentoo/gentoo/pull/35584 Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: Keyword 2.2.0 hppa, #902217Matoro Mahri2023-12-221-1/+1
| | | | | Signed-off-by: Matoro Mahri <[email protected]> Signed-off-by: Ionen Wolkens <[email protected]>
* media-libs/kvazaar: Keyword 2.2.0 arm64, #902217Matoro Mahri2023-12-191-1/+1
| | | | | Signed-off-by: Matoro Mahri <[email protected]> Signed-off-by: Ionen Wolkens <[email protected]>
* media-libs/kvazaar: add patch to fix tests on big-endianMatoro Mahri2023-12-192-0/+34
| | | | | | | | | | Trivial fix and only affects BE so no revbump. See: https://github.com/ultravideo/kvazaar/pull/377 Bug: https://bugs.gentoo.org/902217 Signed-off-by: Matoro Mahri <[email protected]> Closes: https://github.com/gentoo/gentoo/pull/34364 Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: Keyword 2.2.0 alpha, #902217Matoro Mahri2023-12-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <[email protected]> Signed-off-by: Arthur Zamarin <[email protected]>
* media-libs/kvazaar: Keyword 2.2.0 ppc64, #902217Arthur Zamarin2023-12-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <[email protected]>
* media-libs/kvazaar: Keyword 2.2.0 ppc, #902217Arthur Zamarin2023-12-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <[email protected]>
* media-libs/kvazaar: Stabilize 2.2.0 amd64, #907572Arthur Zamarin2023-06-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <[email protected]>
* media-libs/kvazaar: Stabilize 2.2.0 arm, #907572Arthur Zamarin2023-06-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <[email protected]>
* media-libs/kvazaar: Keyword 2.2.0 ia64, #902217Matoro Mahri2023-04-081-1/+1
| | | | | Signed-off-by: Matoro Mahri <[email protected]> Signed-off-by: Viorel Munteanu <[email protected]>
* media-libs/kvazaar: sync live ebuildWANG Xuerui2023-04-051-1/+1
| | | | Signed-off-by: WANG Xuerui <[email protected]>
* media-libs/kvazaar: keyword 2.2.0 for ~loongWANG Xuerui2023-04-051-1/+1
| | | | Signed-off-by: WANG Xuerui <[email protected]>
* media-libs/kvazaar: Keyword 2.2.0 arm, #902217Arthur Zamarin2023-03-261-1/+1
| | | | Signed-off-by: Arthur Zamarin <[email protected]>
* media-libs/kvazaar: Keyword 2.2.0 riscv, #902217Yixun Lan2023-03-201-1/+1
| | | | Signed-off-by: Yixun Lan <[email protected]>
* media-libs/kvazaar: add 2.2.0, wire up testsMatoro Mahri2023-03-203-8/+73
| | | | | | | Bug: https://bugs.gentoo.org/896120 Signed-off-by: Matoro Mahri <[email protected]> Closes: https://github.com/gentoo/gentoo/pull/30149 Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: keyword 2.1.0 for ~loongWANG Xuerui2022-12-031-1/+1
| | | | Signed-off-by: WANG Xuerui <[email protected]>
* media-libs/kvazaar: Drop unused inheritsMatt Turner2022-11-122-2/+2
| | | | Signed-off-by: Matt Turner <[email protected]>
* media-libs/kvazaar: Drop old versionsMatt Turner2022-11-123-134/+0
| | | | Signed-off-by: Matt Turner <[email protected]>
* media-libs/kvazaar: Stabilize 2.1.0 sparc, #868030Arthur Zamarin2022-11-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <[email protected]>
* media-libs/kvazaar: Stabilize 2.1.0 arm, #868030Arthur Zamarin2022-11-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <[email protected]>
* media-libs/kvazaar: Stabilize 2.1.0 ppc64, #868030Arthur Zamarin2022-11-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <[email protected]>
* media-libs/kvazaar: Stabilize 2.1.0 ppc, #868030Arthur Zamarin2022-11-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <[email protected]>
* media-libs/kvazaar: fix AVX2 flags on GCCFrancisco Blas (klondike) Izquierdo Riera2022-10-133-1/+42
| | | | | | | | | | | | | | | | | | On older CPUS without support for popcnt or lzcnt compilation of kvazaar fails due to these instructions being used by the AVX2 code but the relevant flags to support them not being set by the Makefile. Upstream fixed this in commit 99423a825027c862bbfd50e112a1846a013b01a7 Backport this patch so compilation works again on systems without CPU support for these instructions. Closes: https://bugs.gentoo.org/739776 Bug: https://github.com/ultravideo/kvazaar/pull/301 Signed-off-by: Francisco Blas (klondike) Izquierdo Riera <[email protected]> Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: Stabilize 2.1.0 arm64, #868030Sam James2022-09-051-1/+1
| | | | Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: Stabilize 2.1.0 amd64, #868030Sam James2022-09-031-1/+1
| | | | Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: Stabilize 2.1.0 x86, #868030Sam James2022-09-031-1/+1
| | | | Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: bump to 2.1.0Alexis Ballier2022-03-153-2/+67
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexis Ballier <[email protected]>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <[email protected]>
* media-libs/kvazaar: keyword 2.0.0 for ~riscvMarek Szuba2021-08-241-1/+1
| | | | Signed-off-by: Marek Szuba <[email protected]>
* media-libs/kvazaar: stable 2.0.0 for sparcSergei Trofimovich2021-05-171-1/+1
| | | | | | | | stable wrt bug #786396 Package-Manager: Portage-3.0.18, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <[email protected]>
* media-libs/kvazaar: Stabilize 2.0.0 ppc64, #786396Sam James2021-05-131-1/+1
| | | | Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: Stabilize 2.0.0 ppc, #786396Sam James2021-05-131-1/+1
| | | | Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: Stabilize 2.0.0 arm, #786396Sam James2021-05-131-1/+1
| | | | Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: Stabilize 2.0.0 amd64, #786396Sam James2021-05-131-1/+1
| | | | Signed-off-by: Sam James <[email protected]>
* media-libs/kvazaar: Stabilize 2.0.0 x86, #786396Sam James2021-05-131-1/+1
| | | | Signed-off-by: Sam James <[email protected]>