Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

cdrdao-1.1.7-4 RPM for i386

From Red Hat Linux 9 for i386

Name: cdrdao Distribution: Red Hat Linux
Version: 1.1.7 Vendor: Red Hat, Inc.
Release: 4 Build date: Wed Feb 26 14:15:20 2003
Group: Applications/System Build host: stripples.devel.redhat.com
Size: 803824 Source RPM: cdrdao-1.1.7-4.src.rpm
Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Url: http://unc.dl.sourceforge.net/sourceforge/cdrdao/cdrdao-1.1.7.src.tar.bz2
Summary: Writes audio CD-Rs in disk-at-once (DAO) mode.
Cdrdao records audio CD-Rs in disk-at-once (DAO) mode, based on a
textual description of the CD contents. Recording in DAO mode writes
the complete disc (lead-in, one or more tracks, and lead-out) in a
single step. DAO allows full control over the length and the contents
of pre-gaps, the pause areas between tracks.

Provides

Requires

Copyright

GPL

Signatures

internal MD5: 254773883e1d1693ef8277c932639935
GPG

Changelog

* Wed Feb 26 2003 Harald Hoyer <harald@redhat.de> 1.1.7-4
  - refined O_EXCL patch
* Tue Feb 25 2003 Harald Hoyer <harald@redhat.de> 1.1.7-3
  - readded O_EXCL patch
* Tue Feb 04 2003 Phil Knirsch <pknirsch@redhat.com> 1.1.7-2
  - Added s390x again as newer models will have SCSI.
* Wed Jan 29 2003 Harald Hoyer <harald@redhat.de> 1.1.7-1
  - updated to 1.1.7
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  - rebuilt
* Thu Nov 28 2002 Harald Hoyer <harald@redhat.de> 1.1.5-11
  - added cdrdao-1.1.5-EXCL.patch to lock the CDROM device
  - more archs for scsilib (cdrtools)
* Sun Aug 11 2002 Elliot Lee <sopwith@redhat.com>
  - rebuilt with gcc-3.2 (we hope)
* Tue Jul 23 2002 Mike A. Harris <mharris@redhat.com> 1.1.5-9
  - Rebuilt in new environment with gcc 3.2
* Sat Jun 22 2002 Tim Powers <timp@redhat.com>
  - automated rebuild
* Mon May 27 2002 Tim Powers <timp@redhat.com>
  - automated rebuild
* Wed May 22 2002 Mike A. Harris <mharris@redhat.com> 1.1.5-6
  - Bumped release, and rebuilt against new toolchain.
* Fri Feb 22 2002 Mike A. Harris <mharris@redhat.com> 1.1.5-5
  - Bumped release, and rebuilt against new toolchain.
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.1.5-4
  - automated rebuild
* Sun Dec 23 2001 Mike A. Harris <mharris@redhat.com> 1.1.5-3
  - Added missing /usr/share/cdrdao/drivers file (#57785)
  - Also built 1.1.5-1.72.0 package for 7.x
* Sat Dec 22 2001 Mike A. Harris <mharris@redhat.com> 1.1.5-2
  - Bumped release and rebuilt so rawhide package doesn't release number
    conflict with previous 1.1.5-1 package built against 7.2
* Fri Dec 21 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  - Fix non-standard C++ code
* Tue Dec 18 2001 Mike A. Harris <mharris@redhat.com> 1.1.5-1
  - Updated to 1.1.5
  - Updated endianness patch for ia64
  - s/Copyright/License/ in specfile
  - Changed to bz2 compression for smaller sources
  - Fixed BuildRoot line (was hard coded)
* Thu Sep 13 2001 Tim Powers <timp@redhat.com>
  - rebuild with new gcc and binutils
* Wed Jun 27 2001 Bill Nottingham <notting@redhat.com>
  - include on ia64
* Wed Jun 20 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  - add excludearch for s390 s390x
* Tue May 22 2001 Tim Powers <timp@redhat.com>
  - rebuilt for the distro
* Sat Sep 09 2000 Tim Powers <timp@redhat.com>
  - removed all references to xcdrdao, we don't ship it. So no applnk, no gtkmm
    requirements either.
* Fri Sep 08 2000 Tim Powers <timp@redhat.com>
  - fixed bad Requires line, was still requiring gtk--, when the package changed
    to gtkmm
* Tue Jul 25 2000 Prospector <prospector@redhat.com>
  - rebuilt
* Tue Jul 11 2000 Tim Powers <timp@redhat.com>
  - rebuilt
* Tue Jun 06 2000 Tim Powers <timp@redhat.com>
  - man pages in correct location
  - use %makeinstall
* Tue May 09 2000 Tim Powers <timp@redhat.com>
  - use applnk for dirs
  - use 
    CFLAGS="${CFLAGS:--O2 -g -pipe -march=i386 -mcpu=i686}" ; export CFLAGS ; 
    CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -march=i386 -mcpu=i686}" ; export CXXFLAGS ; 
    FFLAGS="${FFLAGS:--O2 -g -pipe -march=i386 -mcpu=i686}" ; export FFLAGS ; 
    for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do 
             [ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ; 
    done ; 
    ./configure --host=i386-redhat-linux --build=i386-redhat-linux \
  	--target=i386-redhat-linux-gnu \
  	--program-prefix= \
   	--prefix=/usr \
  	--exec-prefix=/usr \
  	--bindir=/usr/bin \
  	--sbindir=/usr/sbin \
  	--sysconfdir=/etc \
  	--datadir=/usr/share \
  	--includedir=/usr/include \
  	--libdir=/usr/lib \
  	--libexecdir=/usr/libexec \
  	--localstatedir=/var \
  	--sharedstatedir=/usr/com \
  	--mandir=/usr/share/man \
  	--infodir=/usr/share/info
  - remove redundant defines
  - rebuilt for 7.0
* Tue Nov 02 1999 Tim Powers <timp@redhat.com>
  - updated to 1.1.3
  - we now have xcdrdao
  - added gnome menu stuff
* Sun Aug 22 1999 Tim Powers <timp@redhat.com>
  - removed wmconfig stuff. Nosuch file names xcdrdao
* Thu Aug 19 1999 Dale Lovelace <dale@redhat.com>
  - add cdrdao.wmconfig
* Sun Jul 11 1999 Tim Powers <timp@redhat.com>
  - updated to 1.1.1 
  - built for 6.1
* Tue May 11 1999 Cristian Gafton <gafton@redhat.com>
  - gtk-- does not wokr on the alpha, so we have no xcdrdao for it.
  - cheesy workaround for the broken tar archive
* Wed Apr 14 1999 Michael Maher <mike@redhat.com>
  - built package

Files

8ÆÎ	


Generated by rpm2html 1.8.1

Daniel Veillard, Thu Jul 24 03:08:37 2008