summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorozgursarier2016-03-01 21:27:29 +0200
committerozgursarier2016-03-01 21:27:29 +0200
commitf53da99615410ee1031f584c2991c24430a59637 (patch)
treedca4f768d987182f525e945ffb71f0f05475f635
parent501293fc978c3e74011d7dc458f87bd3e3a39942 (diff)
downloadaur-f53da99615410ee1031f584c2991c24430a59637.tar.gz
Some issuses solved for complilation.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12e8544fc085..9d1acc12a737 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Mar 1 17:53:43 UTC 2016
+# Tue Mar 1 19:26:17 UTC 2016
pkgbase = vlc-plugin-fluidsynth
pkgdesc = FluidSynth plugin for VLC
pkgver = 2.2.2
@@ -15,10 +15,10 @@ pkgbase = vlc-plugin-fluidsynth
provides = vlc-plugin-fluidsynth=2.2.2
conflicts = vlc-plugin-fluidsynth-git
replaces = vlc-plugin-fluidsynth-git
- source_i686 = vlc-plugin-fluidsynth_2.2.2-4_i386.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.2-4_i386.deb
- md5sums_i686 = af34df4542bb8da3e03010ca09553b60
- source_x86_64 = vlc-plugin-fluidsynth_2.2.2-4_amd64.deb::http://ftp.us.debian.org/debian/pool/main/v/vlc/vlc-plugin-fluidsynth_2.2.2-4_amd64.deb
- md5sums_x86_64 = aa1ba3de8dc10b9c3cf6ed60e10ae76d
+ options = !libtool
+ options = !emptydirs
+ source = git://git.videolan.org/vlc/vlc-2.2.git
+ md5sums = SKIP
pkgname = vlc-plugin-fluidsynth
diff --git a/PKGBUILD b/PKGBUILD
index 762e18d0d920..adf706bd8b15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : Özgür Sarıer <echo b3pndXJzYXJpZXIxMDExNjAxMTE1QGdtYWlsLmNvbQo= | base64 -d>
-_compile=0 # Default 0
+_compile=1 # Default 0
# 0=Use prebuilt debian vlc-plugin-fluidsynth package
# 1=Download vlc stable git source and compile vlc fluidsynth plugin standalone.
@@ -50,6 +50,8 @@ prepare() {
# Patch
sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c
sed -i -e 's:truetype/ttf-dejavu:TTF:g' modules/visualization/projectm.cpp
+ sed -i -e 's:libavcodec >= 57.10.100:libavcodec >= 57.99:g' configure.ac
+ sed -i -e 's:libavutil < 55:libavutil < 55.99:g' configure.ac
sed -i -e 's:5.6.0:5.7.0:g;s:5.5.0:5.6.0:g' configure.ac
fi
}