milis/talimatname/genel/x/x264/talimat

23 lines
460 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: H264/AVC video akışlarını kodlayan kütüphane
# URL: http://www.videolan.org/developers/x264.html
# Paketçi: milisarge
# Gerekler: yasm
# Grup: kütüphane
isim=x264
surum=20150908.2245
devir=1
kaynak=(http://ftp.videolan.org/pub/videolan/$isim/snapshots/x264-snapshot-${surum/./-}-stable.tar.bz2)
derle() {
cd x264-snapshot-${surum/./-}-stable
./configure \
--prefix=/usr \
--enable-pic \
--enable-shared
make
make DESTDIR=$PKG install
}