Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/utils
In directory usw-pr-cvs1:/tmp/cvs-serv15532/utils
Added Files:
cdrdao-1.1.7-1.info cdrdao-1.1.7-1.patch
cdrtools-1.11a36-1.info cdrtools-1.11a36-1.patch
eroaster-2.0.12-1.info eroaster-2.0.12-1.patch
Log Message:
woohoo! updates finally done :-D
--- NEW FILE: cdrdao-1.1.7-1.info ---
Package: cdrdao
Version: 1.1.7
Revision: 1
Source: mirror:sourceforge:/%n/%n-%v.src.tar.bz2
SourceDirectory: %n-%v
Source-MD5: a85c0fa006ad3af64b76fd86b10b2ad4
BuildDepends: pccts, autoconf25, lame
Depends: lame-shlibs
Patch: %f.patch
UpdateConfigGuessInDirs: scsilib/conf
SetLDFLAGS: -framework IOKit -framework CoreFoundation
ConfigureParams: --with-pcctsbin=%p/bin --with-pcctsinc=%p/include/pccts
--mandir='${prefix}/share/man' --with-lame-lib=%p/lib --with-lame-include=%p/include/
--disable-gtkmmtest
CompileScript: <<
rm -rf pccts
./configure %c
make
<<
InstallScript: <<
make install DESTDIR=%d
mkdir -p %i/share/doc/cdrdao
mv testtocs %i/share/doc/cdrdao/example-tocs
mv utils/toc2cue utils/toc2mp3 %i/bin
mv contrib %i/share/doc/cdrdao/
<<
DocFiles: COPYING CREDITS README* Release*
Description: Create CDs in disc-at-once (DAO) mode
DescDetail: <<
Writes audio CD-Rs in disc-at-once (DAO) mode allowing control over
pre-gaps (length down to 0, nonzero audio data) and sub-channel
information like ISRC codes. All data that is written to the disc must
be specified with a text file. Audio data may be in WAVE or raw format.
<<
License: GPL
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://cdrdao.sf.net/
--- NEW FILE: cdrdao-1.1.7-1.patch ---
diff -ruN cdrdao-1.1.7/Makefile.in cdrdao-1.1.7.new/Makefile.in
--- cdrdao-1.1.7/Makefile.in Sun Oct 6 14:53:55 2002
+++ cdrdao-1.1.7.new/Makefile.in Thu Oct 10 22:30:29 2002
@@ -41,8 +41,8 @@
#
#
#
-SUBDIRS = @pccts_target@ @scsilib_dir@ trackdb paranoia dao utils @xdao@
-SUBDIRSINST = trackdb dao utils @xdao@
+SUBDIRS = @pccts_target@ @scsilib_dir@ trackdb paranoia dao utils
+SUBDIRSINST = trackdb dao utils
all:
for d in $(SUBDIRS) ; do \
diff -ruN cdrdao-1.1.7/dao/Makefile.in cdrdao-1.1.7.new/dao/Makefile.in
--- cdrdao-1.1.7/dao/Makefile.in Sun Oct 6 14:53:56 2002
+++ cdrdao-1.1.7.new/dao/Makefile.in Thu Oct 10 22:29:36 2002
@@ -67,14 +67,14 @@
all: $(PRG)
install: all installdirs
- $(INSTALL_PROGRAM) $(PRG) $(bindir)
- $(INSTALL_DATA) cdrdao.man $(man1dir)/cdrdao.1
- $(INSTALL_DATA) cdrdao.drivers $(DRIVER_TABLE_FILE)
+ $(INSTALL_PROGRAM) $(PRG) $(DESTDIR)$(bindir)
+ $(INSTALL_DATA) cdrdao.man $(DESTDIR)$(man1dir)/cdrdao.1
+ $(INSTALL_DATA) cdrdao.drivers $(DESTDIR)$(DRIVER_TABLE_FILE)
installdirs:
- $(srcdir)/../mkinstalldirs $(bindir)
- $(srcdir)/../mkinstalldirs $(man1dir)
- $(srcdir)/../mkinstalldirs $(CDRDAO_DATA_DIR)
+ $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir)
+ $(srcdir)/../mkinstalldirs $(DESTDIR)$(man1dir)
+ $(srcdir)/../mkinstalldirs $(DESTDIR)$(CDRDAO_DATA_DIR)
clean:
rm -f *.o $(PRG)
diff -ruN cdrdao-1.1.7/utils/Makefile.in cdrdao-1.1.7.new/utils/Makefile.in
--- cdrdao-1.1.7/utils/Makefile.in Sun Oct 6 14:53:56 2002
+++ cdrdao-1.1.7.new/utils/Makefile.in Thu Oct 10 22:29:36 2002
@@ -56,9 +56,9 @@
$(INSTALL_PROGRAM) @utils_targets@ $(bindir)
installdirs:
- $(srcdir)/../mkinstalldirs $(bindir)
-# $(srcdir)/../mkinstalldirs $(man1dir)
-# $(srcdir)/../mkinstalldirs $(CDRDAO_DATA_DIR)
+ $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir)
+# $(srcdir)/../mkinstalldirs $(DESTDIR)$(man1dir)
+# $(srcdir)/../mkinstalldirs $(DESTDIR)$(CDRDAO_DATA_DIR)
clean:
rm -f *.o toc2cue toc2mp3
diff -ruN cdrdao-1.1.7/xdao/CdDevice.cc cdrdao-1.1.7.new/xdao/CdDevice.cc
--- cdrdao-1.1.7/xdao/CdDevice.cc Sun Oct 6 14:53:56 2002
+++ cdrdao-1.1.7.new/xdao/CdDevice.cc Thu Oct 10 22:29:36 2002
@@ -22,7 +22,11 @@
#include <stddef.h>
#include <stdio.h>
#include <unistd.h>
+
+#ifdef HAVE_MALLOC_H
#include <malloc.h>
+#endif
+
#include <errno.h>
#include <ctype.h>
#include <assert.h>
diff -ruN cdrdao-1.1.7/xdao/Makefile.in cdrdao-1.1.7.new/xdao/Makefile.in
--- cdrdao-1.1.7/xdao/Makefile.in Sun Oct 6 14:53:56 2002
+++ cdrdao-1.1.7.new/xdao/Makefile.in Thu Oct 10 22:29:37 2002
@@ -71,32 +71,32 @@
all: $(PRG)
install: all installdirs
- $(INSTALL_PROGRAM) $(PRG) $(bindir)
- $(INSTALL_DATA) xcdrdao.man $(man1dir)/xcdrdao.1
- $(INSTALL_DATA) gcdmaster.png $(PIXMAPS_DIR)/gcdmaster.png
- $(INSTALL_DATA) pixmap_audiocd.png $(PIXMAPS_DIR)/pixmap_audiocd.png
- $(INSTALL_DATA) pixmap_copycd.png $(PIXMAPS_DIR)/pixmap_copycd.png
- $(INSTALL_DATA) pixmap_datacd.png $(PIXMAPS_DIR)/pixmap_datacd.png
- $(INSTALL_DATA) pixmap_dumpcd.png $(PIXMAPS_DIR)/pixmap_dumpcd.png
- $(INSTALL_DATA) pixmap_help.png $(PIXMAPS_DIR)/pixmap_help.png
- $(INSTALL_DATA) pixmap_mixedcd.png $(PIXMAPS_DIR)/pixmap_mixedcd.png
- $(INSTALL_DATA) pixmap_open.png $(PIXMAPS_DIR)/pixmap_open.png
- $(INSTALL_DATA) pixmap_play-start.xpm $(PIXMAPS_DIR)/pixmap_play-start.xpm
- $(INSTALL_DATA) pixmap_play-pause.xpm $(PIXMAPS_DIR)/pixmap_play-pause.xpm
- $(INSTALL_DATA) pixmap_play-stop.xpm $(PIXMAPS_DIR)/pixmap_play-stop.xpm
- $(INSTALL_DATA) pixmap_cursor-tool.xpm $(PIXMAPS_DIR)/pixmap_cursor-tool.xpm
- $(INSTALL_DATA) pixmap_zoom-tool.xpm $(PIXMAPS_DIR)/pixmap_zoom-tool.xpm
- $(INSTALL_DATA) pixmap_zoom-in.xpm $(PIXMAPS_DIR)/pixmap_zoom-in.xpm
- $(INSTALL_DATA) pixmap_zoom-out.xpm $(PIXMAPS_DIR)/pixmap_zoom-out.xpm
- $(INSTALL_DATA) pixmap_zoom-selection.xpm
$(PIXMAPS_DIR)/pixmap_zoom-selection.xpm
- $(INSTALL_DATA) pixmap_zoom-fit.xpm $(PIXMAPS_DIR)/pixmap_zoom-fit.xpm
- $(INSTALL_DATA) gcdmaster.desktop
$(datadir)/gnome/apps/Applications/gcdmaster.desktop
+ $(INSTALL_PROGRAM) $(PRG) $(DESTDIR)$(bindir)
+ $(INSTALL_DATA) xcdrdao.man $(DESTDIR)$(man1dir)/xcdrdao.1
+ $(INSTALL_DATA) gcdmaster.png $(DESTDIR)$(PIXMAPS_DIR)/gcdmaster.png
+ $(INSTALL_DATA) pixmap_audiocd.png $(DESTDIR)$(PIXMAPS_DIR)/pixmap_audiocd.png
+ $(INSTALL_DATA) pixmap_copycd.png $(DESTDIR)$(PIXMAPS_DIR)/pixmap_copycd.png
+ $(INSTALL_DATA) pixmap_datacd.png $(DESTDIR)$(PIXMAPS_DIR)/pixmap_datacd.png
+ $(INSTALL_DATA) pixmap_dumpcd.png $(DESTDIR)$(PIXMAPS_DIR)/pixmap_dumpcd.png
+ $(INSTALL_DATA) pixmap_help.png $(DESTDIR)$(PIXMAPS_DIR)/pixmap_help.png
+ $(INSTALL_DATA) pixmap_mixedcd.png $(DESTDIR)$(PIXMAPS_DIR)/pixmap_mixedcd.png
+ $(INSTALL_DATA) pixmap_open.png $(DESTDIR)$(PIXMAPS_DIR)/pixmap_open.png
+ $(INSTALL_DATA) pixmap_play-start.xpm
+$(DESTDIR)$(PIXMAPS_DIR)/pixmap_play-start.xpm
+ $(INSTALL_DATA) pixmap_play-pause.xpm
+$(DESTDIR)$(PIXMAPS_DIR)/pixmap_play-pause.xpm
+ $(INSTALL_DATA) pixmap_play-stop.xpm
+$(DESTDIR)$(PIXMAPS_DIR)/pixmap_play-stop.xpm
+ $(INSTALL_DATA) pixmap_cursor-tool.xpm
+$(DESTDIR)$(PIXMAPS_DIR)/pixmap_cursor-tool.xpm
+ $(INSTALL_DATA) pixmap_zoom-tool.xpm
+$(DESTDIR)$(PIXMAPS_DIR)/pixmap_zoom-tool.xpm
+ $(INSTALL_DATA) pixmap_zoom-in.xpm $(DESTDIR)$(PIXMAPS_DIR)/pixmap_zoom-in.xpm
+ $(INSTALL_DATA) pixmap_zoom-out.xpm
+$(DESTDIR)$(PIXMAPS_DIR)/pixmap_zoom-out.xpm
+ $(INSTALL_DATA) pixmap_zoom-selection.xpm
+$(DESTDIR)$(PIXMAPS_DIR)/pixmap_zoom-selection.xpm
+ $(INSTALL_DATA) pixmap_zoom-fit.xpm
+$(DESTDIR)$(PIXMAPS_DIR)/pixmap_zoom-fit.xpm
+ $(INSTALL_DATA) gcdmaster.desktop
+$(DESTDIR)$(datadir)/gnome/apps/Applications/gcdmaster.desktop
installdirs:
- $(srcdir)/../mkinstalldirs $(bindir)
- $(srcdir)/../mkinstalldirs $(man1dir)
- $(srcdir)/../mkinstalldirs $(PIXMAPS_DIR)
- $(srcdir)/../mkinstalldirs $(datadir)/gnome/apps/Applications
+ $(srcdir)/../mkinstalldirs $(DESTDIR)$(bindir)
+ $(srcdir)/../mkinstalldirs $(DESTDIR)$(man1dir)
+ $(srcdir)/../mkinstalldirs $(DESTDIR)$(PIXMAPS_DIR)
+ $(srcdir)/../mkinstalldirs $(DESTDIR)$(datadir)/gnome/apps/Applications
uninstall:
rm -f $(bindir)/$(PRG) $(man1dir)/xcdrdao.1
--- NEW FILE: cdrtools-1.11a36-1.info ---
Package: cdrtools
Version: 1.11a36
Revision: 1
Source: ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/%n-%v.tar.bz2
SourceDirectory: %n-1.11
Patch: %f.patch
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
<<
SplitOff: <<
Package: cdrecord
Replaces: cdrtools (<= 1.11a27-1)
Conflicts: cdrtools (<= 1.11a27-1)
Files: bin/cdrecord bin/readcd share/man/man1/cdrecord.1 share/man/man1/readcd.1
DocFiles: AN* INSTALL README* ABOUT COPYING ChangeLog START PORTING COMPILE BUILD
Description: A command line CD/DVD writing tool
DescDetail: <<
cdrecord 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: <<
Package: cdda2wav
Replaces: cdrtools (<= 1.11a27-1)
Conflicts: cdrtools (<= 1.11a27-1)
Files: bin/cdda2wav share/man/man1/cdda2wav.1
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).
<<
<<
SplitOff3: <<
Package: mkisofs
Replaces: cdrtools (<= 1.11a27-1)
Conflicts: cdrtools (<= 1.11a27-1)
Files: bin/mkisofs bin/mkhybrid bin/devdump bin/iso* share/man/man8/*
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).
<<
<<
Description: Various tools for mastering CD-Rs: Transition Pkg.
DescUsage: <<
Use this package to ensure a smooth transition to the new splitoffs.
<<
License: GPL
DocFiles: COPYING
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage:
http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
--- NEW FILE: cdrtools-1.11a36-1.patch ---
diff -uNr cdrtools-1.11/DEFAULTS/Defaults.darwin
cdrtools-1.11-adam/DEFAULTS/Defaults.darwin
--- cdrtools-1.11/DEFAULTS/Defaults.darwin Thu Feb 15 12:56:32 2001
+++ cdrtools-1.11-adam/DEFAULTS/Defaults.darwin Wed Nov 14 20:21:12 2001
@@ -34,5 +34,5 @@
#
DEFINSMODEF= 444
DEFINSMODEX= 755
-DEFINSUSR= bin
-DEFINSGRP= bin
+DEFINSUSR= root
+DEFINSGRP= wheel
--- NEW FILE: eroaster-2.0.12-1.info ---
Package: eroaster
Version: 2.0.12
Revision: 1
Source: ftp://eclipt.uni-klu.ac.at/pub/projects/eroaster/%n-%v.tar.gz
SourceDirectory: %n-%v
BuildDepends: pygtk, python, lame, libogg, libvorbis0, gnome-python
Depends: pygtk, python, gnome-python, cdda2wav, cdrecord, mkisofs
Recommends: mpeg123, xmms-bin, normalize, bchunk, vorbis-tools, sox
Patch: %f.patch
DocFiles: doc/*
InstallScript: RPM_BUILD_ROOT=%d make install DESTDIR=%d
Description: The ECLiPt Roaster
DescDetail: <<
The ECLiPt Roaster is a graphical frontend to cdrecord and mkisofs
written in Python. It supports drag & drop out of most popular
filemanagers and direct burning of .mp3 and .ogg files.
Features:
* Writes data CDs, audio CDs and ISO images on the fly
* Reads data and audio CDs
* Directly copy data CDs
* Drag and Drop support (GNOME and KDE)
* Nice user interface
* Nice and informative output window
* Auto-selection of files to fill CDs
* Auto-conversion of mp3-files to wav-files
* Normalization of wav-files
* Multisession support
* Support of creation of bootable CDs (linux/windows)
* Project management to save compilations of files
<<
License: GPL
Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
Homepage: http://eclipt.uni-klu.ac.at/eroaster.php
--- NEW FILE: eroaster-2.0.12-1.patch ---
diff -ruN eroaster-2.0.12/Makefile.in eroaster-2.0.12.new/Makefile.in
--- eroaster-2.0.12/Makefile.in Thu Oct 25 13:02:36 2001
+++ eroaster-2.0.12.new/Makefile.in Wed Aug 7 22:17:07 2002
@@ -14,31 +14,31 @@
install:
@echo Installing eroaster executables in $(bindir) ...
- @$(INSTALL) -d $(bindir)
- @$(INSTALL) -m 755 eroaster $(bindir)
- @$(INSTALL) -m 755 eroaster-applet $(bindir)
- @echo Installing pixmaps in $(pixmapdir) ...
- @$(INSTALL) -d $(pixmapdir)
- @$(INSTALL) -m 644 pixmaps/*.xpm $(pixmapdir)
- @$(INSTALL) -d $(deskpixdir)
- @$(INSTALL) -m 644 pixmaps/applet.xpm $(deskpixdir)/eroaster.xpm
- @echo Installing supplementary files in $(libdir) ...
- @$(INSTALL) -d $(libdir)
- @$(INSTALL) -m 755 ecat.py $(libdir)
- @$(INSTALL) -m 755 waitreload.py $(libdir)
- @$(INSTALL) -m 644 constants.py $(libdir)
- @$(INSTALL) -m 644 main.py $(libdir)
- @$(INSTALL) -m 644 tools.py $(libdir)
- @$(INSTALL) -m 644 mp3info.py $(libdir)
- @$(INSTALL) -m 644 gnometools.py $(libdir)
- @$(INSTALL) -m 644 log4py.py $(libdir)
- @$(INSTALL) -m 644 eroaster.shortcuts $(libdir)
- @echo Installing gnorba file in $(gnorbadir) ...
- @$(INSTALL) -d $(gnorbadir)
- @$(INSTALL) -m 644 eroaster.gnorba $(gnorbadir)
- @echo Installing applet file in $(appletdir) ...
- @$(INSTALL) -d $(appletdir)
- @$(INSTALL) -m 644 eroaster.desktop $(appletdir)
+ @$(INSTALL) -d $(DESTDIR)$(bindir)
+ @$(INSTALL) -m 755 eroaster $(DESTDIR)$(bindir)
+ @$(INSTALL) -m 755 eroaster-applet $(DESTDIR)$(bindir)
+ @echo Installing pixmaps in $(DESTDIR)$(pixmapdir) ...
+ @$(INSTALL) -d $(DESTDIR)$(pixmapdir)
+ @$(INSTALL) -m 644 pixmaps/*.xpm $(DESTDIR)$(pixmapdir)
+ @$(INSTALL) -d $(DESTDIR)$(deskpixdir)
+ @$(INSTALL) -m 644 pixmaps/applet.xpm $(DESTDIR)$(deskpixdir)/eroaster.xpm
+ @echo Installing supplementary files in $(DESTDIR)$(libdir) ...
+ @$(INSTALL) -d $(DESTDIR)$(libdir)
+ @$(INSTALL) -m 755 ecat.py $(DESTDIR)$(libdir)
+ @$(INSTALL) -m 755 waitreload.py $(DESTDIR)$(libdir)
+ @$(INSTALL) -m 644 constants.py $(DESTDIR)$(libdir)
+ @$(INSTALL) -m 644 main.py $(DESTDIR)$(libdir)
+ @$(INSTALL) -m 644 tools.py $(DESTDIR)$(libdir)
+ @$(INSTALL) -m 644 mp3info.py $(DESTDIR)$(libdir)
+ @$(INSTALL) -m 644 gnometools.py $(DESTDIR)$(libdir)
+ @$(INSTALL) -m 644 log4py.py $(DESTDIR)$(libdir)
+ @$(INSTALL) -m 644 eroaster.shortcuts $(DESTDIR)$(libdir)
+ @echo Installing gnorba file in $(DESTDIR)$(gnorbadir) ...
+ @$(INSTALL) -d $(DESTDIR)$(gnorbadir)
+ @$(INSTALL) -m 644 eroaster.gnorba $(DESTDIR)$(gnorbadir)
+ @echo Installing applet file in $(DESTDIR)$(appletdir) ...
+ @$(INSTALL) -d $(DESTDIR)$(appletdir)
+ @$(INSTALL) -m 644 eroaster.desktop $(DESTDIR)$(appletdir)
@echo Compiling supplementary files ...
@$(PYTHON) pycompile
@echo Finished ...
-------------------------------------------------------
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