summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-video/ffdiaporama: fix parallel buildOlivier Laurantin2022-05-192-2/+2
| | | | | | | | Closes: https://bugs.gentoo.org/844133 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Olivier Laurantin <olivier.laurantin@laposte.net> Closes: https://github.com/gentoo/gentoo/pull/25482 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/subtitlecomposer: Fix build with >=ffmpeg-5Andreas Sturmlechner2022-05-182-0/+66
| | | | | | | | Upstream commit 4f4f560e40ba0b760cf688eb024be3cc734ca347 Closes: https://bugs.gentoo.org/834416 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-video/mkvtoolnix: add comment re --enable-qt5Sam James2022-05-182-2/+12
| | | | | Bug: https://bugs.gentoo.org/844097 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/mkvtoolnix: sync live ebuildSam James2022-05-181-21/+27
| | | | | Bug: https://bugs.gentoo.org/844097 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/mkvtoolnix: add 67.0.0Sam James2022-05-183-0/+203
| | | | | | | | | | | | | | | | | | | | | Quoting same comments I put in the patch: """ We should only check for UIC (provided by qtwidgets) if we're building the GUI. Qt (just qtcore) itself is *always* needed to build mkvtoolnix (it's used for e.g. MIME type detection since 59.0.0), but the rest of Qt (like qtwidgets) is only needed for the GUI build. The build system incorrectly unconditionally checks for UIC. We fix it here to only check for it when doing a GUI build. First hunk (ac/qt5.m4, removing UIC check): Signed-off-by: Duane Robertson duane@duanerobertson.com Second hunk (rest, adding UIC check conditional on enable_gui): Signed-off-by: Sam James <sam@gentoo.org> """ Closes: https://bugs.gentoo.org/844097 Signed-off-by: Duane Robertson <duane@duanerobertson.com> Signed-off-by: Sam James <sam@gentoo.org>
* media-video/vlc: drop obsolete -std=c++11Sam James2022-05-175-15/+0
| | | | | | | | | | | | | The commit referenced in the ebuild [0] was in 3.0.0 anyway, but also, AX_CXX_COMPILE_STDCXX_11 passes the needed flags to enable c++11 support anyway. In any case, long obsolete, as GCC 9+ defaults to gnu++11 or newer anyhow. [0] https://github.com/videolan/vlc/commit/4b1c9dcdda0bbff801e47505ff9dfd3f274eb0d8 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/mpv: x86 stable wrt bug #843758Agostino Sarubbo2022-05-171-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-video/mpv: Stabilize 0.34.1-r1 ppc, #843758Jakov Smolić2022-05-171-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-video/mpv: Stabilize 0.34.1-r1 amd64, #843758Jakov Smolić2022-05-171-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-video/mpv: Stabilize 0.34.1-r1 ppc64, #843758Sam James2022-05-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/mjpegtools: [QA] drop (very) stale GCC version checksSam James2022-05-171-2/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/yle-dl: drop 20220213Joonas Niilola2022-05-162-64/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/bino: update EAPI 7 -> 8Sam James2022-05-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/bino: add 1.6.8Sam James2022-05-152-0/+66
| | | | | Closes: https://bugs.gentoo.org/765724 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/gxine: treecleanJakov Smolić2022-05-144-104/+0
| | | | | | | | Closes: https://bugs.gentoo.org/838139 Closes: https://bugs.gentoo.org/740510 Closes: https://bugs.gentoo.org/652124 Closes: https://bugs.gentoo.org/615964 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-video/mpv: [QA] inline ESYSROOTSam James2022-05-144-8/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffdiaporama: code clean up (fix build w/ newer ffmpeg, musl)Olivier Laurantin2022-05-132-0/+60
| | | | | | | | | | | | Change sources location The code now includes all previous patches The code should compile fine with ffmpeg-5 and musl Closes: https://bugs.gentoo.org/834402 Closes: https://bugs.gentoo.org/832358 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Olivier Laurantin <olivier.laurantin@laposte.net> Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: Clarify disabling pulseaudio autospawn on openrcIgor V. Kovalenko2022-05-134-8/+12
| | | | | | | | | Recent change to pulseaudio-daemon moved autospawn flag to /etc/pulse/client.conf.d/enable-autospawn.conf, note this. Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25409 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/rtmpdump: forward ~loongWANG Xuerui2022-05-131-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* media-video/rtmpdump: keyword 2.4_p20210219 for ~loongWANG Xuerui2022-05-131-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* media-video/wireplumber: patch 0.4.10 to default enable backendsNiklāvs Koļesņikovs2022-05-132-0/+251
| | | | | | | | | | | | | | | | | | Due to signifiant number of people having outdated copies of WirePlumber scripts, upstream chose to change the default behavior of WP monitors (essentially PW backends) and to enable them by default, so that they work with the older scripts. Gentoo already duplicates to /etc/wireplumber which would trigger the usual config protection mechanism but users could also have copied them to ~/.config/wireplumber. Therefore it's still a nice thing to apply this change. Bug: https://gitlab.freedesktop.org/pipewire/wireplumber/-/issues/254 Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com> Closes: https://github.com/gentoo/gentoo/pull/25455 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/rtmpdump: fix build with GCC 11Sam James2022-05-122-0/+24
| | | | | | | | | Think it's 11+ specific (obviously these things depend heavily on env. as it's to do with transitive includes), but only occurs with *just* USE=tools enabled. Closes: https://bugs.gentoo.org/828082 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/motiontrack: Drop ~mipsAndreas K. Hüttel2022-05-111-2/+2
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* media-video/wireplumber: bump to 0.4.10Niklāvs Koļesņikovs2022-05-103-0/+120
| | | | | | | | | | | | | | In addition to bumping to the just released 0.4.10 version, this commit adds BDEPEND on sys-devel/gettext because turns out that since libintl was added, Meson build system would end up calling xgettext to process the translation files during build. Apart from the previously missing gettext dependency, this is a trivial copy of the wireplumber-9999 ebuild. Should be equally trivial bump. Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com> Closes: https://github.com/gentoo/gentoo/pull/25421 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/subtitlecomposer: Fix build with dev-qt/qtgui[gles2-only]Andreas Sturmlechner2022-05-092-2/+127
| | | | | | Closes: https://bugs.gentoo.org/820035 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-video/rtmpdump: Bump, EAPI=8, fix-chunk-size.patchCraig Andrews2022-05-094-4/+144
| | | | | | | See: https://git.alpinelinux.org/aports/commit/main/rtmpdump/fix-chunk-size.patch?id=bf39fb1177ee77eee6c214a7393cc0054958ce08 See: https://git.alpinelinux.org/aports/commit/main/rtmpdump/fix-chunk-size.patch?id=69bc162319b12e9b6c6d3ea345dbf7c218753594 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews <candrews@gentoo.org>
* media-video/libva-utils: stabilize 2.14.0 for x86Jakov Smolić2022-05-091-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-video/libva-utils: Stabilize 2.14.0 amd64, #843347Jakov Smolić2022-05-091-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-video/libva-utils: Stabilize 2.14.0 arm64, #843347Jakov Smolić2022-05-091-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-video/libva-utils: Stabilize 2.14.0 ppc64, #843347Jakov Smolić2022-05-091-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-video/rav1e: Stabilize 0.5.1 arm, #833579Jakov Smolić2022-05-051-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* media-video/yle-dl: stabilize 20220425 for allarchesJoonas Niilola2022-05-051-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/ffmpeg: sync liveSam James2022-05-031-0/+9
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: ia64 ICE mitigationsmatoro2022-05-035-0/+45
| | | | | | | Closes: https://bugs.gentoo.org/842201 Signed-off-by: matoro <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/25292 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: add 4.4.2Sam James2022-05-032-0/+583
| | | | | Bug: https://bugs.gentoo.org/842267 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: respect prefix for 99-pipewire-default-hook.confSam James2022-05-012-3/+4
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: Drop alsa-plugins[pulseaudio] blockerIgor V. Kovalenko2022-05-012-2/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | Currently alsa-plugins[pulseaudio] installs pulse plugin which is only enabled in alsa lib configuration if plugin can access pulseaudio server in runtime. This is implemented using a runtime conf hook in 51-pulseaudio-probe.conf Alsa lib runtime conf hooks are run after all static configuration is applied. This causes a problem to coexistence of pipewire-alsa and pulse plugin: - normally, pipewire-pulse is enabled which provides pulseaudio server connection to libpulse users - since pulseaudio server is accessible, pulse conf hook will override alsa pcm.!default and ctl.!default to use pulse plugin. To work around this, change pipewire-alsa plugin configuration from static conf to conf hook which will run after pulse conf hook. To make sure user can still override default device, make sure this new conf hook will also load /etc/asound.conf and ~/.asoundrc again like it is done by pulse conf hook. Since pipewire plugin will take precedence now if pipewire-alsa is installed, drop the blocker with media-sound/alsa-plugins[pulseaudio] Closes: https://bugs.gentoo.org/799881 Closes: https://bugs.gentoo.org/791499 Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25269 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: wire up udevSam James2022-04-294-12/+12
| | | | | Closes: https://bugs.gentoo.org/841647 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: add missing udev_reload callSam James2022-04-294-0/+8
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/wireplumber: Stabilize 0.4.9 ppc, #827546Sam James2022-04-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: Stabilize 0.3.49-r1 ppc, #827546Sam James2022-04-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/wireplumber: Stabilize 0.4.9 arm64, #827546Sam James2022-04-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: Stabilize 0.3.49-r1 arm64, #827546Sam James2022-04-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: drop 0.3.50-r1Sam James2022-04-281-356/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/pipewire: add 0.3.51Sam James2022-04-282-0/+356
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-video/yle-dl: fix "QA Notice: setuptools warnings detected"Joonas Niilola2022-04-261-1/+1
| | | | | Thanks-to: mgorny Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/yle-dl: add 20220425Joonas Niilola2022-04-262-0/+55
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-video/gaupol: fix startup of v1.11Louis Sautier2022-04-261-1/+0
| | | | | | | The switch to PEP517 broke the DATA_DIR constant, reverting for now. Bug: https://bugs.gentoo.org/839267 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* media-video/obs-studio: update deps for browser/cef tooIonen Wolkens2022-04-251-1/+5
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/obs-studio: update dependenciesJimi Huotari2022-04-251-10/+9
| | | | | | | | | | It seems a lot of the X parts have moved to using XCB, and there are no clear dependencies on the few Qt bits. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25190 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>