mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
parent
2d81aa29b4
commit
cc6142c0ce
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue