Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 273233 Details for
Bug 366695
www-plugins/gecko-mediaplayer: hang with www-client/chromium
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild with "gnome" and "curl" flags
gecko-mediaplayer-1.0.3-r2.ebuild (text/plain), 1.37 KB, created by
G Reitsma
on 2011-05-15 04:00:42 UTC
(
hide
)
Description:
ebuild with "gnome" and "curl" flags
Filename:
MIME Type:
Creator:
G Reitsma
Created:
2011-05-15 04:00:42 UTC
Size:
1.37 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.3-r1.ebuild,v 1.2 2011/04/23 14:24:02 ssuominen Exp $ > >EAPI=4 >GCONF_DEBUG=no >inherit gnome2 multilib nsplugins > >DESCRIPTION="A browser plugin that uses GNOME MPlayer" >HOMEPAGE="http://code.google.com/p/gecko-mediaplayer/" >SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" >IUSE="curl gnome" > >RDEPEND=">=dev-libs/dbus-glib-0.92 > >=dev-libs/glib-2.26:2 > dev-libs/nspr > >=media-video/gnome-mplayer-1.0.3-r2[dbus] > >=net-libs/xulrunner-1.9.2:1.9 > curl? ( net-misc/curl ) > gnome? ( gnome-base/gconf:2 )" >DEPEND="${RDEPEND} > dev-util/pkgconfig > sys-devel/gettext" > >pkg_setup() { > G2CONF="--disable-dependency-tracking > $(use_enable gnome schemas-install) > $(use_with gnome gconf) > --with-gio > --with-plugin-dir=/usr/$(get_libdir)/${PLUGINS_DIR} > $(use_with curl libcurl)" > > DOCS="ChangeLog DOCS/tech/javascript.txt" >} > > > >src_prepare() { > gnome2_src_prepare >} > >#src_configure() { ># econf \ ># $(use_enable gnome schemas-install) \ ># $(use_with gnome gconf) \ ># --with-gio \ ># --with-plugin-dir=/usr/$(get_libdir)/${PLUGINS_DIR} \ ># $(use_with curl libcurl) >#} > >src_install() { > gnome2_src_install > rm -rf "${ED}"/usr/share/doc/${PN} >}
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 366695
:
272697
| 273233 |
273235
|
274205