milis/talimatname/genel/l/libvpx/talimat

26 lines
575 B
Plaintext
Raw Normal View History

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