summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorozgursarier2016-11-19 09:07:02 +0300
committerozgursarier2016-11-19 09:07:02 +0300
commit602802422ef74fd2e10aba99fd6c565b05020406 (patch)
tree045e11153d9515bd3f36695e4fe75089d45ef21a
parentcbafe6648e8d296417c9db242e023ed13de877ba (diff)
downloadaur-602802422ef74fd2e10aba99fd6c565b05020406.tar.gz
Update to 2.2.4-8
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f455a7572c4..325d3ef32813 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Oct 20 16:38:44 UTC 2016
+# Sat Nov 19 06:05:54 UTC 2016
pkgbase = vlc-plugin-fluidsynth
pkgdesc = FluidSynth plugin for VLC
pkgver = 2.2.4
- pkgrel = 6
+ pkgrel = 8
url = http://www.videolan.org/vlc/
install = notes.install
arch = i686
@@ -14,10 +14,10 @@ pkgbase = vlc-plugin-fluidsynth
optdepends = soundfont-fluid: FluidR3_GM soundfont
conflicts = vlc-plugin-fluidsynth-git
replaces = vlc-plugin-fluidsynth-git
- source_i686 = vlc-plugin-fluidsynth_2.2.4-6+b2_i386.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-6+b2_i386.deb
- md5sums_i686 = c2297b3910c18f2cf09d7a3a813f6720
- source_x86_64 = vlc-plugin-fluidsynth_2.2.4-6+b2_amd64.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-6+b2_amd64.deb
- md5sums_x86_64 = 975bc2fce9b702f6f4f12649f3cff088
+ source_i686 = vlc-plugin-fluidsynth_2.2.4-8_i386.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-8_i386.deb
+ md5sums_i686 = d0ce9204b75c9efe6fc047e1ce6c8741
+ source_x86_64 = vlc-plugin-fluidsynth_2.2.4-8_amd64.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.4-8_amd64.deb
+ md5sums_x86_64 = 23e9cf7310cd90576bb62deb203b698b
pkgname = vlc-plugin-fluidsynth
diff --git a/PKGBUILD b/PKGBUILD
index 71a5bcc10b37..41573ca4258b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ _compile=0
pkgname=vlc-plugin-fluidsynth
pkgver=2.2.4
-pkgrel=6
-_pkgrel_status=+b2
+pkgrel=8
+_pkgrel_status=
pkgdesc="FluidSynth plugin for VLC"
arch=('i686' 'x86_64')
url="http://www.videolan.org/vlc/"
@@ -23,8 +23,8 @@ if [ "${_compile}" -eq 0 ]; then
source_i686=("${pkgname}_${pkgver}-${pkgrel}${_pkgrel_status}_i386.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/${pkgname}_${pkgver}-${pkgrel}${_pkgrel_status}_i386.deb")
source_x86_64=("${pkgname}_${pkgver}-${pkgrel}${_pkgrel_status}_amd64.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/${pkgname}_${pkgver}-${pkgrel}${_pkgrel_status}_amd64.deb")
-md5sums_i686=('c2297b3910c18f2cf09d7a3a813f6720')
-md5sums_x86_64=('975bc2fce9b702f6f4f12649f3cff088')
+md5sums_i686=('d0ce9204b75c9efe6fc047e1ce6c8741')
+md5sums_x86_64=('23e9cf7310cd90576bb62deb203b698b')
else
options=("!libtool" "!emptydirs")
source+=("git://git.videolan.org/${pkgname%%-*}/${pkgname%%-*}-${pkgver:0:3}.git")
@@ -97,8 +97,8 @@ fi
package() {
if [ "${_compile}" -eq 0 ]; then
cd "${srcdir}/"
-
- install -Dm0755 "${srcdir}/data/usr/lib/vlc/plugins/codec/libfluidsynth_plugin.so" "$pkgdir/usr/lib/vlc/plugins/codec/libfluidsynth_plugin.so"
+ _bits=i386 ; [[ "$CARCH" = 'x86_64' ]] && _bits=x86_64
+ install -Dm0755 "${srcdir}/data/usr/lib/$_bits-linux-gnu/vlc/plugins/codec/libfluidsynth_plugin.so" "$pkgdir/usr/lib/vlc/plugins/codec/libfluidsynth_plugin.so"
else
cd "${srcdir}/${pkgname%%-*}-${pkgver:0:3}/modules/"
make DESTDIR="${pkgdir}" codec_LTLIBRARIES="libfluidsynth_plugin.la" install-codecLTLIBRARIES