openbsd-ports/audio/disc-cover/patches/patch-disc-cover
pvalchev 76b01a8b21 Import of disc-cover-1.2.2
Disc-Cover creates front and back covers for audio CDs.  The CD has
to be present in the CD-ROM drive, or alternatively a valid CDDB
file can be used.  Disc-Cover searches the CDDB database for an
entry corresponding to the CD's CDDB ID. It starts by looking for
a local CDDB entry in ~/.cddb (or another directory pointed to by
your cddb installation). If no local CDDB entry matches the CD,
disc-cover continues to search the online CDDB databases or CDINDEX
databases as configured in the AudioCD library.  It then formats
the entry to produce a Latex, Dvi, Postscript or PDF file, which
contains the front and back covers on a single page. Other formats
supported include a simple text output, a CDDB compatible format,
HTML and an output format that can be used with cdlabelgen
(http://www.red-bean.com/~bwf/software/cdlabelgen/), another cover
builder.

WWW: http://www.liacs.nl/~jvhemert/disc-cover

MAINTAINER=     Nikolay Sturm <Nikolay.Sturm@desy.de>
2001-08-16 21:56:35 +00:00

13 lines
468 B
Plaintext

$OpenBSD: patch-disc-cover,v 1.1.1.1 2001/08/16 21:56:35 pvalchev Exp $
--- disc-cover.orig Thu Jun 14 21:53:51 2001
+++ disc-cover Thu Jun 14 21:55:43 2001
@@ -36,7 +36,7 @@
my ($config_tmp_dir) = '/tmp';
my ($config_output_format) = 'ps';
-my ($config_device) = "/dev/cdrom";
+my ($config_device) = "/dev/cd0c";
my ($config_cddb_cache_directory) = "$ENV{HOME}/.cddb";
my ($config_flaptext) = split ',', (getpwuid($<))[6];
my ($config_version_config) = undef;