diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-24 11:05:09 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-24 11:05:09 +0100 |
commit | a98f27a2a1e717afe20483ffa974d542cf80f4d9 (patch) | |
tree | 9e0b5e5e61843b4b7135423f5151e1f595d47193 /extra/banshee | |
parent | 9865b00e684520710b6f685aae18fe7681396b65 (diff) | |
parent | adac5afd500d4ee3a65035e1cf5353ae236b4a61 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ocaml-findlib/PKGBUILD
gnome-unstable/clutter/PKGBUILD
gnome-unstable/gcalctool/PKGBUILD
gnome-unstable/gnome-screensaver/PKGBUILD
gnome-unstable/gnome-screensaver/gnome-screensaver.pam
gnome-unstable/pygobject/PKGBUILD
kde-unstable/calligra/PKGBUILD
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 972a970dc..ff840454c 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' 'mips64el') 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 \ |