Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3a866462c09fb6ce71b852872b4c437b701f1699
commit 3a866462c09fb6ce71b852872b4c437b701f1699 Author: crazy <[EMAIL PROTECTED]> Date: Fri Feb 1 05:30:09 2008 +0100 banshee-0.13.2-1-i686 * Version bump ( finally ) * fixed depends , schemas , Fcontops etc diff --git a/source/gnome-extra/banshee/FrugalBuild b/source/gnome-extra/banshee/FrugalBuild index 8543ae7..768313e 100644 --- a/source/gnome-extra/banshee/FrugalBuild +++ b/source/gnome-extra/banshee/FrugalBuild @@ -2,13 +2,13 @@ # Maintainer: AlexExtreme <[EMAIL PROTECTED]> pkgname=banshee -pkgver=0.13.1 +pkgver=0.13.2 pkgrel=1 pkgdesc="Banshee is a Mono based media player for Gnome" url="http://banshee-project.org" -depends=('gnome-sharp' 'ipod-sharp>=0.6.3' 'sqlite3' 'hal' 'libmusicbrainz' 'nautilus-cd-burner' \ - 'avahi-sharp>=0.6.17' 'gst-plugins-base-cdparanoia' 'gst-plugins-base-gnomevfs' 'gst-plugins-good-gconf' 'gst-plugins-base-oil' \ - 'karma-sharp>=0.1.0-3') +depends=('gnome-sharp' 'ipod-sharp>=0.8.0' 'sqlite3' 'hal' 'libmusicbrainz' 'nautilus-cd-burner' \ + 'mono-zeroconf>=0.7.5' 'gst-plugins-base-cdparanoia' 'gst-plugins-base-gnomevfs' 'gst-plugins-good-gconf' 'gst-plugins-base-oil' \ + 'karma-sharp>=0.1.0-3' 'libmtp' 'ndesk-dbus-glib' 'njb-sharp') conflicts=('banshee-official-plugins') provides=('banshee-official-plugins') replaces=('banshee-official-plugins') @@ -16,26 +16,30 @@ makedepends=('perl-xml' 'intltool') groups=('gnome-extra') archs=('i686' 'x86_64') _F_gnome_schemas=( \ - '/etc/gconf/schemas/bansheeterface.schemas' \ '/etc/gconf/schemas/banshee-core.schemas' \ - '/etc/gconf/schemas/banshee-plu-podcast.schemas' \ - '/etc/gconf/schemas/banshee-plu-mmkeys.schemas' \ - '/etc/gconf/schemas/banshee-plu-daap.schemas' \ - '/etc/gconf/schemas/banshee-plu-radio.schemas' \ - '/etc/gconf/schemas/banshee-plu-bookmarks.schemas' \ - '/etc/gconf/schemas/banshee-plu-metadatasearcher.schemas' \ - '/etc/gconf/schemas/banshee-plu-recommendation.schemas' \ - '/etc/gconf/schemas/banshee-plu-imode.schemas' \ - '/etc/gconf/schemas/banshee-plu-audioscrobbler.schemas' \ - '/etc/gconf/schemas/banshee-plu-notificationarea.schemas') + '/etc/gconf/schemas/banshee-interface.schemas' \ + '/etc/gconf/schemas/banshee-plugin-audioscrobbler.schemas' \ + '/etc/gconf/schemas/banshee-plugin-bookmarks.schemas' \ + '/etc/gconf/schemas/banshee-plugin-daap.schemas' \ + '/etc/gconf/schemas/banshee-plugin-lastfm.schemas' \ + '/etc/gconf/schemas/banshee-plugin-metadatasearcher.schemas' \ + '/etc/gconf/schemas/banshee-plugin-minimode.schemas' \ + '/etc/gconf/schemas/banshee-plugin-mmkeys.schemas' \ + '/etc/gconf/schemas/banshee-plugin-notificationarea.schemas' \ + '/etc/gconf/schemas/banshee-plugin-podcast.schemas' \ + '/etc/gconf/schemas/banshee-plugin-radio.schemas' \ + '/etc/gconf/schemas/banshee-plugin-recommendation.schemas') _F_gnome_desktop=y _F_gnome_iconcache=y +options=('scriptlet' 'nofakeroot') +_F_mono_aot=0 Finclude gnome-scriptlet -options=('nofakeroot' 'scriptlet') up2date="lynx -dump $url | grep 'The latest version'|sed 's/The latest version of Banshee is //g' |sed 's/,.*$//g' | sed 's/ //g'" source=(http://banshee-project.org/files/$pkgname/$pkgname-$pkgver.tar.bz2) -Fconfopts="$Fconfopts --disable-docs --enable-avahi --enable-ipod" -sha1sums=('5af60e08b09d61869b79f25b71b46ae427f3b836') +Fconfopts="$Fconfopts --disable-docs --enable-avahi --enable-ipod \ + --enable-karma --enable-mtp --enable-external-ndesk-dbus \ + --enable-njb --disable-debug" +sha1sums=('81093fe364b9bcac37d88595feb690c0a537a134') unset MAKEFLAGS # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
