[Lunar-commits] <moonbase-other> jpeg: bumped to version 9
v4hn
me at v4hn.de
Fri Feb 1 11:31:25 CET 2013
commit 275391f178d01b17cb82502cfe83432bf51cf5e1
Author: v4hn <me at v4hn.de>
Date: Fri, 01 Feb 2013 02:31:25 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/275391f178d01b17cb82502cfe83432bf51cf5e1
jpeg: bumped to version 9
Because the developer messed up his boolean definition
and is going to fix it only next year in version 9a
I had to patch this manually.
As usual, this requires a rebuild of about every graphical
application/library you use.
---
graphics/jpeg/BUILD | +4/-7
graphics/jpeg/DETAILS | +6/-3
2 files changed, 10 insertions(+), 10 deletions(-)
--- a/graphics/jpeg/BUILD
+++ b/graphics/jpeg/BUILD
@@ -1,10 +1,7 @@
-(
-
+patch_it $SOURCE2 1 &&
- bad_flags -malign-double
+bad_flags -malign-double &&
- OPTS+=" --enable-shared --enable-static --enable-maxmem=64"
+OPTS+=" --enable-shared --enable-static --enable-maxmem=64" &&
- default_build
-
-) > $C_FIFO 2>&1
+default_build
--- a/graphics/jpeg/DETAILS
+++ b/graphics/jpeg/DETAILS
@@ -1,11 +1,14 @@
MODULE=jpeg
- VERSION=8d
+ VERSION=9
SOURCE=${MODULE}src.v$VERSION.tar.gz
+ SOURCE2=jpeg-9a-backport-boolean.patch.bz2
SOURCE_URL=http://www.ijg.org/files
- SOURCE_VFY=sha1:f080b2fffc7581f7d19b968092ba9ebc234556ff
+ SOURCE2_URL=${PATCH_URL}
+ SOURCE_VFY=sha1:724987e7690ca3d74d6ab7c1f1b6854e88ca204b
+ SOURCE2_VFY=sha1:86a2932a61d27d1b4835cbb2b55575bf434a50d3
WEB_SITE=http://www.ijg.org
ENTERED=20010922
- UPDATED=20120711
+ UPDATED=20130201
SHORT="A library that supports the JPEG image format"
cat << EOF
More information about the Lunar-commits
mailing list