commit: fe63fed9edcf313e7d20623ac4eccf271aa7658c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 15 19:14:10 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 15 19:14:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe63fed9
media-video/mplayer: Add a slot op dep on libtheora
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...player-1.5_p20241125-r1.ebuild => mplayer-1.5_p20241125-r2.ebuild} | 2 +-
media-video/mplayer/mplayer-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-video/mplayer/mplayer-1.5_p20241125-r1.ebuild
b/media-video/mplayer/mplayer-1.5_p20241125-r2.ebuild
similarity index 99%
rename from media-video/mplayer/mplayer-1.5_p20241125-r1.ebuild
rename to media-video/mplayer/mplayer-1.5_p20241125-r2.ebuild
index a6b79ef41c68..c3a38c401e22 100644
--- a/media-video/mplayer/mplayer-1.5_p20241125-r1.ebuild
+++ b/media-video/mplayer/mplayer-1.5_p20241125-r2.ebuild
@@ -135,7 +135,7 @@ RDEPEND="
samba? ( net-fs/samba )
sdl? ( media-libs/libsdl )
speex? ( media-libs/speex )
- theora? ( media-libs/libtheora[encode?] )
+ theora? ( media-libs/libtheora:=[encode?] )
tremor? ( media-libs/tremor )
truetype? ( ${FONT_RDEPS} )
vdpau? ( x11-libs/libvdpau )
diff --git a/media-video/mplayer/mplayer-9999.ebuild
b/media-video/mplayer/mplayer-9999.ebuild
index 6ccd4a1ee17a..c1418e99e95a 100644
--- a/media-video/mplayer/mplayer-9999.ebuild
+++ b/media-video/mplayer/mplayer-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
@@ -135,7 +135,7 @@ RDEPEND="
samba? ( net-fs/samba )
sdl? ( media-libs/libsdl )
speex? ( media-libs/speex )
- theora? ( media-libs/libtheora[encode?] )
+ theora? ( media-libs/libtheora:=[encode?] )
tremor? ( media-libs/tremor )
truetype? ( ${FONT_RDEPS} )
vdpau? ( x11-libs/libvdpau )