From 59272ef798df3c361d7399a419e9c76a74ddcf3b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sat, 5 Sep 2015 17:33:57 +0200 Subject: testing/handbrake: build fix --- testing/handbrake/APKBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'testing/handbrake') diff --git a/testing/handbrake/APKBUILD b/testing/handbrake/APKBUILD index 1f7b3d395..6d6c30715 100644 --- a/testing/handbrake/APKBUILD +++ b/testing/handbrake/APKBUILD @@ -13,7 +13,8 @@ makedepends="yasm autoconf libtool zlib-dev libbz2 libogg-dev libtheora-dev libvorbis-dev libsamplerate-dev fribidi-dev freetype-dev tinyxml-dev fontconfig-dev libass-dev intltool glib-dev dbus-glib-dev gtk+3.0-dev webkitgtk-dev eudev-dev libnotify-dev libdvdread-dev - gstreamer0.10-dev x264-dev lame-dev linux-headers cmake" + gstreamer0.10-dev x264-dev lame-dev linux-headers cmake + autoconf automake" subpackages="$pkgname-lang $pkgname-gtk" source="${_pkgname}-${pkgver}.tar.bz2::https://handbrake.fr/rotation.php?file=${_pkgname}-${pkgver}.tar.bz2" @@ -21,12 +22,12 @@ _builddir="$srcdir"/${_pkgname}-${pkgver} build() { cd "$_builddir" - ./configure --prefix=/usr || return 1 + ./configure --prefix=/usr || return 1 cd build # This is retarded, but handbrake's "custom.defs" doesn't seem to work - make ffmpeg.configure - make ffmpeg.build CFLAGS="-D_GNU_SOURCE -I${_builddir}/build/contrib/include -I." + make ffmpeg.configure || return 1 + make ffmpeg.build CFLAGS="-D_GNU_SOURCE -I${_builddir}/build/contrib/include -I." || return 1 make build CFLAGS="-I${_builddir}/build/contrib/include -I." || return 1 -- cgit v1.2.3