summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-video/v4l2loopback: Correct descriptionPetr Šabata2021-01-222-2/+2
| | | | | | | | | | | Fixing the grammar I randomly noticed while searching. I think the description could be rewritten entirely but I can't think of anything and upstream doesn't provide a simple, one sentence summary that is also descriptive. Signed-off-by: Petr Šabata <contyk@redhat.com> Closes: https://github.com/gentoo/gentoo/pull/18495 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/gpac: cleanup for openjpeg cleanupJohn Helmert III2021-01-223-250/+0
| | | | | | | | Closes: https://bugs.gentoo.org/735600 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: John Helmert III <jchelmert3@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/19133 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/openshot: amd64 stable wrt bug #737290Agostino Sarubbo2021-01-211-2/+2
| | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* */*: Reassign lordvan's packagesMichał Górny2021-01-203-9/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-video/gxine: Remove oldJakov Smolic2021-01-201-88/+0
| | | | | | Bug: https://bugs.gentoo.org/764281 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* media-video/vlc: amd64 stable wrt bug #765040Agostino Sarubbo2021-01-201-1/+1
| | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-video/gxine: Stabilize 0.5.909-r1 ppc64, #764281Sam James2021-01-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/gpac: Stabilize 1.0.1 ppc64, #747202Sam James2021-01-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/gpac: Stabilize 1.0.1 ppc, #747202Sam James2021-01-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/gpac: Stabilize 1.0.1 sparc, #747202Sam James2021-01-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/gpac: fix build on non amd64/x86Sam James2021-01-182-4/+27
| | | | | | | | -mno-sse2 isn't valid on non amd64/x86. Bug: https://bugs.gentoo.org/749972 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/gxine: Stabilize 0.5.909-r1 ppc, #764281Sam James2021-01-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/gxine: Stabilize 0.5.909-r1 amd64, #764281Sam James2021-01-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/gxine: Stabilize 0.5.909-r1 x86, #764281Sam James2021-01-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/aegisub-9999: use wangqr repo to fix make 4.3 buildMatthew White2021-01-152-19/+2
| | | | | | | | | | | | | | | | | | | | | | | | The bug presents itself during compilation as unresolved dependencies. The official Aegisub repo isn't actively updated... That leaves now a problem when make is updated to sys-devel/make-4.3. In Makefile.target it is required to use the automatic variable $(*F), rather than $*, to compile the Aegisub .a libraries with make 4.3. References about make 4.3 bug: - GNU make Automatic Variables https://www.gnu.org/software/make/manual/make.html#Automatic-Variables - Failing to compile on make 4.3 https://github.com/Aegisub/Aegisub/issues/171 - Use target name without directory in $*_OBJ macro https://github.com/wangqr/Aegisub/commit/6bd3f4c26b8fc1f76a8b797fcee11e7611d59a39 Closes: https://bugs.gentoo.org/765133 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Matteo Bianco <mehw.is.me@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/19065 Signed-off-by: Nick Sarnie <sarnex@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/vlc: Needs to be rebuilt with libprojectm subslot bumpsPacho Ramos2021-01-134-4/+4
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* media-video/rav1e: Version bumpLuca Barbato2021-01-132-0/+289
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* media-video/vlc: fix non-empty ROOT checkSam James2021-01-124-4/+4
| | | | | | | | | | We need ROOT here because we're interested in whether we're going to try execute a cross binary or not. Thanks-to: Arfrever Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/vlc: Several crucial ebuild fixesLars Wendler2021-01-121-5/+3
| | | | | | | | | | - Fixed ${S} - Removed one superfluous patch - commented failing "rm" call - Added "${EROOT}" to elog message Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-video/vlc: change revisionSam James2021-01-122-0/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/vlc: sync liveSam James2021-01-124-38/+56
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/vlc: security bump to 3.0.12.1Sam James2021-01-123-0/+1005
| | | | | | | Bug: https://bugs.gentoo.org/765040 Bug: https://bugs.gentoo.org/723006 Package-Manager: Portage-3.0.12, Repoman-3.0.2 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/parole: Bump to 4.16.0Michał Górny2021-01-112-0/+65
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-video/aegisub: Drop oldNick Sarnie2021-01-103-456/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* media-video/aegisub: Fix build with dashNick Sarnie2021-01-102-0/+205
| | | | | | Closes: https://bugs.gentoo.org/764881 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* media-video/openshot: Drop 2.5.1_p20201227 snapshotAndreas Sturmlechner2021-01-102-54/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-video/openshot: 2.5.1_p20210103 snapshot bumpAndreas Sturmlechner2021-01-102-0/+54
| | | | | | Bug: https://bugs.gentoo.org/709858 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-video/gaupol: bump to 1.9, use distutils_enable_testsLouis Sautier2021-01-092-0/+66
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* media-video/movit: fix MissingUnpackerDepSam James2021-01-091-2/+5
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/x264-encoder: cleanup oldSam James2021-01-072-78/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/gxine: Port to EAPI 7Jakov Smolic2021-01-072-0/+93
| | | | | | Closes: https://bugs.gentoo.org/709306 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* media-video/x264-encoder: Stabilize 0.0.20190903 x86, #763390Sam James2021-01-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/mpgtx: drop x86-macosFabian Groffen2021-01-061-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* media-video/dirac: drop x86-macosFabian Groffen2021-01-061-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* media-video/transcode: Remove oldAndreas K. Huettel2021-01-051-141/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel <dilfridge@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/motion: Stabilize 4.3.2 x86, #760714Sam James2021-01-041-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/x264-encoder: Stabilize 0.0.20190903 amd64, #763390Sam James2021-01-041-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/motion: Stabilize 4.3.2 amd64, #760714Sam James2021-01-011-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/openshot: Drop 2.5.0Andreas Sturmlechner2021-01-012-54/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-video/openshot: Drop 2.5.1_p20201203Andreas Sturmlechner2021-01-012-54/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-video/openshot: 2.5.1_p20201227 snapshot bumpAndreas Sturmlechner2021-01-012-0/+54
| | | | | | Bug: https://bugs.gentoo.org/709858 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-video/pipewire: Drop 0.2.7Andreas Sturmlechner2021-01-013-128/+0
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-video/aravis: bump to 0.8.5Sam James2021-01-012-0/+70
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/avidemux: Remove old (py3.6)Michał Górny2021-01-012-130/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>