summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Koppe2016-10-21 08:54:03 +0200
committerJan Koppe2016-10-21 08:54:03 +0200
commit6bd42ad0f3ce4bd032316f58c33b32fb2f976a72 (patch)
tree3e6a79f97b2c74098860eb2e6072810c5d642085
parent912a210eae9ef893c8c1f0837f9bfbae35809b65 (diff)
downloadaur-6bd42ad0f3ce4bd032316f58c33b32fb2f976a72.tar.gz
version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d82e09dd25f1..64c44df6bb92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-decklink
pkgdesc = Complete solution to record, convert and stream audio and video
pkgver = 3.1.4
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = http://ffmpeg.org/
arch = i686
@@ -34,7 +34,6 @@ pkgbase = ffmpeg-decklink
depends = libva
depends = libvdpau
depends = libwebp
- depends = netcdf
depends = opencore-amr
depends = openjpeg
depends = opus
@@ -50,6 +49,7 @@ pkgbase = ffmpeg-decklink
depends = libvpx.so
depends = libx264.so
depends = libx265.so
+ depends = libnetcdf.so
optdepends = ladspa: LADSPA filters
provides = libavcodec.so
provides = libavdevice.so
diff --git a/PKGBUILD b/PKGBUILD
index cda26a7d131e..f1df291916d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=ffmpeg-decklink
pkgver=3.1.4
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=('i686' 'x86_64')
@@ -19,10 +19,10 @@ license=('GPL3')
depends=('alsa-lib' 'bzip2' 'decklink' 'fontconfig' 'fribidi' 'gmp' 'gnutls' 'gsm' 'jack'
'lame' 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
- 'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
+ 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
'v4l-utils' 'xvidcore' 'zlib'
'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
- 'libx264.so' 'libx265.so')
+ 'libx264.so' 'libx265.so' 'libnetcdf.so')
makedepends=('decklink-sdk' 'hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
optdepends=('ladspa: LADSPA filters')
provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'