milis/talimatname/genel/l/libvpx/talimat

26 lines
575 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: VP8 Codec SDK'sı
# URL: http://webm.googlecode.com/files/libvpx-v1.1.0.tar.bz2
# Paketçi: milisarge
# Gerekler: yasm
isim=libvpx
surum=1.5.0
devir=1
kaynak=(http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-$surum.tar.bz2)
derle() {
cd $isim-$surum
sed -e 's/cp -p/cp/' \
-i build/make/Makefile
chmod -v 644 vpx/*.h
mkdir ../libvpx-build
cd ../libvpx-build
../libvpx-$surum/configure --prefix=/usr \
--enable-shared --disable-static \
--disable-install-docs \
--disable-install-srcs
make
make DESTDIR=$PKG install
}