|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: redhat-announce-list-admin
redhat.comDate: Tue Jun 19 2001 - 17:53:36 CDT
RPMs Built and Announced at about Tue Jun 19 17:54:13 2001.
cdrtools-1.11a04-1.src.rpm 1348929
cdrtools-cdda2wav-1.11a04-1rh71.i386.rpm 123334
cdrtools-cdrecord-1.11a04-1rh71.i386.rpm 351543
cdrtools-libscg-1.11a04-1rh71.i386.rpm 143778
cdrtools-mkisofs-1.11a04-1rh71.i386.rpm 202189
Main archive is located at ftp://ftp.falsehope.com/pub/cdrtools/alpha
Mirror locations and build machine information listed below.
RPMs are built with rpm version 4.0.2.
Required programs listed are either updates or are not in the default
RedHat 7.1 installation.
Name: cdrtools-cdda2wav Relocations: /usr
Version: 1.11a04 Vendor: Joerg Schilling <schilling
fokus.gmd.de>
Release: 1 Build Date: Tue 19 Jun 2001 05:52:46 PM CDT
Install date: Tue 19 Jun 2001 05:53:42 PM CDT Build Host: hellstone.grantgeo.com
Group: Applications/Sound Source RPM: cdrtools-1.11a04-1.src.rpm
Size: 262878 License: GPL
Distribution: FalseHope RPMs
Packager: Ryan Weaver <ryanw
falsehope.com>
URL: http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
Summary: Get WAV files from digital audio cd's
Description:
A sampling utility for cdrom drives that are capable of sending audio
cd data in digital form to your host. Data can be dumped into wav or
sun format sound files. Options control the recording format (stereo/mono;
8,12,16 bits; different rates).
Requires:
--------------------------------------------------------------------
Standard Red Hat 7.1 installation
--------------------------------------------------------------------
Name: cdrtools-cdrecord Relocations: /usr
Version: 1.11a04 Vendor: Joerg Schilling <schilling
fokus.gmd.de>
Release: 1 Build Date: Tue 19 Jun 2001 05:52:46 PM CDT
Install date: Tue 19 Jun 2001 05:53:43 PM CDT Build Host: hellstone.grantgeo.com
Group: Applications/Archiving Source RPM: cdrtools-1.11a04-1.src.rpm
Size: 983743 License: GPL
Distribution: FalseHope RPMs
Packager: Ryan Weaver <ryanw
falsehope.com>
URL: http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
Summary: A command line CD/DVD-Recorder
Description:
Cdrecord allows you to create CD's on a CD-Recorder (SCSI/ATAPI).
Supports data, audio, mixed, multi-session and CD+ discs etc.
Requires:
--------------------------------------------------------------------
Standard Red Hat 7.1 installation
--------------------------------------------------------------------
Name: cdrtools-libscg Relocations: /usr
Version: 1.11a04 Vendor: Joerg Schilling <schilling
fokus.gmd.de>
Release: 1 Build Date: Tue 19 Jun 2001 05:52:46 PM CDT
Install date: Tue 19 Jun 2001 05:53:44 PM CDT Build Host: hellstone.grantgeo.com
Group: Development/Libraries Source RPM: cdrtools-1.11a04-1.src.rpm
Size: 464106 License: GPL
Distribution: FalseHope RPMs
Packager: Ryan Weaver <ryanw
falsehope.com>
URL: http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
Summary: The libscg SCSI user level transport library
Description:
A SCSI user level transport library. The SCSI library is suitable
to talk to any SCSI device without having a special driver for it.
Requires:
--------------------------------------------------------------------
Standard Red Hat 7.1 installation
--------------------------------------------------------------------
Name: cdrtools-mkisofs Relocations: /usr
Version: 1.11a04 Vendor: Joerg Schilling <schilling
fokus.gmd.de>
Release: 1 Build Date: Tue 19 Jun 2001 05:52:46 PM CDT
Install date: Tue 19 Jun 2001 05:53:45 PM CDT Build Host: hellstone.grantgeo.com
Group: Applications/System Source RPM: cdrtools-1.11a04-1.src.rpm
Size: 885483 License: GPL
Distribution: FalseHope RPMs
Packager: Ryan Weaver <ryanw
falsehope.com>
URL: http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
Summary: Creates a ISO9660 filesystem image
Description:
This is the mkisofs package. It is used to create ISO 9660
file system images for creating CD-ROMs. Now includes support
for making bootable "El Torito" CD-ROMs.
Requires:
--------------------------------------------------------------------
Standard Red Hat 7.1 installation
--------------------------------------------------------------------
%CHANGELOG
* Tue Jun 19 2001 Ryan Weaver <ryanw
falsehope.com>
[cdrtools-1.11a04-1]
- NOTE: There are 3000 new lines of code and aprox. 1500 lines
of code did change within the last few weeks.
Although I thoroughly tested every line of my code,
there may be bugs...
Please report if you have any problem that is not present
with cdrtools-1.11a01.
- Cdrecord:
- add a forgotten if (xdebug) in drv_mmc.c.
This caused a superfluous write mode debug message to be printed
- do installation of exit handlers (to reset SCSI state) earlier
- Cdrecord now does not exit with 0 anymore when interrupted with ^C
during the waittime before starting to write.
- First CD-Text support (can only copy CD-Text information from master
disk) (See AN-1.11a04 for more details)
- Readcd:
- Handle signals and other aborts by restoring old drive state
- Set PF bit with mode select.
- New option -quiet to suppress primary SCSI error messages
in read CD error handling
This are the messages that are printed before entering the
retry mode.
- Secondary SCSI error messages are now suppressed by default,
they may be turned on again with -verbose
This are the messages that are printed in -noerror
retry mode.
[cdrtools-1.11a03-1]
- Cdrecord:
- Fixed a bug in the option checking that prevented to write
data CD's at all.
Now only "RAW data" CD's are flagged as expected.
- Fixed a bug in the Firmware bug recognition system.
This bug did prevent cdrecord to work with Philips drives
when writing in RAW mode.
- Added the -raw* options to the man page
- New options -copy & -nocopy to allow to modify the 'copy' bit
in audio subchannel data.
- -scms option added to the man page and online help.
- New model to compute SCSI transfersizes
- -xa1 -xa2 sector typedefinitions changed.
- Debug messages while checking possible write modes of MMC
compliant made optional.
- RAW writing scatter sector function made more general
- New functions to convert between 2448 and 2368 byte sectors
- Readcd:
- error handling increased
* Tue Jun 05 2001 Ryan Weaver <ryanw
falsehope.com>
[cdrtools-1.11a02-1]
- There are 2000 new lines of code and aprox. 1000 lines
of code did change within the last two weeks.
Although I thoroughly tested every line of my code,
there may be bugs...
Please report if you have any problem that is not present
with cdrtools-1.11a01.
- Cdrecord:
- I hope that the 90 minute CD capacity warning now will finally
disappear for DVD writers.
- Old test code removed that prevented cdrecord from being able
to write manually configured indices. Note that the index lists
from the *.inf files with using the -useinfo option alway worked.
- -force will force cdrecord to ingnore any failed forced OPC.
currently this is only done if the drive does not support
forced OPC.
- Do forced OPC before blanking a CD-RW
- Driveropts "burnproof" renamed to "burnfree".
This has been done as this technology now appears in the MMC standard.
- Cdrecord now shows whether BURN-Free is active. This makes
sense as Ricoh's "Just-Link" is enabled by default.
Unfortunately, the way "Just-link" is implemented is not compliant
with the MMC standard. We will have to wait until I get the needed
information from Ricoh.
- Support for MMC RAW mode writing.
This allows to do disk at once recording on Philips drives that
do not support SAO.
- Cdrecord now checks the properties of the writer. If a specific write
mode is not supported by the writer, cdrecord warns you and makes
a suggestion for a similar alternate write mode.
With the curent structure of cdrecord, it is not possible to silently
e.g. change the write mode from -dao to -raw96r
- MMC compliant drives are automatically scanned for supported write modes.
This should help to make cdrecord work without manual static configuration.
My hope is still to have no need to know all drive properties in
advance, so new drives will continue to work as long as they
are standard comliant enough for cdrecord.
* Sat May 19 2001 Ryan Weaver <ryanw
falsehope.com>
[cdrtools-1.11a01-1]
- All:
- Now using the "Slottable Source" feature of the makefile system.
This is the fist modular reusable portable makefile standard
in the open source world.
- README.multi fixed
- README.sony fixed
- config.sub now recognises "parisc-unknown-linux-gnu"
- Rscsi:
- RSCSI now works if the target is a Win32 system.
This is not done by changing rscsi.c but by fixing a bug
in Cygwin!
- Now prints user ID & user Name into DEBUG file
- Cdrecord:
- New option -overburn
This option has been added as many people seem to be unabe to understand
that they are going to write more than the official disk capacity from
reading cdrecord's output. Oveburnung now is no more done by default!
- Do not print a warning for writing more than 90 minutes if the media is
a DVD
- Fix for a problem with setting high priority on Win32 systems.
Thanks to egor duda <deo
logos-m.ru>
- Sony MMC drives now work in -multi session mode.
There was a bug in cdrecord that was accepted by all other drives.
The bug did cause a temporary bad setup to the drive.
- Readcd:
- better error recovery with -noerror
==================================================================
RPMs are built on a Pentium II 400mhz w/128megs RAM with RedHat 7.1
plus updates from ftp://updates.redhat.com installed.
These files are also available on the following sites
ftp://ftp.rpmfind.net/linux/falsehope/pub/cdrtools/alpha
ftp://ftp.tux.org/pub/sites/ftp.falsehope.com/cdrtools/alpha
ftp://ftp.freshmeat.net/pub/rpms/cdrtools/alpha
PGP Key can be found at ftp://ftp.falsehope.com/pub/Ryan_Weaver.pgp.key
GPG Key can be found at ftp://ftp.falsehope.com/pub/Ryan_Weaver.gpg.key
--_______________________________________________ Redhat-announce-list mailing list Redhat-announce-list
redhat.com https://listman.redhat.com/mailman/listinfo/redhat-announce-list
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]