Upgraded base/pax-utils to 1.3.8 Upgraded base/x264 to 0.164 Rewrote base/docbook build file Discarded unnecessary hidden files in base/json-c Disabled support for native language support in base/libsecret,util-linux Added /usr prefix to several base build files
37 lines
No EOL
759 B
Text
Executable file
37 lines
No EOL
759 B
Text
Executable file
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
app=x264
|
|
version=0.164
|
|
build=1sml
|
|
homepage="http://www.videolan.org/developers/x264.html"
|
|
desc="free h264 encoder"
|
|
requires="nasm"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf "$app-$version"
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd "$app-$version"
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
# Let x264 use its own optimized -O3 -ffast-math compiler flags.
|
|
unset CFLAGS CXXFLAGS
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--bindir=/bin \
|
|
--enable-shared
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp AUTHORS COPYING doc/* $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
e113a7759528be56c93d2a446ad3b89613f2e3182b03a4631073df3058cc17f5991caf6bd495ebf6602e7ebb515000b871dcd3600e966a91c4ab84f502d26e8f x264-0.164.tar.lz
|
|
" |