OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 04-Jan-2003 17:58:51
Branch: HEAD Handle: 2003010416585001
Modified files:
openpkg-src/gimp gimp.spec
openpkg-web news.txt
Log:
add XPM support; remove parallel building; modernize flags
Summary:
Revision Changes Path
1.23 +8 -8 openpkg-src/gimp/gimp.spec
1.2567 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gimp/gimp.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 gimp.spec
--- openpkg-src/gimp/gimp.spec 3 Jan 2003 10:52:12 -0000 1.22
+++ openpkg-src/gimp/gimp.spec 4 Jan 2003 16:58:51 -0000 1.23
@@ -33,7 +33,7 @@
Group: Graphics
License: GPL
Version: 1.2.3
-Release: 20020308
+Release: 20030104
# list of sources
Source0: ftp://ftp.gimp.org/pub/gimp/v1.2/v%{version}/gimp-%{version}.tar.bz2
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, libiconv, gtk, tiff, jpeg
-PreReq: OpenPKG, openpkg >= 20020206, libiconv, gtk, tiff, jpeg
+BuildPreReq: OpenPKG, openpkg >= 20020206, libiconv, gtk, tiff, jpeg, xpm, make
+PreReq: OpenPKG, openpkg >= 20020206, libiconv, gtk, tiff, jpeg, xpm
AutoReq: no
AutoReqProv: no
@@ -57,10 +57,10 @@
%patch -p0
%build
- CC="%{l_cc} -I%{l_prefix}/include -I%{l_prefix}/include/tiff" \
- CFLAGS="%{l_cflags -O} -I%{l_prefix}/include -I%{l_prefix}/include/tiff" \
- CPPFLAGS="-I%{l_prefix}/include" \
- LDFLAGS="-L%{l_prefix}/lib" \
+ CC="%{l_cc} %{l_cppflags tiff}" \
+ CFLAGS="%{l_cflags -O} %{l_cppflags tiff}" \
+ CPPFLAGS="%{l_cppflags tiff}" \
+ LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--with-x \
@@ -72,7 +72,7 @@
--with-html-dir=%{l_prefix}/share/gimp/doc \
--disable-perl \
--disable-nls
- %{l_make} %{l_mflags -O}
+ %{l_make} %{l_mflags}
%install
rm -rf $RPM_BUILD_ROOT
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2566 -r1.2567 news.txt
--- openpkg-web/news.txt 4 Jan 2003 15:52:54 -0000 1.2566
+++ openpkg-web/news.txt 4 Jan 2003 16:58:50 -0000 1.2567
@@ -1,3 +1,4 @@
+04-Jan-2003: Upgraded package: P<gimp-1.2.3-20030104>
04-Jan-2003: New package: P<libmcrypt-2.5.5-20030104>
04-Jan-2003: Upgraded package: P<xpm-3.4k-20030104>
04-Jan-2003: New package: P<xpm-3.4k-20030104>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]