vcdimager - Authors, disassembles, and analyzes (Super) VideoCDs ChangeLog

HOWTO


# GNU VCDImager 0.7.23
# ====================
# The last stable release AFAIK is version 0.6.2, which was released on May
# 15, 2001.  The version covered here is considered a development release.

# Prerequisites:
# diffutils
# popt
# libxml >= 2.3.8
# pkg-config
# libcdio, libiso9660 >= 0.72

# libcdio can use VCDImager's libvcdinfo library and VCDImager can use
# libcdio.  libcdio can be built without libvcdinfo, but not the other way
# around.  So, build/install libcdio, then come back here, then
# build/install libcdio again.

cd
test -f installed/vcdimager-0.7.23.tar.gz &&
mv installed/vcdimager-0.7.23.tar.gz .
test ! -f vcdimager-0.7.23.tar.gz &&
wget http://ftp.gnu.org/gnu/vcdimager/vcdimager-0.7.23.tar.gz

# Verify tarball w/ md5sum:
# (this came from my gpg-verified tarball)
echo "5e7d80fdbf0037ad20e438f2a9573253  vcdimager-0.7.23.tar.gz" | md5sum -c

# Verify tarball w/ sha1sum:
# (this also came from my gpg-verified tarball)
echo "6d1a3125fa8b7fa88a993e0c028cadcc03ac6304  vcdimager-0.7.23.tar.gz" | \
sha1sum -c

# Verify tarball w/ gpg:
( gpg --list-keys 8275EC21 > /dev/null 2>&1 || gpg --recv-keys 8275EC21 ) &&
wget -nc http://ftp.gnu.org/gnu/vcdimager/vcdimager-0.7.23.tar.gz.sig &&
  gpg --verify vcdimager-0.7.23.tar.gz.sig && rm vcdimager-0.7.23.tar.gz.sig

mkdir -p -m 0700 src
cd src
find -maxdepth 1 -type d -name "vcdimager-*" -exec rm -r {} \;
tar xzvf ~/vcdimager-0.7.23.tar.gz
cd vcdimager-0.7.23
test $UID = 0 && chown -R root:root .
./configure
make
su -c "make install"
cd
mkdir -p -m 0700 installed
rm -f installed/vcdimager-*.tar.*
mv vcdimager-0.7.23.tar.gz installed/


# If you ever want to uninstall vcdimager, this should do it:
cd
su
test -d src/vcdimager-* && ( cd src/vcdimager-* ; make uninstall )
( cd /usr/local/bin ; rm -f cdxa2mpeg vcd-info vcdimager vcdxbuild \
vcdxgen vcdxminfo vcdxrip )
test -d /usr/local/include/libvcd && rm -r /usr/local/include/libvcd
( cd /usr/local/info ; rm -f vcd-info.info vcdimager.info vcdxrip.info )
rm -f /usr/local/lib/libvcdinfo.* /usr/local/lib/pkgconfig/libvcdinfo.pc
( cd /usr/local/man/man1 ; rm -f cdxa2mpeg.1 vcd-info.1 vcdimager.1 \
vcdxbuild.1 vcdxgen.1 vcdxminfo.1 vcdxrip.1 )
ldconfig
exit
find ~/src -maxdepth 1 -type d -name "vcdimager-*" -exec rm -r {} \;
rm -f ~/installed/vcdimager-*.tar.*

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2007-02-13 10:24pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]