diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-10-29 18:25:14 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-10-29 18:25:14 +0000 |
commit | f7d40ea72b9bac8d1e0904a8aacc1197970177ea (patch) | |
tree | 7bc33ef9c2f70f5808402e7885b302da04ddc23b /media-sound/banshee | |
parent | Add metadata. (diff) | |
download | gentoo-2-f7d40ea72b9bac8d1e0904a8aacc1197970177ea.tar.gz gentoo-2-f7d40ea72b9bac8d1e0904a8aacc1197970177ea.tar.bz2 gentoo-2-f7d40ea72b9bac8d1e0904a8aacc1197970177ea.zip |
Version Bump. This release fixes problems with mono 1.1.18. From now on this needs mono 1.1.17 or higher to work with the new dbus sharp. Fixes bug #151716, #152643 and #151803.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'media-sound/banshee')
-rw-r--r-- | media-sound/banshee/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/banshee/banshee-0.11.2.ebuild | 100 | ||||
-rw-r--r-- | media-sound/banshee/files/digest-banshee-0.11.2 | 3 |
3 files changed, 111 insertions, 1 deletions
diff --git a/media-sound/banshee/ChangeLog b/media-sound/banshee/ChangeLog index a8c55d4529c3..da594874cf2b 100644 --- a/media-sound/banshee/ChangeLog +++ b/media-sound/banshee/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-sound/banshee # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.35 2006/10/17 15:44:43 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.36 2006/10/29 18:25:14 metalgod Exp $ + +*banshee-0.11.2 (29 Oct 2006) + + 29 Oct 2006; Luis Medinas <metalgod@gentoo.org> +banshee-0.11.2.ebuild: + Version Bump. This release fixes problems with mono 1.1.18. From now on this + needs mono 1.1.17 or higher to work with the new dbus sharp. Fixes bug + #151716, #152643 and #151803. *banshee-0.11.1 (17 Oct 2006) diff --git a/media-sound/banshee/banshee-0.11.2.ebuild b/media-sound/banshee/banshee-0.11.2.ebuild new file mode 100644 index 000000000000..163ded2cb063 --- /dev/null +++ b/media-sound/banshee/banshee-0.11.2.ebuild @@ -0,0 +1,100 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-0.11.2.ebuild,v 1.1 2006/10/29 18:25:14 metalgod Exp $ + +inherit autotools eutils gnome2 mono + +DESCRIPTION="Banshee allows you to import CDs, sync your music collection, play +music directly from an iPod, create playlists with songs from your library, and +create audio and MP3 CDs from subsets of your library." +HOMEPAGE="http://banshee-project.org" +SRC_URI="http://banshee-project.org/files/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="aac doc daap encode ipod flac mad njb vorbis" + +RDEPEND=">=dev-lang/mono-1.1.17 + >=dev-dotnet/gtk-sharp-2.8.0 + >=dev-dotnet/gnomevfs-sharp-2.8.0 + >=dev-dotnet/gconf-sharp-2.8.0 + >=media-libs/gstreamer-0.10.0 + >=media-libs/gst-plugins-base-0.10.0 + >=media-libs/gst-plugins-good-0.10.0 + >=media-libs/gst-plugins-ugly-0.10.0 + >=media-plugins/gst-plugins-alsa-0.10.0 + >=media-plugins/gst-plugins-gnomevfs-0.10.0 + >=media-plugins/gst-plugins-gconf-0.10.0 + encode? ( >=media-plugins/gst-plugins-lame-0.10.0 ) + mad? ( >=media-plugins/gst-plugins-mad-0.10.0 ) + vorbis? ( >=media-plugins/gst-plugins-ogg-0.10.0 + >=media-plugins/gst-plugins-vorbis-0.10.0 ) + flac? ( >=media-plugins/gst-plugins-flac-0.10.0 ) + aac? ( >=media-plugins/gst-plugins-faad-0.10.0 + >=media-libs/faad2-2.0-r4 ) + >=media-plugins/gst-plugins-cdparanoia-0.10.0 + >=media-libs/musicbrainz-2.1.1 + njb? ( >=dev-dotnet/njb-sharp-0.3.0 ) + daap? ( >=net-dns/avahi-0.6.9 ) + >=dev-libs/glib-2.0 + >=gnome-base/libgnomeui-2.0 + >=gnome-base/libbonobo-2.0 + >=gnome-base/gnome-desktop-2.0 + ipod? ( >=dev-dotnet/ipod-sharp-0.6.0 + >=media-plugins/gst-plugins-faac-0.10.0 ) + >=sys-apps/hal-0.5.2 + >=dev-db/sqlite-3 + >=gnome-extra/nautilus-cd-burner-2.12" + +USE_DESTDIR=1 +DOCS="ChangeLog HACKING NEWS README" + +pkg_setup() { + if use daap && ! built_with_use net-dns/avahi mono ; then + echo + eerror "In order to compile banshee with daap support" + eerror "you need to have net-dns/avahi emerged" + eerror "with 'mono' in your USE flags. Please add that flag, re-emerge" + eerror "avahi, and then emerge banshee." + die "net-dns/avahi is missing the .NET binding." + fi + + if use daap; then + G2CONF="${G2CONF} --enable-avahi" + else + G2CONF="${G2CONF} --disable-daap" + fi + + G2CONF="${G2CONF} --disable-xing \ + --disable-helix \ + --disable-docs \ + $( use_enable ipod) \ + $( use_enable njb)" +} + +src_compile() { + addpredict "/root/.gnome2" + addpredict "/root/.gconf" + addpredict "/root/.gconfd" + gnome2_src_configure + emake -j1 || "make failed" +} + +src_install() { + gnome2_src_install + if ! use ipod; then + dodir /usr/$(get_libdir)/banshee/Banshee.Dap + fi +} +pkg_postinst() { + gnome2_pkg_postinst + einfo + einfo "In case you have an ipod please rebuild this package with USE=ipod" + einfo "If you have a audio player supported by libnjb please" + einfo "rebuild this package with USE=njb" + einfo + einfo "If you want to improve your experience with Banshee" + einfo "we recommend to emerge media-plugins/banshee-official-plugins" + einfo +} diff --git a/media-sound/banshee/files/digest-banshee-0.11.2 b/media-sound/banshee/files/digest-banshee-0.11.2 new file mode 100644 index 000000000000..607f340458e9 --- /dev/null +++ b/media-sound/banshee/files/digest-banshee-0.11.2 @@ -0,0 +1,3 @@ +MD5 0ccb6042f642e9a98237438976b00d81 banshee-0.11.2.tar.gz 2427468 +RMD160 d25d96df3cc559b1afbaa95ee78f5b2ba38f7ddf banshee-0.11.2.tar.gz 2427468 +SHA256 9a331ea4ee9d0307b70c917a59035712355e31227c9112efec820f4319afdccb banshee-0.11.2.tar.gz 2427468 |