aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-08-11 11:25:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-08-11 11:25:24 +0000
commit2fc423b42b5027e1edad7496eff4c9f511c7cf14 (patch)
tree81578f2a16505134736f99950834a7063b2ddf34
parentd07e64528abffcbd7f7ad8d637c6e8360ae6f99f (diff)
downloadalpine_aports-2fc423b42b5027e1edad7496eff4c9f511c7cf14.tar.bz2
alpine_aports-2fc423b42b5027e1edad7496eff4c9f511c7cf14.tar.xz
alpine_aports-2fc423b42b5027e1edad7496eff4c9f511c7cf14.zip
main/ffmpeg: upgrade to 0.8.2
-rw-r--r--main/ffmpeg/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ffmpeg/APKBUILD b/main/ffmpeg/APKBUILD
index adb57f8d54..622670cbd5 100644
--- a/main/ffmpeg/APKBUILD
+++ b/main/ffmpeg/APKBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=ffmpeg 2pkgname=ffmpeg
3pkgver=0.8.1 3pkgver=0.8.2
4pkgrel=0 4pkgrel=0
5pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" 5pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
6url="http://ffmpeg.org/" 6url="http://ffmpeg.org/"
@@ -59,5 +59,5 @@ package() {
59 install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart" || return 1 59 install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart" || return 1
60# strip --strip-debug "$pkgdir"/usr/lib/*.a || return 1 60# strip --strip-debug "$pkgdir"/usr/lib/*.a || return 1
61} 61}
62md5sums="e9c497e221b5594df477bcbf318f4bce ffmpeg-0.8.1.tar.bz2 62md5sums="967d481c98161582d149aced6e3b2f31 ffmpeg-0.8.2.tar.bz2
632cdc11a99bf97c63c7cca27b073cb47c configure-dlvsym.patch" 632cdc11a99bf97c63c7cca27b073cb47c configure-dlvsym.patch"