Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 69010 Details for
Bug 106892
MPlayer should support 'enca' USE flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch adding USE flag 'enca' to MPlayer
enca_support.patch (text/plain), 1.39 KB, created by
Jakub Argasinski
on 2005-09-22 07:59:37 UTC
(
hide
)
Description:
Patch adding USE flag 'enca' to MPlayer
Filename:
MIME Type:
Creator:
Jakub Argasinski
Created:
2005-09-22 07:59:37 UTC
Size:
1.39 KB
patch
obsolete
>--- mplayer-1.0_pre7-r1.ebuild 2005-08-31 14:35:51.000000000 +0000 >+++ mplayer-1.0_pre7-r1.ebuild.new 2005-09-22 16:56:01.000000000 +0000 >@@ -7,7 +7,7 @@ > RESTRICT="nostrip" > IUSE="3dfx 3dnow 3dnowext aac aalib alsa altivec arts bidi bl cpudetection > custom-cflags debug dga divx4linux doc dts dvb cdparanoia directfb dvd dv >-dvdread edl encode esd fbcon gif ggi gtk i8x0 ipv6 jack joystick jpeg libcaca >+dvdread edl enca encode esd fbcon gif ggi gtk i8x0 ipv6 jack joystick jpeg libcaca > lirc live lzo mad matroska matrox mmx mmxext mythtv nas nls nvidia vorbis opengl > oss png real rtc samba sdl sse sse2 svga tga theora truetype v4l v4l2 > win32codecs X xanim xinerama xmms xv xvid xvmc" >@@ -44,6 +44,7 @@ > directfb? ( dev-libs/DirectFB ) > dts? ( media-libs/libdts ) > dvd? ( dvdread? ( media-libs/libdvdread ) ) >+ enca? ( app-i18n/enca ) > encode? ( > media-sound/lame > dv? ( >=media-libs/libdv-0.9.5 ) >@@ -410,6 +411,14 @@ > # support for blinkenlights > use bl && myconf="${myconf} --enable-bl" > >+ # support for ENCA >+ if use enca >+ then >+ myconf="${myconf} --enable-enca" >+ else >+ myconf="${myconf} --disable-enca" >+ fi >+ > #leave this in place till the configure/compilation borkage is completely corrected back to pre4-r4 levels. > # it's intended for debugging so we can get the options we configure mplayer w/, rather then hunt about. > # it *will* be removed asap; in the meantime, doesn't hurt anything.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 106892
: 69010