summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: unkeyword ~ia64Arthur Zamarin2024-09-121-1/+1
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: drop removed USE=qsv from metadataMart Raudsepp2024-04-301-1/+0
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/gst-plugins-bad: drop 1.20.5-r1, 1.20.6Mart Raudsepp2024-04-303-210/+0
| | | | | Bug: https://bugs.gentoo.org/918095 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.22.11-r1 amd64, #928779Arthur Zamarin2024-04-221-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.22.11-r1 x86, #928779Arthur Zamarin2024-04-191-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.22.11-r1 arm64, #928779Arthur Zamarin2024-04-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.22.11-r1 arm, #928779Arthur Zamarin2024-04-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.22.11-r1 ppc64, #928779Arthur Zamarin2024-04-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.22.11-r1 ppc, #928779Arthur Zamarin2024-04-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: fix missing libgudev multilib depMart Raudsepp2024-04-131-1/+1
| | | | | Closes: https://bugs.gentoo.org/928973 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/gst-plugins-bad: fix bz2 build, drop msdk plugin, cleanups, touchupsMart Raudsepp2024-04-081-36/+11
| | | | | | | | | | | | | | | | | * Fix USE=bzip2 not enabling bz2 plugin. * Drop msdk plugin for now; it'll get reintroduced later as gst-plugins-msdk, plus an alternative gst-plugins-qsv. Currently no consumers of these have been found, as they aren't getting used automatically by playbin/encodebin yet. * Drop transitional gtk, egl, gles2 and opengl USE flags; looks like everything has migrated to gst-plugins-gtk and gst-plugins-base[egl,gles2,opengl] deps. * Fix automagic dep on gudev for va plugin. * Fix automagic x11 dep for librfb plugin (USE=vnc). * Move vaapi handling to the common block, and add it to GST_PLUGINS_NOAUTO to make that work. * Drop leftover autotools era multilib_src_install_all - no libtool with meson. * Add missing subslot dep operator for media-libs/libva Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/gst-plugins-bad: add 1.22.11, EAPI-8, allow testsMart Raudsepp2024-04-014-16/+7
| | | | | | | With EAPI-8, python-any-r1 is handled by eclass, also adding py3.12 support. Prepare for addition of wayland into gstreamer-meson.eclass extra options list. Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/gst-plugins-bad: default-enable gles2 instead of openglMart Raudsepp2024-04-011-1/+1
| | | | | | | | Upstream considers gles2 the better option and switches the default from opengl to gles2 (when both are enabled) in 1.24. As it works better with GL drivers in practive in 1.22 too, at least switch the default enabled over to it. Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/gstreamer: add 1.22.10, drop 1.22.3 (security)Haelwenn (lanodan) Monnier2024-04-014-210/+1
| | | | | | | | | | | | - eclass / gst-plugins-good: Add "soup" option in the special cases - gst-plugins-good: Backport fix against tests being enabled on libsoup presence automagic-style <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6058> Closes: https://bugs.gentoo.org/836163 Closes: https://bugs.gentoo.org/908978 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/gst-plugins-bad: media-libs/oneVPL -> media-libs/libvplAndrew Ammerlaan2024-03-076-11/+11
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* profiles/use.desc: Make USE=egl globalMichał Górny2023-12-181-1/+0
| | | | | | | | Add a global USE=egl flag. It is used semi-consistently in 13 packages, though some use it as "EGL only" flag (there is also one using USE=egl-only). Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/use.desc: Make USE=gles2 globalMichał Górny2023-12-181-1/+0
| | | | | | | | | | | Add a global USE=gles2 flag, to enable GLES 2 support (as a companion to USE=gles2-only). It seems to be used consistently in 16 packages, though for some it also enables GLES 3). Technically there are also `gles1` and `gles3` flags in the wild but they are used by a few packages. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.6 ppc, #908277Arthur Zamarin2023-11-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: add missing deps for USE=qsvAndrew Ammerlaan2023-11-085-5/+30
| | | | | Closes: https://bugs.gentoo.org/917001 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.6 ppc64, #908277Sam James2023-10-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/gst-plugins-bad: drop 1.20.3, 1.20.4-r1Mart Raudsepp2023-10-133-190/+0
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.6 arm, #908277Arthur Zamarin2023-08-211-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.6 x86, #908277Arthur Zamarin2023-07-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.6 arm64, #908277Arthur Zamarin2023-07-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.6 amd64, #908277Arthur Zamarin2023-07-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: fix whitespaceSam James2023-06-101-1/+1
| | | | | | Thanks to sultan for pointing it out. Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/gst-plugins-bad: fix vaSam James2023-06-101-8/+12
| | | | | | | | | Thanks to kostadin for reporting. Add in a bunch of stashed changes (like commenting out RESTRICT="test" again for now as I need to recheck that). Bug: https://bugs.gentoo.org/907479 Fixes: d8fdc47378f4d53b5c1ebcc0f821d5b9f1e4753e Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/gst-plugins-bad: unsplit gst-plugins-vaSam James2023-06-101-0/+102
| | | | | | | | It belongs better in gst-plugins-bad, given vaapi is a global USE flag, and it's not split upstream anyway. Closes: https://bugs.gentoo.org/907479 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.5-r1 ppc64, #907451Arthur Zamarin2023-06-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.5-r1 ppc, #907451Arthur Zamarin2023-06-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.5-r1 amd64, #907451Arthur Zamarin2023-06-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.5-r1 x86, #907451Arthur Zamarin2023-06-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.5-r1 arm64, #907451Arthur Zamarin2023-06-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.5-r1 arm, #907451Arthur Zamarin2023-06-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: avoid automagic dep on libvaSam James2023-06-013-0/+241
| | | | | | | | | | | As noted on the bug, I need to discuss properly with leio whether or not the split for -va makes sense, but -va is an orphan/leaf package right now so it's lower priority than just fixing -bad which many people have installed. So, for now, just backport the relevant upstream patches to fix the automagic for this side. Bug: https://bugs.gentoo.org/907481 Bug: https://bugs.gentoo.org/907479 Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/gst-plugins-bad: add 1.20.6Sam James2023-05-302-0/+100
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/gst-plugins-bad: add 1.22.3Sam James2023-05-302-0/+100
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/gst-plugins-bad: make dep on oneVPL multilibAndrew Ammerlaan2023-03-211-3/+2
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/gst-plugins-bad: add 1.20.5brahmajit das2023-01-142-0/+101
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: brahmajit das <listout@protonmail.com>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.4-r1 amd64, #884731Arthur Zamarin2022-12-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.4-r1 ppc64, #884731Arthur Zamarin2022-12-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.4-r1 ppc, #884731Arthur Zamarin2022-12-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.4-r1 x86, #884731Arthur Zamarin2022-12-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.4-r1 arm64, #884731Arthur Zamarin2022-12-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.4-r1 arm, #884731Arthur Zamarin2022-12-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-libs/gst-plugins-bad: allow use of onevplAndrew Ammerlaan2022-12-062-2/+15
| | | | Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* media-libs/gst-plugins-bad: drop 1.20.2Mart Raudsepp2022-11-202-89/+0
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/gstreamer: Version bump to 1.20.4brahmajit das2022-11-202-0/+89
| | | | | | | Closes: https://bugs.gentoo.org/877325 Signed-off-by: brahmajit das <listout@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/28086 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* media-libs/gst-plugins-bad: Stabilize 1.20.3 ppc64, #867784Georgy Yakovlev2022-10-201-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>