summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-06-04 21:46:11 -0400
committerYour Name2018-06-04 21:46:11 -0400
commit39c42f313fd5c6ef6bc9caa08559fb76d5a4dbb7 (patch)
tree5efb1b14655389f2663551d8f7ad95976d5a35c1
parentb6ef0ed704707f5befb30128f4f0563e65cc55c0 (diff)
downloadaur-39c42f313fd5c6ef6bc9caa08559fb76d5a4dbb7.tar.gz
reflecions all you're worth
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
-rw-r--r--unblock.patch6
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4efcd58f00bd..f2e74d8f0a45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cin
- pkgdesc = Cinelerra git://git.cinelerra-cv.org/goodguy/cinelerra.git (20180430)
+ pkgdesc = Cinelerra git://git.cinelerra-cv.org/goodguy/cinelerra.git (20180531)
pkgver = 5.1
- pkgrel = 20180430
+ pkgrel = 20180531
url = http://www.cinelerra-cv.org
arch = x86_64
license = GPL
@@ -23,10 +23,10 @@ pkgbase = cin
depends = inkscape
depends = dvdauthor
depends = opencv
- source = https://cinelerra-cv.org/five/pkgs/src/cin_5.1.20180430-src.tgz
+ source = https://cinelerra-cv.org/five/pkgs/src/cin_5.1.20180531-src.tgz
source = unblock.patch
- md5sums = c26ec1ff868ac53bfa51c513c4754e94
- md5sums = 25541f98ed8565176ce466558c90b7eb
+ md5sums = 19d81822895334daf7fd589d0e2f32cd
+ md5sums = ea36bfb411c0bc50405f154040e3b338
pkgname = cin
diff --git a/PKGBUILD b/PKGBUILD
index 3aa1969b610d..7537ef67fbe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: goodguy <lists.cinelerra-cv.org>
pkgname=cin
pkgver=5.1
-pkgrel=20180430
+pkgrel=20180531
pkgdesc="Cinelerra git://git.cinelerra-cv.org/goodguy/cinelerra.git ($pkgrel)"
arch=('x86_64')
url="http://www.cinelerra-cv.org"
@@ -11,10 +11,10 @@ depends=('xorg-server' 'libpng' 'libxv' 'libva'
makedepends=('yasm' 'nasm' 'cmake'
'libxml2' 'perl-xml-libxml' 'perl-xml-parser' 'wget' 'curl')
conflicts=()
-source=('https://cinelerra-cv.org/five/pkgs/src/cin_5.1.20180430-src.tgz'
+source=('https://cinelerra-cv.org/five/pkgs/src/cin_5.1.20180531-src.tgz'
'unblock.patch' )
-md5sums=('c26ec1ff868ac53bfa51c513c4754e94'
- '25541f98ed8565176ce466558c90b7eb')
+md5sums=('19d81822895334daf7fd589d0e2f32cd'
+ 'ea36bfb411c0bc50405f154040e3b338')
prepare() {
@@ -28,7 +28,7 @@ build() {
./autogen.sh
export FFMPEG_EXTRA_CFG=" --disable-vdpau"
- ./configure --prefix=/usr --with-exec-name=$pkgname --with-jobs=12 --with-opencv=no
+ ./configure --prefix=/usr --with-exec-name=$pkgname --with-jobs=12 --with-opencv=sys --enable-x265 --enable-x264
CFG_VARS="\
CFLAGS+=' -Wno-narrowing -O2 -g -fno-omit-frame-pointer' \
CXXFLAGS+=' -Wno-narrowing -O2 -g -fno-omit-frame-pointer' \
diff --git a/unblock.patch b/unblock.patch
index db484376c1b1..873673aea5fc 100644
--- a/unblock.patch
+++ b/unblock.patch
@@ -1,14 +1,14 @@
--- a/configure.ac 2017-09-30 11:23:49.000000000 -0400
+++ b/configure.ac 2017-09-30 11:50:09.161783427 -0400
-@@ -520,7 +520,7 @@
- CHECK_LIB([DL], [dl], [dlopen])])
+@@ -617,7 +617,7 @@
CHECK_WANT([EXR], [auto], [use exr], [])
+
-CHECK_WANT([OPENCV], [no], [opencv=sys/sta/dyn,git/tar=url], [
+CHECK_WANT([OPENCV], [yes], [opencv=sys/sta/dyn,git/tar=url], [
- WANT_OPENCV="$withval"
])
+ CHECK_WANT([NUMA], [auto], [system has libnuma], [
--- a/plugins/Makefile 2017-09-14 22:39:40.000000000 -0400
+++ b/plugins/Makefile 2017-09-14 23:11:23.993558505 -0400
@@ -151,14 +151,9 @@