summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2016-10-31 16:48:58 +0100
committerMarkus Kalb2016-10-31 16:48:58 +0100
commitdc408b1bce32aebe6d4c78ed33bcefef552c89ad (patch)
tree7f1fe1b5d5957a1ba12367e1bcaa344fcb57ce61
parentfc09134ac98a8aab3e22f2c110472ebbe9480ee3 (diff)
downloadaur-dc408b1bce32aebe6d4c78ed33bcefef552c89ad.tar.gz
pre-testing for stable version 2.9.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5080a7b8a4f..0e6cb3995c57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 3 14:36:35 UTC 2016
+# Mon Oct 31 13:11:41 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.r863.b691a2b
+ pkgver = 0.r1470.2429e8c
pkgrel = 1
url = http://carlh.net/software/libdcp
arch = i686
@@ -10,16 +10,16 @@ pkgbase = libdcp-git
license = GPL
makedepends = python2
makedepends = boost>=1.45
+ depends = libcxml>=0.15.1
depends = openssl
depends = libxml++>=2.6
depends = xmlsec
depends = openjpeg
- depends = libcxml>=0.12.0
depends = libsigc++>=2.0
depends = boost-libs>=1.45
provides = libdcp
conflicts = libdcp
- source = libdcp-git::git+http://git.carlh.net/git/libdcp.git
+ source = libdcp-git::git+https://github.com/cth103/libdcp.git#branch=1.0
sha512sums = SKIP
pkgname = libdcp-git
diff --git a/PKGBUILD b/PKGBUILD
index f54a280e8b1b..8f3cc4a67fc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Markus Kalb <mk@filmkreis.tu-darmstadt.de>
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libdcp-git
-pkgver=0.r863.b691a2b
+pkgver=0.r1470.2429e8c
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>=0.12.0' 'libsigc++>=2.0' 'boost-libs>=1.45')
+depends=('libcxml>=0.15.1' 'openssl' 'libxml++>=2.6' 'xmlsec' 'openjpeg' 'libsigc++>=2.0' 'boost-libs>=1.45')
makedepends=('python2' 'boost>=1.45')
provides=('libdcp')
conflicts=('libdcp')
-source=("libdcp-git::git+http://git.carlh.net/git/libdcp.git")
+source=("libdcp-git::git+https://github.com/cth103/libdcp.git#branch=1.0")
sha512sums=('SKIP')
pkgver() {
@@ -30,5 +30,3 @@ package() {
cd libdcp-git
python2 waf install --destdir=$pkgdir
}
-
-