Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 549748 - mplayer-1.2_pre20150214 no longer supports libav
Summary: mplayer-1.2_pre20150214 no longer supports libav
Status: RESOLVED DUPLICATE of bug 525070
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal blocker (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-17 19:06 UTC by Guenther Brunthaler
Modified: 2015-05-18 14:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Guenther Brunthaler 2015-05-17 19:06:10 UTC
Up to media-video/mplayer-1.2_pre20130729 (the previous stable version), mplayer supported ffmpeg or libav.

Now this support has suddenly been dropped, creating multiple blockers for all people who followed Gentoo's "virtual/ffmpeg"-preference for media-video/libav (which has been changed again in favor to media-video/ffmpeg since then).


Reproducible: Always

Steps to Reproduce:
1. Try to emerge on a Gentoo box with libav installed. All hell breaks loose due to dependency conflicts.

2. See why this is the case by comparing against the previous stable version:

diff -u `equery which =media-video/mplayer-1.2_pre20130729` `equery which =media-video/mplayer-1.2_pre20150214` | head -n19
Actual Results:  
See how the alternative has been removed:

--- /usr/portage/media-video/mplayer/mplayer-1.2_pre20130729.ebuild     2015-05-05 10:31:13.000000000 +0200
+++ /usr/portage/media-video/mplayer/mplayer-1.2_pre20150214.ebuild     2015-05-15 10:31:14.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20130729.ebuild,v 1.20 2015/05/05 08:21:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.2_pre20150214.ebuild,v 1.4 2015/05/15 08:02:19 pacho Exp $
 
 EAPI=5
 
@@ -60,7 +60,7 @@
        sys-libs/ncurses
        app-arch/bzip2
        sys-libs/zlib
-       || ( >=media-video/ffmpeg-1.2.1:0 >=media-video/libav-9.8 )
+       >=media-video/ffmpeg-2.0:0
        a52? ( media-libs/a52dec )
        aalib? ( media-libs/aalib )
        alsa? ( media-libs/alsa-lib )


Expected Results:  
media-video/libav should still be an alternative
Comment 1 Pacho Ramos gentoo-dev 2015-05-18 14:37:13 UTC

*** This bug has been marked as a duplicate of bug 525070 ***