diff options
author | klaatu <klaatu@member.fsf.org> | 2022-03-07 12:28:43 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 08:38:04 +0700 |
commit | 27f462505404c894d45596a45ba70b66a5ffe7fa (patch) | |
tree | e6eb541fd0942b62b1a6237c7ce93c59d78b6a44 /graphics/xcalib | |
parent | 1d5aa4018106683623069e1f01b487056c2ea779 (diff) |
graphics/xcalib: Updated for version 0.10
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/xcalib')
-rw-r--r-- | graphics/xcalib/README | 9 | ||||
-rw-r--r-- | graphics/xcalib/slack-desc | 2 | ||||
-rw-r--r-- | graphics/xcalib/xcalib.SlackBuild | 11 | ||||
-rw-r--r-- | graphics/xcalib/xcalib.info | 8 |
4 files changed, 15 insertions, 15 deletions
diff --git a/graphics/xcalib/README b/graphics/xcalib/README index 0dbba5c9a5e7..9b15db3ea5cf 100644 --- a/graphics/xcalib/README +++ b/graphics/xcalib/README @@ -2,7 +2,6 @@ Xcalib is a simple application to set ICC color profiles. This is frequently required in professional graphic and VFX environments to maintain consistent color throughout the production pipeline. - BUILDING ======== By deault, this SlackBuild script builds the 'xcalib' target, @@ -13,18 +12,18 @@ FGLRX drivers, start the build script with a leading variable: GPU=fglrx ./xcalib.SlackBuild -** Not having access to an AMD GPU, this is UNTESTED. +** I don't have access to an AMD GPU, so this is UNTESTED. ICC PROFILES ============ Sample ICC profiles are included with this build, but you should use an ICC profile for your monitor created by a spectrometer. -An open source spectrometer is available from http://www.hughski.com/ -Common industry ICC profiles from Adobe and the ECC are available -in the iccprofiles package here on SlackBuilds.org +An open source spectrometer is available from http://www.hughski.com/ +Common industry ICC profiles can be found here on SlackBuilds.org in +the icc_profiles packages. USAGE ======= diff --git a/graphics/xcalib/slack-desc b/graphics/xcalib/slack-desc index dcfcf78688c3..41b30ec3d932 100644 --- a/graphics/xcalib/slack-desc +++ b/graphics/xcalib/slack-desc @@ -11,7 +11,7 @@ xcalib: xcalib: xcalib is an open-source monitor calibration loader for applying the xcalib: calibration stored in ICC color profiles to a Linux system. xcalib: -xcalib: http://xcalib.sourceforge.net +xcalib: https://github.com/OpenICC/xcalib xcalib: xcalib: xcalib: diff --git a/graphics/xcalib/xcalib.SlackBuild b/graphics/xcalib/xcalib.SlackBuild index 40de9bbd445b..98e9d5e60076 100644 --- a/graphics/xcalib/xcalib.SlackBuild +++ b/graphics/xcalib/xcalib.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Slackware build script for xcalib -# Copyright 2014 klaatu @member.fsf.org +# Copyright 2014-22 Klaatu <klaatu@member.fsf.org> # GNU All-Permissive License # Copying and distribution of this file, with or without modification, @@ -11,7 +11,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xcalib -VERSION=${VERSION:-0.8} +VERSION=${VERSION:-0.10} BUILD=${BUILD:-1} GPU=${GPU:-xcalib} TAG=${TAG:-_SBo} @@ -53,7 +53,7 @@ rm -rf $PKG mkdir -p $TMP $PKG/usr/local/bin $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-source-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -83,11 +83,12 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a README README.profilers COPYING $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.md README.profilers ChangeLog COPYING \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/usr/share/color/icc -cp -a gamma*icc AdobeGammaTest.icm $PKG/usr/share/color/icc/ +cp -a gamma*icc AdobeGammaTest.icm bluish.icc $PKG/usr/share/color/icc/ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/graphics/xcalib/xcalib.info b/graphics/xcalib/xcalib.info index 3c4a1493cfd0..1cd4f10cb56d 100644 --- a/graphics/xcalib/xcalib.info +++ b/graphics/xcalib/xcalib.info @@ -1,8 +1,8 @@ PRGNAM="xcalib" -VERSION="0.8" -HOMEPAGE="http://xcalib.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/project/xcalib/xcalib/0.8/xcalib-source-0.8.tar.gz" -MD5SUM="1fbcae44ad8d754512fdd1e5f1b3a7e7" +VERSION="0.10" +HOMEPAGE="https://github.com/OpenICC/xcalib" +DOWNLOAD="https://github.com/OpenICC/xcalib/archive/0.10/xcalib-0.10.tar.gz" +MD5SUM="7495d13e88a6e1ead3b20aa8e0d9a042" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |