Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 138540 Details for
Bug 202379
media-libs/swfdec - vivified alsa pulseaudio soup use flags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
swfdec-0.5.4-additional-stuff.patch
swfdec-0.5.4-additional-stuff.patch (text/plain), 2.10 KB, created by
Christoph Brill (egore) (RESIGNED)
on 2007-12-15 12:48:45 UTC
(
hide
)
Description:
swfdec-0.5.4-additional-stuff.patch
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2007-12-15 12:48:45 UTC
Size:
2.10 KB
patch
obsolete
>--- /usr/portage/media-libs/swfdec/swfdec-0.5.4.ebuild 2007-11-24 19:12:00.000000000 +0100 >+++ swfdec-0.5.4-r1.ebuild 2007-12-15 13:18:57.000000000 +0100 >@@ -13,13 +13,13 @@ > SLOT="0" > KEYWORDS="~amd64 ~ppc ~x86" > >-IUSE="ffmpeg gstreamer gnome mad oss" >+IUSE="ffmpeg gstreamer gnome mad oss vivified alsa pulseaudio soup" > > RESTRICT="test" > >-RDEPEND=">=dev-libs/glib-2.10 >- >=dev-libs/liboil-0.3.10-r1 >- x11-libs/pango >+RDEPEND=">=dev-libs/glib-2.12 >+ >=dev-libs/liboil-0.3.1 >+ >=x11-libs/pango-1.16 > net-libs/libsoup > >=x11-libs/cairo-1.2 > >=x11-libs/gtk+-2.8.0 >@@ -28,7 +28,11 @@ > mad? ( >=media-libs/libmad-0.15.1b ) > gstreamer? ( >=media-libs/gstreamer-0.10.11 ) > gnome? ( gnome-base/gnome-vfs ) >- !<=net-www/swfdec-mozilla-0.5.2" >+ alsa? ( >=media-libs/alsa-lib-1.0 ) >+ pulseaudio? ( media-sound/pulseaudio ) >+ soup? ( >=net-libs/libsoup-2.2.0 ) >+ !<=net-www/swfdec-mozilla-0.5.2 >+ vivified? ( >=media-libs/ming-0.4.0_beta5 )" > > DEPEND="${RDEPEND} > dev-util/pkgconfig" >@@ -44,19 +48,44 @@ > ewarn "In order to compile libswfdec-gtk with Gnome-VFS" > ewarn "support you must have 'gnome' USE flag enabled" > fi >+ if use !soup ; then >+ ewarn "swfdec will be built without HTTP protocol support" >+ ewarn "so you won't be able to use swfdec-mozilla, please" >+ ewarn "add 'soup' to your USE flags" >+ fi > } > > src_compile() { > local myconf > > #--with-audio=[auto/alsa/oss/none] >- use oss && myconf=" --with-audio=oss" >+ if use oss ; then >+ einfo "Using OSS backend" >+ myconf=" --with-audio=oss" >+ else >+ if use pulseaudio ; then >+ einfo "Using Pulseaudio backend" >+ myconf=" --with-audio=pa" >+ else >+ if use alsa ; then >+ einfo "Using ALSA backend" >+ myconf=" --with-audio=alsa" >+ else >+ ewarn "Building without audio support!" >+ ewarn "Either add 'alsa', 'pulseaudio' or 'oss' to your" >+ ewarn "USE flags." >+ myconf=" --with-audio)=none" >+ fi >+ fi >+ fi > > econf \ > $(use_enable gstreamer) \ > $(use_enable ffmpeg) \ > $(use_enable mad) \ > $(use_enable gnome gnome-vfs) \ >+ $(use_enable vivified) \ >+ $(use_enable soup) \ > ${myconf} || die "configure failed" > > emake || die "emake failed"
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 202379
:
138540
|
138628