summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072018-01-04 19:06:32 +0100
committersL1pKn072018-01-04 19:06:32 +0100
commit0dd881b5fa2a483c90edb1f138d7e8194b50e52a (patch)
tree564a0a85389daa4cdde680afc32efeb9f69d9ff6
parent84cedbe500d8e48ee56b039949e776db0af72ad4 (diff)
downloadaur-0dd881b5fa2a483c90edb1f138d7e8194b50e52a.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5bf95f57d1d..c3c4e5b84f24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Oct 18 17:32:53 UTC 2016
+# Thu Jan 4 18:06:26 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.0.g2cf2c4b
+ pkgver = 2.23.153.g722a02d
pkgrel = 1
url = https://github.com/FFMS/ffms2
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index a46812b7bc41..b6af7e131629 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=ffms2-git
-pkgver=2.23.0.g2cf2c4b
+pkgver=2.23.153.g722a02d
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'
@@ -28,6 +28,10 @@ pkgver() {
echo "$(git describe --long --tags | tr - .)"
}
+prepare() {
+ cd ffms2
+ sh ./autogen.sh
+}
build() {
cd ffms2
@@ -35,6 +39,7 @@ build() {
--prefix=/usr \
--enable-shared=yes \
--enable-static=no
+
make
}