summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner>2006-07-03 18:45:24 +0000
committerdrochner <drochner>2006-07-03 18:45:24 +0000
commit6d6dc416c2429353d2da8495c9457aed08ab36fd (patch)
tree578970111bcc695a1860298f7155de8ac198ad22
parentca5ef6fb979d9fe78cc18cdb13245f20973974b5 (diff)
downloadpkgsrc-6d6dc416c2429353d2da8495c9457aed08ab36fd.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
-rw-r--r--audio/disc-cover/Makefile5
-rw-r--r--audio/disc-cover/PLIST5
-rw-r--r--audio/disc-cover/distinfo10
-rw-r--r--audio/disc-cover/patches/patch-aa30
4 files changed, 14 insertions, 36 deletions
diff --git a/audio/disc-cover/Makefile b/audio/disc-cover/Makefile
index 2fd11d6ad89..718bda30d0c 100644
--- a/audio/disc-cover/Makefile
+++ b/audio/disc-cover/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2006/05/31 15:11:09 drochner Exp $
+# $NetBSD: Makefile,v 1.21 2006/07/03 18:45:24 drochner Exp $
#
-DISTNAME= disc-cover-1.5.4
-PKGREVISION= 1
+DISTNAME= disc-cover-1.5.6
CATEGORIES= audio
MASTER_SITES= http://www.vanhemert.co.uk/files/
diff --git a/audio/disc-cover/PLIST b/audio/disc-cover/PLIST
index 5ddb45046a0..2c0172ebaec 100644
--- a/audio/disc-cover/PLIST
+++ b/audio/disc-cover/PLIST
@@ -1,12 +1,15 @@
-@comment $NetBSD: PLIST,v 1.4 2003/12/05 15:16:34 drochner Exp $
+@comment $NetBSD: PLIST,v 1.5 2006/07/03 18:45:24 drochner Exp $
bin/disc-cover
man/man1/disc-cover.1
share/disc-cover/templates/backonly
share/disc-cover/templates/jewel
+share/disc-cover/templates/jewel-picture
share/disc-cover/templates/letter-slim
+share/disc-cover/templates/paper-box
share/disc-cover/templates/sleeve
share/disc-cover/templates/slim
share/disc-cover/templates/tape
+share/disc-cover/templates/tdk-slim
share/disc-cover/templates/tevion-slim
share/disc-cover/templates/x-slim
@dirrm share/disc-cover/templates
diff --git a/audio/disc-cover/distinfo b/audio/disc-cover/distinfo
index 3d8812e1138..c893c4a0ca6 100644
--- a/audio/disc-cover/distinfo
+++ b/audio/disc-cover/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2006/05/31 15:11:09 drochner Exp $
+$NetBSD: distinfo,v 1.13 2006/07/03 18:45:24 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) = 677e012c56b08a06ad4d1bc557f786af7ab6bdf1
+SHA1 (disc-cover-1.5.6.tar.gz) = 83d5ed56e955219ca71f66900b9873f1a8999384
+RMD160 (disc-cover-1.5.6.tar.gz) = 946dc1854425876dffb122b949af277958eda2a4
+Size (disc-cover-1.5.6.tar.gz) = 52749 bytes
+SHA1 (patch-aa) = 599f6715726d2d23c99c412e578394efa6174593
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";