summaryrefslogtreecommitdiffstats
path: root/abs/extra/ffmpeg-compat/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-01-28 15:04:39 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-01-28 15:04:39 (GMT)
commit79da941af4872cfdbc6d7b4234c4bdffb4728db1 (patch)
treee3541d9a49e163b4858db13e9f0bc36ac13d404a /abs/extra/ffmpeg-compat/PKGBUILD
parent217df3e31090b2c2fdbf3e6f0ffd267d7fdf20cf (diff)
downloadlinhes_pkgbuild-79da941af4872cfdbc6d7b4234c4bdffb4728db1.zip
linhes_pkgbuild-79da941af4872cfdbc6d7b4234c4bdffb4728db1.tar.gz
linhes_pkgbuild-79da941af4872cfdbc6d7b4234c4bdffb4728db1.tar.bz2
ffmpeg-compat: rebuild for libvpx
Diffstat (limited to 'abs/extra/ffmpeg-compat/PKGBUILD')
-rw-r--r--abs/extra/ffmpeg-compat/PKGBUILD16
1 files changed, 13 insertions, 3 deletions
diff --git a/abs/extra/ffmpeg-compat/PKGBUILD b/abs/extra/ffmpeg-compat/PKGBUILD
index 258f4d8..5b5879f 100644
--- a/abs/extra/ffmpeg-compat/PKGBUILD
+++ b/abs/extra/ffmpeg-compat/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=ffmpeg-compat
pkgver=0.10.16
-pkgrel=2
+pkgrel=4
epoch=1
pkgdesc='Complete and free Internet live audio and video broadcasting solution'
arch=('i686' 'x86_64')
@@ -20,10 +20,20 @@ depends=(
'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so'
)
makedepends=('libvdpau' 'yasm' 'x264')
-source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc})
+provides=('libavcodec.so' 'libavutil.so' 'libpostproc.so' 'libswscale.so'
+ 'libswresample.so' 'libavformat.so' 'libavfilter.so' 'libavdevice.so')
+source=(http://ffmpeg.org/releases/ffmpeg-$pkgver.tar.bz2{,.asc}
+ ffmpeg-0.10-libvpx-1.5.patch)
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
sha256sums=('e77823cbd58dfdb61f88059476070bc432d80e3821c14abcf804ef709d2f3fd1'
- 'SKIP')
+ 'SKIP'
+ 'd6797973889582b82b7c81b91a39c222e09b5ccf8a7e031c364ae1e9275a497d')
+
+
+prepare() {
+ cd ffmpeg-$pkgver
+ patch -p1 -i ../ffmpeg-0.10-libvpx-1.5.patch
+}
build() {
cd ffmpeg-$pkgver