[colord] [PATCH] fix cd-fix invocations

nick black nick.black at sprezzatech.com
Fri Mar 29 12:20:18 PDT 2013


This patch is necessary to build 0.1.32 with --enable-print-profiles. It was
developed as part of SprezzOS 2 ("Kolmogorov"). Please apply. Thanks!


From fb553318c3fc8b09ca3f53c4d5dd5698965dd1e1 Mon Sep 17 00:00:00 2001
From: nick black <nick.black at sprezzatech.com>
Date: Fri, 29 Mar 2013 15:20:17 -0400
Subject: [PATCH] fix cd-fix-profile invocations

---
 data/profiles/Makefile.am | 66 +++++++++++++++++++++++------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

diff --git a/data/profiles/Makefile.am b/data/profiles/Makefile.am
index dcd3b90..8854e4c 100644
--- a/data/profiles/Makefile.am
+++ b/data/profiles/Makefile.am
@@ -207,9 +207,9 @@ FOGRA27L_coated.icc: FOGRA27L.ti3
 		-C $(copyright)					\
 		-D "FOGRA27L Coated"				\
 		-O $@ $(top_srcdir)/data/profiles/FOGRA27L;
-	$(top_builddir)/client/cd-fix-profile md-add License $(license) $@;
-	$(top_builddir)/client/cd-fix-profile md-add DATA_source standard $@;
-	$(top_builddir)/client/cd-fix-profile md-add STANDARD_space fogra27l $@
+	$(top_builddir)/client/cd-fix-profile $@ md-add License $(license) ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add DATA_source standard ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add STANDARD_space fogra27l
 FOGRA28L_webcoated.icc: FOGRA28L.ti3
 	$(AM_V_GEN)						\
 	${COLPROF} -kp 0 .3 .94 .94 .48 -l300			\
@@ -218,9 +218,9 @@ FOGRA28L_webcoated.icc: FOGRA28L.ti3
 		-C $(copyright)					\
 		-D "FOGRA28L Web Coated"			\
 		-O $@ $(top_srcdir)/data/profiles/FOGRA28L;
-	$(top_builddir)/client/cd-fix-profile md-add License $(license) $@;
-	$(top_builddir)/client/cd-fix-profile md-add DATA_source standard $@;
-	$(top_builddir)/client/cd-fix-profile md-add STANDARD_space fogra28l $@
+	$(top_builddir)/client/cd-fix-profile $@ md-add License $(license) ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add DATA_source standard ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add STANDARD_space fogra28l
 FOGRA29L_uncoated.icc: FOGRA29L.ti3
 	$(AM_V_GEN)						\
 	${COLPROF} -kp 0 .3 .94 .94 .48 -l300			\
@@ -229,9 +229,9 @@ FOGRA29L_uncoated.icc: FOGRA29L.ti3
 		-C $(copyright)					\
 		-D "FOGRA29L Uncoated"				\
 		-O $@ $(top_srcdir)/data/profiles/FOGRA29L;
-	$(top_builddir)/client/cd-fix-profile md-add License $(license) $@;
-	$(top_builddir)/client/cd-fix-profile md-add DATA_source standard $@;
-	$(top_builddir)/client/cd-fix-profile md-add STANDARD_space fogra29l $@
+	$(top_builddir)/client/cd-fix-profile $@ md-add License $(license) ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add DATA_source standard ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add STANDARD_space fogra29l
 FOGRA30L_uncoated_yellowish.icc: FOGRA30L.ti3
 	$(AM_V_GEN)						\
 	${COLPROF} -kp 0 .3 1. 1. .48 -l340			\
@@ -240,9 +240,9 @@ FOGRA30L_uncoated_yellowish.icc: FOGRA30L.ti3
 		-C $(copyright)					\
 		-D "FOGRA30L Uncoated Yellowish"		\
 		-O $@ $(top_srcdir)/data/profiles/FOGRA30L;
-	$(top_builddir)/client/cd-fix-profile md-add License $(license) $@;
-	$(top_builddir)/client/cd-fix-profile md-add DATA_source standard $@;
-	$(top_builddir)/client/cd-fix-profile md-add STANDARD_space fogra30l $@
+	$(top_builddir)/client/cd-fix-profile $@ md-add License $(license) ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add DATA_source standard ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add STANDARD_space fogra30l
 FOGRA39L_coated.icc: FOGRA39L.ti3
 	$(AM_V_GEN)						\
 	${COLPROF} -kp 0 .3 .94 .94 .48 -l300			\
@@ -251,9 +251,9 @@ FOGRA39L_coated.icc: FOGRA39L.ti3
 		-C $(copyright)					\
 		-D "FOGRA39L Coated"				\
 		-O $@ $(top_srcdir)/data/profiles/FOGRA39L;
-	$(top_builddir)/client/cd-fix-profile md-add License $(license) $@;
-	$(top_builddir)/client/cd-fix-profile md-add DATA_source standard $@;
-	$(top_builddir)/client/cd-fix-profile md-add STANDARD_space fogra39l $@
+	$(top_builddir)/client/cd-fix-profile $@ md-add License $(license) ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add DATA_source standard ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add STANDARD_space fogra39l
 FOGRA40L_SC_paper.icc: FOGRA40L.ti3
 	$(AM_V_GEN)						\
 	${COLPROF} -kp 0 .3 1. 1. .48 -l340			\
@@ -262,9 +262,9 @@ FOGRA40L_SC_paper.icc: FOGRA40L.ti3
 		-C $(copyright)					\
 		-D "FOGRA40L SC Paper"				\
 		-O $@ $(top_srcdir)/data/profiles/FOGRA40L;
-	$(top_builddir)/client/cd-fix-profile md-add License $(license) $@;
-	$(top_builddir)/client/cd-fix-profile md-add DATA_source standard $@;
-	$(top_builddir)/client/cd-fix-profile md-add STANDARD_space fogra40l $@
+	$(top_builddir)/client/cd-fix-profile $@ md-add License $(license) ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add DATA_source standard ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add STANDARD_space fogra40l
 GRACoL_TR006_coated.icc: TR006.ti3
 	$(AM_V_GEN)						\
 	${COLPROF} -kp 0 .3 .94 .94 .48 -l300			\
@@ -273,9 +273,9 @@ GRACoL_TR006_coated.icc: TR006.ti3
 		-C $(copyright)					\
 		-D "GRACoL TR006 Coated"			\
 		-O $@ $(top_srcdir)/data/profiles/TR006;
-	$(top_builddir)/client/cd-fix-profile md-add License $(license) $@;
-	$(top_builddir)/client/cd-fix-profile md-add DATA_source standard $@;
-	$(top_builddir)/client/cd-fix-profile md-add STANDARD_space tr006 $@
+	$(top_builddir)/client/cd-fix-profile $@ md-add License $(license) ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add DATA_source standard ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add STANDARD_space tr006
 SNAP_TR002_newsprint.icc: TR002.ti3
 	$(AM_V_GEN)						\
 	${COLPROF} -kp 0 .4 1. 1. .1 -l320			\
@@ -284,9 +284,9 @@ SNAP_TR002_newsprint.icc: TR002.ti3
 		-C $(copyright)					\
 		-D "SNAP TR002 Newsprint"			\
 		-O $@ $(top_srcdir)/data/profiles/TR002;
-	$(top_builddir)/client/cd-fix-profile md-add License $(license) $@;
-	$(top_builddir)/client/cd-fix-profile md-add DATA_source standard $@;
-	$(top_builddir)/client/cd-fix-profile md-add STANDARD_space tr002 $@
+	$(top_builddir)/client/cd-fix-profile $@ md-add License $(license) ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add DATA_source standard ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add STANDARD_space tr002
 SWOP_TR003_coated_3.icc: TR003.ti3
 	$(AM_V_GEN)						\
 	${COLPROF} -kp 0 .3 .94 .94 .4 -l300			\
@@ -295,9 +295,9 @@ SWOP_TR003_coated_3.icc: TR003.ti3
 		-C $(copyright)					\
 		-D "SWOP TR003 Coated"				\
 		-O $@ $(top_srcdir)/data/profiles/TR003;
-	$(top_builddir)/client/cd-fix-profile md-add License $(license) $@;
-	$(top_builddir)/client/cd-fix-profile md-add DATA_source standard $@;
-	$(top_builddir)/client/cd-fix-profile md-add STANDARD_space tr003 $@
+	$(top_builddir)/client/cd-fix-profile $@ md-add License $(license) ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add DATA_source standard ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add STANDARD_space tr003
 SWOP_TR005_coated_5.icc: TR005.ti3
 	$(AM_V_GEN)						\
 	${COLPROF} -kp 0 .3 .94 .94 .48 -l300			\
@@ -306,9 +306,9 @@ SWOP_TR005_coated_5.icc: TR005.ti3
 		-C $(copyright)					\
 		-D "SWOP TR005 Coated"				\
 		-O $@ $(top_srcdir)/data/profiles/TR005;
-	$(top_builddir)/client/cd-fix-profile md-add License $(license) $@;
-	$(top_builddir)/client/cd-fix-profile md-add DATA_source standard $@;
-	$(top_builddir)/client/cd-fix-profile md-add STANDARD_space tr005 $@
+	$(top_builddir)/client/cd-fix-profile $@ md-add License $(license) ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add DATA_source standard ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add STANDARD_space tr005
 
 # Total Ink = 230%, Maximum Black = 95%
 ISOnewspaper26.icc: IFRA26S.ti3
@@ -319,9 +319,9 @@ ISOnewspaper26.icc: IFRA26S.ti3
 		-C $(copyright)					\
 		-D "IFRA26 Newsprint"				\
 		-O $@ $(top_srcdir)/data/profiles/IFRA26S;
-	$(top_builddir)/client/cd-fix-profile md-add License $(license) $@;
-	$(top_builddir)/client/cd-fix-profile md-add DATA_source standard $@;
-	$(top_builddir)/client/cd-fix-profile md-add STANDARD_space ifra26 $@
+	$(top_builddir)/client/cd-fix-profile $@ md-add License $(license) ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add DATA_source standard ;
+	$(top_builddir)/client/cd-fix-profile $@ md-add STANDARD_space ifra26
 endif
 
 sourcedata =						\
-- 
1.8.2


-- 
nick black     http://www.sprezzatech.com -- unix and hpc consulting
to make an apple pie from scratch, you need first invent a universe.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-fix-cd-fix-profile-invocations.patch
Type: text/x-diff
Size: 8023 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/colord/attachments/20130329/51dd33e3/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/colord/attachments/20130329/51dd33e3/attachment.pgp>


More information about the colord mailing list