Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 376248 Details for
Bug 489064
=media-sound/banshee-2.9.1 - Version bump.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
banshee-2.9.1.ebuild
banshee-2.9.1.ebuild (text/plain), 3.67 KB, created by
Constantine E. Kozlov
on 2014-05-02 16:11:38 UTC
(
hide
)
Description:
banshee-2.9.1.ebuild
Filename:
MIME Type:
Creator:
Constantine E. Kozlov
Created:
2014-05-02 16:11:38 UTC
Size:
3.67 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="5" >inherit eutils autotools mono-env gnome2-utils fdo-mime versionator gnome.org > >DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface." >HOMEPAGE="http://banshee.fm/" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >#switched web to - because I personally don't want to build yet another webkit-gtk >IUSE="+aac +cdda +bpm daap doc +encode ipod karma mtp test udev -web youtube +gnome +external-notify-sharp" > ># media-plugins/gst-plugins-gio:0.10 ># media-plugins/gst-plugins-gconf:0.10 ># >=dev-dotnet/gnome-sharp-2.12:2 > >RDEPEND=" > >=dev-lang/mono-3 > gnome-base/gnome-settings-daemon > sys-apps/dbus > >=dev-dotnet/gtk-sharp-2.99.2 > >=dev-dotnet/gstreamer-sharp-0.99 > >=dev-dotnet/gconf-sharp-2.24.0 > media-libs/gstreamer:1.0 > media-libs/gst-plugins-base:1.0 > media-libs/gst-plugins-bad:1.0 > media-libs/gst-plugins-good:1.0 > media-libs/gst-plugins-ugly:1.0 > media-plugins/gst-plugins-meta:1.0 > cdda? ( > || ( > media-plugins/gst-plugins-cdparanoia:1.0 > media-plugins/gst-plugins-cdio:1.0 > ) > ) > media-libs/musicbrainz:5 > dev-dotnet/dbus-sharp > dev-dotnet/dbus-sharp-glib > >=dev-dotnet/mono-addins-0.6.2[gtk] > >=dev-dotnet/taglib-sharp-2.0.3.7 > >=dev-db/sqlite-3.4:3 > external-notify-sharp? ( >=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1 ) > karma? ( >=media-libs/libkarma-0.1.0-r1 ) > aac? ( media-plugins/gst-plugins-faad:1.0 ) > bpm? ( media-plugins/gst-plugins-soundtouch:1.0 ) > daap? ( >=dev-dotnet/mono-zeroconf-0.8.0-r1 ) > doc? ( > virtual/monodoc > >=app-text/gnome-doc-utils-0.17.3 > ) > encode? ( > media-plugins/gst-plugins-lame:1.0 > media-plugins/gst-plugins-taglib:1.0 > ) > ipod? ( >=media-libs/libgpod-0.8.2[mono] ) > mtp? ( > >=media-libs/libmtp-0.3.0 > ) > web? ( > >=net-libs/webkit-gtk-1.2.2:2 > >=net-libs/libsoup-gnome-2.42:2.4 > ) > youtube? ( > >=dev-dotnet/google-gdata-sharp-1.4 > ) > udev? ( > app-misc/media-player-info > >=dev-dotnet/gudev-sharp-3.0 > dev-dotnet/gkeyfile-sharp > ) >" >DEPEND="${RDEPEND} > virtual/pkgconfig >" > >src_prepare () { > DOCS="AUTHORS ChangeLog HACKING NEWS README" > > # Don't build BPM extension when not wanted > if ! use bpm; then > sed -i -e 's:Banshee.Bpm:$(NULL):g' src/Extensions/Makefile.am || die > fi > > # Don't append -ggdb, bug #458632, upstream bug #698217 ># sed -i -e 's:-ggdb3:$(NULL):g' libbanshee/Makefile.am || die ># sed -i -e 's:-ggdb3::g' src/Core/Banshee.WebBrowser/libossifer/Makefile.am || die > > AT_M4DIR="-I build/m4/banshee -I build/m4/shamrock -I build/m4/shave" \ > eautoreconf >} > ># Unknown feature ># --enable-gapless-playback > >src_configure() { > # soundmenu needs a properly maintained and updated indicate-sharp > local myconf="--disable-dependency-tracking > --disable-static > --disable-maintainer-mode > --enable-schemas-install > --with-gconf-schema-file-dir=/etc/gconf/schemas > --with-vendor-build-id=Gentoo/${PN}/${PVR} > --disable-boo > --disable-torrent > --disable-shave > --disable-soundmenu > --disable-ubuntuone > --disable-upnp" > econf \ > $(use_enable doc docs) \ > $(use_enable doc user-help) \ > $(use_enable mtp) \ > $(use_enable daap) \ > $(use_enable ipod appledevice) \ > $(use_enable karma) \ > $(use_enable web webkit) \ > $(use_enable youtube) \ > $(use_enable udev gio) \ > $(use_enable udev gio_hardware) \ > $(use_enable gnome) \ > ${myconf} >} > >src_compile() { > emake MCS=/usr/bin/mcs >} > >src_install() { > default > prune_libtool_files --all >} > >pkg_preinst() { > gnome2_icon_savelist >} > >pkg_postinst() { > fdo-mime_desktop_database_update > fdo-mime_mime_database_update > gnome2_icon_cache_update >} > >pkg_postrm() { > fdo-mime_desktop_database_update > fdo-mime_mime_database_update > gnome2_icon_cache_update >}
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 489064
: 376248