summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-05 03:06:31 +0100
committersL1pKn072020-03-05 03:06:31 +0100
commit24ab4d72d54c792570237bd8276b42e327a8cbf4 (patch)
tree7122fa13438f93de18edf3da40e4fc26bfb5a1c7
parentaf902950b798868bb47af361e879aee159f142f6 (diff)
downloadaur-24ab4d72d54c792570237bd8276b42e327a8cbf4.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD17
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eef1a1d4a21..b391d51b1aaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Sep 20 18:36:19 UTC 2018
pkgbase = ffms2-git
pkgdesc = An FFmpeg/Libav based source library and Avisynth/Vapoursynth plugin for easy frame accurate access. (GIT version)
- pkgver = 2.23.187.gc3fc445
+ pkgver = 2.23.203.gbda9eeb
pkgrel = 1
url = https://github.com/FFMS/ffms2
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 79887f492212..118a14f17cea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=ffms2-git
-pkgver=2.23.187.gc3fc445
+pkgver=2.23.203.gbda9eeb
pkgrel=1
pkgdesc="An FFmpeg/Libav based source library and Avisynth/Vapoursynth plugin for easy frame accurate access. (GIT version)"
url='https://github.com/FFMS/ffms2'
@@ -30,18 +30,21 @@ pkgver() {
prepare() {
mkdir -p build
- (cd ffms2; mkdir -p src/config; autoreconf -vfi)
+ cd ffms2
+ mkdir -p src/config
+ autoreconf -vfi
+
+}
+build() {
cd build
../ffms2/configure \
--prefix=/usr \
--enable-shared=yes \
- --enable-static=no
+ --enable-static=no \
+ --enable-avisynth-cpp
-}
-
-build() {
- make -C build
+ make
}
package() {