cdrdao - Records CD-Rs in disk-at-once mode ChangeLog

HOWTO


# cdrdao 1.2.2
# ============
# Slackware 9.0 and 9.1's 'cdrdao' packages include version 1.1.7, 10.0's,
# 10.1's, 10.2's include 1.1.9, and 11.0's includes 1.2.1

# Prerequisites:
# lame >= 3.92 (optional; for toc2mp3)
# pkg-config
# libsigc++ (optional; for gcdmaster)
# gtkmm >= 2.4 (optional; for gcdmaster)
# libgnomeuimm-2.0 >= 2.6 (optional; for gcdmaster)
# libvorbis (optional; for Ogg Vorbis support)
# libmad (optional; for MP3 support)

# If gtkmm or libgnomeuimm are not installed it will disable building of
# gcdmaster.  If you don't want it to even try, pass --without-xdao to
# configure.

# This failed to build for me with Slackware's kernel-headers package from
# 'testing' (for kernel 2.6) installed, but was OK with the 2.4
# kernel-headers package that is installed by default.

cd
test -f installed/cdrdao-1.2.2.tar.bz2 && mv installed/cdrdao-1.2.2.tar.bz2 .
test ! -f cdrdao-1.2.2.tar.bz2 &&
wget http://download.sf.net/cdrdao/cdrdao-1.2.2.tar.bz2

# Verify tarball w/ md5sum:
echo "f0cbf36907406cb4f4c568f9e6669a34  cdrdao-1.2.2.tar.bz2" | md5sum -c

mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "cdrdao-*" -exec rm -r {} \;
tar xjvf ~/cdrdao-1.2.2.tar.bz2
cd cdrdao-1.2.2
test $UID = 0 && chown -R root:root .
chmod -R u+w .
./configure --prefix=/usr
make

# Become root to install it
su

test -x /sbin/removepkg && removepkg cdrdao
make install

# Become yourself again
exit

cd
mkdir -p -m 0700 installed
rm -f installed/cdrdao-*.tar.*
mv cdrdao-1.2.2.tar.bz2 installed/


# If you ever want to uninstall cdrdao, this should do it:
cd
su
test -d src/cdrdao-* && ( cd src/cdrdao-* ; make uninstall )
( cd /usr/bin ; rm -f cdrdao cue2toc toc2cddb toc2cue toc2mp3 )
( cd /usr/man/man1 ; rm -f cue2toc.1 cdrdao.1 )
test -d /usr/share/cdrdao && rm -r /usr/share/cdrdao
exit
find ~/src -maxdepth 1 -type d -name "cdrdao-*" -exec rm -r {} \;
rm -f ~/installed/cdrdao-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2006-12-30 1:52am
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]