Author: chris
Date: Tue Jan 22 07:50:32 2008
New Revision: 279
URL:
http://svn.finkproject.org/websvn/listing.php?sc=1&rev=279&repname=user%3a+chris
Log:
new version testing
Added:
trunk/finkinfo/sound/flac.info
trunk/finkinfo/sound/flac.patch
Added: trunk/finkinfo/sound/flac.info
URL:
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/finkinfo/sound/flac.info&rev=279&repname=user%3a+chris
==============================================================================
--- trunk/finkinfo/sound/flac.info (added)
+++ trunk/finkinfo/sound/flac.info Tue Jan 22 07:50:32 2008
@@ -1,0 +1,94 @@
+Package: flac
+Version: 1.2.1
+Revision: 1000
+BuildDepends: xmms, popt, libtool14 (>= 1.5-1), libogg, xmms, readline5,
id3lib4-dev (>= 3.8.3-1014), glib, gtk+, libiconv-dev, libgettext3-dev,
gettext-bin, gettext-tools
+Depends: %n-shlibs (= %v-%r)
+Conflicts: flac-nox
+Replaces: flac-nox
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source-MD5: 153c8b15a54da428d1f0fadc756c22c7
+PatchFile: %n.patch
+PatchFile-MD5: 3a11d5d256841646cba4aa5c3ecf3649
+PatchScript: <<
+ #!/bin/sh -ex
+ patch -p1 < %a/%n.patch
+ patch -p0 < patch/ltmain.sh.patch
+ patch -p0 < patch/nasm.h.patch
+<<
+NoSetCPPFLAGS: true
+SetCPPFLAGS: -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
-I%p/include
+NoSetLDFLAGS: true
+ConfigureParams: --mandir='${prefix}/share/man'
+BuildDependsOnly: True
+GCC: 4.0
+CompileScript: <<
+ #!/bin/sh -ex
+ ./configure %c
+ make OBJ_FORMAT=macho
+<<
+InstallScript: <<
+ #!/bin/sh -ex
+ make install DESTDIR=%d
+ mv %i/share/doc/%n-%v %i/share/doc/%n
+<<
+SplitOff: <<
+ Package: %N-shlibs
+ Conflicts: flac-nox-shlibs
+ Replaces: flac-nox-shlibs, flac
+ Depends: libogg-shlibs
+ Suggests: %N-bin
+ Files: lib/libFLAC.*.dylib lib/libFLAC++.*.dylib lib/libOggFLAC.*.dylib
lib/libOggFLAC++.*.dylib
+ Shlibs: <<
+ %p/lib/libFLAC.6.dylib 7.0.0 %n (>= 1.1.1-10)
+ %p/lib/libFLAC++.4.dylib 5.0.0 %n (>= 1.1.1-10)
+ %p/lib/libOggFLAC.1.dylib 3.0.0 %n (>= 1.1.1-10)
+ %p/lib/libOggFLAC++.0.dylib 2.0.0 %n (>= 1.1.1-10)
+ <<
+ DocFiles: README COPYING.LGPL
+ Description: Free lossless audio codec - shared libs
+<<
+SplitOff2: <<
+ Package: %N-xmms
+ Depends: xmms-bin, %N-shlibs (= %v-%r), id3lib4-shlibs (>= 3.8.3-1014),
popt-shlibs
+ Suggests: %N-bin
+ Files: lib/xmms/Input/libxmms*
+ DocFiles: README COPYING.LGPL
+ Description: Free lossless audio codec - xmms plugin
+<<
+SplitOff3: <<
+ Package: %N-bin
+ Conflicts: flac-nox-bin
+ Replaces: flac-nox-bin
+ Files: bin/flac bin/metaflac
+ Depends: %N-shlibs, libiconv
+ 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
+In the flac and flac-shlibs packages:
+* libFLAC, a library encoders and decoders, and a metadata interface
+* libFLAC++, an object wrapper around libFLAC
+In the flac-bin package:
+* flac, a CLI wrapper around libFLAC to encode/decode .flac files
+* metaflac, a command-line metadata editor for .flac files
+In the flac-xmms package:
+* Input plugin for XMMS
+<<
+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.
+patch to enable dynamic_lookup (for prebinding on 10.3) applied.
+
+Incorrect shlib major version corrected w/1.1.1. Next time, will
+create flacN pkg.
+<<
+License: GPL
+Maintainer: Ben Hines <[EMAIL PROTECTED]>
+Homepage: http://flac.sourceforge.net/
Added: trunk/finkinfo/sound/flac.patch
URL:
http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/finkinfo/sound/flac.patch&rev=279&repname=user%3a+chris
==============================================================================
--- trunk/finkinfo/sound/flac.patch (added)
+++ trunk/finkinfo/sound/flac.patch Tue Jan 22 07:50:32 2008
@@ -1,0 +1,33 @@
+diff -ruN flac-1.2.1/patch/ltmain.sh.patch flac-1.2.1.new/patch/ltmain.sh.patch
+--- flac-1.2.1/patch/ltmain.sh.patch 1969-12-31 19:00:00.000000000 -0500
++++ flac-1.2.1.new/patch/ltmain.sh.patch 2007-01-25 21:34:54.000000000
-0500
+@@ -0,0 +1,11 @@
++--- ltmain.sh.orig Fri Feb 4 21:22:19 2005
+++++ ltmain.sh Wed Feb 23 19:09:37 2005
++@@ -2280,7 +2280,7 @@
++ { test "$prefer_static_libs" = no || test -z "$old_library"; }; then
++ if test "$installed" = no; then
++ notinst_deplibs="$notinst_deplibs $lib"
++- need_relink=yes
+++ #need_relink=yes
++ fi
++ # This is a shared library
++
+diff -ruN flac-1.2.1/patch/nasm.h.patch flac-1.2.1.new/patch/nasm.h.patch
+--- flac-1.2.1/patch/nasm.h.patch 1969-12-31 19:00:00.000000000 -0500
++++ flac-1.2.1.new/patch/nasm.h.patch 2007-01-25 21:34:54.000000000 -0500
+@@ -0,0 +1,14 @@
++--- src/libFLAC/ia32/nasm.h~ 2005-01-25 13:14:22.000000000 +0900
+++++ src/libFLAC/ia32/nasm.h 2006-03-15 18:07:23.000000000 +0900
++@@ -49,6 +49,11 @@
++ %idefine code_section section .text align=16
++ %idefine data_section section .data align=32
++ %idefine bss_section section .bss align=32
+++%elifdef OBJ_FORMAT_macho
+++ %define FLAC__PUBLIC_NEEDS_UNDERSCORE
+++ %idefine code_section section .text
+++ %idefine data_section section .data
+++ %idefine bss_section section .bss
++ %else
++ %error unsupported object format!
++ %endif
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs