summaryrefslogtreecommitdiff
path: root/staging/ffmpeg
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-11 00:02:18 +0000
committerroot <root@rshg054.dnsready.net>2012-06-11 00:02:18 +0000
commit4714cec7e8367a7618b168d0db4bc085dbfaac8a (patch)
treeb1f3049ee78988b0db6ec69637a1ee37c8b63b3f /staging/ffmpeg
parent7b2739f21a7ed0d52497fa381c9a2383e71ab7a8 (diff)
Mon Jun 11 00:02:18 UTC 2012
Diffstat (limited to 'staging/ffmpeg')
-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"
}