diff options
author | drochner <drochner@pkgsrc.org> | 2006-07-03 18:45:24 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-07-03 18:45:24 +0000 |
commit | 228b72d7415843a00fb323838f68d22c98508df0 (patch) | |
tree | 578970111bcc695a1860298f7155de8ac198ad22 /audio/disc-cover/patches | |
parent | 71f60d92a024e4bc6c6fbb6d25877a670ee999b5 (diff) | |
download | pkgsrc-228b72d7415843a00fb323838f68d22c98508df0.tar.gz |
while the future of this pkg is somewhat uncertain, due to the demise
of cddb just announced,
update to 1.5.6
changes:
- fixed: better handling of double disc titles
- fixed: isolatin1 is removed from the userpackages
- fixed: AllMusic works again (new layout of website)
- added: new template paper-box, picture
- added: added option template_list, which generates list of feasible templates
- changed: better regular expression for getting covers from AllMusic.com
- fixed: proper encoding of languages through inputenc package
Diffstat (limited to 'audio/disc-cover/patches')
-rw-r--r-- | audio/disc-cover/patches/patch-aa | 30 |
1 files changed, 3 insertions, 27 deletions
diff --git a/audio/disc-cover/patches/patch-aa b/audio/disc-cover/patches/patch-aa index d3983879542..5e344ed764a 100644 --- a/audio/disc-cover/patches/patch-aa +++ b/audio/disc-cover/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2006/05/31 15:11:09 drochner Exp $ +$NetBSD: patch-aa,v 1.5 2006/07/03 18:45:25 drochner Exp $ ---- disc-cover.orig 2003-11-09 22:45:05.000000000 +0100 +--- disc-cover.orig 2006-06-20 14:16:24.000000000 +0200 +++ disc-cover -@@ -39,13 +39,14 @@ my $cvs_id_string = '$Id: disc-cover,v 1 +@@ -39,7 +39,7 @@ 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,27 +11,3 @@ $NetBSD: patch-aa,v 1.4 2006/05/31 15:11:09 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"; |