From 0a9fe82dc0e61ba16ed582fc6d80b9cdd130108a Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Fri, 12 Aug 2016 23:25:20 -0700 Subject: libraries/enca: Updated for version 1.18 Signed-off-by: Larry Hajali --- libraries/enca/enca.SlackBuild | 17 +++++++++-------- libraries/enca/enca.info | 6 +++--- 2 files changed, 12 insertions(+), 11 deletions(-) (limited to 'libraries/enca') 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 +# Copyright 2010-2016 Larry Hajali # 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="" -- cgit v1.2.3