system/argyllcms: Updated for version 1.8.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
5dc4eccf20
commit
9b138f88f0
|
@ -3,7 +3,7 @@
|
|||
# Slackware Package Build Script for ArgyllCMS
|
||||
# Home Page http://www.argyllcms.com/
|
||||
|
||||
# Copyright (c) 2015, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# Copyright (c) 2015-2016, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# [nishant _AT_ mnspace _DOT_ net]
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -27,14 +27,14 @@
|
|||
|
||||
PRGNAM="argyllcms"
|
||||
SRCNAM="Argyll"
|
||||
VERSION=${VERSION:-1.8.2}
|
||||
SRCVERSION=${SRCVERSION:-V1.8.2}
|
||||
VERSION=${VERSION:-1.8.3}
|
||||
SRCVERSION=${SRCVERSION:-V1.8.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -45,8 +45,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
@ -76,7 +76,7 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# Patch for gcc-5 thanks to Debian
|
||||
patch -p1 < $CWD/argyllcms-1.8.0-gcc5.patch
|
||||
patch -p1 < $CWD/patches/argyllcms-1.8.0-gcc5.patch
|
||||
|
||||
### install steps have been shamelessly copied from Arch Linux PKGBUILD
|
||||
### https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/argyllcms
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="argyllcms"
|
||||
VERSION="1.8.2"
|
||||
VERSION="1.8.3"
|
||||
HOMEPAGE="http://www.argyllcms.com/"
|
||||
DOWNLOAD="http://argyllcms.com/Argyll_V1.8.2_src.zip"
|
||||
MD5SUM="3c069c2642ad9a9750e624439b5fb01b"
|
||||
DOWNLOAD="http://argyllcms.com/Argyll_V1.8.3_src.zip"
|
||||
MD5SUM="037541cbc7f01b8eb2eff2e7e07ea232"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jam"
|
||||
|
|
|
@ -4,15 +4,15 @@
|
|||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
argyllcms: argyllcms (Argyll Color Management System)
|
||||
argyllcms:
|
||||
argyllcms: ArgyllCMS is an ICC compatible color management system. It supports
|
||||
argyllcms: accurate ICC profile creation for scanners, cameras and film
|
||||
argyllcms: recorders and calibration and profiling of displays and RGB & CMYK
|
||||
argyllcms: printers.
|
||||
argyllcms:
|
||||
argyllcms: ArgyllCMS is an ICC compatible color management system. It supports
|
||||
argyllcms: accurate ICC profile creation for scanners, cameras and film recorders,
|
||||
argyllcms: and calibration and profiling of displays and RGB & CMYK printers.
|
||||
argyllcms:
|
||||
argyllcms:
|
||||
argyllcms:
|
||||
argyllcms: Home Page: http://www.argyllcms.com/
|
||||
argyllcms:
|
||||
|
|
Loading…
Reference in New Issue