summaryrefslogtreecommitdiff
path: root/nonprism/banshee/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-09 14:06:54 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-01-09 14:06:54 -0200
commitff3aeb916e4d73fc992530f5ed87fac371b5075e (patch)
treefcc2929cf9f00b5f7ad29a09ce6ac6a4131b5f23 /nonprism/banshee/PKGBUILD
parentac4d545f339970c977a9b6c4962ed26c6dbe1c99 (diff)
banshee-2.6.2-6.nonprism1: fix FS#42500 -> https://bugs.archlinux.org/task/42500
Diffstat (limited to 'nonprism/banshee/PKGBUILD')
-rw-r--r--nonprism/banshee/PKGBUILD17
1 files changed, 10 insertions, 7 deletions
diff --git a/nonprism/banshee/PKGBUILD b/nonprism/banshee/PKGBUILD
index 386ca0052..249e4cbcb 100644
--- a/nonprism/banshee/PKGBUILD
+++ b/nonprism/banshee/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=banshee
pkgver=2.6.2
-pkgrel=5.nonprism1
+pkgrel=6.nonprism1
pkgdesc="Music management and playback for GNOME, without gdata-sharp support"
arch=('i686' 'x86_64' 'mips64el')
url="http://banshee.fm/"
@@ -22,7 +22,14 @@ source=(http://download.gnome.org/sources/$pkgname/2.6/$pkgname-$pkgver.tar.xz
Initial-port-to-GStreamer-1.0.patch
Remove-build-time-enable-gapless-playback-option.patch
Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
- Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch)
+ Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
+ sqlite_fix.patch)
+md5sums=('12dbb8a996783f7081d538062a8589b7'
+ '16cbe2ef60e6f9b22015585bb3209648'
+ '0bf7ee4241b12538779c9ecc401d142a'
+ 'f87534f54029794bd7be2a123ab01300'
+ 'd092827720e4a11549587eb3131123ae'
+ '72ca131b950d58998fd9286fad722ed7')
prepare() {
cd $pkgname-$pkgver
@@ -30,6 +37,7 @@ prepare() {
patch -p1 -i ../Remove-build-time-enable-gapless-playback-option.patch
patch -p1 -i ../Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
patch -p1 -i ../Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
+ patch -p1 -i ../sqlite_fix.patch
}
build() {
@@ -59,8 +67,3 @@ package() {
install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
-md5sums=('12dbb8a996783f7081d538062a8589b7'
- '16cbe2ef60e6f9b22015585bb3209648'
- '0bf7ee4241b12538779c9ecc401d142a'
- 'f87534f54029794bd7be2a123ab01300'
- 'd092827720e4a11549587eb3131123ae')