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

Ionut Biru ibiru at archlinux.org
Sat Mar 17 11:54:47 UTC 2012


    Date: Saturday, March 17, 2012 @ 07:54:47
  Author: ibiru
Revision: 153654

update to a new snapshot, from release/0.10 branch

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-17 10:02:45 UTC (rev 153653)
+++ PKGBUILD	2012-03-17 11:54:47 UTC (rev 153654)
@@ -4,8 +4,8 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=20120127
-pkgrel=3
+pkgver=20120317
+pkgrel=1
 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
 arch=('i686' 'x86_64')
 url="http://ffmpeg.org/"
@@ -14,10 +14,10 @@
 makedepends=('yasm' 'git' 'libvdpau')
 #git clone git://git.videolan.org/ffmpeg.git
 source=(ftp://ftp.archlinux.org/other/ffmpeg/$pkgname-$pkgver.tar.xz)
-md5sums=('dc706cdb31801b4746f37459b0c38b7e')
+md5sums=('2a2ef83ae73713fcef6bba8c430665ce')
 
 build() {
-  cd "$srcdir/$pkgname"
+  cd "$pkgname"
 
   ./configure \
     --prefix=/usr \
@@ -50,7 +50,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname"
+  cd "$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