summaryrefslogtreecommitdiff
path: root/staging/ffmpeg/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'staging/ffmpeg/PKGBUILD')
-rw-r--r--staging/ffmpeg/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/staging/ffmpeg/PKGBUILD b/staging/ffmpeg/PKGBUILD
index 4de7bdd65..1021dc3ab 100644
--- a/staging/ffmpeg/PKGBUILD
+++ b/staging/ffmpeg/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 160671 2012-06-03 15:50:03Z ibiru $
+# $Id: PKGBUILD 161328 2012-06-09 17:10:50Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: Paul Mattal <paul@archlinux.org>
pkgname=ffmpeg
-pkgver=0.11
+pkgver=0.11.1
pkgrel=1
epoch=1
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
@@ -14,10 +14,10 @@ license=('GPL')
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')
source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-md5sums=('101e1092582bbfca8f2a204cbcecb8fc')
+md5sums=('ff8cb914f657e164dd60ea1008b555a8')
build() {
- cd "$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure \
--prefix=/usr \
@@ -51,7 +51,7 @@ build() {
}
package() {
- cd "$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install install-man
install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart"
}