summaryrefslogtreecommitdiffstats
path: root/libraries/libsixel
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libsixel')
-rw-r--r--libraries/libsixel/libsixel.SlackBuild9
-rw-r--r--libraries/libsixel/libsixel.info6
2 files changed, 8 insertions, 7 deletions
diff --git a/libraries/libsixel/libsixel.SlackBuild b/libraries/libsixel/libsixel.SlackBuild
index e6adbad20e..75d5cc18ed 100644
--- a/libraries/libsixel/libsixel.SlackBuild
+++ b/libraries/libsixel/libsixel.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libsixel
-# Copyright 2018 Hunter Sezen California, USA
+# Copyright 2018-2019 Hunter Sezen California, USA
# 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=libsixel
-VERSION=${VERSION:-1.8.2}
+VERSION=${VERSION:-1.8.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,14 +77,15 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
+ --includedir=/usr/include/sixel \
--disable-static \
--build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
-find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" |
+ grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
diff --git a/libraries/libsixel/libsixel.info b/libraries/libsixel/libsixel.info
index 4f8a80a887..9ff9b08be1 100644
--- a/libraries/libsixel/libsixel.info
+++ b/libraries/libsixel/libsixel.info
@@ -1,8 +1,8 @@
PRGNAM="libsixel"
-VERSION="1.8.2"
+VERSION="1.8.4"
HOMEPAGE="https://github.com/saitoha/libsixel"
-DOWNLOAD="https://github.com/saitoha/libsixel/releases/download/v1.8.2/libsixel-1.8.2.tar.gz"
-MD5SUM="cf321caac39d053eecd8291204d2ac31"
+DOWNLOAD="https://github.com/saitoha/libsixel/archive/v1.8.4/libsixel-1.8.4.tar.gz"
+MD5SUM="fb27ec67fb52ec6d672957d02c52a850"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""