libraries/liborcus: Updated for version 0.14.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2018-11-12 07:44:25 +07:00 committed by Willy Sudiarto Raharjo
parent 532d7d7f8a
commit 60e98dbc74
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 5 additions and 10 deletions

Binary file not shown.

View file

@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=liborcus
VERSION=${VERSION:-0.13.4}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.14.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -69,11 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# [PATCH] Fix build with Boost 1.67
# https://gitlab.com/orcus/orcus/commit/f7485813af8e50f88c77312fb29b7bb489a0a17d
# https://gitlab.com/orcus/orcus/issues/60
zcat $CWD/boost.patch.gz | patch -p1
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="liborcus"
VERSION="0.13.4"
VERSION="0.14.1"
HOMEPAGE="https://gitlab.com/orcus/orcus"
DOWNLOAD="https://kohei.us/files/orcus/src/liborcus-0.13.4.tar.xz"
MD5SUM="a2d561a5fd48ccfd9e1011b525771a36"
DOWNLOAD="https://kohei.us/files/orcus/src/liborcus-0.14.1.tar.xz"
MD5SUM="d3f56b0eb115a081ee3e1d244f0a8a78"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libixion"