summaryrefslogtreecommitdiff
path: root/audio/disc-cover
diff options
context:
space:
mode:
authordrochner <drochner>2006-05-31 15:11:09 +0000
committerdrochner <drochner>2006-05-31 15:11:09 +0000
commit39de271c73d846d98a8d24b83fb5c980a82199b3 (patch)
tree8653f8bd7555b8f3730326ef4ec041c008aa246d /audio/disc-cover
parent4b4b2ab02e3cbfa5cf19a1a3e5f02c7c62447e52 (diff)
downloadpkgsrc-39de271c73d846d98a8d24b83fb5c980a82199b3.tar.gz
make this work with tetex3 (which doesn't come with isolatin1.sty)
bump PKGREVISION
Diffstat (limited to 'audio/disc-cover')
-rw-r--r--audio/disc-cover/Makefile3
-rw-r--r--audio/disc-cover/distinfo4
-rw-r--r--audio/disc-cover/patches/patch-aa32
3 files changed, 32 insertions, 7 deletions
diff --git a/audio/disc-cover/Makefile b/audio/disc-cover/Makefile
index 0203e2c4b58..2fd11d6ad89 100644
--- a/audio/disc-cover/Makefile
+++ b/audio/disc-cover/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2005/10/16 15:29:55 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2006/05/31 15:11:09 drochner Exp $
#
DISTNAME= disc-cover-1.5.4
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.vanhemert.co.uk/files/
diff --git a/audio/disc-cover/distinfo b/audio/disc-cover/distinfo
index 129089fb0af..3d8812e1138 100644
--- a/audio/disc-cover/distinfo
+++ b/audio/disc-cover/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2005/02/23 20:39:44 agc Exp $
+$NetBSD: distinfo,v 1.12 2006/05/31 15:11:09 drochner Exp $
SHA1 (disc-cover-1.5.4.tar.gz) = 38969baaa474fcfbebda3fe340f4e13cce83193a
RMD160 (disc-cover-1.5.4.tar.gz) = c2457f5078b01333da6ec2e45f3c2b160ad079cd
Size (disc-cover-1.5.4.tar.gz) = 45630 bytes
-SHA1 (patch-aa) = 8dcbf92c90782cd9625ce45048a018f9fcd41ad7
+SHA1 (patch-aa) = 677e012c56b08a06ad4d1bc557f786af7ab6bdf1
diff --git a/audio/disc-cover/patches/patch-aa b/audio/disc-cover/patches/patch-aa
index 4f376d44f96..d3983879542 100644
--- a/audio/disc-cover/patches/patch-aa
+++ b/audio/disc-cover/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2003/08/22 18:33:06 drochner Exp $
+$NetBSD: patch-aa,v 1.4 2006/05/31 15:11:09 drochner Exp $
---- disc-cover.orig 2003-08-22 19:14:38.000000000 +0200
-+++ disc-cover 2003-08-22 19:17:41.000000000 +0200
-@@ -38,7 +38,7 @@
+--- disc-cover.orig 2003-11-09 22:45:05.000000000 +0100
++++ disc-cover
+@@ -39,13 +39,14 @@ my $cvs_id_string = '$Id: disc-cover,v 1
my ($config_homedir) = "";
$config_homedir = "$ENV{HOME}" if (defined $ENV{HOME});
my ($config_tmp_dir) = '/tmp';
@@ -11,3 +11,27 @@ $NetBSD: patch-aa,v 1.3 2003/08/22 18:33:06 drochner Exp $
my ($config_output_format) = 'ps';
my ($config_device) = "/dev/cdrom";
my ($config_cddb_cache_directory) = "$config_homedir/.cddb";
+ my ($config_flaptext) = split ',', (getpwuid($<))[6];
+ my ($config_version_config) = undef;
+-my ($latex_user_packages) = 'isolatin1';
++my ($latex_user_packages) = '';
++my ($latex_inputenc) = 'latin1';
+ my ($flag_genre) = 0;
+ my ($flag_with_extended_track_info) = 0;
+ my (%config_latex_colors) = ( title => 'black', artist => 'black', discinfo => 'black', track_number => 'black', track_string => 'black', track_time => 'black', flaptext => 'black', track_extended => 'black', track_artist => 'black', 'genre' => 'black' );
+@@ -1234,6 +1235,7 @@ sub print_latex_head
+
+ $return .= '
+ \usepackage{'.$latex_global_packages.','.$latex_user_packages.'}
++\usepackage['.$latex_inputenc.']{inputenc}
+ \graphicspath{{'.$config_tmp_dir.'/}}
+ \renewcommand{\thepage}{}
+ \setlength{\oddsidemargin}{'.$latex_global_oddsidemargin.'}
+@@ -1672,6 +1674,7 @@ sub print_configuration_file
+
+ $result .= "\n#############\n# Technical #\n#############\n";
+ $result .= "\$latex_user_packages = \'$latex_user_packages\';\n";
++ $result .= "\$latex_inputenc = \'$latex_inputenc\';\n";
+
+ $result .= "\n##########\n# Output #\n##########\n";
+ $result .= "\$config_output_format = \'$config_output_format\';\n";