milis/talimatname/genel/x264/talimat

22 lines
454 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.

# Description: H264/AVC video akışlarını kodlayan kütüphane
# URL: http://www.videolan.org/developers/x264.html
# Packager: milisarge
# Depends on: yasm
name=x264
version=20150908.2245
release=1
source=(http://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${version/./-}-stable.tar.bz2)
build() {
cd x264-snapshot-${version/./-}-stable
./configure \
--prefix=/usr \
--enable-pic \
--enable-shared
make
make DESTDIR=$PKG install
}