Skip to content

Commit

Permalink
jpeg: bumped to version 9
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
v4hn committed Feb 1, 2013
1 parent 21c2685 commit 275391f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
11 changes: 4 additions & 7 deletions 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
9 changes: 6 additions & 3 deletions 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
Expand Down

0 comments on commit 275391f

Please sign in to comment.