extra/ffmpeg2.8 to 2.8.11-3

This commit is contained in:
Kevin Mihelich 2017-04-27 23:59:31 +00:00
parent 4225286658
commit 54ce00afa9

View file

@ -11,7 +11,7 @@
pkgname=ffmpeg2.8
pkgver=2.8.11
pkgrel=2
pkgrel=3
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=('i686' 'x86_64')
url='https://ffmpeg.org/'
@ -88,7 +88,9 @@ package() {
cd ffmpeg-${pkgver}
make DESTDIR="${pkgdir}" install
rm -rf "${pkgdir}"/usr/{bin,share}
rm -rf "${pkgdir}"/usr/share
find "${pkgdir}"/usr/bin -type f -exec mv {} {}2.8 \;
install -dm 755 "${pkgdir}"/etc/ld.so.conf.d
echo -e '/usr/lib/\n/usr/lib/ffmpeg2.8/' > "${pkgdir}"/etc/ld.so.conf.d/zzzz-ffmpeg2.8.conf