Update of /cvsroot/fink/experimental/rangerrick/finkinfo/notmine
In directory sc8-pr-cvs1:/tmp/cvs-serv20167

Added Files:
        icemc-0.2.2-3.info icemc-0.2.2-3.patch kile-1.3.1-1.info 
        ktagit-0.4-3.info ktagit-0.4-3.patch qtella-0.5.4-1.info 
        qtella-0.5.4-1.patch qthello-1.0-2.info qthello-1.0-2.patch 
        scribus-0.8-3.info scribus-0.8-3.patch 
Log Message:
updated to work with qt 3.1

--- NEW FILE: icemc-0.2.2-3.info ---
Package: icemc
Version: 0.2.2
Revision: 3
GCC: 3.1
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
Source: http://www.algorithm.at/comp/icemc/%n-%v.tar.gz
Source-MD5: 6ba3d647139f7574fa83aaa1b36b5e56
BuildDepends: libjpeg, libpng, qt3 (>= 3.0.5-9), dlcompat-dev
Depends: qt3-shlibs (>= 3.0.5-9)
Patch: %f.patch
CompileScript: make 
InstallScript: (mkdir -p %i/bin; cp icemc %i/bin)
DocFiles: README INSTALL CHANGELOG.txt GPL.txt
Description: Graphical configuration of the IceWM menu.
License: GPL
Homepage: http://www.mittendorfer.com/gm/comp/icemc/icemc.htm

--- NEW FILE: icemc-0.2.2-3.patch ---
diff -uNbr icemc-0.2.2/Makefile icemc-0.2.2-new/Makefile
--- icemc-0.2.2/Makefile        Tue Dec  4 12:49:24 2001
+++ icemc-0.2.2-new/Makefile    Thu Dec 19 17:03:10 2002
@@ -17,15 +17,15 @@
 
 ####### Compiler, tools and options
 
-CC     =       gcc
-CXX    =       g++
+CC     =       cc
+CXX    =       c++
 CFLAGS =       -pipe -DNO_DEBUG
 CXXFLAGS=      -pipe -DNO_DEBUG
-INCPATH        =       -I$(QTDIR)/include
-LINK   =       g++
+INCPATH        =       -I$(QTDIR)/include -I$(QTDIR)/include/qt
+LINK   =       c++
 LFLAGS =       
-#LIBS  =       $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt -lXext -lX11 -lm
-LIBS    =       $(SUBLIBS) -lqt
+LIBS   =       $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11
+#LIBS    =       $(SUBLIBS) -lqt
 MOC    =       $(QTDIR)/bin/moc
 UIC    =       $(QTDIR)/bin/uic
 

--- NEW FILE: kile-1.3.1-1.info ---
Package: kile
Version: 1.31
Revision: 1
Source: http://perso.club-internet.fr/pascal.brachet/%n/%n-%v.tar.gz
SourceDirectory: %n-%v
Source-MD5: 3f38531bed3e41c6d34f853610f5f659
Depends: qt3-shlibs, libjpeg-shlibs, libpng-shlibs, x11, dlcompat, kdebase3 | 
kdebase3-ssl, kdelibs3 | kdelibs3-ssl, libart2-shlibs
BuildDepends: qt3, libjpeg, libpng, kdebase3-dev | kdebase3-ssl-dev, kdelibs3-dev | 
kdelibs3-ssl-dev,libart2, dlcompat-dev
ConfigureParams: --mandir='$(prefix)/share/man' --with-qt-dir=%p 
--with-qt-includes=%p/include/qt --with-extra-includes=%p/include 
--with-extra-libs=%p/lib
GCC: 3.1
InstallScript: make install DESTDIR=%d
DocFiles: README Changelog COPYING INSTALL TODO
Description: KDE3 LaTeX editor, TeX shell, Gnuplot frontend
DescDetail: << 
  Kile is a program for KDE 3, that integrates many tools needed 
  to develop documents with LaTeX, in just one application.
<<
License: GPL
Maintainer: Thomas Kotzian <[EMAIL PROTECTED]>
Homepage: http://xm1.net.free.fr/kile/


--- NEW FILE: ktagit-0.4-3.info ---
Package: ktagit
Version: 0.4
Revision: 3
Source: mirror:sourceforge:%n/%n-%v_1.tar.gz
Patch: %f.patch
SourceDirectory: %n-%v
Source-MD5: 661cb7a41458a6d68a24ba49438efb48
Depends: qt3-shlibs, libjpeg-shlibs, libpng-shlibs, x11, kdebase3-dev | 
kdebase3-ssl-dev, kdelibs3 | kdelibs3-ssl, dlcompat, libart2-shlibs, 
libvorbis0-shlibs, libogg-shlibs, popt-shlibs, id3lib3.7-shlibs
BuildDepends: qt3, libjpeg, libpng, kdebase3 | kdebase3-ssl, kdelibs3-dev | 
kdelibs3-ssl-dev, libart2, id3lib3.7-dev, libogg, libvorbis0, popt, dlcompat-dev
SetCFLAGS: -I%p/include
SetLDFLAGS: -L%p/lib
ConfigureParams: --mandir='${prefix}/share/man' --with-qt-dir=%p 
--with-qt-includes=%p/include/qt --with-extra-includes=%p/include 
--with-extra-libs=%p/lib
GCC: 3.1
DocFiles: AUTHORS COPYING ChangeLog INSTALL README THANKS TODO
Description: ID3 Tag Editor & Renamer for ogg & mp3
DescDetail: <<
  Tag Editor and file renamer for ogg and mp3 (and maybe later flac)
  will support CDDB request
<<
License: GPL
Maintainer: Thomas Kotzian <[EMAIL PROTECTED]>
Homepage: http://ktagit.sourceforge.net/

--- NEW FILE: ktagit-0.4-3.patch ---
--- gmp-4.1/configure.orig      2002-10-13 07:16:32.000000000 -0700
+++ gmp-4.1/configure   2002-10-13 07:16:43.000000000 -0700
@@ -10702,6 +10702,28 @@
        ;;
     esac
     ;;
+  darwin* | rhapsody*)
+      case "$host_os" in
+      rhapsody* | darwin1.[012])
+       allow_undefined_flag='-undefined suppress'
+       ;;
+      *) # Darwin 1.3 on
+       allow_undefined_flag='-flat_namespace -undefined suppress'
+       ;;
+      esac
+
+      # FIXME: Relying on posixy $() will cause problems for
+      #        cross-compilation, but unfortunately the echo tests do not
+      #        yet detect zsh echo's removal of \ escapes.  Also zsh mangles
+      #               `"' quotes if we put them in here... so don't!
+      archive_cmds_CXX='$CC $(test .$module = .yes && echo -bundle || echo 
+-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags 
+-install_name $rpath/$soname $verstring'
+      # We need to add '_' to the symbols in $export_symbols first
+      #_LT_AC_TAGVAR(archive_expsym_cmds, )="$_LT_AC_TAGVAR(archive_cmds, )"' && 
+strip -s $export_symbols'
+      hardcode_direct=yes
+      hardcode_shlibpath_var=no
+      whole_archive_flag_spec='-all_load $convenience'
+      ;;
+
   dgux*)
     case $cc_basename in
       ec++)

--- NEW FILE: qtella-0.5.4-1.info ---
Package: qtella
Version: 0.5.4
Revision: 1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
GCC: 3.1
Depends: qt3-shlibs (>= 3.0.5-9)
BuildDepends: qt3 (= 3.0.5-9), dlcompat-dev
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: f0a6a532250b03b39bd221b93948349b
Patch: %f.patch
ConfigureParams: --with-qt-libs=%p/lib --with-kde=no --with-qt-moc=%p/bin 
--with-qt-uic=%p/bin --with-qt-includes=%p/include/qt
DocFiles: AUTHORS ChangeLog COPYING THANKS
Description: Qt based gnutella client
DescPort: Patched configure so the qt libraries can be found.
License: GPL
Homepage: http://www.qtella.net

--- NEW FILE: qtella-0.5.4-1.patch ---
--- qtella-0.5.3/configure      2002-05-01 17:29:08.000000000 +1000
+++ qtella-0.5.3-patched/configure      2002-06-04 22:02:23.000000000 +1000
@@ -1272,7 +1272,7 @@
        do
                for i in $QTLIBS
                do
-                       if test -f $dir/lib$i.so
+                       if test -f $dir/lib$i.dylib
                        then
                                QTLIBDIR=$dir
                                echo "$ac_t"""found in $QTLIBDIR"" 1>&6


--- NEW FILE: qthello-1.0-2.info ---
Package: qthello
Version: 1.0
Revision: 2
###
License: OSI-Approved
Maintainer: Ben Hines <[EMAIL PROTECTED]>
###
GCC: 3.1
Depends: qt3-shlibs (>= 3.0.5-9)
BuildDepends: qt3-dev (= 3.0.5-9), dlcompat-dev
###
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
Source-MD5: c3824d098054bceb6e0811ae82257fcc
PatchScript: <<
  perl -pi.bak -e 's#(viewmag|new\.xpm|stop\.png)#%p/share/%n/gfx/$1#g' othello.cpp
  perl -pi.bak -e 's#gfx#%p/share/%n/gfx#g' boardwidget.cpp
  patch -p1 < %a/%f.patch
<<
###
CompileScript: make LIBS='-L$(QTDIR)/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11' 
INCPATH='-I$(QTDIR)/include -I$(QTDIR)/include/qt'
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/%n/gfx
cp %n %i/bin
cp *.png %i/share/%n/gfx
cp *.xpm %i/share/%n/gfx
cp gfx/*.gif %i/share/%n/gfx
strip %i/bin/%n
<<
###
Description: Qt based othello game
DescDetail: <<
QtHello is an Othello program written in Qt. It's design makes it easy
to extend both the computer player and human player interface. It
currently has 6 different computer players ranging from completely
random to tree search with Alpha-Beta pruning.
<<
DescPort: Patched main window so its not stuck at 0,0 size.
Homepage: http://qthello.sourceforge.net/

--- NEW FILE: qthello-1.0-2.patch ---
--- qthello-1.0/othello.cpp.orig        2002-10-06 05:31:34.000000000 -0700
+++ qthello-1.0/othello.cpp     2002-10-06 05:31:40.000000000 -0700
@@ -88,7 +88,7 @@
 
     setCentralWidget( cw );
 
-    setFixedSize( QSize( 0, 0 ) );
+//    setFixedSize( QSize( 0, 0 ) );
 
 //      connect( NGame, SIGNAL( clicked() ),
 //               BWidget, SLOT( newGame() ) );

--- NEW FILE: scribus-0.8-3.info ---
Package: scribus
Version: 0.8
Revision: 3
Source: http://web2.altmuehlnet.de/fschmid/%n-%v.tar.gz
Source-MD5: 9a5ee8056b27d54ddba64f4c7deecce1
License: GPL
GCC: 3.1
Depends: x11, ghostscript, qt3-shlibs (>= 3.0.5-9), libjpeg-shlibs, libjpeg-bin, 
lcms-shlibs (>=1.09)
BuildDepends: lcms (>=1.09), libjpeg, qt3 (>= 3.0.5-9), dlcompat-dev
Patch: %f.patch
PatchScript: <<
 perl -pi -e 's|^CXXLINK.*|CXXLINK = c++ -pedantic -L%p/lib -o \$@|' 
scribus/Makefile.in
 perl -pi -e 's|char.*error|const char * error|g' scribus/scribus.cpp
 perl -pi -e 'exit if /^$/' scribus/TTFenc.txt
<<
SetCXXFLAGS: -I%p/include
UpdateLibtool: yes
ConfigureParams: --with-qt-dir=%p --with-qt-includes=%p/include/qt 
--with-extra-includes=%p/include
DocFiles: AUTHORS COPYING ChangeLog Changes0.6-0.8.txt README
Description: Layout program
DescDetail: <<
Scribus is a Layout program for Linux., similar to Adobe PageMaker[tm], 
QuarkXPress[tm] or Adobe. InDesign[tm], except that it is published under 
the GNU GPL. 

Currently, it is still in its early stages of development, but rapidly
maturing and very useable. Already, it has the ability to layout
newsletters, create corporate stationery, small posters and other
documents which need flexible layout and/or the ability to output to
professional quality imagesetting equipment. You can do all the
typical tasks like placing and rotating text and/or images on a page,
specify manual kerning of type and much more.

While the goals of the program are for ease of use and simple easy to
understand tools, Scribus offers support for professional publishing
features, such as CMYK color, easy PDF creation, Encapsulated
Postscript import/export and creation of color separations.

Graphic formats which can be placed include Ecapsulated Post Script
(eps), Joint Photographic Experts Group (jpeg), Portable Network
Graphics (png) and XPixMap(xpm) 
<<
DescPort: <<
 The Makefile needs some help for the final linking.
 The declaration of error disagreed with the one of dlerror in dlfcn.h 
 from dlcompat.
 There is an obscure problem with attributes in qdom.h from qt.
 An empty line at the end of TTFenc.txt makes scribus hang (memory leak).
 The Little CMS library lcms is now required.
<<
Maintainer: Martin Costabel <[EMAIL PROTECTED]>
Homepage: http://web2.altmuehlnet.de/fschmid/

--- NEW FILE: scribus-0.8-3.patch ---
diff -ur scribus-0.8.ori/scribus/scribusXml.cpp scribus-0.8.corr/scribus/scribusXml.cpp
--- scribus-0.8.ori/scribus/scribusXml.cpp      Sun Sep 22 13:37:21 2002
+++ scribus-0.8.corr/scribus/scribusXml.cpp     Sat Oct 12 15:27:00 2002
@@ -1092,7 +1092,7 @@
                        txnu += tmp.setNum(item->Ptext.at(kt)->xp) + " " + 
tmp.setNum(item->Ptext.at(kt)->yp) + " ";
                        }
                ob.setAttribute("TEXTCOOR", txnu);
-               ob.setAttribute("NUMGROUP",item->Groups.count());
+               ob.setAttribute("NUMGROUP",(uint)item->Groups.count());
                QString glp = "";
                QValueStack<int>::Iterator nx;
                for (nx = item->Groups.begin(); nx != item->Groups.end(); ++nx)
@@ -1355,7 +1355,7 @@
                        k--;
                        ob.appendChild(it);
                        }
-               ob.setAttribute("NUMGROUP",item->Groups.count());
+               ob.setAttribute("NUMGROUP",(uint)item->Groups.count());
                QString glp = "";
                QValueStack<int>::Iterator nx;
                for (nx = item->Groups.begin(); nx != item->Groups.end(); ++nx)
diff -ur scribus-0.8.ori/scribus/scribusdoc.h scribus-0.8.corr/scribus/scribusdoc.h
--- scribus-0.8.ori/scribus/scribusdoc.h        Fri Sep 20 15:58:46 2002
+++ scribus-0.8.corr/scribus/scribusdoc.h       Sat Oct 12 15:27:00 2002
@@ -34,6 +34,7 @@
 #include "scfonts.h"
 #include "fpointarray.h"
 #ifdef HAVE_CMS
+        typedef void * HANDLE;
        #include <lcms.h>
 #endif
 



-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now!  Before the Holidays pass you by.
T H I N K G E E K . C O M      http://www.thinkgeek.com/sf/
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to