Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99489 Details for
Bug 151088
media-video/gxine support for firefox/seamonkey flags (now an automatic dep)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for gxine-0.5.7.ebuild.
gxine-ebuild-0.5.7.patch (text/plain), 2.09 KB, created by
CFuga
on 2006-10-12 16:38:03 UTC
(
hide
)
Description:
Patch for gxine-0.5.7.ebuild.
Filename:
MIME Type:
Creator:
CFuga
Created:
2006-10-12 16:38:03 UTC
Size:
2.09 KB
patch
obsolete
>--- gxine-0.5.7.ebuild 2006-10-01 13:06:02.000000000 -0500 >+++ gxine-0.5.7-r1.ebuild 2006-10-12 18:14:43.000000000 -0500 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-video/gxine/gxine-0.5.7.ebuild,v 1.7 2006/10/01 17:44:23 flameeyes Exp $ > >-inherit eutils nsplugins fdo-mime libtool >+inherit eutils nsplugins fdo-mime libtool autotools > > DESCRIPTION="GTK+ Front-End for libxine" > HOMEPAGE="http://xine.sourceforge.net/" >@@ -12,7 +12,9 @@ > >=media-libs/xine-lib-1_beta10 > >=x11-libs/gtk+-2.6 > >=dev-libs/glib-2.6 >- >=dev-lang/spidermonkey-1.5_rc6-r1 >+ firefox? ( www-client/mozilla-firefox ) >+ !firefox? ( seamonkey? ( www-client/seamonkey ) ) >+ !seamonkey? ( !firefox? ( >=dev-lang/spidermonkey-1.5_rc6-r1 ) ) > lirc? ( app-misc/lirc ) > || ( ( > x11-libs/libX11 >@@ -31,7 +33,7 @@ > xinerama? ( x11-proto/xineramaproto ) > ) <virtual/x11-7 )" > >-IUSE="nls lirc nsplugin xinerama" >+IUSE="nls lirc nsplugin xinerama firefox seamonkey" > > SLOT="0" > # Those needs spidermonkey: ~sparc >@@ -42,20 +44,35 @@ > src_unpack() { > unpack ${A} > cd "${S}" >+ epatch ${FILESDIR}/${PN}-0.5.7-seamonkey.patch > sed -i -e '/ac_have_xinerama/ s:text:test:' \ > "${S}/configure"{,.ac} > >- elibtoolize >+ export AT_M4DIR="${S}/m4" >+ eautoreconf > } > > src_compile() { >- econf \ >- $(use_enable nls) \ >- $(use_enable lirc) \ >- $(use_with nsplugin browser-plugin) \ >- $(use_with xinerama) \ >- --disable-gtk-compat \ >- --disable-dependency-tracking || die "econf failed" >+ if use firefox || use seamonkey; then >+ econf \ >+ $(use_enable nls) \ >+ $(use_enable lirc) \ >+ $(use_enable firefox ffjs) \ >+ $(use_enable seamonkey seajs) \ >+ $(use_with nsplugin browser-plugin) \ >+ $(use_with xinerama) \ >+ --disable-libjs \ >+ --disable-gtk-compat \ >+ --disable-dependency-tracking || die "econf failed" >+ else >+ econf \ >+ $(use_enable nls) \ >+ $(use_enable lirc) \ >+ $(use_with nsplugin browser-plugin) \ >+ $(use_with xinerama) \ >+ --disable-gtk-compat \ >+ --disable-dependency-tracking || die "econf failed" >+ fi > 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 151088
:
99489
|
99490
|
116573