Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 235779 Details for
Bug 324453
media-video/ffmpeg: fixed x264, X, sdl, added bzip2, static-libs, tools USE flags; small fixes; media-video/mplayer cosmetics
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
10
0010-ffmpeg-bzip2-USE-make-it-optional-like-zlib-is.patch (text/plain), 1.55 KB, created by
Nikoli
on 2010-06-17 19:14:36 UTC
(
hide
)
Description:
10
Filename:
MIME Type:
Creator:
Nikoli
Created:
2010-06-17 19:14:36 UTC
Size:
1.55 KB
patch
obsolete
>From d61ac3eb81dd0e4e07922b2b88c7a9958a5d8c37 Mon Sep 17 00:00:00 2001 >From: Nikoli <nikoli@lavabit.com> >Date: Thu, 17 Jun 2010 20:34:25 +0400 >Subject: [PATCH 10/14] ffmpeg: +bzip2 USE, make it optional like zlib is > >--- > media-video/ffmpeg/ffmpeg-9999-r1.ebuild | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > >diff --git a/media-video/ffmpeg/ffmpeg-9999-r1.ebuild b/media-video/ffmpeg/ffmpeg-9999-r1.ebuild >index c9a00bf..54ff259 100644 >--- a/media-video/ffmpeg/ffmpeg-9999-r1.ebuild >+++ b/media-video/ffmpeg/ffmpeg-9999-r1.ebuild >@@ -30,7 +30,7 @@ if [[ ${PV} == *9999* ]]; then > else > KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" > fi >-IUSE="+3dnow +3dnowext alsa altivec amr bindist cpudetection custom-cflags >+IUSE="+3dnow +3dnowext alsa altivec amr bindist +bzip2 cpudetection custom-cflags > debug dirac doc +encode faac faad gsm +hardcoded-tables ieee1394 jack jpeg2k > +mmx +mmxext mp3 network oss pic rtmp schroedinger sdl speex +ssse3 static-libs test theora > threads v4l v4l2 vaapi vdpau vorbis vpx X x264 xvid +zlib" >@@ -44,6 +44,7 @@ done > RDEPEND=" > alsa? ( media-libs/alsa-lib ) > amr? ( media-libs/opencore-amr ) >+ bzip2? ( app-arch/bzip2 ) > dirac? ( media-video/dirac ) > encode? ( > faac? ( media-libs/faac ) >@@ -112,6 +113,7 @@ src_configure() { > for i in debug doc network vaapi vdpau zlib; do > use ${i} || myconf="${myconf} --disable-${i}" > done >+ use bzip2 || myconf="${myconf} --disable-bzlib" > use sdl || myconf="${myconf} --disable-ffplay" > use static-libs || myconf="${myconf} --disable-static" > >-- >1.7.1 >
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 Raw
Actions:
View
Attachments on
bug 324453
:
235707
|
235709
|
235755
|
235761
|
235763
|
235765
|
235767
|
235769
|
235771
|
235773
|
235775
|
235777
|
235779
|
235781
|
235783
|
235785
|
235787
|
235849
|
235851
|
235853
|
235855
|
235859