Cosmetic changings

This commit is contained in:
Daniel Bermond
2017-06-17 22:34:15 -03:00
parent 778c57b78e
commit 852ab8ebdd
2 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Wed Jun 7 02:52:53 UTC 2017 # Sun Jun 18 01:33:31 UTC 2017
pkgbase = ffmpeg-full pkgbase = ffmpeg-full
pkgdesc = Record, convert and stream audio and video (with all possible libs) pkgdesc = Record, convert and stream audio and video (with all possible libs)
pkgver = 3.3.2 pkgver = 3.3.2
pkgrel = 1 pkgrel = 2
url = http://www.ffmpeg.org/ url = http://www.ffmpeg.org/
arch = i686 arch = i686
arch = x86_64 arch = x86_64
+11 -11
View File
@@ -4,10 +4,10 @@
pkgname=ffmpeg-full pkgname=ffmpeg-full
_srcname=ffmpeg _srcname=ffmpeg
pkgver=3.3.2 pkgver=3.3.2
pkgrel=1 pkgrel=2
pkgdesc="Record, convert and stream audio and video (with all possible libs)" pkgdesc='Record, convert and stream audio and video (with all possible libs)'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://www.ffmpeg.org/" url='http://www.ffmpeg.org/'
license=('custom: nonfree and unredistributable') license=('custom: nonfree and unredistributable')
depends=( depends=(
# official repositories: # official repositories:
@@ -55,20 +55,20 @@ build() {
cd "${_srcname}-${pkgver}" cd "${_srcname}-${pkgver}"
# set x86_64 specific options # set x86_64 specific options
if [ "$CARCH" = "x86_64" ] if [ "$CARCH" = 'x86_64' ]
then then
_cuda="--enable-cuda" _cuda='--enable-cuda'
_cuvid="--enable-cuvid" _cuvid='--enable-cuvid'
_libnpp="--enable-libnpp" _libnpp='--enable-libnpp'
_cflags="--extra-cflags=-I/opt/cuda/include" _cflags='--extra-cflags=-I/opt/cuda/include'
_ldflags="--extra-ldflags=-L/opt/cuda/lib64 -Wl,-rpath -Wl,/opt/intel/mediasdk/lib64" _ldflags='--extra-ldflags=-L/opt/cuda/lib64 -Wl,-rpath -Wl,/opt/intel/mediasdk/lib64'
# strictly specifying nvcc path is needed if package is installing # strictly specifying nvcc path is needed if package is installing
# cuda for the first time # 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 fi
msg2 "Running ffmpeg configure script. Please wait..." msg2 'Running ffmpeg configure script. Please wait...'
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \