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

Ionut Biru ibiru at archlinux.org
Sun Jun 3 15:44:16 UTC 2012


    Date: Sunday, June 3, 2012 @ 11:44:16
  Author: ibiru
Revision: 160670

update to 0.11
switch to released versions

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-03 15:05:06 UTC (rev 160669)
+++ PKGBUILD	2012-06-03 15:44:16 UTC (rev 160670)
@@ -4,20 +4,20 @@
 # Contributor: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=20120509
+pkgver=0.11
 pkgrel=1
+epoch=1
 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
 arch=('i686' 'x86_64')
 url="http://ffmpeg.org/"
 license=('GPL')
-depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex x264 xvidcore zlib)
+depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex v4l-utils x264 xvidcore zlib)
 makedepends=('yasm' 'git' 'libvdpau')
-#git clone git://git.videolan.org/ffmpeg.git
-source=(ftp://ftp.archlinux.org/other/ffmpeg/$pkgname-$pkgver.tar.xz)
-md5sums=('a35359e424608f369d380f03e4dc9966')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+md5sums=('101e1092582bbfca8f2a204cbcecb8fc')
 
 build() {
-  cd "$pkgname"
+  cd "$pkgname-$pkgver"
 
   ./configure \
     --prefix=/usr \
@@ -38,6 +38,7 @@
     --enable-libopenjpeg \
     --enable-librtmp \
     --enable-libpulse \
+    --enable-libv4l2 \
     --enable-gpl \
     --enable-version3 \
     --enable-runtime-cpudetect \
@@ -50,7 +51,7 @@
 }
 
 package() {
-  cd "$pkgname"
+  cd "$pkgname-$pkgver"
   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