summaryrefslogtreecommitdiff
path: root/graphics/libjpeg-turbo
diff options
context:
space:
mode:
authorrichard <richard>2013-08-21 15:24:00 +0000
committerrichard <richard>2013-08-21 15:24:00 +0000
commit565b03ccb847970682409e48c63ad502d7a457c5 (patch)
tree18522b17b467df8510b36c3e7aeb65ed90ffd0b9 /graphics/libjpeg-turbo
parent4b516785b7f341adf12d7e2bd53d93183570be33 (diff)
downloadpkgsrc-565b03ccb847970682409e48c63ad502d7a457c5.tar.gz
1.3.0
===== [1] 'make test' now works properly on FreeBSD, and it no longer requires the md5sum executable to be present on other Un*x platforms. [2] Overhauled the packaging system: -- To avoid conflict with vendor-supplied libjpeg-turbo packages, the official RPMs and DEBs for libjpeg-turbo have been renamed to "libjpeg-turbo-official". -- The TurboJPEG libraries are now located under /opt/libjpeg-turbo in the official Linux and Mac packages, to avoid conflict with vendor-supplied packages and also to streamline the packaging system. -- Release packages are now created with the directory structure defined by the configure variables "prefix", "bindir", "libdir", etc. (Un*x) or by the CMAKE_INSTALL_PREFIX variable (Windows.) The exception is that the docs are always located under the system default documentation directory on Un*x and Mac systems, and on Windows, the TurboJPEG DLL is always located in the Windows system directory. -- To avoid confusion, official libjpeg-turbo packages on Linux/Unix platforms (except for Mac) will always install the 32-bit libraries in /opt/libjpeg-turbo/lib32 and the 64-bit libraries in /opt/libjpeg-turbo/lib64. -- Fixed an issue whereby, in some cases, the libjpeg-turbo executables on Un*x systems were not properly linking with the shared libraries installed by the same package. -- Fixed an issue whereby building the "installer" target on Windows when WITH_JAVA=1 would fail if the TurboJPEG JAR had not been previously built. -- Building the "install" target on Windows now installs files into the same places that the installer does. [3] Fixed a Huffman encoder bug that prevented I/O suspension from working properly.
Diffstat (limited to 'graphics/libjpeg-turbo')
-rw-r--r--graphics/libjpeg-turbo/Makefile5
-rw-r--r--graphics/libjpeg-turbo/distinfo10
-rw-r--r--graphics/libjpeg-turbo/patches/patch-aa10
3 files changed, 12 insertions, 13 deletions
diff --git a/graphics/libjpeg-turbo/Makefile b/graphics/libjpeg-turbo/Makefile
index cbadf5616ca..f6f8b3e4d6d 100644
--- a/graphics/libjpeg-turbo/Makefile
+++ b/graphics/libjpeg-turbo/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2013/04/06 03:45:14 rodent Exp $
+# $NetBSD: Makefile,v 1.9 2013/08/21 15:24:00 richard Exp $
#
-DISTNAME= libjpeg-turbo-1.2.1
-PKGREVISION= 1
+DISTNAME= libjpeg-turbo-1.3.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libjpeg-turbo/}
diff --git a/graphics/libjpeg-turbo/distinfo b/graphics/libjpeg-turbo/distinfo
index a5a925d84d9..8060bc36572 100644
--- a/graphics/libjpeg-turbo/distinfo
+++ b/graphics/libjpeg-turbo/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2012/08/04 13:42:21 drochner Exp $
+$NetBSD: distinfo,v 1.6 2013/08/21 15:24:00 richard Exp $
-SHA1 (libjpeg-turbo-1.2.1.tar.gz) = a4992e102c6d88146709e8e6ce5896d5d0b5a361
-RMD160 (libjpeg-turbo-1.2.1.tar.gz) = 2298b1a919018695fa4a9851dac3e50443235196
-Size (libjpeg-turbo-1.2.1.tar.gz) = 1755264 bytes
-SHA1 (patch-aa) = c6523f2aae1c440f3a7b572b45f164ae88a14776
+SHA1 (libjpeg-turbo-1.3.0.tar.gz) = 1792c964b35604cebd3a8846f1ca6de5976e9c28
+RMD160 (libjpeg-turbo-1.3.0.tar.gz) = 81e4d5e4af95f253c17e3ddaac94212e7eafef9e
+Size (libjpeg-turbo-1.3.0.tar.gz) = 1361603 bytes
+SHA1 (patch-aa) = a4a5fe8f7effaa8f6c8b3988cc303854dd09cfa2
SHA1 (patch-configure) = aa16d166989dafec06ba2c982316f6dfa473df90
diff --git a/graphics/libjpeg-turbo/patches/patch-aa b/graphics/libjpeg-turbo/patches/patch-aa
index b751accaf16..4e200b189f8 100644
--- a/graphics/libjpeg-turbo/patches/patch-aa
+++ b/graphics/libjpeg-turbo/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.1 2012/08/04 13:42:22 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2013/08/21 15:24:00 richard Exp $
---- Makefile.in.orig 2012-06-29 23:52:27.000000000 +0000
+--- Makefile.in.orig 2013-08-21 15:21:45.856832073 +0000
+++ Makefile.in
-@@ -462,11 +462,11 @@ dist_man1_MANS = cjpeg.1 djpeg.1 jpegtra
- DOCS = install.txt coderules.txt filelist.txt jconfig.txt change.log \
- rdrle.c wrrle.c BUILDING.txt ChangeLog.txt
+@@ -485,11 +485,11 @@ dist_man1_MANS = cjpeg.1 djpeg.1 jpegtra
+ DOCS = coderules.txt jconfig.txt change.log rdrle.c wrrle.c BUILDING.txt \
+ ChangeLog.txt
-docdir = $(datadir)/doc
+docdir = $(datadir)/doc/libjpeg-turbo