commit:     f7cd45e979a0044ecbcc36a4a9e8cd844542d96e
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 06:12:46 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Mar 11 09:03:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7cd45e9

net-misc/pulseaudio-dlna: update ffmpeg usedeps

Also drop the fdk alternative, it serves no purpose if can
pick the former where it's not set without anything different.

Either way, the || ( lame mp3 ) will be replaced later by just
[lame(-)] which can be done without another revbump.

(not testing this, so not going to add the missing python3.12)

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 ...dlna-0.6.5_p1-r1.ebuild => pulseaudio-dlna-0.6.5_p1-r2.ebuild} | 8 ++++----
 net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild              | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r1.ebuild 
b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r2.ebuild
similarity index 88%
rename from net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r1.ebuild
rename to net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r2.ebuild
index 0950923af448..745bfcf447bb 100644
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r1.ebuild
+++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -41,12 +41,12 @@ RDEPEND=">=dev-python/protobuf-2.5.0[${PYTHON_USEDEP}]
        >=dev-python/dbus-python-1.0.0[${PYTHON_USEDEP}]
        >=dev-python/zeroconf-0.17.4[${PYTHON_USEDEP}]
        gnome-base/librsvg[introspection]
+       media-sound/pulseaudio-daemon
        x11-libs/gtk+:3[introspection]
-       || ( media-sound/pulseaudio-daemon media-sound/pulseaudio[daemon(+)] )
        || (
                || (
-                       media-video/ffmpeg[encode,mp3,opus,vorbis]
-                       media-video/ffmpeg[encode,fdk,mp3,opus,vorbis]
+                       media-video/ffmpeg[encode(+),opus,vorbis]
+                       || ( media-video/ffmpeg[lame(-)] 
media-video/ffmpeg[mp3(-)] )
                )
                (
                        media-libs/flac

diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild 
b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
index 56b2c044304e..745bfcf447bb 100644
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
+++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -41,12 +41,12 @@ RDEPEND=">=dev-python/protobuf-2.5.0[${PYTHON_USEDEP}]
        >=dev-python/dbus-python-1.0.0[${PYTHON_USEDEP}]
        >=dev-python/zeroconf-0.17.4[${PYTHON_USEDEP}]
        gnome-base/librsvg[introspection]
-       x11-libs/gtk+:3[introspection]
        media-sound/pulseaudio-daemon
+       x11-libs/gtk+:3[introspection]
        || (
                || (
-                       media-video/ffmpeg[encode,mp3,opus,vorbis]
-                       media-video/ffmpeg[encode,fdk,mp3,opus,vorbis]
+                       media-video/ffmpeg[encode(+),opus,vorbis]
+                       || ( media-video/ffmpeg[lame(-)] 
media-video/ffmpeg[mp3(-)] )
                )
                (
                        media-libs/flac

Reply via email to