[Lunar-commits] <moonbase> openjpeg: Version bump to 1.5.0.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Feb 14 14:49:02 CET 2012
commit 5209ae426d992eca25f520ff528b14aa5c9b30f6
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Feb 14 08:49:02 2012 -0500
openjpeg: Version bump to 1.5.0.
---
graphics/openjpeg/BUILD | 4 +++-
graphics/openjpeg/CONFIGURE | 4 ++++
graphics/openjpeg/DETAILS | 12 ++++++------
3 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/graphics/openjpeg/BUILD b/graphics/openjpeg/BUILD
index 7f24d16..5a43799 100644
--- a/graphics/openjpeg/BUILD
+++ b/graphics/openjpeg/BUILD
@@ -1,6 +1,8 @@
(
- OPTS+=" --enable-jpwl --enable-jp3d --disable-static" &&
+ LDFLAGS+=" -lm" &&
+
+ OPTS+=" --disable-static" &&
default_build
diff --git a/graphics/openjpeg/CONFIGURE b/graphics/openjpeg/CONFIGURE
new file mode 100644
index 0000000..1ca741f
--- /dev/null
+++ b/graphics/openjpeg/CONFIGURE
@@ -0,0 +1,4 @@
+mquery BUILD_MJ2 "Build mj2 binaries?" y "--enable-mj2" "--disable-mj2"
+mquery BUILD_JPWL "Build JPWL library?" y "--enable-jpwl" "--disable-jpwl"
+mquery ENABLE_JPIP "Build jpip library? (Needed if yes to JPIP server" y "--enable-jpip" "--disable-jpip"
+mquery ENABLE_JPIP_SERVER "Build jpip server?" n "--enable-jpip-server" "--disable-jpip-server"
diff --git a/graphics/openjpeg/DETAILS b/graphics/openjpeg/DETAILS
index 985cf4c..2e93264 100644
--- a/graphics/openjpeg/DETAILS
+++ b/graphics/openjpeg/DETAILS
@@ -1,14 +1,14 @@
MODULE=openjpeg
- VERSION=v1\_4\_sources\_r697
- SOURCE=$MODULE\_$VERSION.tgz
+ VERSION=1.5.0
+ SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://openjpeg.googlecode.com/files/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_$VERSION
- SOURCE_VFY=sha1:9ef6a08ecf5944962b4e2cd7569ac01a8eaa66d0
+#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:dce705ae45f137e4698a8cf39d1fbf22bc434fa8
WEB_SITE=http://code.google.com/p/openjpeg/
ENTERED=20080119
- UPDATED=20110208
+ UPDATED=20120214
SHORT="open-source JPEG 2000 codec written in C language"
-PSAFE=no
+
cat << EOF
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
More information about the Lunar-commits
mailing list