summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-02-01 12:06:07 -0200
committerDaniel Bermond2018-02-01 12:06:07 -0200
commit117bc3a337c8228802c344d69b847f8f8be82fc2 (patch)
tree1977f9ddf679f3be82c88bc1fde2ee1001849810
parent8267d0a12a69e76d8dbd247d40612aa56cb53390 (diff)
downloadaur-117bc3a337c8228802c344d69b847f8f8be82fc2.tar.gz
Temporarily disable crypto++ support due to a compile error
The newly released crypto++ v6.0.0 causes a compile error. Disable it temporarily until there is an upstream fix.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fd2b07066b6..40f04897c66d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Nov 17 21:36:09 UTC 2017
pkgbase = kvazaar
pkgdesc = An open-source HEVC encoder licensed under LGPLv2.1
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://ultravideo.cs.tut.fi/#encoder
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e112908e0d22..992eb4579fe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kvazaar
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='An open-source HEVC encoder licensed under LGPLv2.1'
arch=('i686' 'x86_64')
url='http://ultravideo.cs.tut.fi/#encoder'
@@ -29,7 +29,7 @@ build() {
--enable-static='no' \
--enable-shared='yes' \
--enable-fast-install='yes' \
- --with-cryptopp
+ --without-cryptopp
make
}