community/ffmpeg0.10 to 0.10.16-1.1

fixes #1367
This commit is contained in:
Kevin Mihelich 2016-05-25 00:07:26 +00:00
parent cc6142c0ce
commit a7d1229ca3

View file

@ -8,10 +8,11 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - build aarch64 with -fPIC
# - rename ld.so.conf.d config so nothing is loaded before it
pkgname=ffmpeg0.10
pkgver=0.10.16
pkgrel=1
pkgrel=1.1
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=('i686' 'x86_64')
url='http://ffmpeg.org/'
@ -89,7 +90,7 @@ package() {
rm -rf "${pkgdir}"/usr/{bin,share}
install -dm 755 "${pkgdir}"/etc/ld.so.conf.d
echo -e '/usr/lib/\n/usr/lib/ffmpeg0.10/' > "${pkgdir}"/etc/ld.so.conf.d/ffmpeg0.10.conf
echo -e '/usr/lib/\n/usr/lib/ffmpeg0.10/' > "${pkgdir}"/etc/ld.so.conf.d/zzzz-ffmpeg0.10.conf
}
# vim: ts=2 sw=2 et: