OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 15-Jul-2003 10:13:35
Branch: HEAD Handle: 2003071509133202
Modified files:
openpkg-src/tiff tiff.spec
openpkg-web news.txt
Log:
disable linking against shared lib, enable jpeg/zlib support, disable
SGI-GL/IMAGE support
Summary:
Revision Changes Path
1.25 +11 -1 openpkg-src/tiff/tiff.spec
1.5565 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tiff/tiff.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 tiff.spec
--- openpkg-src/tiff/tiff.spec 8 Jul 2003 14:42:52 -0000 1.24
+++ openpkg-src/tiff/tiff.spec 15 Jul 2003 08:13:34 -0000 1.25
@@ -33,7 +33,7 @@
Group: Graphics
License: GPL
Version: 3.5.7
-Release: 20030428
+Release: 20030715
# list of sources
Source0: ftp://ftp.remotesensing.org/pub/libtiff/tiff-v%{version}.tar.gz
@@ -43,6 +43,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206
PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: jpeg, zlib
+PreReq: jpeg, zlib
AutoReq: no
AutoReqProv: no
@@ -57,6 +59,14 @@
CFLAGS="%{l_cflags -O}" \
./configure \
--prefix=$RPM_BUILD_ROOT%{l_prefix} \
+ --with-DSO=no \
+ --with-LIBGL=no \
+ --with-LIBIMAGE=no \
+ --with-JPEG=yes \
+ --with-ZIP=yes \
+ --with-DIRS_LIBINC="%{l_prefix}/include" \
+ --with-DIRS-JPEGLIB="%{l_prefix}/lib" \
+ --with-DIRS-GZLIB="%{l_prefix}/lib" \
--noninteractive
%{l_make} %{l_mflags -O}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5564 -r1.5565 news.txt
--- openpkg-web/news.txt 15 Jul 2003 07:26:24 -0000 1.5564
+++ openpkg-web/news.txt 15 Jul 2003 08:13:32 -0000 1.5565
@@ -1,3 +1,4 @@
+15-Jul-2003: Upgraded package: P<tiff-3.5.7-20030715>
15-Jul-2003: Upgraded package: P<socat-1.3.2.1-20030715>
15-Jul-2003: Upgraded package: P<rt-3.0.4-20030715>
15-Jul-2003: Upgraded package: P<perl-util-20030715-20030715>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]