From d440ad95e0224a2c08b0624de97a455c69f3fffa Mon Sep 17 00:00:00 2001 From: Luis Medinas Date: Tue, 6 Feb 2007 00:57:01 +0000 Subject: Version Bump. Remove old versions. (Portage version: 2.1.2-r7) --- media-sound/banshee/ChangeLog | 8 +- media-sound/banshee/banshee-0.11.3.ebuild | 104 ------------------------ media-sound/banshee/banshee-0.11.6.ebuild | 102 +++++++++++++++++++++++ media-sound/banshee/files/digest-banshee-0.11.3 | 3 - media-sound/banshee/files/digest-banshee-0.11.6 | 3 + 5 files changed, 112 insertions(+), 108 deletions(-) delete mode 100644 media-sound/banshee/banshee-0.11.3.ebuild create mode 100644 media-sound/banshee/banshee-0.11.6.ebuild delete mode 100644 media-sound/banshee/files/digest-banshee-0.11.3 create mode 100644 media-sound/banshee/files/digest-banshee-0.11.6 (limited to 'media-sound') diff --git a/media-sound/banshee/ChangeLog b/media-sound/banshee/ChangeLog index d7222c2935fe..720e9e7f5325 100644 --- a/media-sound/banshee/ChangeLog +++ b/media-sound/banshee/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/banshee # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.39 2007/01/25 01:51:44 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.40 2007/02/06 00:57:01 metalgod Exp $ + +*banshee-0.11.6 (06 Feb 2007) + + 06 Feb 2007; Luis Medinas -banshee-0.11.3.ebuild, + +banshee-0.11.6.ebuild: + Version Bump. Remove old versions. *banshee-0.11.5 (25 Jan 2007) diff --git a/media-sound/banshee/banshee-0.11.3.ebuild b/media-sound/banshee/banshee-0.11.3.ebuild deleted file mode 100644 index f0822363c7bf..000000000000 --- a/media-sound/banshee/banshee-0.11.3.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# 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.3.ebuild,v 1.3 2006/12/11 02:50:56 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 boo 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 - boo? ( >=dev-lang/boo-0.7.6 ) - >=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 - - if use boo; then - G2CONF="${G2CONF} --enable-external-boo" - fi - - G2CONF="${G2CONF} --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/banshee-0.11.6.ebuild b/media-sound/banshee/banshee-0.11.6.ebuild new file mode 100644 index 000000000000..b4720398150e --- /dev/null +++ b/media-sound/banshee/banshee-0.11.6.ebuild @@ -0,0 +1,102 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-0.11.6.ebuild,v 1.1 2007/02/06 00:57:01 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 boo 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 + boo? ( >=dev-lang/boo-0.7.6 ) + >=dev-db/sqlite-3 + >=gnome-extra/nautilus-cd-burner-2.12 + !media-plugins/banshee-official-plugins" + +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 + + if use boo; then + G2CONF="${G2CONF} --enable-external-boo" + fi + + G2CONF="${G2CONF} --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 +} diff --git a/media-sound/banshee/files/digest-banshee-0.11.3 b/media-sound/banshee/files/digest-banshee-0.11.3 deleted file mode 100644 index e71d69522308..000000000000 --- a/media-sound/banshee/files/digest-banshee-0.11.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 618d6b6c7d30e4759d23e29f65117ad4 banshee-0.11.3.tar.gz 2600261 -RMD160 24fe282a5fb334172a18525bb40e1625fe6603d3 banshee-0.11.3.tar.gz 2600261 -SHA256 60bc034d4605a9cc2164e2921c6bb30a9d534446b183c4f3faf02788895fad08 banshee-0.11.3.tar.gz 2600261 diff --git a/media-sound/banshee/files/digest-banshee-0.11.6 b/media-sound/banshee/files/digest-banshee-0.11.6 new file mode 100644 index 000000000000..bdf9e2e860aa --- /dev/null +++ b/media-sound/banshee/files/digest-banshee-0.11.6 @@ -0,0 +1,3 @@ +MD5 606ae7fdde536968fadfb85ec33b2e16 banshee-0.11.6.tar.gz 2925109 +RMD160 75cd36f8f3cc2413f82e51d3ccbbee324073fd72 banshee-0.11.6.tar.gz 2925109 +SHA256 5421d8aad728de67600af0102dca6f7b66db526e9aeb874da975a189eb50bf60 banshee-0.11.6.tar.gz 2925109 -- cgit v1.2.3-65-gdbad