Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28199

Modified Files:
        libid3tag.info libmad.info 
Added Files:
        libid3tag.patch libmad.patch 
Log Message:
sync (un)stable

--- NEW FILE: libid3tag.patch ---
diff -Naur libid3tag-0.15.0b-old/id3tag.pc libid3tag-0.15.0b/id3tag.pc
--- libid3tag-0.15.0b-old/id3tag.pc   Wed Dec 31 19:00:00 1969
+++ libid3tag-0.15.0b/id3tag.pc       Mon Jan 26 18:46:33 2004
@@ -0,0 +1,11 @@
+prefix=FINK_PREFIX
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: id3tag
+Description: ID3 tag reading library
+Requires:
+Version: 0.15.0b
+Libs: -L${libdir} -lid3tag -lm
+Cflags: -I${includedir}

--- NEW FILE: libmad.patch ---
diff -Naur libmad-0.15.0b-old/mad.pc libmad-0.15.0b/mad.pc
--- libmad-0.15.0b-old/mad.pc   Wed Dec 31 19:00:00 1969
+++ libmad-0.15.0b/mad.pc       Mon Jan 26 18:46:33 2004
@@ -0,0 +1,11 @@
+prefix=FINK_PREFIX
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: mad
+Description: MPEG Audio Decoder
+Requires:
+Version: 0.15.0b
+Libs: -L${libdir} -lmad -lm
+Cflags: -I${includedir}

Index: libid3tag.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/sound/libid3tag.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libid3tag.info      20 Oct 2003 22:16:34 -0000      1.1
+++ libid3tag.info      6 Mar 2004 17:16:33 -0000       1.2
@@ -1,6 +1,6 @@
 Package: libid3tag
 Version: 0.15.0b
-Revision: 1
+Revision: 3
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: gettext-dev, gettext-bin
 Replaces: mad
@@ -8,10 +8,14 @@
 Maintainer: Max Horn <[EMAIL PROTECTED]>
 Source: mirror:sourceforge:mad/%n-%v.tar.gz
 Source-MD5: a625307d2cda4f3c609b79c1e3a93d87
+Patch: %n.patch
 PatchScript: <<
- perl -pi -e 's,-flat_namespace -undefined suppress,-twolevel_namespace -undefined 
error,g' configure
+ perl -pi -e 's,-flat_namespace -undefined suppress,-twolevel_namespace -undefined 
error,g' configure && perl -pi -e 's,FINK_PREFIX,%p,g' id3tag.pc
 <<
-InstallScript: make install DESTDIR=%d
+InstallScript: <<
+make install DESTDIR=%d && mkdir -p %p/lib/pkgconfig && mv id3tag.pc %p/lib/pkgconfig/
+<<
+
 DocFiles: CHANGES COPYING COPYRIGHT CREDITS README TODO VERSION
 BuildDependsOnly: True
 SplitOff: <<

Index: libmad.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/sound/libmad.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libmad.info 20 Oct 2003 22:16:34 -0000      1.1
+++ libmad.info 6 Mar 2004 17:16:33 -0000       1.2
@@ -1,6 +1,6 @@
 Package: libmad
 Version: 0.15.0b
-Revision: 1
+Revision: 2
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: gettext-dev, gettext-bin
 Replaces: mad
@@ -8,10 +8,13 @@
 Maintainer: Max Horn <[EMAIL PROTECTED]>
 Source: mirror:sourceforge:mad/%n-%v.tar.gz
 Source-MD5: 2e4487cdf922a6da2546bad74f643205
+Patch: %n.patch
 PatchScript: <<
- perl -pi -e 's,-flat_namespace -undefined suppress,-twolevel_namespace -undefined 
error,g' configure
+ perl -pi -e 's,-flat_namespace -undefined suppress,-twolevel_namespace -undefined 
error,g' configure && perl -pi -e 's,FINK_PREFIX,%p,g' mad.pc
+<<
+InstallScript: <<
+make install DESTDIR=%d && mkdir -p %p/lib/pkgconfig && mv mad.pc %p/lib/pkgconfig/
 <<
-InstallScript: make install DESTDIR=%d
 DocFiles: CHANGES COPYING COPYRIGHT CREDITS README TODO VERSION
 BuildDependsOnly: True
 SplitOff: <<



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to