Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/sound
In directory usw-pr-cvs1:/tmp/cvs-serv10064

Added Files:
        flac-1.0.3-6.info flac-1.0.3-6.patch 
Log Message:
Fink ready


--- NEW FILE: flac-1.0.3-6.info ---
Package: flac
Version: 1.0.3
Revision: 6
BuildDepends: libogg, xmms, dlcompat
Depends: %n-shlibs (= %v-%r)
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 419e4e4c3403055af1cd6d4a735a9201
Patch: %f.patch
SetCFLAGS: -I%p/include
ConfigureParams: --mandir=%p/share/man
BuildDependsOnly: True
GCC: 3.1
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.3-6.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='~'



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to