[arch-commits] Commit in ffms2/trunk (PKGBUILD)

Maxime Gauduin alucryd at nymeria.archlinux.org
Fri Jun 6 08:12:07 UTC 2014


    Date: Friday, June 6, 2014 @ 10:12:06
  Author: alucryd
Revision: 112747

upgpkg: ffms2 2.19.1.r120.9203af5-1

Modified:
  ffms2/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-06 06:05:25 UTC (rev 112746)
+++ PKGBUILD	2014-06-06 08:12:06 UTC (rev 112747)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin <alucryd at gmail.com>
 
 pkgname=ffms2
-pkgver=2.19.1
+pkgver=2.19.1.r120.9203af5
 pkgrel=1
 pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy frame accurate access'
 arch=('i686' 'x86_64')
@@ -11,18 +11,18 @@
 depends=('ffmpeg')
 makedepends=('git')
 provides=('vapoursynth-plugin-ffms2')
-source=("https://github.com/FFMS/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('39c8a5f6c6735d10b3b0a3830f71ef0182b42e747cbceb6bf9b8dcc0532c99db')
+source=("git+https://github.com/FFMS/ffms2.git#commit=9203af5")
+sha256sums=('SKIP')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
 
-  ./configure --prefix='/usr' --enable-shared --disable-static --enable-avresample
+  ./autogen.sh --prefix='/usr' --enable-shared --disable-static --enable-avresample
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
 
   make DESTDIR="${pkgdir}" install
 




More information about the arch-commits mailing list