pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/disc-cover while the future of this pkg is somew...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49f8b187c1b3
branches:  trunk
changeset: 515521:49f8b187c1b3
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Jul 03 18:45:24 2006 +0000

description:
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:

 audio/disc-cover/Makefile         |   5 ++---
 audio/disc-cover/PLIST            |   5 ++++-
 audio/disc-cover/distinfo         |  10 +++++-----
 audio/disc-cover/patches/patch-aa |  30 +++---------------------------
 4 files changed, 14 insertions(+), 36 deletions(-)

diffs (92 lines):

diff -r e0f3f145680d -r 49f8b187c1b3 audio/disc-cover/Makefile
--- a/audio/disc-cover/Makefile Mon Jul 03 15:51:46 2006 +0000
+++ b/audio/disc-cover/Makefile Mon Jul 03 18:45:24 2006 +0000
@@ -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 -r e0f3f145680d -r 49f8b187c1b3 audio/disc-cover/PLIST
--- a/audio/disc-cover/PLIST    Mon Jul 03 15:51:46 2006 +0000
+++ b/audio/disc-cover/PLIST    Mon Jul 03 18:45:24 2006 +0000
@@ -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 -r e0f3f145680d -r 49f8b187c1b3 audio/disc-cover/distinfo
--- a/audio/disc-cover/distinfo Mon Jul 03 15:51:46 2006 +0000
+++ b/audio/disc-cover/distinfo Mon Jul 03 18:45:24 2006 +0000
@@ -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 -r e0f3f145680d -r 49f8b187c1b3 audio/disc-cover/patches/patch-aa
--- a/audio/disc-cover/patches/patch-aa Mon Jul 03 15:51:46 2006 +0000
+++ b/audio/disc-cover/patches/patch-aa Mon Jul 03 18:45:24 2006 +0000
@@ -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 @@
  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";



Home | Main Index | Thread Index | Old Index