summaryrefslogtreecommitdiff
path: root/nonprism/banshee/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-01-28 10:59:56 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-01-28 11:31:14 -0300
commit300a07797e53b1e9a9f61625c47796297b6a3453 (patch)
treebc5af7f272cf95d684050f5fbacc24c3a975f982 /nonprism/banshee/PKGBUILD
parent32197f12bc93bb86968a9a154b9fbe2d37204d34 (diff)
banshee-2.6.2-8.nonprism1: updating revision
* fix FS#47854 -> https://bugs.archlinux.org/task/47854 * remove Ubuntu One Music store and Amazon MP3 store support
Diffstat (limited to 'nonprism/banshee/PKGBUILD')
-rw-r--r--nonprism/banshee/PKGBUILD22
1 files changed, 15 insertions, 7 deletions
diff --git a/nonprism/banshee/PKGBUILD b/nonprism/banshee/PKGBUILD
index 0b579dad1..b813b25bc 100644
--- a/nonprism/banshee/PKGBUILD
+++ b/nonprism/banshee/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=banshee
pkgver=2.6.2
-pkgrel=7.nonprism1
-pkgdesc="Music management and playback for GNOME, without gdata-sharp support"
-arch=('i686' 'x86_64' 'mips64el')
+pkgrel=8.nonprism1
+pkgdesc="Music management and playback for GNOME, without gdata-sharp, Ubuntu One Music store and Amazon MP3 store support"
+arch=('i686' 'x86_64')
url="http://banshee.fm/"
license=('MIT')
depends=(libxxf86vm gst-plugins-base-libs mono-addins dbus-sharp-glib webkitgtk2 libsoup-gnome taglib-sharp gudev-sharp gkeyfile-sharp gconf-sharp libmtp libgpod mono-zeroconf desktop-file-utils hicolor-icon-theme media-player-info gst-plugins-bad mono-upnp gst-plugins-good gvfs)
@@ -25,15 +25,17 @@ source=(http://download.gnome.org/sources/$pkgname/2.6/$pkgname-$pkgver.tar.xz
Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
sqlite_fix.patch
Remove-IDBusExportable-inheritance-from-exported-int.patch
- Use-dbus-2.patch)
+ Use-dbus-2.patch
+ nonprism.patch)
md5sums=('12dbb8a996783f7081d538062a8589b7'
'16cbe2ef60e6f9b22015585bb3209648'
'0bf7ee4241b12538779c9ecc401d142a'
'f87534f54029794bd7be2a123ab01300'
'd092827720e4a11549587eb3131123ae'
- '72ca131b950d58998fd9286fad722ed7'
+ '2677e6edc2e0d2ce8994adc852dda362'
'3b28f10e167c0aae27157dcc3b828b67'
- '2c4436f7aba58fdd0c5a38d709d73e5c')
+ '2c4436f7aba58fdd0c5a38d709d73e5c'
+ '6de2436fb9683866f77e71fa8e139b7b')
prepare() {
cd $pkgname-$pkgver
@@ -44,6 +46,11 @@ prepare() {
patch -p1 -i ../sqlite_fix.patch
patch -p1 -i ../Remove-IDBusExportable-inheritance-from-exported-int.patch
patch -p1 -i ../Use-dbus-2.patch
+ # Remove Amazon MP3 store extension since it's mandatory from the building
+ patch -p1 -i ../nonprism.patch
+ rm -rv src/Extensions/Banshee.AmazonMp3{,.Store}
+ rm -rv src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/AmazonMp3GroupSource.cs
+ rm -v src/Dap/Banshee.Dap.MassStorage/ThemeIcons/{16x16,22x22}/categories/amazon-mp3-source.png
}
build() {
@@ -52,7 +59,7 @@ build() {
cd $pkgname-$pkgver
- # Disable youtube extension because it needs gdata-sharp to works
+ # Disable Youtube extension because it needs gdata-sharp to works. Also disable Ubuntu One Music store too.
MCS=/usr/bin/dmcs ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-docs \
--disable-static \
@@ -60,6 +67,7 @@ build() {
--disable-schemas-install \
--disable-boo \
--disable-youtube \
+ --disable-ubuntuone \
--with-vendor-build-id=Parabola
make
}