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

Maxime Gauduin alucryd at nymeria.archlinux.org
Thu Jun 5 07:22:23 UTC 2014


    Date: Thursday, June 5, 2014 @ 09:22:23
  Author: alucryd
Revision: 112693

upgpkg: ffms2 2.19.1-1

Modified:
  ffms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-05 03:36:41 UTC (rev 112692)
+++ PKGBUILD	2014-06-05 07:22:23 UTC (rev 112693)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin <alucryd at gmail.com>
 
 pkgname=ffms2
-pkgver=2.19.r81.047b479
+pkgver=2.19.1
 pkgrel=1
 pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy frame accurate access'
 arch=('i686' 'x86_64')
@@ -11,24 +11,18 @@
 depends=('ffmpeg')
 makedepends=('git')
 provides=('vapoursynth-plugin-ffms2')
-source=("git+https://github.com/FFMS/ffms2.git")
-sha256sums=('SKIP')
+source=("https://github.com/FFMS/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('39c8a5f6c6735d10b3b0a3830f71ef0182b42e747cbceb6bf9b8dcc0532c99db')
 
-pkgver() {
-  cd ${pkgname}
-
-  printf "%s" "$(git describe --tags | sed 's/-/.r/; s/-g/./')"
-}
-
 build() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
 
-  ./autogen.sh --prefix='/usr' --enable-shared --disable-static --enable-avresample
+  ./configure --prefix='/usr' --enable-shared --disable-static --enable-avresample
   make
 }
 
 package() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 




More information about the arch-commits mailing list