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

Ionut Biru ibiru at archlinux.org
Fri Sep 23 13:51:23 UTC 2011


    Date: Friday, September 23, 2011 @ 09:51:23
  Author: ibiru
Revision: 138449

pull latest fixes

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-23 10:14:37 UTC (rev 138448)
+++ PKGBUILD	2011-09-23 13:51:23 UTC (rev 138449)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=20110916
+pkgver=20110923
 pkgrel=1
 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('yasm' 'git')
 #git clone git://git.videolan.org/ffmpeg.git
 source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz)
-md5sums=('d065a16866c9bcf4d06c5452b2fbdc56')
+md5sums=('36111c640a2eea19f677924ac3193ce4')
 
 build() {
   cd "$srcdir/$pkgname"
@@ -43,7 +43,10 @@
   make
   make tools/qt-faststart
   make doc/ff{mpeg,play,server}.1
+}
 
+package() {
+  cd "$srcdir/$pkgname"
   make DESTDIR="$pkgdir" install install-man
   install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart"
 }




More information about the arch-commits mailing list