Update of /cvsroot/fink/experimental/benh57/finkinfo/test
In directory usw-pr-cvs1:/tmp/cvs-serv29886
Added Files:
flac-1.0.4-1.info flac-1.0.4-1.patch toutdoux-1.2.7-1.info
toutdoux-1.2.7-1.patch xaos-3.1pre5-1.info
xaos-3.1pre5-1.patch
Log Message:
Some non-working stuff
--- NEW FILE: flac-1.0.4-1.info ---
Package: flac
Version: 1.0.4
Revision: 1
BuildDepends: libogg, xmms, dlcompat
Depends: %n-shlibs (= %v-%r)
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: b1523e6ad8ef85d1df5b18f20a8cfad6
Patch: %f.patch
#NoSetCFLAGS: true
#NoSetCPPFLAGS: true
ConfigureParams: --mandir=%p/share/man --with-ogg-includes=%p/include
BuildDependsOnly: True
GCC: 3.1
CompileScript: <<
env
./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
<<
SplitOff: <<
Package: %N-shlibs
Depends: dlcompat
Suggests: %N-bin
Files: lib/libFLAC.*.dylib lib/libFLAC++.*.dylib
DocFiles: README COPYING.LGPL
Description: Free lossless audio codec - shared libs
<<
SplitOff2: <<
Package: %N-xmms
Depends: xmms, dlcompat, %N-shlibs (= %v-%r)
Suggests: %N-bin
Files: lib/xmms/Input/libxmms*
DocFiles: README COPYING.LGPL
Description: Free lossless audio codec - xmms plugin
<<
SplitOff3: <<
Package: %N-bin
Files: bin/flac bin/metaflac
Depends: libogg-shlibs, %N-shlibs (= %v-%r)
DocFiles: README COPYING.LGPL
Description: Free lossless audio codec - encoder/decoder
<<
DocFiles: README AUTHORS COPYING.FDL COPYING.GPL COPYING.LGPL
Description: Free lossless audio codec
DescDetail: <<
FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC
is similar to MP3, but lossless. The FLAC project consists of:
* The stream format
* libFLAC, a library encoders and decoders, and a metadata interface
* libFLAC++, an object wrapper around libFLAC
* flac, a CLI wrapper around libFLAC to encode/decode .flac files
* metaflac, a command-line metadata editor for .flac files
* Input plugins for various music players (Winamp, XMMS, etc)
<<
DescPackaging: <<
Does not use pbxbuild method since we want dylibs, and
the xmms plugin. Also the make/config method puts everything in
the right place.
libtool relink and bash versioning patches applied.
<<
License: GPL
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Homepage: http://flac.sf.net/
--- NEW FILE: flac-1.0.4-1.patch ---
--- flac-1.0.3-2/configure Wed Jul 3 14:01:22 2002
+++ flac-1.0.3-2/configure Mon Sep 23 13:44:13 2002
@@ -5286,7 +5286,7 @@
# 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.
- archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo
-dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags
-install_name $rpath/$soname $verstring'
+ archive_cmds='$nonopt $(test x$module = xyes && echo -bundle || echo -dynamiclib)
+$allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags $(test .$module != .yes
+&& echo -install_name $rpath/$soname $tmp_verstring)'
# We need to add '_' to the symbols in $export_symbols first
#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
hardcode_direct=yes
--- flac-1.0.3/ltmain.sh 2002-07-02 16:28:18.000000000 -0700
+++ flac-1.0.3-patched/ltmain.sh 2002-09-23 15:45:51.000000000 -0700
@@ -1739,7 +1739,7 @@
if test "$installed" = no; then
notinst_deplibs="$notinst_deplibs $lib"
- need_relink=yes
+ # need_relink=yes
fi
if test -n "$old_archive_from_expsyms_cmds"; then
@@ -2894,6 +2894,11 @@
if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
eval cmds=\"$archive_expsym_cmds\"
else
+ if test "x$verstring" = "x0.0"; then
+ tmp_verstring=
+ else
+ tmp_verstring="$verstring"
+ fi
eval cmds=\"$archive_cmds\"
fi
save_ifs="$IFS"; IFS='~'
--- NEW FILE: toutdoux-1.2.7-1.info ---
Package: toutdoux
Version: 1.2.7
Revision: 1
Depends: libxml-shlibs, gtk+-shlibs, glib-shlibs, gdk-pixbuf-shlibs,
postgresql-shlibs, mysql-shlibs
BuildDepends: libxml, dtags, getxml, esound, audiofile, glib, postgresql-dev,
mysql-dev, gdk-pixbuf
Source: http://ftp.gnu.org/gnu/%n/ToutDoux-%v.tar.gz
Source-MD5:
PatchScript: sed 's|@PREFIX@|%p|g' < %a/%f.patch | patch -p1
ConfigureParams:
InstallScript: <<
make DESTDIR=%d install
<<
DocFiles: COPYING
Description: Project manager for GNOME
DescDetail: <<
<<
License: GPL
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Homepage: http://www.toutdoux.org/
--- NEW FILE: toutdoux-1.2.7-1.patch ---
--- ToutDoux-1.2.7/configure.orig 2002-10-13 01:34:36.000000000 -0700
+++ ToutDoux-1.2.7/configure 2002-10-13 01:36:16.000000000 -0700
@@ -4606,12 +4606,12 @@
PGSQL_INCDIR=/usr/include/pgsql
PGSQL_LIBDIR=/usr/lib
else
- if test -f /usr/include/postgresql/libpq-fe.h; then
+ if test -f @PREFIX@/include/postgresql/libpq-fe.h; then
echo "$ac_t""yes" 1>&6
pgsql_msg=yes
have_pgsql=true
- PGSQL_INCDIR=/usr/include/postgresql
- PGSQL_LIBDIR=/usr/lib
+ PGSQL_INCDIR=@PREFIX@/include/postgresql
+ PGSQL_LIBDIR=@PREFIX@/lib
else
if test -f /usr/include/libpq-fe.h; then
echo "$ac_t""yes" 1>&6
--- ToutDoux-1.2.7/core-plugins/dialog_messages/Makefile.in.orig 2002-10-13
01:47:30.000000000 -0700
+++ ToutDoux-1.2.7/core-plugins/dialog_messages/Makefile.in 2002-10-13
+01:49:42.000000000 -0700
@@ -188,13 +188,13 @@
# Compilation
# *****************************************************************************
-CFLAGS = -DHAVE_CONFIG_H -I$(top_srcdir) -I/. -I$(top_srcdir)/intl
-I$(top_srcdir)/lib $(XML_CFLAGS) $(GNOME_CFLAGS)
+CFLAGS = -DHAVE_CONFIG_H -I$(top_srcdir) -I/. -I$(top_srcdir)/intl
+-I$(top_srcdir)/lib $(XML_CFLAGS) $(GNOME_CFLAGS) -I@PREFIX@/include
-LDFLAGS = $(INTLLIBS) $(GNOME_LIBDIR) $(GNOME_LIBS)
$(top_srcdir)/lib/.libs/libtoutdoux.so
+LDFLAGS = $(INTLLIBS) $(GNOME_LIBDIR) $(GNOME_LIBS)
+$(top_srcdir)/lib/.libs/libtoutdoux.so -L@PREFIX@/lib
COMPILE = $(CC) -g -O2 -Wall -Wno-unused -c -fPIC -DPIC -DHAVE_CONFIG_H
-I$(top_srcdir) -I/.
-LINK = $(CC) -g -O2 -Wall -shared
+LINK = $(CC) -g -O2 -Wall -bundle -bundle_loader ../../app/toutdoux
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h
CONFIG_CLEAN_FILES =
--- NEW FILE: xaos-3.1pre5-1.info ---
Package: xaos
Version: 3.1pre5
Revision: 1
Source: mirror:sourceforge:%n/XaoS-%v.tar.gz
Source-MD5:
Patch: %f.patch
UpdateConfigGuess: true
ConfigureParams: --infodir='%i/share/info' --datadir='%i/share'
--mandir='%i/share/man' --bindir='%i/bin/' --with-dga-driver=no --with-ggi-driver=no
SetCFLAGS: -I%p/include -DNO_MALLOC_H
InstallScript: <<
mv INSTALL foo
mkdir -p %i/share/info
make install
<<
InfoDocs: %n.info
Depends: libpng-shlibs, slang-shlibs, x11
BuildDepends: libpng, slang
DocFiles: COPYING TODO doc/README doc/ANNOUNCE doc/PROBLEMS doc/SPONSORS
Description: Fractal explorer
DescDetail: <<
XaoS is a fast portable real-time interactive fractal zoomer. It displays the
Mandelbrot set
(among other escape time fractals) and allows you zoom smoothly into the fractal. It
uses lots
of optimization techniques to save about 97% of calculations necessary to calculate
next frame
to make zooming as fast as possible.
To make result more interesting, various coloring modes, formulas, planes and palette
are supported.
XaoS is also able to record and replay animations using simple script language. We've
prepared
about half an hour long movie "Introduction to fractals" with over 500 images and
animations.
For those who are lazy to explore fractals manually an autopilot function is provided.
<<
License: GPL
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Homepage: http://www.gnu.org/software/xaos/xaos.html
--- NEW FILE: xaos-3.1pre5-1.patch ---
--- XaoS-3.1pre5/configure.in 2002-09-12 15:08:16.000000000 -0700
+++ XaoS-3.1pre5-patched/configure.in 2002-10-05 18:35:09.000000000 -0700
@@ -734,7 +734,7 @@
CFLAGS1="$CFLAGS1 $X_CFLAGS"
fi
fi
-if test "$x_driver_test" = yes; then
+if test "$dga_driver_test" = yes; then
if test "x$no_x" = x; then
drivers=yes
AC_DEFINE(DGA_DRIVER)
-------------------------------------------------------
This sf.net email is sponsored by:
Access Your PC Securely with GoToMyPC. Try Free Now
https://www.gotomypc.com/s/OSND/DD
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits