summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-video/libva-utils: fix minor comment typoSam James2021-10-202-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: Bump to v2.13.0Ed Baker2021-10-202-0/+98
| | | | | | | | | This pulls in upstream fixes for h264encode, hevcencode, and adds planar BGR support. The code base was also reformatted. Signed-off-by: Ed Baker <edward.baker@intel.com> Closes: https://github.com/gentoo/gentoo/pull/22627 Signed-off-by: Sam James <sam@gentoo.org>
* **/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 <ulm@gentoo.org>
* media-video/libva-utils: Stabilize 2.12.0 arm64, #810067Sam James2021-09-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: x86 stable wrt bug #810067Agostino Sarubbo2021-08-271-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-video/libva-utils: amd64 stable wrt bug #810067Agostino Sarubbo2021-08-271-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-video/libva-utils: fixed require USE flags combinationKarlson2k (Evgeny Grin)2021-08-263-0/+3
| | | | | | | | Closes: https://bugs.gentoo.org/806998 Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru> Closes: https://github.com/gentoo/gentoo/pull/22094 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: bump to v2.12.0Karlson2k (Evgeny Grin)2021-06-292-0/+97
| | | | | | Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru> Closes: https://github.com/gentoo/gentoo/pull/21422 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: stabilize on ppc64Georgy Yakovlev2021-05-161-1/+1
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* media-video/libva-utils: add missing pkgconfig (B)DEPENDSam James2021-04-124-11/+11
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: add missing || dies, use Bash testsSam James2021-04-122-9/+20
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: new version 2.11.1Karlson2k (Evgeny Grin)2021-04-124-3/+127
| | | | | | | | | | Added new libva-utils version 2.11.1. Added USE flags to control which tools are built and installed as most people need only vainfo tool. Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru> Closes: https://github.com/gentoo/gentoo/pull/20234 Signed-off-by: Sam James <sam@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-video/libva-utils-2.8.0: fixed testing in portageKarlson2k (Evgeny Grin)2021-02-122-0/+62
| | | | | | | Closes: https://bugs.gentoo.org/768486 Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru> Closes: https://github.com/gentoo/gentoo/pull/19315 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: add bug links to tests patchSam James2021-01-142-5/+8
| | | | | | | | | Closes: https://bugs.gentoo.org/647746 Closes: https://bugs.gentoo.org/632180 Closes: https://bugs.gentoo.org/714126 Closes: https://bugs.gentoo.org/758620 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: fixed test in portage sandbox in 2.9.1Karlson2k (Evgeny Grin)2021-01-142-38/+23
| | | | | | | Closes: https://bugs.gentoo.org/758620 Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru> Closes: https://github.com/gentoo/gentoo/pull/19048 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: fixed test in portage sandbox in 2.10.0Karlson2k (Evgeny Grin)2021-01-143-0/+18
| | | | | | | | | There are only two tests out of >17000 tests that can be run in portage sandbox. Let's use these two tests as this is better than do not test at all. Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru> Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: version bump, minor improvementsKarlson2k (Evgeny Grin)2021-01-113-37/+81
| | | | | | | | | | | | * .ebuild is unified with libva.ebuild. * Live libva is always required for live libva-utils. * Ignored last digit in version of libva dependency for non-live libva-utils as the last digit indicate no API change, only minor fixes. Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru> Closes: https://github.com/gentoo/gentoo/pull/18949 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: style changesSam James2021-01-047-14/+14
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: fixed dependencies, minor other fixesKarlson2k (Evgeny Grin)2021-01-044-11/+175
| | | | | | | | | | | | | | | 1. While it is declared that libva-utils are backward compatible with the older version of libva, it is not truth. Let's require similar version of libva as dependency. Bug: https://bugs.gentoo.org/743835 2. Xext, Xfixes and libdrm are not required anymore starting from version 2.7.1 of libva-utils. Dropped. 3. Sometimes the upstream publishes tarballs with generated 'configure'. Let's use it. Closes: https://bugs.gentoo.org/743835 Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru> Closes: https://github.com/gentoo/gentoo/pull/18943 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/libva-utils: Keyword 2.9.1 riscv, #756115Mikle Kolyada2020-12-041-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* media-video/libva-utils: bump to 2.9.1Alexis Ballier2020-10-233-1/+64
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
* media-video/libva-utils: Bump to version 2.8.0Lars Wendler2020-07-132-0/+63
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-video/libva-utils: sync live ebuild keywordsGeorgy Yakovlev2020-01-211-2/+2
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* media-video/libva-utils: keyword 2.4.0 on ~ppc64Georgy Yakovlev2020-01-211-2/+2
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-0/+2
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-video/libva-utils: Drop old versionsMatt Turner2019-09-135-252/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-video/libva-utils: amd64 stable wrt bug #684108Agostino Sarubbo2019-08-131-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-video/libva-utils: x86 stable wrt bug #684108Agostino Sarubbo2019-08-131-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-video/libva-utils: arm64 stable (bug #684108)Aaron Bauman2019-08-121-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.71, Repoman-2.3.17 RepoMan-Options: --include-arches="arm64"
* media-video/libva-utils: 2.4.0 version bumpAndreas Sturmlechner2019-02-213-1/+68
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-video/libva-utils: EAPI-7 bumpAndreas Sturmlechner2019-02-211-30/+23
| | | | | | | Sort DEPENDs Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-video/libva-utils: bump to 2.3.0David Heidelberg2019-02-212-0/+60
| | | | | Signed-off-by: David Heidelberg <david@ixit.cz> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-video/libva-utils: bump to 2.2.0Alexis Ballier2018-07-172-0/+64
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* media-video/libva-utils: Fix libva minimum dependencyMart Raudsepp2018-02-261-1/+1
| | | | | Acked-by: Alexis Ballier <aballier@gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-video/libva-utils: update remoteidAlexis Ballier2018-02-151-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-video/libva-utils: bump to 2.1.0Alexis Ballier2018-02-153-3/+67
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-video/libva-utils: Remove oldAlexis Ballier2018-02-156-309/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* media-video/libva-utils: x11-libs/libva is slottedCraig Andrews2017-12-182-1/+64
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-video/libva-utils: 2.0.0 version bumpCraig Andrews2017-12-163-1/+65
| | | | | Closes: https://bugs.gentoo.org/639404 Package-Manager: Portage-2.3.17, Repoman-2.3.6
* media-video/*: Update Manifest hashesMichał Górny2017-12-101-4/+4
|
* media-video/libva-utils: bump to 1.8.3Alexis Ballier2017-06-292-0/+64
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-video/libva-utils: keyword ~arm64Alexis Ballier2017-06-232-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* media-video/libva-utils: Bump to 1.8.2 and disable WerrorAlexis Ballier2017-05-243-0/+69
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-4/+7
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* media-video/libva-utils: Bump to 1.8.1Alexis Ballier2017-04-112-0/+59
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* media-video/libva-utils: Initial import. Split out of x11-libs/libvaAlexis Ballier2017-04-034-0/+128
Package-Manager: Portage-2.3.5, Repoman-2.3.2