summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2016-08-12 23:25:20 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-14 09:14:03 +0700
commit0a9fe82dc0e61ba16ed582fc6d80b9cdd130108a (patch)
treec834a577821a9293b7fd2cb43c8ecc27de79bbea /libraries
parent5f6bf60d48a989a792276d033c618e42c1d64163 (diff)
downloadslackbuilds-0a9fe82dc0e61ba16ed582fc6d80b9cdd130108a.tar.gz
slackbuilds-0a9fe82dc0e61ba16ed582fc6d80b9cdd130108a.tar.xz
libraries/enca: Updated for version 1.18
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/enca/enca.SlackBuild17
-rw-r--r--libraries/enca/enca.info6
2 files changed, 12 insertions, 11 deletions
diff --git a/libraries/enca/enca.SlackBuild b/libraries/enca/enca.SlackBuild
index 5d8acc88ea..a78d39a775 100644
--- a/libraries/enca/enca.SlackBuild
+++ b/libraries/enca/enca.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for enca
-# Copyright 2010-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2010-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
# 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=enca
-VERSION=${VERSION:-1.16}
+VERSION=${VERSION:-1.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,14 +60,14 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -83,10 +83,11 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
diff --git a/libraries/enca/enca.info b/libraries/enca/enca.info
index eea4c4e20e..41cb67a0a6 100644
--- a/libraries/enca/enca.info
+++ b/libraries/enca/enca.info
@@ -1,8 +1,8 @@
PRGNAM="enca"
-VERSION="1.16"
+VERSION="1.18"
HOMEPAGE="http://cihar.com/software/enca/"
-DOWNLOAD="http://dl.cihar.com/enca/enca-1.16.tar.gz"
-MD5SUM="e58367cd0499d750d00c475abedaa57d"
+DOWNLOAD="http://dl.cihar.com/enca/enca-1.18.tar.xz"
+MD5SUM="a139a6ba811c375f50947f9c547b3306"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""