summaryrefslogtreecommitdiffstats
path: root/system/unrar
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2017-06-23 20:36:27 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-24 08:32:07 +0700
commit67641604a97c724e4a81997339720d4138e24993 (patch)
tree7f9983605ea721621c00765714f44bcb5c1a71cb /system/unrar
parentf3b7770f28dc983122fc0dc3c19a2d0bcc1bfc96 (diff)
downloadslackbuilds-67641604a97c724e4a81997339720d4138e24993.tar.gz
slackbuilds-67641604a97c724e4a81997339720d4138e24993.tar.xz
system/unrar: Updated for version 5.5.5.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/unrar')
-rw-r--r--system/unrar/unrar-5.5.5-soname.patch (renamed from system/unrar/unrar-5.0.13-soname.patch)10
-rw-r--r--system/unrar/unrar.SlackBuild6
-rw-r--r--system/unrar/unrar.info6
3 files changed, 11 insertions, 11 deletions
diff --git a/system/unrar/unrar-5.0.13-soname.patch b/system/unrar/unrar-5.5.5-soname.patch
index 24d250a51d..f0b5dbbd9f 100644
--- a/system/unrar/unrar-5.0.13-soname.patch
+++ b/system/unrar/unrar-5.5.5-soname.patch
@@ -1,11 +1,11 @@
---- a/makefile 2013-04-29 16:27:05.000000000 +0200
-+++ b/makefile 2013-10-01 22:07:29.611485989 +0200
-@@ -133,7 +133,7 @@
- lib: CXXFLAGS+=$(LIBFLAGS)
+--- unrar/makefile.orig 2017-06-13 13:04:49.000000000 +0200
++++ unrar/makefile 2017-06-23 20:29:54.138415405 +0200
+@@ -156,7 +156,7 @@
lib: clean $(OBJECTS) $(LIB_OBJ)
@rm -f libunrar.so
+ @rm -f libunrar.a
- $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+ $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+ $(AR) rcs libunrar.a $(OBJECTS) $(LIB_OBJ)
install-unrar:
- install -D unrar $(DESTDIR)/bin/unrar
diff --git a/system/unrar/unrar.SlackBuild b/system/unrar/unrar.SlackBuild
index 460fa81c16..70f3b9146a 100644
--- a/system/unrar/unrar.SlackBuild
+++ b/system/unrar/unrar.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for unrar
-# Copyright 2011, 2013, 2015, 2016 Mario Preksavec, Zagreb, Croatia
+# Copyright 2011, 2013, 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=unrar
-VERSION=${VERSION:-5.4.5}
+VERSION=${VERSION:-5.5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,7 +69,7 @@ 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 -p1 < $CWD/unrar-5.0.13-soname.patch
+patch -p1 < $CWD/unrar-5.5.5-soname.patch
cp -a $TMP/$PRGNAM/ $TMP/libunrar
make -C $TMP/libunrar lib libversion=$VERSION CXXFLAGS="$SLKCFLAGS"
diff --git a/system/unrar/unrar.info b/system/unrar/unrar.info
index 20213e8cd6..d1f5a25721 100644
--- a/system/unrar/unrar.info
+++ b/system/unrar/unrar.info
@@ -1,8 +1,8 @@
PRGNAM="unrar"
-VERSION="5.4.5"
+VERSION="5.5.5"
HOMEPAGE="http://www.rarlab.com"
-DOWNLOAD="http://www.rarlab.com/rar/unrarsrc-5.4.5.tar.gz"
-MD5SUM="588b3fadc04eea7372cbfe98e4709aee"
+DOWNLOAD="http://www.rarlab.com/rar/unrarsrc-5.5.5.tar.gz"
+MD5SUM="d741dfe5f09bc24679ac5d0158c88f20"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""