Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 243783 Details for
Bug 333721
New Ebuild - net-misc/rygel
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rygel-0.6.0.ebuild
rygel-0.6.0.ebuild (text/plain), 1.01 KB, created by
Rick Harris
on 2010-08-20 23:05:11 UTC
(
hide
)
Description:
rygel-0.6.0.ebuild
Filename:
MIME Type:
Creator:
Rick Harris
Created:
2010-08-20 23:05:11 UTC
Size:
1.01 KB
patch
obsolete
>inherit eutils autotools >PVP=(${PV//[-\._]/ }) > >DESCRIPTION="Rygel is an open source UPnP/DLNA MediaServer" >HOMEPAGE="http://live.gnome.org/Rygel" >SRC_URI="http://ftp.acc.umu.se/pub/GNOME/sources/${PN}/${PVP[0]}.${PVP[1]}/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="X debug maemo nls sqlite" >RDEPEND=" > dev-libs/dbus-glib > dev-libs/libgee > dev-perl/XML-Parser > >=media-libs/gst-plugins-base-0.10.26 > >=media-libs/gst-plugins-good-0.10 > >=media-plugins/gst-plugins-ffmpeg-0.10 > net-libs/gupnp-av > net-libs/libsoup > sqlite? ( dev-db/sqlite:3 ) > X? ( >=x11-libs/gtk+-2 ) > " >DEPEND="${RDEPEND}" > >src_compile() { > local myconf > use !X && myconf="${myconf} --without-ui" > > econf \ > --prefix=/usr \ > $(use_enable debug) \ > $(use_enable maemo) \ > $(use_enable nls) \ > $(use_enable sqlite media-export-plugin) \ > ${myconf} \ > || die "Configure failed!" > > emake || die "Make failed!" >} > >src_install() { > emake DESTDIR="${D}" install || die "Install failed!" > dodoc AUTHORS ChangeLog NEWS README TODO >}
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 333721
: 243783