Return to site

Adobe Icc Profiles Linux Server

broken image


Package Details: adobe-icc CS4-3

As it pertains to general desktop use, an ICC profile is a binary file which contains precise data regarding the color attributes of an input, or output device. Single, or multiple profiles can be applied across a system and its devices to produce consistent and repeatable results for graphic and document editing and publishing. The tool displaycal-profile-info, part of the DisplayCAL package, can do this. This works (and works basically the same way) for Windows, Mac, and Linux. See for example for my (calibrated) ThinkPad screen. Which has a 60% coverage of sRGB and 43% coverage of Adobe RGB.

Package Actions

  • View PKGBUILD / View Changes
Git Clone URL: https://aur.archlinux.org/adobe-icc.git (read-only, click to copy)
Package Base: adobe-icc
Description: Adobe ICC profiles
Upstream URL: https://www.adobe.com/support/downloads/iccprofiles/iccprofiles_mac.html
Licenses: custom
Submitter: None
Maintainer: freswa
Last Packager: freswa
Votes: 52
Popularity: 0.31
First Submitted: 2009-12-20 01:31
Last Updated: 2020-05-16 19:05

Dependencies (1)

  • unzip(unzip-natspec, unzip-iconv)(make)

Required by (2)

  • gimp-plugin-registry(optional)
  • gimp-plugin-separate+(optional)

freswa commented on 2017-12-11 12:42

t-ask commented on 2017-12-11 12:28

Download link broken:> ERROR: Failure while downloading http://download.adobe.com/pub/adobe/iccprofiles/win/AdobeICCProfilesCS4Win_end-user.zip Scar rip slyme pv.

Linux

vesath commented on 2013-01-06 01:11

Adobe Icc Profiles Linux Server Update

Windows xp 2008 iso. jseb: Does it actually matter whether all profiles are under one directory or split under RGB and CMYK? Besides, please adhere to coding standards when editing PKGBUILDS: use tabs for indentation, use `install -d` in place of `mkdir -p`, etc.

jseb commented on 2013-01-05 17:41

A PKGBUILD proposition for a clean-up file structure:
pkgname=adobe-icc
pkgver=CS4
pkgrel=3
pkgdesc='Adobe ICC profiles'
arch=('any')
url='http://www.adobe.com/support/downloads/iccprofiles/iccprofiles_mac.html'
license=('custom')
makedepends=('unzip')
source=('http://download.adobe.com/pub/adobe/iccprofiles/mac/AdobeICCProfilesCS4Mac_end-user.zip'
'LICENSE')
sha1sums=('395c0ebe306066660f510df43d830bd7ff64f223'
'0745e9f0aacbd46c664fe59c5e4ffacc76cd84d9')
package() {
mkdir -p '${pkgdir}'/usr/share/color/icc/adobe/CMYK
mkdir -p '${pkgdir}'/usr/share/color/icc/adobe/RGB
cd '${srcdir}'
install -d '${pkgdir}'/usr/share/{color/icc/adobe,doc/adobe-icc,licenses/adobe-icc}
install -m644 */CMYK/*.icc '${pkgdir}'/usr/share/color/icc/adobe/CMYK
install -m644 */RGB/*.icc '${pkgdir}'/usr/share/color/icc/adobe/RGB
install -m644 */*.pdf '${pkgdir}'/usr/share/doc/adobe-icc
install -m644 LICENSE '${pkgdir}'/usr/share/licenses/adobe-icc
}

jseb commented on 2013-01-05 17:40

A PKGBUILD proposition for a clean-up file structure:
pkgname=adobe-icc
pkgver=CS4
pkgrel=3
pkgdesc='Adobe ICC profiles'
arch=('any')
url='http://www.adobe.com/support/downloads/iccprofiles/iccprofiles_mac.html'
license=('custom')
makedepends=('unzip')
source=('http://download.adobe.com/pub/adobe/iccprofiles/mac/AdobeICCProfilesCS4Mac_end-user.zip'
'LICENSE')
sha1sums=('395c0ebe306066660f510df43d830bd7ff64f223'
'0745e9f0aacbd46c664fe59c5e4ffacc76cd84d9')
package() {
mkdir -p '${pkgdir}'/usr/share/color/icc/adobe/CMYK
mkdir -p '${pkgdir}'/usr/share/color/icc/adobe/RGB
cd '${srcdir}'
install -d '${pkgdir}'/usr/share/{color/icc/adobe,doc/adobe-icc,licenses/adobe-icc}
install -m644 */CMYK/*.icc '${pkgdir}'/usr/share/color/icc/adobe/CMYK
install -m644 */RGB/*.icc '${pkgdir}'/usr/share/color/icc/adobe/RGB
install -m644 */*.pdf '${pkgdir}'/usr/share/doc/adobe-icc
install -m644 LICENSE '${pkgdir}'/usr/share/licenses/adobe-icc
}

Adobe icc profiles linux server download

vesath commented on 2011-05-13 14:58

You do not need to display the license info on install; the convention is to put the license file in: /usr/share/licenses/adobe-icc/LICENSE
Also, you should use arch=('any') and remove the '|| return 1' (they are not needed anymore).
Finally, there are a few ${pkgdir} that are unquoted.

Anonymous comment on 2010-04-27 20:44

Icc

vesath commented on 2013-01-06 01:11

Adobe Icc Profiles Linux Server Update

Windows xp 2008 iso. jseb: Does it actually matter whether all profiles are under one directory or split under RGB and CMYK? Besides, please adhere to coding standards when editing PKGBUILDS: use tabs for indentation, use `install -d` in place of `mkdir -p`, etc.

jseb commented on 2013-01-05 17:41

A PKGBUILD proposition for a clean-up file structure:
pkgname=adobe-icc
pkgver=CS4
pkgrel=3
pkgdesc='Adobe ICC profiles'
arch=('any')
url='http://www.adobe.com/support/downloads/iccprofiles/iccprofiles_mac.html'
license=('custom')
makedepends=('unzip')
source=('http://download.adobe.com/pub/adobe/iccprofiles/mac/AdobeICCProfilesCS4Mac_end-user.zip'
'LICENSE')
sha1sums=('395c0ebe306066660f510df43d830bd7ff64f223'
'0745e9f0aacbd46c664fe59c5e4ffacc76cd84d9')
package() {
mkdir -p '${pkgdir}'/usr/share/color/icc/adobe/CMYK
mkdir -p '${pkgdir}'/usr/share/color/icc/adobe/RGB
cd '${srcdir}'
install -d '${pkgdir}'/usr/share/{color/icc/adobe,doc/adobe-icc,licenses/adobe-icc}
install -m644 */CMYK/*.icc '${pkgdir}'/usr/share/color/icc/adobe/CMYK
install -m644 */RGB/*.icc '${pkgdir}'/usr/share/color/icc/adobe/RGB
install -m644 */*.pdf '${pkgdir}'/usr/share/doc/adobe-icc
install -m644 LICENSE '${pkgdir}'/usr/share/licenses/adobe-icc
}

jseb commented on 2013-01-05 17:40

A PKGBUILD proposition for a clean-up file structure:
pkgname=adobe-icc
pkgver=CS4
pkgrel=3
pkgdesc='Adobe ICC profiles'
arch=('any')
url='http://www.adobe.com/support/downloads/iccprofiles/iccprofiles_mac.html'
license=('custom')
makedepends=('unzip')
source=('http://download.adobe.com/pub/adobe/iccprofiles/mac/AdobeICCProfilesCS4Mac_end-user.zip'
'LICENSE')
sha1sums=('395c0ebe306066660f510df43d830bd7ff64f223'
'0745e9f0aacbd46c664fe59c5e4ffacc76cd84d9')
package() {
mkdir -p '${pkgdir}'/usr/share/color/icc/adobe/CMYK
mkdir -p '${pkgdir}'/usr/share/color/icc/adobe/RGB
cd '${srcdir}'
install -d '${pkgdir}'/usr/share/{color/icc/adobe,doc/adobe-icc,licenses/adobe-icc}
install -m644 */CMYK/*.icc '${pkgdir}'/usr/share/color/icc/adobe/CMYK
install -m644 */RGB/*.icc '${pkgdir}'/usr/share/color/icc/adobe/RGB
install -m644 */*.pdf '${pkgdir}'/usr/share/doc/adobe-icc
install -m644 LICENSE '${pkgdir}'/usr/share/licenses/adobe-icc
}

vesath commented on 2011-05-13 14:58

You do not need to display the license info on install; the convention is to put the license file in: /usr/share/licenses/adobe-icc/LICENSE
Also, you should use arch=('any') and remove the '|| return 1' (they are not needed anymore).
Finally, there are a few ${pkgdir} that are unquoted.

Anonymous comment on 2010-04-27 20:44

Adobe Icc Profiles Linux Server 2019

Updated to correctly licensed version, and made sure the license info was displayed on install.





broken image