From bb5ec79bf38d91a08448fcdbca991a2c005711ce Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 9 Aug 2019 16:00:12 +0200 Subject: build-support: added ffmpeg break-cycle PKGBUILD --- build-support/extra/ffmpeg/PKGBUILD | 11 +++++++++++ community/hq/PKGBUILD | 7 ------- community/hq/hq-ia32.patch | Bin 457 -> 0 bytes 3 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 build-support/extra/ffmpeg/PKGBUILD delete mode 100644 community/hq/PKGBUILD delete mode 100644 community/hq/hq-ia32.patch diff --git a/build-support/extra/ffmpeg/PKGBUILD b/build-support/extra/ffmpeg/PKGBUILD new file mode 100644 index 00000000..16b0db61 --- /dev/null +++ b/build-support/extra/ffmpeg/PKGBUILD @@ -0,0 +1,11 @@ +# disable x264/xs265 to break cycles +depends=(${depends[@]//libx264.so/}) +depends=(${depends[@]//libx265.so/}) + +eval "$( + declare -f build | \ + sed ' + s/--enable-libx264/--disable-libx264/ + s/--enable-libx265/--disable-libx265/ + ' +)" diff --git a/community/hq/PKGBUILD b/community/hq/PKGBUILD deleted file mode 100644 index 4e22d247..00000000 --- a/community/hq/PKGBUILD +++ /dev/null @@ -1,7 +0,0 @@ -# see upstream https://github.com/coderobe/hq/pull/1 -source+=('hq-ia32.patch') -md5sums+=('3cecc7f3b1bbe96f6c3a1609730ba574') -prepare() { - cd "${pkgname}" - patch -Np1 -i ../hq-ia32.patch -} diff --git a/community/hq/hq-ia32.patch b/community/hq/hq-ia32.patch deleted file mode 100644 index 07a924e0..00000000 Binary files a/community/hq/hq-ia32.patch and /dev/null differ -- cgit v1.2.3-54-g00ecf