summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2016-07-03 16:49:31 +0200
committerMarkus Kalb2016-07-03 16:49:31 +0200
commitfc09134ac98a8aab3e22f2c110472ebbe9480ee3 (patch)
treed18108e4b725dd1adae432633896bcf0a1b513a9
parentbc0c72484efa537ee6cd52d0f8f0f330c84d35e8 (diff)
downloadaur-fc09134ac98a8aab3e22f2c110472ebbe9480ee3.tar.gz
Testing for 2.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4faefe54efa..e5080a7b8a4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Jul 3 14:36:35 UTC 2016
pkgbase = libdcp-git
pkgdesc = A small C++ library which can create and read Digital Cinema Packages using JPEG2000 and WAV files
- pkgver = 0.r808.bbb3db1
- pkgrel = 3
+ pkgver = 0.r863.b691a2b
+ pkgrel = 1
url = http://carlh.net/software/libdcp
arch = i686
arch = x86_64
@@ -12,7 +14,7 @@ pkgbase = libdcp-git
depends = libxml++>=2.6
depends = xmlsec
depends = openjpeg
- depends = libcxml-git
+ depends = libcxml>=0.12.0
depends = libsigc++>=2.0
depends = boost-libs>=1.45
provides = libdcp
diff --git a/PKGBUILD b/PKGBUILD
index 5bea9592a664..f54a280e8b1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Markus Kalb <mk@filmkreis.tu-darmstadt.de>
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libdcp-git
-pkgver=0.r808.bbb3db1
-pkgrel=3
+pkgver=0.r863.b691a2b
+pkgrel=1
pkgdesc="A small C++ library which can create and read Digital Cinema Packages using JPEG2000 and WAV files"
arch=('i686' 'x86_64')
url="http://carlh.net/software/libdcp"
license=('GPL')
-depends=('openssl' 'libxml++>=2.6' 'xmlsec' 'openjpeg' 'libcxml-git' 'libsigc++>=2.0' 'boost-libs>=1.45')
+depends=('openssl' 'libxml++>=2.6' 'xmlsec' 'openjpeg' 'libcxml>=0.12.0' 'libsigc++>=2.0' 'boost-libs>=1.45')
makedepends=('python2' 'boost>=1.45')
provides=('libdcp')
conflicts=('libdcp')
@@ -20,6 +20,7 @@ pkgver() {
}
build() {
+ CXXFLAGS="$CXXFLAGS -std=c++11"
cd libdcp-git
python2 waf configure --prefix=/usr
python2 waf build