diff options
Diffstat (limited to 'source/xap/xv/xv.SlackBuild')
-rwxr-xr-x | source/xap/xv/xv.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source/xap/xv/xv.SlackBuild b/source/xap/xv/xv.SlackBuild index 95042cd8b..9b5b4cd31 100755 --- a/source/xap/xv/xv.SlackBuild +++ b/source/xap/xv/xv.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2015 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. VERSION=3.10a -BUILD=${BUILD:-6} +BUILD=${BUILD:-7} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -54,7 +54,8 @@ if [ "$ARCH" = "x86_64" ]; then zcat $CWD/xv.prefix_x86_64.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1 fi zcat $CWD/xv.jasper.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1 -make -f Makefile.std +zcat $CWD/xv-libpng-1.5.patch.gz | patch -p0 --verbose --backup --suffix=.orig || exit 1 +make -f Makefile.std || exit 1 strip --strip-unneeded bggen vdcomp xcmap xv xvpictoppm mkdir -p $PKG/usr/bin cat bggen > $PKG/usr/bin/bggen |