Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 71035 Details for
Bug 102022
media-sound/rhythmbox-0.9.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
preliminary ebuild for 0.9.1
rhythmbox-0.9.1.ebuild (text/plain), 2.82 KB, created by
Olivier Rolland
on 2005-10-19 12:58:16 UTC
(
hide
)
Description:
preliminary ebuild for 0.9.1
Filename:
MIME Type:
Creator:
Olivier Rolland
Created:
2005-10-19 12:58:16 UTC
Size:
2.82 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit gnome2 eutils > >DESCRIPTION="Music management and playback software for GNOME" >HOMEPAGE="http://www.rhythmbox.org/" >LICENSE="GPL-2" > >IUSE="aac avahi bonobo cdr daap dbus doc flac mad pda tag vorbis plparse" ># For use.local.desc: ># media-sound/rhythmbox:tag - Enable tag writing support in rhythmbox ># media-sound/rhythmbox:daap - Enable Digital Audio Access Protocol (music sharing) in rhythmbox > >SLOT="0" >KEYWORDS="~x86 ~ppc ~amd64 ~sparc" > >RDEPEND=">=x11-libs/gtk+-2.5.4 > >=gnome-base/libgnomeui-2.0 > >=gnome-base/libglade-2.0 > >=gnome-base/gnome-vfs-2.6 > >=media-libs/gst-plugins-0.8.2 > pda? ( >=sys-apps/hal-0.2.92 > >=gnome-base/gnome-vfs-2.7.4 ) > daap? ( >=net-libs/libsoup-2.2 > !avahi? ( net-misc/howl ) > avahi? ( >=net-dns/avahi-0.5 )) > cdr? ( >=gnome-extra/nautilus-cd-burner-2.9 ) > dbus? ( >=sys-apps/dbus-0.35 ) > bonobo? ( >=gnome-base/libbonobo-2.0 ) > vorbis? ( >=media-plugins/gst-plugins-vorbis-0.8.2 > >=media-plugins/gst-plugins-ogg-0.8.2 ) > mad? ( >=media-plugins/gst-plugins-mad-0.8.2 ) > flac? ( >=media-plugins/gst-plugins-flac-0.8.2 ) > aac? ( >=media-plugins/gst-plugins-faad-0.8.2 ) > !plparse? ( >=media-video/totem-1.1.5 ) > plparse? ( >=dev-libs/libxml2-2.0 )" > >DEPEND="${RDEPEND} > dev-util/pkgconfig > >=dev-util/intltool-0.29 > app-text/scrollkeeper" > >MAKEOPTS="${MAKEOPTS} -j1" > >G2CONF="${G2CONF} \ > $(use_enable daap ) \ > $(use_enable tag tag-writing) \ > $(use_with cdr cd-burner) \ > $(use_with pda ipod) \ > $(use_with bonobo) \ > $(use_with dbus) \ > --enable-mmkeys \ > --disable-schemas-install \ > --with-database=tree" > >if use daap ; then > if use avahi ; then > G2CONF="${G2CONF} --with-mdns=avahi" > else > G2CONF="${G2CONF} --with-mdns=howl" > fi >fi > ># ># libgda support is completely broken ># ># RDEPEND="${RDEPEND} libgda? ( >=gnome-extra/libgda-1.0.4 )" ># ># if use libgda ; then ># G2CONF="${G2CONF} --with-database=libgda" ># else ># G2CONF="${G2CONF} --with-database=tree" ># fi ># ># pkg_setup() { ># if ! built_with_use gnome-extra/libgda sqlite ; then ># eerror "libgda is missing sqlite support. Please add" ># eerror "'sqlite' to your USE flags, and re-emerge libgda." ># die "libgda needs sqlite support" ># fi ># } > >DOCS="AUTHORS COPYING ChangeLog DOCUMENTERS INSTALL INTERNALS \ > MAINTAINERS NEWS README README.iPod THANKS TODO" > >export GST_INSPECT=/bin/true > >src_unpack() >{ > unpack ${A} > cd ${S} > > # Fix the install location of the dbus service file > sed -i "s:DBUS_SERVICES_DIR):datadir)/dbus-1/services:" \ > ${S}/data/Makefile.am || die "sed failed" > > gnome2_omf_fix ${S}/help/C/Makefile.in > gnome2_omf_fix ${S}/help/ja/Makefile.in > > if use plparse ; then > epatch ${FILESDIR}/${P}-plparse.patch > fi > > autoconf || die "autoconf failed" > automake || die "automake 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 Raw
Actions:
View
Attachments on
bug 102022
:
65681
|
65683
|
67051
|
67052
|
67072
|
67091
|
67299
|
71032
| 71035