SF.net SVN: gar:[22845] csw/mgar/pkg/openjpeg/trunk
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Thu Jan 16 15:32:42 CET 2014
Revision: 22845
http://sourceforge.net/p/gar/code/22845
Author: lblume
Date: 2014-01-16 14:32:41 +0000 (Thu, 16 Jan 2014)
Log Message:
-----------
openjpeg/trunk: Introducing OpenJPEG 2.0.0
Modified Paths:
--------------
csw/mgar/pkg/openjpeg/trunk/Makefile
csw/mgar/pkg/openjpeg/trunk/checksums
Modified: csw/mgar/pkg/openjpeg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openjpeg/trunk/Makefile 2014-01-16 12:12:28 UTC (rev 22844)
+++ csw/mgar/pkg/openjpeg/trunk/Makefile 2014-01-16 14:32:41 UTC (rev 22845)
@@ -1,23 +1,42 @@
NAME = openjpeg
-VERSION = 1.3
+VERSION = 2.0.0
GARTYPE = v2
DESCRIPTION = Open-source JPEG 2000 codec written in C
define BLURB
+The OpenJPEG library is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, the new still-image compression standard from the Joint Photographic Experts Group (JPEG). In addition to the basic codec, various other features are under development, among them the JP2 and MJ2 (Motion JPEG 2000) file formats, an indexing tool useful for the JPIP protocol, JPWL-tools for error-resilience, a Java-viewer for j2k-images, ..
endef
-MASTER_SITES = http://www.openjpeg.org/
-DISTFILES = $(NAME)_v1_3.tar.gz
+VENDOR_URL = http://code.google.com/p/openjpeg/
+MASTER_SITES = $(GOOGLE_MIRROR)
+DISTFILES = $(DISTNAME).tar.gz
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+GARCOMPILER = GCC4
-# If the url used to check for software update is different of MASTER_SITES, then
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES =
+CMAKE_ARGS += -DCMAKE_C_FLAGS="$(CFLAGS)"
+CMAKE_ARGS += -DCMAKE_CXX_FLAGS="$(CXXFLAGS)"
+CMAKE_ARGS += -DCMAKE_LIBRARY_PATH="$(libdir)"
+CMAKE_ARGS += -DCMAKE_PREFIX_PATH="$(prefix)"
+CMAKE_ARGS += -DCMAKE_INCLUDE_PATH="$(includedir)"
+CMAKE_ARGS += -DCMAKE_VERBOSE_MAKEFILE=ON
+CMAKE_ARGS += -DCMAKE_INSTALL_PREFIX=$(prefix)
+CMAKE_ARGS += -DBUILD_SHARED_LIBS:bool=on
+CMAKE_ARGS += -DBUILD_CODEC:bool=on
-BUILD64_LIBS_ONLY = 1
-NORUNPATH = 1
-CONFIGURE_ARGS = $(DIRPATHS)
+BUILD64 = 1
+ISAEXEC = 1
+CONFIGURE_SCRIPTS = custom
+TEST_TARGET =
+
include gar/category.mk
+
+configure-custom:
+ (cd $(WORKSRC) && \
+ /usr/bin/env -i \
+ $(CONFIGURE_ENV) \
+ cmake \
+ . \
+ $(CMAKE_ARGS))
+ @$(MAKECOOKIE)
+
Modified: csw/mgar/pkg/openjpeg/trunk/checksums
===================================================================
--- csw/mgar/pkg/openjpeg/trunk/checksums 2014-01-16 12:12:28 UTC (rev 22844)
+++ csw/mgar/pkg/openjpeg/trunk/checksums 2014-01-16 14:32:41 UTC (rev 22845)
@@ -1 +1 @@
-f9a3ccfa91ac34b589e9bf7577ce8ff9 download/openjpeg_v1_3.tar.gz
+d9be274bddc0f47f268e484bdcaaa6c5 openjpeg-2.0.0.tar.gz
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