SOURCES: ghostscript-am.patch - up to 8.56, use internal jasper
tommat
tommat at pld-linux.org
Tue Apr 17 08:50:09 CEST 2007
Author: tommat Date: Tue Apr 17 06:50:09 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- up to 8.56, use internal jasper
---- Files affected:
SOURCES:
ghostscript-am.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/ghostscript-am.patch
diff -u SOURCES/ghostscript-am.patch:1.4 SOURCES/ghostscript-am.patch:1.5
--- SOURCES/ghostscript-am.patch:1.4 Thu Aug 10 20:54:55 2006
+++ SOURCES/ghostscript-am.patch Tue Apr 17 08:50:03 2007
@@ -33,63 +33,6 @@
dnl --------------------------------------------------
dnl Check for libraries
-@@ -306,55 +332,13 @@
- SHARE_JASPER=0
- JPXDEVS=''
- if test x$with_jasper != xno; then
-- AC_MSG_CHECKING([for local jasper library source])
-- for d in jasper jasper-1.7*; do
-- test -d "$d" && JASPERDIR=$d && break
-- done
-- if test "x$JASPERDIR" != xsrc; then
-- AC_MSG_RESULT([$JASPERDIR])
-- AC_MSG_CHECKING([for local jasper configure script])
-- if test -x $JASPERDIR/configure; then
-- AC_MSG_RESULT([yes])
-- echo
-- echo "Running jasper configure script..."
-- olddir=`pwd`
-- cd $JASPERDIR && ./configure
-- cd $olddir
-- echo
-- echo "Continuing with Ghostscript configuration..."
-- else
-- AC_MSG_RESULT([no])
-- AC_MSG_CHECKING([for local jasper autogen.sh script])
-- if test -x $JASPERDIR/autogen.sh; then
-- AC_MSG_RESULT([yes])
-- echo
-- echo "Running jasper autogen script..."
-- olddir=`pwd`
-- cd $JASPERDIR && ./autogen.sh
-- cd $olddir
-- echo
-- echo "Continuing with Ghostscript configuration..."
-- else
-- AC_MSG_ERROR([
--Unable to find $JASPERDIR/src/libjasper/include/jas_config.h,
--or generate generate such a file for this system. You will
--have to build one by hand, or configure, build and install
--the jasper library separately.
--
--You can also pass --without-jasper to configure to disable
--JPEG 2000 PDF image support entirely.
--])
-- fi
-- fi
-- else
-- AC_MSG_RESULT([no])
-+ JASPERDIR=
- AC_CHECK_LIB([jasper], [jas_image_create], [
- SHARE_JASPER=1
- ], [
- AC_MSG_WARN([disabling support for JPEG 2000 images])
- with_jasper=no
- ])
-- fi
- fi
- if test x$with_jasper != xno; then
- JPXDEVS='$(PSD)jpx.dev'
--- ghostscript-8.51/src/Makefile.in~ 2004-12-01 09:17:19.000000000 +0100
+++ ghostscript-8.51/src/Makefile.in 2005-07-21 13:46:26.000000000 +0200
@@ -70,7 +70,7 @@
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/ghostscript-am.patch?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list