Update of /cvsroot/fink/experimental/thesin/finkinfo/test
In directory usw-pr-cvs1:/tmp/cvs-serv10718

Added Files:
        clanlib-0.6.3-1.info clanlib-0.6.3-1.patch 
Removed Files:
        clanlib-0.6.1-1.info clanlib-0.6.1-1.patch 
Log Message:
Trying to get clanlib ready for 10.2

--- NEW FILE: clanlib-0.6.3-1.info ---
Package: clanlib
Version: 0.6.3
Revision: 1
###
Depends: x11, freetype, libmikmod, tolua, lua, hermes-shlibs, libvorbis0-shlibs, 
libogg-shlibs, libjpeg-shlibs, libpng-shlibs, esound-shlibs, %N-shlibs (= %v-%r)
BuildDepends: fink (>= 0.9.9), hermes, libvorbis0, libogg, libjpeg, libpng, pkgconfig, 
esound
###
Source: http://www.%n.org/download/files/ClanLib-%v-1.tar.gz
SourceDirectory: Clanlib-%v
Source-MD5: 27de53254da1c60bf37eef453de337d9
###
Patch: %f.patch
###
SetCFLAGS: -fPIC -fno-common -no-cpp-precomp -D__unix__=1
SetCPPFLAGS: -fPIC -fno-common -no-cpp-precomp -D__unix__=1
SetCXXFLAGS: -fPIC -fno-common -no-cpp-precomp -D__unix__=1
###
ConfigureParams: --with-x --enable-darwin --enable-x11 --disable-directfb 
--disable-joystick --enable-opengl --enable-vidmode --enable-clansound 
--enable-network --disable-asm386 --enable-dyn --enable-gui --enable-lua 
--enable-mikmod --enable-png --enable-jpeg --enable-smalljpeg --enable-vorbis 
--enable-ttf --disable-debug --disable-profile --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --mandir=%i/share/man --infodir=%p/share/info 
--libexecdir=%p/lib
###
InstallScript: <<
  make install prefix=%i
  make docs_install prefix=%i
<<
###
SplitOff: <<
  Package: %N-shlibs
  Files: <<
    lib/libclanApp.*.dylib
    lib/libclanCore.*.dylib
    lib/libclanDisplay.*.dylib
    lib/libclanGL.*.dylib
    lib/libclanGUI.*.dylib
    lib/libclanJPEG.*.dylib
    lib/libclanLua.*.dylib
    lib/libclanMikMod.*.dylib
    lib/libclanNetwork.*.dylib
    lib/libclanPNG.*.dylib
    lib/libclanSmallJPEG.*.dylib
    lib/libclanSound.*.dylib
    lib/libclanTTF.*.dylib
    lib/libclanVorbis.*.dylib
  <<
  DocFiles: BUGS CODING_STYLE COPYING CREDITS HARDWARE INSTALL* NEWS PATCHES PORTING 
README* ROADMAP
<<
SplitOff2: <<
  Package: %N-doc
  Files: share/%N/html
  DocFiles: COPYING CREDITS
<<
###
DocFiles: COPYING CREDITS
###
Description: The platform-independent game SDK
DescDetail: <<
ClanLib is a cross-platform game SDK currently supporting Windows, Linux,
and BeOS. It provides easy-to-use interfaces for 2D graphics, sound,
resources, networking, and OpenGL. The goal is to provide a game SDK that
does all the dirty work that all modern games need to implement anyway,
thus making the game developer concentrate on the gameplay instead of
reinventing the wheel over and over again.
<<
DescPort: <<
libclanSound was hacked up to use esd, this may cause problems with sound,
currently untested.
<<
###
License: LGPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://www.clanlib.org/

--- NEW FILE: clanlib-0.6.3-1.patch ---
diff -ruN ClanLib-0.6.3.orig/Documentation/Examples/Makefile.in 
ClanLib-0.6.3/Documentation/Examples/Makefile.in
--- ClanLib-0.6.3.orig/Documentation/Examples/Makefile.in       2002-01-24 
10:44:44.000000000 -0700
+++ ClanLib-0.6.3/Documentation/Examples/Makefile.in    2002-10-17 10:45:38.000000000 
+-0600
@@ -1,6 +1,6 @@
-prefix=@prefix@
+prefix=@prefix@/share
 
-EXAMPLE_SRC_PREFIX = $(prefix)/doc/ClanLib-docs-@version_minor@/Examples
+EXAMPLE_SRC_PREFIX = $(prefix)/clanlib/Examples
 
 EXAMPLES= @example_default@ @example_asm@ @example_opengl@ @example_gui@ 
@example_network@ @example_lua@ @example_mikmod@ @example_jpeg@ @example_vorbis@ 
@example_ttf@ 
 
diff -ruN ClanLib-0.6.3.orig/Documentation/Makefile.in 
ClanLib-0.6.3/Documentation/Makefile.in
--- ClanLib-0.6.3.orig/Documentation/Makefile.in        2002-03-28 17:45:31.000000000 
-0700
+++ ClanLib-0.6.3/Documentation/Makefile.in     2002-10-17 10:43:29.000000000 -0600
@@ -1,6 +1,6 @@
 prefix=@prefix@/share/
 
-HTML_PREFIX = $(prefix)/doc/ClanLib-docs-@version_minor@/Documentation
[...1030 lines suppressed...]
   fi
   if test "x$extra_includes" != xNONE; then
 
        CPPFLAGS="$CPPFLAGS $extra_includes"
   fi
   if test "x$extra_libraries" != xNONE; then
-    CPPFLAGS="$CPPFLAGS $extra_libraries"
+    CPPFLAGS="$CPPFLAGS" # $extra_libraries"
   fi
 
   OLDLIBS="$LIBS"
@@ -5316,7 +5316,7 @@
        link_command='$(CXX) -fPIC -nostart'
 else
        objf_system='$(OBJF_UNIX)'
-       link_command='$(CXX) -shared -fPIC'
+       link_command='$(CXX) -fPIC'
 fi
 
 

--- clanlib-0.6.1-1.info DELETED ---

--- clanlib-0.6.1-1.patch DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to