diff options
author | Bruno M Filipe | 2019-04-19 18:36:41 -0300 |
---|---|---|
committer | Bruno M Filipe | 2019-04-19 18:36:41 -0300 |
commit | e419480e6153f9c13b1e46a44f4723a1eaa13fc0 (patch) | |
tree | 5eafad8a5170c8b48a6c478957639ff7f5388b07 | |
parent | c8bde5a664eeb9f0a769bd79ab2cc26215dd1bee (diff) | |
download | aur-e419480e6153f9c13b1e46a44f4723a1eaa13fc0.tar.gz |
remove libndi
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 12 |
2 files changed, 4 insertions, 11 deletions
@@ -85,9 +85,9 @@ pkgbase = ffmpeg-amd-full-git depends = libva depends = libdrm depends = libvdpau + depends = dav1d depends = chromaprint-fftw depends = codec2 - depends = dav1d-git depends = davs2 depends = flite1-patched depends = libilbc @@ -99,7 +99,6 @@ pkgbase = ffmpeg-amd-full-git depends = vo-amrwbenc depends = xavs depends = xavs2 - depends = ndi-sdk depends = libmysofa-git provides = libavcodec.so provides = libavdevice.so @@ -21,11 +21,11 @@ depends=( 'v4l-utils' 'vid.stab' 'libvorbis' 'libvpx' 'wavpack' 'libwebp' 'libx264.so' 'x265' 'libxcb' 'xvidcore' 'libxml2' 'zimg' 'zeromq' 'zvbi' 'lv2' 'lilv' 'xz' 'openal' 'ocl-icd' 'libgl' 'sndio' 'sdl2' 'vapoursynth' 'libxv' 'libx11' - 'libxext' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm' 'libvdpau' + 'libxext' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm' 'libvdpau' 'dav1d' # AUR: - 'chromaprint-fftw' 'codec2' 'dav1d-git' 'davs2' 'flite1-patched' 'libilbc' + 'chromaprint-fftw' 'codec2' 'davs2' 'flite1-patched' 'libilbc' 'libklvanc-git' 'kvazaar' 'openh264' 'libopenmpt-svn' 'shine' 'vo-amrwbenc' - 'xavs' 'xavs2' 'ndi-sdk' 'libmysofa-git' + 'xavs' 'xavs2' 'libmysofa-git' ) makedepends=( # official repositories: @@ -61,15 +61,12 @@ pkgver() { build() { cd "$_srcname" - # set x86_64 specific options - printf '%s\n' ' -> Running ffmpeg configure script...' ./configure \ --prefix='/usr' \ --extra-cflags="$_cflags" \ --extra-ldflags="$_ldflags" \ - \ --disable-rpath \ --enable-gpl \ --enable-version3 \ @@ -79,7 +76,6 @@ build() { --disable-stripping \ --enable-gray \ --enable-avresample \ - \ --enable-alsa \ --enable-avisynth \ --enable-bzlib \ @@ -162,7 +158,6 @@ build() { --enable-libzvbi \ --enable-lv2 \ --enable-lzma \ - --enable-libndi_newtek \ --disable-mbedtls \ --enable-libmysofa \ --enable-openal \ @@ -174,7 +169,6 @@ build() { --enable-vapoursynth \ --enable-xlib \ --enable-zlib \ - \ --enable-libdrm \ --enable-omx \ --enable-omx-rpi \ |