ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Valery V. Inozemtsev" <shrek@altlinux.ru>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>,
	zerg@altlinux.org
Subject: [devel] lcms, ICC profiles
Date: Sun, 20 Jan 2008 22:23:35 +0300
Message-ID: <200801202223.41626.shrek@altlinux.ru> (raw)

[-- Attachment #1: Type: text/plain, Size: 4019 bytes --]

Hi

во первых не понятно зачем нужно вот это
%build
%configure --without-python --includedir=%_includedir/lcms
если стандартно хидеры должны быть в %_includedir (я бы понял если бы они
с чем то пересекались, но {icc34,lcms}.h я больше нигде не нашел), из-за этого
хака приходится патчить все пакеты линкующиеся с liblcms (42шт.!):
cinepaint
dcraw
devil
digikam
dvdauthor
enblend
eog
f-spot
gimp
gimp-plugin-separateplus
gqview
GraphicsMagick
ImageMagick
inkscape
kdeadmin
kdeartwork
kdeedu
kdegames
kdegraphics
kdetoys
kismet
koffice
ksquirrel-libs
libkdcraw
libmng
licq
lprof
oxine
photoprint
php-imagick
python-module-lcms
qamix
qt3
qt4
qtradio
qvideogen
rawstudio
scribus
tse3
ufraw
wine
xine

и самое главное что хотелось бы - это иметь одно место для ICC профилей,
стандартно это /usr/share/color, в который положить хотя бы sRGB.icm и GenericCMYK.icm

$ grep sRGB.icm ~/RPM/Sisyphus/i586/base/contents_index
/usr/lib/python2.4/site-packages/sk1/share/icc/sRGB.icm sK1
/usr/lib/python2.4/site-packages/uniconvertor/share/icc/sRGB.icm        uniconvertor
/usr/share/ImageMagick-6.3.7/config/sRGB.icm    libImageMagick
/usr/share/apps/krita/profiles/sRGB.icm koffice-krita
/usr/share/scribus/profiles/sRGB.icm    scribus

$ grep GenericCMYK.icm ~/RPM/Sisyphus/i586/base/contents_index
/usr/lib/python2.4/site-packages/sk1/share/icc/GenericCMYK.icm  sK1
/usr/lib/python2.4/site-packages/uniconvertor/share/icc/GenericCMYK.icm uniconvertor
/usr/share/scribus/profiles/GenericCMYK.icm     scribus

а по хорошему нужно просмотреть все что есть и надергать оттуда стандартные профили
$ grep "\.icm[[:space:]]" ~/RPM/Sisyphus/i586/base/contents_index | grep -v "GenericCMYK\.icm\|sRGB\.icm"
/usr/lib/python2.4/site-packages/sk1/share/icc/sRGB_Color_Space_Profile.icm     sK1
/usr/lib/python2.4/site-packages/uniconvertor/share/icc/sRGB_Color_Space_Profile.icm    uniconvertor
/usr/share/apps/digikam/profiles/adobergb.icm   digikam
/usr/share/apps/digikam/profiles/applergb.icm   digikam
/usr/share/apps/digikam/profiles/prophoto.icm   digikam
/usr/share/apps/digikam/profiles/srgb-d65.icm   digikam
/usr/share/apps/digikam/profiles/srgb.icm       digikam
/usr/share/apps/digikam/profiles/widegamut.icm  digikam
/usr/share/apps/kipiplugin_rawconverter/profiles/adobergb.icm   kipi-plugins
/usr/share/apps/kipiplugin_rawconverter/profiles/prophoto.icm   kipi-plugins
/usr/share/apps/kipiplugin_rawconverter/profiles/srgb.icm       kipi-plugins
/usr/share/apps/kipiplugin_rawconverter/profiles/widegamut.icm  kipi-plugins
/usr/share/apps/krita/profiles/Adobe.icm        koffice-krita
/usr/share/apps/krita/profiles/Apple.icm        koffice-krita
/usr/share/apps/krita/profiles/CIE.icm  koffice-krita
/usr/share/apps/krita/profiles/CMY.icm  koffice-krita
/usr/share/apps/krita/profiles/ColorMatch.icm   koffice-krita
/usr/share/apps/krita/profiles/NTSC.icm koffice-krita
/usr/share/apps/krita/profiles/PAL.icm  koffice-krita
/usr/share/apps/krita/profiles/SMPTE-C.icm      koffice-krita
/usr/share/apps/krita/profiles/WideGamut.icm    koffice-krita
/usr/share/apps/krita/profiles/cmyk.icm koffice-krita
/usr/share/apps/krita/profiles/fogra27l.icm     koffice-krita
/usr/share/apps/krita/profiles/lcmslabi.icm     koffice-krita
/usr/share/apps/krita/profiles/lcmsxyzi.icm     koffice-krita
/usr/share/apps/krita/profiles/monoscnr.icm     koffice-krita
/usr/share/apps/krita/profiles/srgb_color_space_profile.icm     koffice-krita
/usr/share/apps/krita/profiles/srgbspac.icm     koffice-krita
/usr/share/apps/krita/profiles/tifflab8spac.icm koffice-krita
/usr/share/apps/krita/profiles/ycc601.icm       koffice-krita
/usr/share/apps/krita/profiles/ycc709.icm       koffice-krita
/usr/share/lprof/data/profiles/CIEE.icm lprof
/usr/share/lprof/data/profiles/scandmo.icm      lprof

ну и научить все вышеперечисленные пакеты копошиться не в свойх чтототам/profiles,
а брать их из /usr/share/color

-- 
Valery V. Inozemtsev

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

             reply	other threads:[~2008-01-20 19:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-20 19:23 Valery V. Inozemtsev [this message]
2008-01-20 19:53 ` led
2008-01-20 20:52 ` Mikhail Gusarov
2008-01-20 21:02 ` Dmitry V. Levin
2008-01-21 15:29   ` Stanislav Ievlev
2008-01-20 23:15 ` Vitaly Lipatov
2008-01-21  7:08   ` Valery V. Inozemtsev
2008-01-21  9:34     ` Vitaly Lipatov
2008-01-21 10:33       ` Valery V. Inozemtsev
2008-01-21  8:25 ` Valery V. Inozemtsev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200801202223.41626.shrek@altlinux.ru \
    --to=shrek@altlinux.ru \
    --cc=devel@lists.altlinux.org \
    --cc=zerg@altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git