extra/ffmpeg2.8 to 2.8.7-1.1

fixes #1367
This commit is contained in:
Kevin Mihelich 2016-05-24 23:50:45 +00:00
parent 2d81aa29b4
commit cc6142c0ce

View file

@ -7,10 +7,11 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - use -fPIC in host cflags for armv7 to fix print_options.c compile
# - rename ld.so.conf.d config so nothing is loaded before it
pkgname=ffmpeg2.8
pkgver=2.8.7
pkgrel=1
pkgrel=1.1
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=('i686' 'x86_64')
url='http://ffmpeg.org/'
@ -91,7 +92,7 @@ package() {
rm -rf "${pkgdir}"/usr/{bin,share}
install -dm 755 "${pkgdir}"/etc/ld.so.conf.d
echo -e '/usr/lib/\n/usr/lib/ffmpeg2.8/' > "${pkgdir}"/etc/ld.so.conf.d/ffmpeg2.8.conf
echo -e '/usr/lib/\n/usr/lib/ffmpeg2.8/' > "${pkgdir}"/etc/ld.so.conf.d/zzzz-ffmpeg2.8.conf
}
# vim: ts=2 sw=2 et: