[csw-devel] SF.net SVN: gar:[21142] csw/mgar/pkg/liblcms2/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun May 19 13:12:39 CEST 2013
Revision: 21142
http://gar.svn.sourceforge.net/gar/?rev=21142&view=rev
Author: dmichelsen
Date: 2013-05-19 11:12:27 +0000 (Sun, 19 May 2013)
Log Message:
-----------
liblcms2/trunk: Update to 2.4 and adjust dependencies
Modified Paths:
--------------
csw/mgar/pkg/liblcms2/trunk/Makefile
csw/mgar/pkg/liblcms2/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/liblcms2/trunk/files/0001-Remove-hardcoded-Wall.patch
Modified: csw/mgar/pkg/liblcms2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/liblcms2/trunk/Makefile 2013-05-19 10:38:08 UTC (rev 21141)
+++ csw/mgar/pkg/liblcms2/trunk/Makefile 2013-05-19 11:12:27 UTC (rev 21142)
@@ -1,5 +1,5 @@
NAME = lcms2
-VERSION = 2.2
+VERSION = 2.4
GARTYPE = v2
DESCRIPTION = The little color management system and tools
@@ -18,8 +18,6 @@
MASTER_SITES = $(SF_MIRRORS)
DISTFILES = $(NAME)-$(VERSION).tar.gz
-PATCHFILES += 0001-Remove-hardcoded-Wall.patch
-
VENDOR_URL = http://www.littlecms.com/
PACKAGES += CSWliblcms2-2
@@ -35,9 +33,8 @@
SPKG_DESC_CSWliblcms2-utils = Utility programs for LCMS (Little Color Management)
# PKGFILES is catchall
RUNTIME_DEP_PKGS_CSWliblcms2-utils += CSWliblcms2-2
-RUNTIME_DEP_PKGS_CSWliblcms2-utils += CSWtiff
-RUNTIME_DEP_PKGS_CSWliblcms2-utils += CSWjpeg
-RUNTIME_DEP_PKGS_CSWliblcms2-utils += CSWzlib
+RUNTIME_DEP_PKGS_CSWliblcms2-utils += CSWlibjpeg7
+RUNTIME_DEP_PKGS_CSWliblcms2-utils += CSWlibtiff3
# Probably make separate package for Solaris 10 as it has float support
EXTRA_CPPFLAGS-5.9 = -Dpowf=pow -Dfabsf=labs
Modified: csw/mgar/pkg/liblcms2/trunk/checksums
===================================================================
--- csw/mgar/pkg/liblcms2/trunk/checksums 2013-05-19 10:38:08 UTC (rev 21141)
+++ csw/mgar/pkg/liblcms2/trunk/checksums 2013-05-19 11:12:27 UTC (rev 21142)
@@ -1 +1 @@
-aaf33c7c25675e6163189ba488ae20f5 lcms2-2.2.tar.gz
+861ef15fa0bc018f9ddc932c4ad8b6dd lcms2-2.4.tar.gz
Deleted: csw/mgar/pkg/liblcms2/trunk/files/0001-Remove-hardcoded-Wall.patch
===================================================================
--- csw/mgar/pkg/liblcms2/trunk/files/0001-Remove-hardcoded-Wall.patch 2013-05-19 10:38:08 UTC (rev 21141)
+++ csw/mgar/pkg/liblcms2/trunk/files/0001-Remove-hardcoded-Wall.patch 2013-05-19 11:12:27 UTC (rev 21142)
@@ -1,25 +0,0 @@
-From 3e8a1c71e3c350e9a0f31a00cb747959d48d73ba Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Tue, 7 Jun 2011 15:32:08 +0200
-Subject: [PATCH] Remove hardcoded -Wall
-
----
- testbed/Makefile.in | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/testbed/Makefile.in b/testbed/Makefile.in
-index 89f5c13..0be576f 100644
---- a/testbed/Makefile.in
-+++ b/testbed/Makefile.in
-@@ -81,7 +81,7 @@ AUTOMAKE = @AUTOMAKE@
- AWK = @AWK@
- CC = @CC@
- CCDEPMODE = @CCDEPMODE@
--CFLAGS = --pedantic -Wall -std=c99 -O2
-+CFLAGS = @CFLAGS@
- CPP = @CPP@
- CPPFLAGS = @CPPFLAGS@
- CXX = @CXX@
---
-1.7.5.4
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list