Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 414931 - net-misc/youtube-viewer-2.5.8_p20120415-r1 - alternatively RDEPEND on media-video/mplayer2
Summary: net-misc/youtube-viewer-2.5.8_p20120415-r1 - alternatively RDEPEND on media-v...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Julian Ospald
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-06 20:32 UTC by zolar czakl
Modified: 2012-05-07 21:46 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 zolar czakl 2012-05-06 20:32:03 UTC
The dependencies should be updated with the addition of media-video/mplayer2

Reproducible: Always

Steps to Reproduce:
1.Install mplayer2
2.Install/update youtube-viewer
3.Portage tries to install mplayer


Works with mplayer2[X,network] (mp3 unneeded/unwanted)

You need to set mplayer2 in the config file HOME/.config/youtube-viewer/youtube-viewer.conf (created after the first run).
Comment 1 Julian Ospald 2012-05-07 11:32:55 UTC
Right, network should be added, but why is mp3 unneeded?

Afaik it is still used in some flv videos: http://en.wikipedia.org/wiki/YouTube#Quality_and_codecs

Thanks for testing this with mplayer2. I will see what is the best solution for this.
Comment 2 nzqr 2012-05-07 16:25:14 UTC
>but why is mp3 unneeded
I think because mplayer then uses mp3 decoder from libavcodec (ffmpeg/libav)
Comment 3 nzqr 2012-05-07 16:30:06 UTC
I mean, if mp3 flag is set, it pulls and uses decoder from mpg123, but this is absolutely optional, because libavcodec has custom mp3 decoder.
Comment 4 Julian Ospald 2012-05-07 21:46:39 UTC
+  07 May 2012; Julian Ospald <hasufell@gentoo.org>
+  youtube-viewer-2.5.8_p20120415.ebuild, youtube-viewer-9999.ebuild:
+  fix dependencies wrt #414931


@@ -17,7 +17,8 @@
 RDEPEND="dev-lang/perl
 	dev-perl/libwww-perl
 	dev-perl/XML-Fast
-	media-video/mplayer[X,mp3,faad,x264]
+	|| ( media-video/mplayer[X,network]
+		media-video/mplayer2[X,network] )
 	virtual/perl-Scalar-List-Utils"


also fixed in gtk-youtube-viewer.