Date: Saturday, June 9, 2012 @ 13:09:29 Author: ibiru Revision: 161327
update to 0.11.1 Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-06-09 14:55:04 UTC (rev 161326) +++ PKGBUILD 2012-06-09 17:09:29 UTC (rev 161327) @@ -4,7 +4,7 @@ # Contributor: Paul Mattal <[email protected]> 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 @@ 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 @@ } package() { - cd "$pkgname-$pkgver" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install install-man install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart" }
