Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18808

Modified Files:
        cdrtools.info 
Log Message:
should build on intel

Index: cdrtools.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/cdrtools.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cdrtools.info       24 Feb 2006 14:43:12 -0000      1.2
+++ cdrtools.info       12 Mar 2006 04:35:58 -0000      1.3
@@ -8,41 +8,48 @@
 Conflicts: cdrtools-beta
 Patch: %n.patch
 PatchScript: <<
-find %b -type f \! -name "*.tar" -exec perl -p -i -e 
's:/etc/default:%p/etc/default:;' {} \;
-perl -pi -e 's,cc,gcc-4.0,g' RULES/power-macintosh-darwin-cc.rul
-perl -pi -e 's,cc,gcc-4.0,g' RULES/power-macintosh-darwin-cc.rul.bak
-perl -pi -e 's,gcc,gcc-4.0,g' RULES/power-macintosh-darwin-gcc.rul
-perl -pi -e 's,gcc,gcc-4.0,g' RULES/power-macintosh-darwin-gcc.rul.bak
-### More verbose for debuging
-#perl -pi -e 's,[EMAIL PROTECTED]@\\\"\"; ,,g' 
RULES/power-macintosh-darwin-cc.rul
-#perl -pi -e 's,[EMAIL PROTECTED]@\\\"\"; ,,g' 
RULES/power-macintosh-darwin-cc.rul.bak
-#perl -pi -e 's,[EMAIL PROTECTED]@\\\"\"; ,,g' 
RULES/power-macintosh-darwin-gcc.rul
-#perl -pi -e 's,[EMAIL PROTECTED]@\\\"\"; ,,g' 
RULES/power-macintosh-darwin-gcc.rul.bak
-perl -pi -e 's,defined _POSIX_PRIORITY_SCHEDULING,\(defined 
_POSIX_PRIORITY_SCHEDULING \&\& \!defined __APPLE__\),g' cdda2wav/cdda2wav.c
-perl -pi -e 's,defined _POSIX_PRIORITY_SCHEDULING,\(defined 
_POSIX_PRIORITY_SCHEDULING \&\& \!defined __APPLE__\),g' cdda2wav/cdda2wav.c.bak
-perl -pi -e 
's,defined\(_POSIX_PRIORITY_SCHEDULING\),defined\(_POSIX_PRIORITY_SCHEDULING\) 
\&\& \!defined\(__APPLE__\),g' cdrecord/cdrecord.c
-perl -pi -e 
's,defined\(_POSIX_PRIORITY_SCHEDULING\),defined\(_POSIX_PRIORITY_SCHEDULING\) 
\&\& \!defined\(__APPLE__\),g' cdrecord/cdrecord.c.bak
+  find %b -type f \! -name "*.tar" -exec perl -p -i -e 
's:/etc/default:%p/etc/default:;' {} \;
+  #perl -pi -e 's,cc,gcc-3.3,g' RULES/power-macintosh-darwin-cc.rul
+  #perl -pi -e 's,cc,gcc-3.3,g' RULES/power-macintosh-darwin-cc.rul.bak
+  #perl -pi -e 's,gcc,gcc-3.3,g' RULES/power-macintosh-darwin-gcc.rul
+  #perl -pi -e 's,gcc,gcc-3.3,g' RULES/power-macintosh-darwin-gcc.rul.bak
+
+  ### More verbose for debuging
+  #perl -pi -e 's,[EMAIL PROTECTED]@\\\"\"; ,,g' 
RULES/power-macintosh-darwin-cc.rul
+  #perl -pi -e 's,[EMAIL PROTECTED]@\\\"\"; ,,g' 
RULES/power-macintosh-darwin-cc.rul.bak
+  #perl -pi -e 's,[EMAIL PROTECTED]@\\\"\"; ,,g' 
RULES/power-macintosh-darwin-gcc.rul
+  #perl -pi -e 's,[EMAIL PROTECTED]@\\\"\"; ,,g' 
RULES/power-macintosh-darwin-gcc.rul.bak
+  perl -pi -e 's,defined _POSIX_PRIORITY_SCHEDULING,\(defined 
_POSIX_PRIORITY_SCHEDULING \&\& \!defined __APPLE__\),g' cdda2wav/cdda2wav.c
+  perl -pi -e 's,defined _POSIX_PRIORITY_SCHEDULING,\(defined 
_POSIX_PRIORITY_SCHEDULING \&\& \!defined __APPLE__\),g' cdda2wav/cdda2wav.c.bak
+  perl -pi -e 
's,defined\(_POSIX_PRIORITY_SCHEDULING\),defined\(_POSIX_PRIORITY_SCHEDULING\) 
\&\& \!defined\(__APPLE__\),g' cdrecord/cdrecord.c
+  perl -pi -e 
's,defined\(_POSIX_PRIORITY_SCHEDULING\),defined\(_POSIX_PRIORITY_SCHEDULING\) 
\&\& \!defined\(__APPLE__\),g' cdrecord/cdrecord.c.bak
+
+  ### cp ppc to intel targets
+  cp RULES/power-macintosh-darwin-cc.rul RULES/i386-darwin-cc.rul
+  cp RULES/power-macintosh-darwin-gcc.rul RULES/i386-darwin-gcc.rul
 <<
 BuildDependsOnly: true
 Depends: cdda2wav, cdrecord, mkisofs
 CompileScript: make
 InstallScript: <<
-cd cdda2wav; make INS_BASE=%i MANDIR=share/man install
-cd cdrecord; make INS_BASE=%i MANDIR=share/man install
-cd mkisofs; make INS_BASE=%i MANDIR=share/man install
-cd readcd; make INS_BASE=%i MANDIR=share/man install
-cd mkisofs/diag; make INS_BASE=%i MANDIR=share/man install
-chmod a+s %i/bin/cdrecord
-mkdir -p %i/etc/default
-echo '# man cdrecord for help' > %i/etc/default/cdrecord
-echo '# Set the default recording device' >> %i/etc/default/cdrecord
-echo '# On OS X the first burner is IOCompactDiscServices' >> 
%i/etc/default/cdrecord
-echo '# For DVD or Combo drives, use IODVDServices' >> %i/etc/default/cdrecord
-echo 'CDR_DEVICE = IOCompactDiscServices' >> %i/etc/default/cdrecord
-echo '# Set the default write speed' >> %i/etc/default/cdrecord
-echo '# CDR_SPEED = 48 ' >> %i/etc/default/cdrecord
-echo '# Set the default fifo size (memory use)' >> %i/etc/default/cdrecord
-echo 'CDR_FIFOSIZE = 32m' >> %i/etc/default/cdrecord
+  cd cdda2wav; make INS_BASE=%i MANDIR=share/man install
+  cd cdrecord; make INS_BASE=%i MANDIR=share/man install
+  cd mkisofs; make INS_BASE=%i MANDIR=share/man install
+  cd readcd; make INS_BASE=%i MANDIR=share/man install
+  cd mkisofs/diag; make INS_BASE=%i MANDIR=share/man install
+
+  chmod a+s %i/bin/cdrecord
+  mkdir -p %i/etc/default
+
+  echo '# man cdrecord for help' > %i/etc/default/cdrecord
+  echo '# Set the default recording device' >> %i/etc/default/cdrecord
+  echo '# On OS X the first burner is IOCompactDiscServices' >> 
%i/etc/default/cdrecord
+  echo '# For DVD or Combo drives, use IODVDServices' >> 
%i/etc/default/cdrecord
+  echo 'CDR_DEVICE = IOCompactDiscServices' >> %i/etc/default/cdrecord
+  echo '# Set the default write speed' >> %i/etc/default/cdrecord
+  echo '# CDR_SPEED = 48 ' >> %i/etc/default/cdrecord
+  echo '# Set the default fifo size (memory use)' >> %i/etc/default/cdrecord
+  echo 'CDR_FIFOSIZE = 32m' >> %i/etc/default/cdrecord
 <<
 
 SplitOff: <<
@@ -54,10 +61,10 @@
   ConfFiles: %p/etc/default/cdrecord
   Description: A command line CD/DVD writing tool
   DescDetail: <<
-Allows you to create CDs on a CD recorder (SCSI or ATAPI).
-It supports writing data, audio, mixed, multi-session, and CD+ and
-DVD discs, on just about every type of CD recorder out there.
-<<
+    Allows you to create CDs on a CD recorder (SCSI or ATAPI).
+    It supports writing data, audio, mixed, multi-session, and CD+ and
+    DVD discs, on just about every type of CD recorder out there.
+  <<
 <<
 
 SplitOff2: <<
@@ -68,12 +75,12 @@
   DocFiles: AN* INSTALL README* ABOUT COPYING Changelog START PORTING COMPILE 
BUILD
   Description: Creates files from audio CDs
   DescDetail: <<
-cdda2wav lets you digitally copy audio tracks from a CD-ROM,
-avoiding the distortion that is introduced when recording via
-a sound card. Data can be dumped into wav, raw, aiff, au or
-aifc format sound files. Options control the recording format
-(stereo/mono; 8/16 bits; sampling rate, etc).
-<<
+    cdda2wav lets you digitally copy audio tracks from a CD-ROM,
+    avoiding the distortion that is introduced when recording via
+    a sound card. Data can be dumped into wav, raw, aiff, au or
+    aifc format sound files. Options control the recording format
+    (stereo/mono; 8/16 bits; sampling rate, etc).
+  <<
 <<
 
 SplitOff3: <<
@@ -84,17 +91,17 @@
   DocFiles: AN* INSTALL README* ABOUT COPYING Changelog START PORTING COMPILE 
BUILD
   Description: Creates ISO-9660 CD-ROM filesystem images
   DescDetail: <<
-mkisofs is a pre-mastering program for creating ISO-9660 CD-ROM
-filesystem images, which can then be written to a CD-ROM using the
-cdrecord program. mkisofs now includes support for making bootable
-"El Torito" CD-ROMs, as well as CD-ROMs with support for the
-Macintosh HFS filesystem (with mkhybrid).
-<<
+    mkisofs is a pre-mastering program for creating ISO-9660 CD-ROM
+    filesystem images, which can then be written to a CD-ROM using the
+    cdrecord program. mkisofs now includes support for making bootable
+    "El Torito" CD-ROMs, as well as CD-ROMs with support for the
+    Macintosh HFS filesystem (with mkhybrid).
+  <<
 <<
 
 Description: Various tools for mastering CD-Rs: Transition Package
 DescUsage: <<
-Use this package to ensure a smooth transition to the new splitoffs.
+  Use this package to ensure a smooth transition to the new splitoffs.
 <<
 License: GPL
 DocFiles: COPYING



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to