summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2016-07-08 16:34:33 +0200
committerMarkus Kalb2016-07-08 16:34:33 +0200
commit9c03b8d249aa51b5162daa7a324661c90133e02e (patch)
tree57eaf526684275440208d9e99bacb5df7ab3d754
parente2a175a5f8a1e609556e494a1c8f80a67e6a5338 (diff)
downloadaur-9c03b8d249aa51b5162daa7a324661c90133e02e.tar.gz
v0.1.2
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8193b0a13ce..c7c0bcbd031f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 16 16:58:45 UTC 2016
+# Fri Jul 8 13:57:24 UTC 2016
pkgbase = libasdcp-cth
pkgdesc = open source implementation of SMPTE and the MXF Interop Sound & Picture Track File format.
- pkgver = 0.1.1
- pkgrel = 2
+ pkgver = 0.1.2
+ pkgrel = 1
url = http://carlh.net/asdcplib
arch = i686
arch = x86_64
@@ -13,9 +13,10 @@ pkgbase = libasdcp-cth
makedepends = boost
depends = libxml++>=2.6
depends = boost-libs
+ provides = asdcplib
conflicts = asdcplib
- source = libasdcp-cth-0.1.1.tar.bz2::http://carlh.net/downloads/asdcplib-cth/libasdcp-cth-0.1.1.tar.bz2
- sha256sums = cb471c169e36ec112f70eab74ccb569a44106d3734873fa4f73c2408be98c072
+ source = libasdcp-cth-0.1.2.tar.bz2::http://carlh.net/downloads/asdcplib-cth/libasdcp-cth-0.1.2.tar.bz2
+ sha256sums = 062d435a767091df30614a1252a81323c097027a9d01e067b2326f76c3ffc3da
pkgname = libasdcp-cth
diff --git a/PKGBUILD b/PKGBUILD
index 33ab16c9c9d0..c5e4a70aa746 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Markus Kalb <mk@filmkreis.tu-darmstadt.de>
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libasdcp-cth
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.1.2
+pkgrel=1
pkgdesc="open source implementation of SMPTE and the MXF Interop Sound & Picture Track File format."
arch=('i686' 'x86_64')
url="http://carlh.net/asdcplib"
@@ -12,9 +12,9 @@ makedepends=('python2' 'pkg-config' 'boost')
source=("${pkgname}-${pkgver}.tar.bz2::http://carlh.net/downloads/asdcplib-cth/${pkgname}-${pkgver}.tar.bz2")
#http://carlh.net/downloads/libcxml/libcxml-0.12.0.tar.bz2o
#http://carlh.net/downloads/asdcplib-cth/libasdcp-cth-0.1.0.tar.bz2
-sha256sums=('cb471c169e36ec112f70eab74ccb569a44106d3734873fa4f73c2408be98c072')
+sha256sums=('062d435a767091df30614a1252a81323c097027a9d01e067b2326f76c3ffc3da')
conflicts=('asdcplib')
-
+provides=('asdcplib')
build() {
CXXFLAGS="$CXXFLAGS -std=c++11"