From c23c9113d1581f89e81229c43c44a21f5bbd026d Mon Sep 17 00:00:00 2001 From: Iacopo Isimbaldi Date: Wed, 20 Jul 2016 18:45:08 +0100 Subject: [PATCH] Temporary removed openh264 and openjpeg --- .SRCINFO | 4 +--- PKGBUILD | 8 +++----- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7290da3..e3e2a85 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Wed Jul 20 14:19:53 UTC 2016 +# Wed Jul 20 17:37:11 UTC 2016 pkgbase = ffmpeg-full pkgdesc = Complete solution to record, convert and stream audio and video (with all options) pkgver = 3.1.1 @@ -35,7 +35,6 @@ pkgbase = ffmpeg-full depends = libwebp depends = netcdf depends = opencore-amr - depends = openjpeg depends = opus depends = schroedinger depends = sdl @@ -72,7 +71,6 @@ pkgbase = ffmpeg-full depends = nut-multimedia-git depends = openal depends = opencl-headers - depends = openh264 depends = rubberband depends = rtmpdump depends = shine diff --git a/PKGBUILD b/PKGBUILD index b035f00..0dbbf97 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -13,7 +13,7 @@ license=('GPL3' 'custom:UNREDISTRIBUTABLE') depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp' - 'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' + 'netcdf' 'opencore-amr' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so' @@ -21,8 +21,8 @@ depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'ladspa' 'libbs2b' 'libcaca' 'libcdio-paranoia' 'libcl' 'libdc1394' 'libebur128' 'libfdk-aac' 'libgme' 'libilbc' 'libmfx-git' 'libxv' 'java-environment-common' 'mesa' 'nut-multimedia-git' 'openal' - 'opencl-headers' 'openh264' 'rubberband' 'rtmpdump' 'shine' - 'smbclient' 'snappy' 'tesseract' 'twolame' 'vid.stab' 'vo-aacenc' + 'opencl-headers' 'rubberband' 'rtmpdump' 'shine' 'smbclient' + 'snappy' 'tesseract' 'twolame' 'vid.stab' 'vo-aacenc' 'vo-amrwbenc' 'wavpack' 'xavs' 'zeromq' 'zimg' 'zvbi') makedepends=('hardening-wrapper' 'libvdpau' 'nvidia-sdk' 'yasm') optdepends=('intel-media-sdk: for Intel QSV encoding/decoding') @@ -87,8 +87,6 @@ build() { --enable-libopencore-amrnb \ --enable-libopencore-amrwb \ --enable-libopencv \ - --enable-libopenh264 \ - --enable-libopenjpeg \ --enable-libopus \ --enable-libpulse \ --enable-librtmp \