diff --git a/.SRCINFO b/.SRCINFO index 74f6d43..19436a6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ # Generated by mksrcinfo v8 -# Wed Jun 7 02:52:53 UTC 2017 +# Sun Jun 18 01:33:31 UTC 2017 pkgbase = ffmpeg-full pkgdesc = Record, convert and stream audio and video (with all possible libs) pkgver = 3.3.2 - pkgrel = 1 + pkgrel = 2 url = http://www.ffmpeg.org/ arch = i686 arch = x86_64 - license = custom:nonfree and unredistributable + license = custom: nonfree and unredistributable makedepends = yasm makedepends = opencl-headers makedepends = blackmagic-decklink-sdk diff --git a/PKGBUILD b/PKGBUILD index 04ee798..dfdb8da 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,11 +4,11 @@ pkgname=ffmpeg-full _srcname=ffmpeg pkgver=3.3.2 -pkgrel=1 -pkgdesc="Record, convert and stream audio and video (with all possible libs)" +pkgrel=2 +pkgdesc='Record, convert and stream audio and video (with all possible libs)' arch=('i686' 'x86_64') -url="http://www.ffmpeg.org/" -license=('custom:nonfree and unredistributable') +url='http://www.ffmpeg.org/' +license=('custom: nonfree and unredistributable') depends=( # official repositories: 'glibc' 'alsa-lib' 'jack' 'libpng' @@ -55,20 +55,20 @@ build() { cd "${_srcname}-${pkgver}" # set x86_64 specific options - if [ "$CARCH" = "x86_64" ] + if [ "$CARCH" = 'x86_64' ] then - _cuda="--enable-cuda" - _cuvid="--enable-cuvid" - _libnpp="--enable-libnpp" - _cflags="--extra-cflags=-I/opt/cuda/include" - _ldflags="--extra-ldflags=-L/opt/cuda/lib64 -Wl,-rpath -Wl,/opt/intel/mediasdk/lib64" + _cuda='--enable-cuda' + _cuvid='--enable-cuvid' + _libnpp='--enable-libnpp' + _cflags='--extra-cflags=-I/opt/cuda/include' + _ldflags='--extra-ldflags=-L/opt/cuda/lib64 -Wl,-rpath -Wl,/opt/intel/mediasdk/lib64' # strictly specifying nvcc path is needed if package is installing # cuda for the first time - sed -i 's/^nvcc_default=.*/nvcc_default=\"\/opt\/cuda\/bin\/nvcc\"/' configure + sed -i 's@^nvcc_default=.*@&\"/opt/cuda/bin/nvcc\"@' configure fi - msg2 "Running ffmpeg configure script. Please wait..." + msg2 'Running ffmpeg configure script. Please wait...' ./configure \ --prefix=/usr \