[arch-commits] Commit in ffms2/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed May 20 14:28:45 UTC 2015
Date: Wednesday, May 20, 2015 @ 16:28:45
Author: alucryd
Revision: 133886
upgpkg: ffms2 2.21-1
Modified:
ffms2/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-05-20 14:25:32 UTC (rev 133885)
+++ PKGBUILD 2015-05-20 14:28:45 UTC (rev 133886)
@@ -1,9 +1,9 @@
# $Id$$
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=ffms2
-pkgver=2.20
-pkgrel=2
+pkgver=2.21
+pkgrel=1
pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy frame accurate access'
arch=('i686' 'x86_64')
url='https://github.com/FFMS/ffms2'
@@ -11,13 +11,17 @@
depends=('ffmpeg')
makedepends=('git')
provides=('vapoursynth-plugin-ffms2')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('c7d880172756c253f2c5673044dabf03c19890dcfe64da5104ee9f42a1a573a0')
+source=("ffms2-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('c2c23ce2254e293376f786aafc20a345f4dc970f5b2efef3fa38e40d7d510202')
build() {
cd ${pkgname}-${pkgver}
- ./configure --prefix='/usr' --enable-shared --disable-static --enable-avresample
+ ./configure \
+ --prefix='/usr' \
+ --enable-avresample \
+ --enable-shared \
+ --disable-static
make
}
More information about the arch-commits
mailing list