summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072022-12-25 15:55:40 +0100
committersL1pKn072022-12-25 15:55:40 +0100
commit8b7b2532f0f15f1d4507c0e5e0bdbf33b9346096 (patch)
tree77a6fba9e1e1760ea7803f4e01e0143b73af614c /PKGBUILD
parentcec7cbea5d130ee05bdfced435e6c1d1f0c5bac7 (diff)
downloadaur-8b7b2532f0f15f1d4507c0e5e0bdbf33b9346096.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 2 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 733a611d485b..2f3956856070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,13 +42,6 @@ sha256sums=('SKIP'
'fb155fc2dbdb2450c3761781c571ec4335d1fa5169bd1fb2332386eb047c6d8a'
)
-# # Due a incompatibility with FFms2 from GIT, turn disable the plugin
-# if [ "$(pacman -Q ffms2 &> /dev/null && echo $?)" == "0" ]; then
-# _disable_ffms2="--disable-ffms2"
-# else
-# _ffms2="ffms2"
-# fi
-
pkgver() {
cd avxsynth
echo "$(git log -1 --format="%cd" --date=short | tr -d '-').$(git log -1 --format="%h")"
@@ -75,7 +68,7 @@ prepare() {
build() {
export CXXFLAGS="${CXXFLAGS} -std=c++11"
-
+
cd "${srcdir}/build-ffmpeg"
../ffmpeg-2.3.6/configure \
--prefix="${srcdir}/fakeroot" \
@@ -111,8 +104,7 @@ build() {
package_avxsynth-git() {
pkgdesc="Linux Port of AviSynth. (Git version)"
- depends=('ffmpeg'
- 'log4cpp'
+ depends=('log4cpp'
'pango'
)
provides=('avxsynth')