diff --git a/srcpkgs/x264/template b/srcpkgs/x264/template index f1997ee8eb1..21431904aa6 100644 --- a/srcpkgs/x264/template +++ b/srcpkgs/x264/template @@ -1,27 +1,27 @@ # Template file for 'x264' pkgname=x264 -_snap_date=20140928 +_snap_date=20141218 _snap_rev=2245 version="${_snap_date}.${_snap_rev}" revision=1 wrksrc="x264-snapshot-${_snap_date}-${_snap_rev}-stable" -hostmakedepends="yasm" +hostmakedepends="yasm perl" short_desc="Free library for encoding H264/AVC video streams" maintainer="Juan RP " homepage="http://www.videolan.org/developers/x264.html" license="GPL-2" distfiles="http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-${_snap_date}-${_snap_rev}-stable.tar.bz2" -checksum=2c30a479989c9bc98629a49208505e9c99c81e3f4b7b0fbd087dfb5395b872df +checksum=3519e8fa3399845c7d2248d0a7297a923ac6bdc78d0ec15e85026e810670e1be do_configure() { - if [ "$XBPS_TARGET_MACHINE" != "i686" -o "$XBPS_TARGET_MACHINE" != "x86_64" ]; then + if [ "$XBPS_TARGET_MACHINE" = "armv6hf" ]; then args+=" --disable-asm" fi if [ "$CROSS_BUILD" ]; then args+=" --host=$XBPS_CROSS_TRIPLET" fi ./configure --prefix=/usr --disable-swscale --enable-static \ - --enable-pic --enable-shared --disable-opencl ${args} + --enable-pic --enable-shared ${args} } do_build() {