Update of /cvsroot/fink/dists/10.2/stable/main/finkinfo/graphics
In directory sc8-pr-cvs1:/tmp/cvs-serv25635
Added Files:
gimp-1.2.4-1.info gimp-1.2.4-1.patch
Removed Files:
gimp-1.2.3-11.info gimp-1.2.3-11.patch
Log Message:
Moving to stable
--- NEW FILE: gimp-1.2.4-1.info ---
Package: gimp
Version: 1.2.4
Revision: 1
Source: mirror:gimp:gimp/v1.2/v%v/gimp-%v.tar.bz2
Depends: %N-shlibs (= %v-%r)
BuildDepends: libpng3, libjpeg, libtiff, libmpeg, audiofile, esound, glib, gtk+,
netpbm, orbit-dev, giflib, imlib, aalib (>= 1.4rc5-2), gnome-libs-dev, dlcompat-dev
#BuildConflicts: gimp ( << 1.2.3-1 )
Source-MD5: 63ac650507eaa2748eb28e9ff4801c32
GCC: 3.1
Patch: %n.patch
SetCPPFLAGS: -no-cpp-precomp
SetCFLAGS: -no-cpp-precomp
SetLDFLAGS: -L%b/libgimp/.libs
SetLIBS: -L%b/libgimp/.libs -L%b/plug-ins/libgck/gck/.libs
ConfigureParams: --with-libiconv-prefix=%p --mandir=%p/share/man --disable-perl
--with-mp --disable-print
InstallScript: <<
make install DESTDIR=%d
rm -f %i/lib/gimp/1.2/modules/libcolorsel_*.a
mv %i/bin/gimp %i/bin/gimp-real
echo '#!/bin/sh' >%i/bin/gimp
echo 'exec %p/bin/gimp-real --no-shm --no-xshm "$@"' >>%i/bin/gimp
chmod 755 %i/bin/gimp
sed -e 's;-L%b/libgimp/.libs;;' -e 's;-L-L%b/plug-ins/libgck/gck/.libs;;'
<%i/lib/libgimp.la >%i/lib/libgimp.la.tmp
mv -f %i/lib/libgimp.la.tmp %i/lib/libgimp.la
sed -e 's;-L%b/libgimp/.libs;;' -e 's;-L-L%b/plug-ins/libgck/gck/.libs;;'
<%i/lib/libgimpui.la >%i/lib/libgimpui.la.tmp
mv -f %i/lib/libgimpui.la.tmp %i/lib/libgimpui.la
sed -e 's;-L%b/libgimp/.libs;;' -e 's;-L-L%b/plug-ins/libgck/gck/.libs;;'
<%i/lib/libgck.la >%i/lib/libgck.la.tmp
mv -f %i/lib/libgck.la.tmp %i/lib/libgck.la
sed -e 's;-L%b/libgimp/.libs;;' -e 's;-L-L%b/plug-ins/libgck/gck/.libs;;' -e
's;%b;%p;g' -e 's;%i;%p;g' < %i/bin/gimptool > %i/bin/gimptool.tmp
mv -f %i/bin/gimptool.tmp %i/bin/gimptool
chmod 755 %i/bin/gimptool
<<
SplitOff: <<
Package: %N-shlibs
Depends: gnome-libs, libpng3-shlibs, libjpeg-shlibs, libtiff-shlibs, aalib (>=
1.4rc5-2), libmpeg-shlibs, dlcompat
Replaces: %N (<= 1.2.3-5)
Files: <<
lib/gimp/1.2 share/gimp/1.2 lib/libgck-1.2.4.0.0.4.dylib
lib/libgimp-1.2.0.0.4.dylib lib/libgimpui-1.2.0.0.4.dylib
lib/libgck-1.2.4.0.dylib lib/libgimp-1.2.0.dylib lib/libgimpui-1.2.0.dylib
<<
Shlibs: <<
%p/lib/libgck-1.2.4.0.dylib 1.0.0 %n (>= 1.2.3-10)
%p/lib/libgimp-1.2.0.dylib 1.0.0 %n (>= 1.2.3-10)
%p/lib/libgimpui-1.2.0.dylib 1.0.0 %n (>= 1.2.3-10)
<<
DocFiles: <<
COPYING libgimp/COPYING:COPYING.libgimp
AUTHORS MAINTAINERS NEWS PLUGIN_MAINTAINERS README README.i18n
<<
<<
SplitOff2: <<
Package: %N-dev
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
Replaces: %N (<= 1.2.3-7)
Files: include lib/libgck.dylib lib/libgimp.dylib lib/libgimpui.dylib lib/*.a
lib/*.la share/aclocal share/man/man5
DocFiles: <<
COPYING libgimp/COPYING:COPYING.libgimp
AUTHORS MAINTAINERS NEWS PLUGIN_MAINTAINERS README README.i18n
<<
<<
DocFiles: <<
COPYING libgimp/COPYING:COPYING.libgimp
AUTHORS MAINTAINERS NEWS PLUGIN_MAINTAINERS README README.i18n
<<
ConfFiles: <<
%p/etc/gimp/1.2/gimprc %p/etc/gimp/1.2/gimprc_user
%p/etc/gimp/1.2/gtkrc %p/etc/gimp/1.2/gtkrc_user
%p/etc/gimp/1.2/ps-menurc
%p/etc/gimp/1.2/unitrc
<<
#
Description: The GNU Image Manipulation Program
DescPort: <<
Needs patches to some Makefiles to install message catalogs in the right directories.
A small shell-script is created to make sure the parameters '--no-shm
--no-xshm' are always passed to the GIMP. This is required because the
SysV shared memory implementation in the Darwin kernel is broken.
--disable-print has been added so it will not find a Gimp Print for OSX installation.
Needs help to link against the right copy of its library. We have to
filter that flag out of the .la files afterwards since it refers to
the temporary build directory.
<<
DescPackaging: <<
The static version of the color picker modules are removed because
they can't be used anyway.
Previous versions by Christoph Pfisterer.
<<
License: GPL/LGPL
Homepage: http://www.gimp.org/
Maintainer: Alexander Strange <[EMAIL PROTECTED]>
--- NEW FILE: gimp-1.2.4-1.patch ---
diff -ruN gimp-1.2.3/plug-ins/libgck/gck/Makefile.in
gimp-1.2.3-patched/plug-ins/libgck/gck/Makefile.in
--- gimp-1.2.3/plug-ins/libgck/gck/Makefile.in Mon Feb 11 16:46:23 2002
+++ gimp-1.2.3-patched/plug-ins/libgck/gck/Makefile.in Sun Mar 10 10:22:57 2002
@@ -193,7 +193,7 @@
gckinclude_HEADERS = gck.h
-libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release
$(LT_RELEASE) $(no_undefined)
+libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release
1.2.4 $(no_undefined)
INCLUDES = -I.. -I$(srcdir)/..
-I$(top_srcdir) $(GTK_CFLAGS) -I$(includedir)
--- gimp-1.2.3-11.info DELETED ---
--- gimp-1.2.3-11.patch DELETED ---
-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits