mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/ffmpeg2.8 to 2.8.11-3
This commit is contained in:
parent
4225286658
commit
54ce00afa9
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue