mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
parent
cc6142c0ce
commit
a7d1229ca3
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue