diff options
author | root <root@rshg054.dnsready.net> | 2012-03-24 00:01:22 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-24 00:01:22 +0000 |
commit | adac5afd500d4ee3a65035e1cf5353ae236b4a61 (patch) | |
tree | f4363891ec4de7b720eb809815fec7199292f5b0 /extra/banshee | |
parent | 1512c792951d7fbd2c9c336f9bf35654bbb85cc6 (diff) |
Sat Mar 24 00:01:22 UTC 2012
Diffstat (limited to 'extra/banshee')
-rw-r--r-- | extra/banshee/PKGBUILD | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/extra/banshee/PKGBUILD b/extra/banshee/PKGBUILD index bb6007a14..42d31533b 100644 --- a/extra/banshee/PKGBUILD +++ b/extra/banshee/PKGBUILD @@ -3,25 +3,24 @@ # Contributor: György Balló <ballogy@freestart.hu> pkgname=banshee -pkgver=2.2.1 -pkgrel=2 +pkgver=2.4.0 +pkgrel=1 pkgdesc="Music management and playback for GNOME" arch=('i686' 'x86_64') url="http://banshee.fm/" license=('MIT') -depends=(libxxf86vm gstreamer0.10-base-plugins mono-addins dbus-sharp-glib boo libwebkit libsoup-gnome gdata-sharp taglib-sharp gudev-sharp gkeyfile-sharp gconf-sharp libmtp libgpod mono-zeroconf desktop-file-utils hicolor-icon-theme xdg-utils media-player-info) +depends=(libxxf86vm gstreamer0.10-base-plugins mono-addins dbus-sharp-glib boo libwebkit libsoup-gnome gdata-sharp taglib-sharp gudev-sharp gkeyfile-sharp gconf-sharp libmtp libgpod mono-zeroconf desktop-file-utils hicolor-icon-theme xdg-utils media-player-info gstreamer0.10-bad-plugins mono-upnp) makedepends=('intltool' 'gnome-doc-utils' 'gtk-sharp-beans') optdepends=('gstreamer0.10-good-plugins: Extra media codecs' 'gstreamer0.10-ugly-plugins: Extra media codecs' - 'gstreamer0.10-bad-plugins: Extra media codecs' 'gstreamer0.10-ffmpeg: Extra media codecs' 'brasero: CD burning') options=('!libtool') install=$pkgname.install -source=(http://download.gnome.org/sources/$pkgname/2.2/$pkgname-$pkgver.tar.xz +source=(http://download.gnome.org/sources/$pkgname/2.4/$pkgname-$pkgver.tar.xz banshee-recent-gpod.patch) -sha256sums=('55c03ddf9732199b9f83d4ff375af99ae5a4eea46b8a198695427e5c48f1b9a5' - '018eeb00d1b4e625d13f1184863e499be5b5dde050a7513e012d5898125073d9') +md5sums=('a719717d02ed26cccf4e6432edd48a31' + 'e988bb83e1a49e5f0da5958e8af6508e') build() { export MONO_SHARED_DIR="$srcdir/.wabi" @@ -29,7 +28,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" patch -Np1 -i "$srcdir/banshee-recent-gpod.patch" - + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-docs \ --disable-static \ |