ports/74442: Upgrade multimedia/dvdrip to the latest revision.

Frank Mayhar frank at exit.com
Sat Nov 27 05:50:17 UTC 2004


>Number:         74442
>Category:       ports
>Synopsis:       Upgrade multimedia/dvdrip to the latest revision.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 27 05:50:17 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Frank Mayhar
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
Exit Consulting
>Environment:
System: FreeBSD realtime.exit.com 4.10-STABLE FreeBSD 4.10-STABLE #2: Thu Sep 16 20:46:06 PDT 2004 frank at realtime.exit.com:/usr/obj/usr/src/sys/REALTIME i386

	This brings multimedia/dvdrip up to 0.51.2 from 0.50.18; this requires the
	latest version of transcode, 0.6.14 (see ports/74226).

	I went ahead and did this since I needed it and you may as well get the benefit
	of my work.

	Again, only tested (so far) on 4-stable.


Index: dvdrip/Makefile
===================================================================
RCS file: /cvs/repos/ports/multimedia/dvdrip/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- dvdrip/Makefile	31 Oct 2004 11:25:07 -0000	1.20
+++ dvdrip/Makefile	27 Nov 2004 05:14:47 -0000
@@ -7,9 +7,9 @@
 
 PORTNAME=	dvdrip
 PORTREVISION=	1
-PORTVERSION=	0.50.18
+PORTVERSION=	0.51.2
 CATEGORIES=	multimedia
-MASTER_SITES=	http://www.exit1.org/dvdrip/dist/
+MASTER_SITES=	http://www.exit1.org/dvdrip/dist/pre/
 DISTNAME=	Video-DVDRip-${PORTVERSION}
 
 MAINTAINER=	lofi at freebsd.org
@@ -29,6 +29,7 @@
 		ogmmerge:${PORTSDIR}/multimedia/ogmtools \
 		transcode:${PORTSDIR}/multimedia/transcode \
 		vcdimager:${PORTSDIR}/multimedia/vcdimager \
+		${SITE_PERL}/Locale/Messages.pm:${PORTSDIR}/devel/p5-Locale-libintl \
 		${BUILD_DEPENDS}
 BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk \
 		${SITE_PERL}/${PERL_ARCH}/Gtk/Gdk/Pixbuf.pm:${PORTSDIR}/x11-toolkits/p5-GdkPixbuf
Index: dvdrip/distinfo
===================================================================
RCS file: /cvs/repos/ports/multimedia/dvdrip/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- dvdrip/distinfo	4 Jun 2004 15:59:24 -0000	1.7
+++ dvdrip/distinfo	22 Nov 2004 15:56:34 -0000
@@ -1,2 +1,2 @@
-MD5 (Video-DVDRip-0.50.18.tar.gz) = bb2a3f48354958bc7d1c6a06263e66c8
-SIZE (Video-DVDRip-0.50.18.tar.gz) = 233184
+MD5 (Video-DVDRip-0.51.2.tar.gz) = c595e53398cd8be7ec56078f97735af9
+SIZE (Video-DVDRip-0.51.2.tar.gz) = 416527
Index: dvdrip/pkg-plist
===================================================================
RCS file: /cvs/repos/ports/multimedia/dvdrip/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- dvdrip/pkg-plist	24 Oct 2003 12:02:53 -0000	1.6
+++ dvdrip/pkg-plist	27 Nov 2004 05:29:26 -0000
@@ -94,6 +94,10 @@
 %%SITE_PERL%%/Video/DVDRip/TranscodeRC.pm
 %%SITE_PERL%%/Video/DVDRip/icon.xpm
 %%SITE_PERL%%/Video/DVDRip/splash.png
+%%SITE_PERL%%/LocaleData/cs/LC_MESSAGES/video.dvdrip.mo
+%%SITE_PERL%%/LocaleData/de/LC_MESSAGES/video.dvdrip.mo
+%%SITE_PERL%%/LocaleData/es/LC_MESSAGES/video.dvdrip.mo
+%%SITE_PERL%%/LocaleData/fr/LC_MESSAGES/video.dvdrip.mo
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Video/DVDRip/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Video/DVDRip
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Video 2>/dev/null || true
@@ -108,3 +112,12 @@
 @dirrm %%SITE_PERL%%/Video/DVDRip/CPAN
 @dirrm %%SITE_PERL%%/Video/DVDRip
 @unexec rmdir %D/%%SITE_PERL%%/Video 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/LocaleData/cs/LC_MESSAGES 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/LocaleData/de/LC_MESSAGES 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/LocaleData/es/LC_MESSAGES 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/LocaleData/fr/LC_MESSAGES 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/LocaleData/cs 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/LocaleData/de 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/LocaleData/es 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/LocaleData/fr 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/LocaleData 2>/dev/null || true
Index: dvdrip/files/patch-lib::Video::DVDRip::Config.pm
===================================================================
RCS file: /cvs/repos/ports/multimedia/dvdrip/files/patch-lib::Video::DVDRip::Config.pm,v
retrieving revision 1.5
diff -u -r1.5 patch-lib::Video::DVDRip::Config.pm
--- dvdrip/files/patch-lib::Video::DVDRip::Config.pm	11 Jun 2004 21:48:48 -0000	1.5
+++ dvdrip/files/patch-lib::Video::DVDRip::Config.pm	27 Nov 2004 04:58:02 -0000
@@ -1,42 +1,39 @@
---- lib/Video/DVDRip/Config.pm.orig	Sun Jun  1 18:01:40 2003
-+++ lib/Video/DVDRip/Config.pm	Sun Jun  1 18:07:08 2003
-@@ -51,14 +51,9 @@
+--- lib/Video/DVDRip/Config.pm.orig	Sun Apr 11 16:36:19 2004
++++ lib/Video/DVDRip/Config.pm	Fri Nov 26 20:56:30 2004
+@@ -52,19 +52,14 @@
  		value => 4.2,
  	},
  	dvd_device => {
--		label => "DVD device",
+-		label => __"DVD device",
 -		type => 'file',
 -		value => "/dev/dvd",
 -	},
 -	dvd_mount_point => {
- 		label => "DVD mount point",
+ 		label => __"DVD mount point",
 -		type => 'dir',
 +		type => 'file',
-		value => "/cdrom",
+ 		value => "/cdrom",
  	},
  	writer_device => {
- 		label => "Writer device file",
-@@ -58,7 +58,7 @@
- 	writer_device => {
- 		label => "Writer device file",
+ 		label => __"Writer device file",
  		type => 'file',
 -		value => "/dev/cdrom",
 +		value => "/dev/cd0c",
  	},
  	eject_command => {
- 		label => "Eject Command",
-@@ -91,7 +86,7 @@
+ 		label => __"Eject Command",
+@@ -92,7 +87,7 @@
  	play_stdin_command => {
- 		label => "STDIN player command",
+ 		label => __"STDIN player command",
  		type  => 'string',
 -		value => 'xine stdin://mpeg2 -g -pq -a %a',
 +		value => 'mplayer -aid %(%a+128) -',
  		presets => [
  			'mplayer -aid %(%a+128) -',
  			'xine stdin://mpeg2 -g -pq -a %a',
-@@ -147,11 +147,10 @@
+@@ -148,11 +143,10 @@
  	default_video_codec => {
- 		label => "Default video codec",
+ 		label => __"Default video codec",
  		type  => 'string',
 -		value => 'divx4',
 +		value => 'xvid4',
@@ -48,25 +45,25 @@
  			"ffmpeg","fame","af6"
  		],
  	},
-@@ -181,7 +176,7 @@
+@@ -187,7 +181,7 @@
  	burn_cdrecord_cmd => {
- 		label => "cdrecord command",
+ 		label => __"cdrecord command",
  		type  => 'string',
 -		value => '/usr/lib/xcdroast-0.98/bin/xcdrwrap CDRECORD',
 +		value => 'cdrecord',
  		presets => [
  			'/usr/lib/xcdroast-0.98/bin/xcdrwrap CDRECORD',
  			'cdrecord',
-@@ -235,7 +230,7 @@
+@@ -303,7 +297,7 @@
  
  my @CONFIG_ORDER = (
- 	"Filesystem" => [qw(
+ 	__"Filesystem" => [qw(
 -		dvd_device         dvd_mount_point
 +		dvd_device
  		base_project_dir   dvdrip_files_dir
  		ogg_file_ext
  	)],
-@@ -617,8 +617,8 @@
+@@ -758,8 +752,8 @@
  sub test_play_file_command  	{ _executable (@_) 	}
  sub test_play_stdin_command 	{ _executable (@_) 	}
  sub test_rar_command 		{ _executable (@_) 	}
Index: dvdrip/files/patch-lib::Video::DVDRip::GUI::Project::BurnTab.pm
===================================================================
RCS file: /cvs/repos/ports/multimedia/dvdrip/files/patch-lib::Video::DVDRip::GUI::Project::BurnTab.pm,v
retrieving revision 1.2
diff -u -r1.2 patch-lib::Video::DVDRip::GUI::Project::BurnTab.pm
--- dvdrip/files/patch-lib::Video::DVDRip::GUI::Project::BurnTab.pm	22 Feb 2004 11:52:08 -0000	1.2
+++ dvdrip/files/patch-lib::Video::DVDRip::GUI::Project::BurnTab.pm	27 Nov 2004 05:00:07 -0000
@@ -1,21 +1,21 @@
---- lib/Video/DVDRip/GUI/Project/BurnTab.pm.orig	Sun Feb 22 12:33:01 2004
-+++ lib/Video/DVDRip/GUI/Project/BurnTab.pm	Sun Feb 22 12:33:22 2004
-@@ -550,18 +550,6 @@
+--- lib/Video/DVDRip/GUI/Project/BurnTab.pm.orig	Fri Nov 26 20:59:02 2004
++++ lib/Video/DVDRip/GUI/Project/BurnTab.pm	Fri Nov 26 20:59:05 2004
+@@ -551,18 +551,6 @@
  	$button_box->show;
  	$frame_vbox->pack_start ($button_box, 0, 1, 0);
  
 -	# Eject Button
--	$button = Gtk::Button->new_with_label (" Open burner tray ");
+-	$button = Gtk::Button->new_with_label (__"Open burner tray");
 -	$button->show;
 -	$button->signal_connect ("clicked", sub { $self->eject_media } );
 -	$button_box->pack_start ($button, 0, 1, 0);
 -
 -	# Insert Button
--	$button = Gtk::Button->new_with_label (" Close burner tray ");
+-	$button = Gtk::Button->new_with_label (__"Close burner tray");
 -	$button->show;
 -	$button->signal_connect ("clicked", sub { $self->insert_media } );
 -	$button_box->pack_start ($button, 0, 1, 0);
 -
  	# Blank CD-RW button
- 	$button = Gtk::Button->new_with_label (" Blank CD-RW ");
+ 	$button = Gtk::Button->new_with_label (__"Blank CD-RW");
  	$button->show;
Index: dvdrip/files/patch-lib::Video::DVDRip::GUI::Project::TitleTab.pm
===================================================================
RCS file: /cvs/repos/ports/multimedia/dvdrip/files/patch-lib::Video::DVDRip::GUI::Project::TitleTab.pm,v
retrieving revision 1.1
diff -u -r1.1 patch-lib::Video::DVDRip::GUI::Project::TitleTab.pm
--- dvdrip/files/patch-lib::Video::DVDRip::GUI::Project::TitleTab.pm	23 Jun 2003 12:58:06 -0000	1.1
+++ dvdrip/files/patch-lib::Video::DVDRip::GUI::Project::TitleTab.pm	27 Nov 2004 05:01:28 -0000
@@ -1,12 +1,12 @@
---- lib/Video/DVDRip/GUI/Project/TitleTab.pm.orig	Fri Jun 20 03:15:39 2003
-+++ lib/Video/DVDRip/GUI/Project/TitleTab.pm	Fri Jun 20 03:16:55 2003
-@@ -60,30 +60,6 @@
+--- lib/Video/DVDRip/GUI/Project/TitleTab.pm.orig	Fri Nov 26 21:00:41 2004
++++ lib/Video/DVDRip/GUI/Project/TitleTab.pm	Fri Nov 26 21:00:43 2004
+@@ -61,30 +61,6 @@
  	$hbox->pack_start ( $button, 0, 1, 0);
  #	$hbox->pack_start ( $label, 0, 1, 0);
  
 -        # Eject Button
 -        $button = Gtk::Button->new_with_label (
--                " Open DVD tray"
+-                __"Open DVD tray"
 -        );
 -        $button->show;
 -        $button->signal_connect ("clicked",
@@ -18,7 +18,7 @@
 -
 -        # Insert Button
 -        $button = Gtk::Button->new_with_label (
--                " Close DVD tray "
+-                __"Close DVD tray"
 -        );
 -        $button->show;
 -        $button->signal_connect ("clicked",
Index: dvdrip/files/patch-lib::Video::DVDRip::GUI::Project::TranscodeTab.pm
===================================================================
RCS file: /cvs/repos/ports/multimedia/dvdrip/files/patch-lib::Video::DVDRip::GUI::Project::TranscodeTab.pm,v
retrieving revision 1.4
diff -u -r1.4 patch-lib::Video::DVDRip::GUI::Project::TranscodeTab.pm
--- dvdrip/files/patch-lib::Video::DVDRip::GUI::Project::TranscodeTab.pm	11 Jun 2004 21:48:48 -0000	1.4
+++ dvdrip/files/patch-lib::Video::DVDRip::GUI::Project::TranscodeTab.pm	27 Nov 2004 05:03:16 -0000
@@ -1,6 +1,6 @@
---- lib/Video/DVDRip/GUI/Project/TranscodeTab.pm.orig	Mon Jun  2 15:41:16 2003
-+++ lib/Video/DVDRip/GUI/Project/TranscodeTab.pm	Mon Jun  2 16:04:28 2003
-@@ -1269,14 +1269,14 @@
+--- lib/Video/DVDRip/GUI/Project/TranscodeTab.pm.orig	Fri Nov 26 21:01:42 2004
++++ lib/Video/DVDRip/GUI/Project/TranscodeTab.pm	Fri Nov 26 21:02:28 2004
+@@ -1272,14 +1272,14 @@
  		if ( $self->version ("transcode") < 609 ) {
  			$widgets->{tc_video_codec_combo}
  				->set_popdown_strings(
Index: dvdrip/files/patch-lib::Video::DVDRip::Project.pm
===================================================================
RCS file: /cvs/repos/ports/multimedia/dvdrip/files/patch-lib::Video::DVDRip::Project.pm,v
retrieving revision 1.1
diff -u -r1.1 patch-lib::Video::DVDRip::Project.pm
--- dvdrip/files/patch-lib::Video::DVDRip::Project.pm	16 Jan 2003 02:17:53 -0000	1.1
+++ dvdrip/files/patch-lib::Video::DVDRip::Project.pm	27 Nov 2004 05:05:01 -0000
@@ -1,6 +1,6 @@
---- lib/Video/DVDRip/Project.pm.orig	Fri Jan  3 15:22:00 2003
-+++ lib/Video/DVDRip/Project.pm		Fri Jan  3 15:24:34 2003
-@@ -272,7 +272,7 @@
+--- lib/Video/DVDRip/Project.pm.orig	Fri Nov 26 21:04:22 2004
++++ lib/Video/DVDRip/Project.pm		Fri Nov 26 21:04:24 2004
+@@ -295,7 +295,7 @@
  	my $dir;
  
  	if ( $mode eq 'rip' or $mode eq 'dvd' ) {
@@ -9,7 +9,7 @@
  
  	} elsif ( $mode eq 'dvd_image' ) {
  		$dir = $self->dvd_image_dir;
-@@ -445,7 +445,7 @@
+@@ -336,7 +336,7 @@
  	
  	return 1 if $self->rip_mode eq 'dvd_image';
  	
@@ -18,16 +18,16 @@
  
  	return 1 if -d "$dvd_mount_point/video_ts";
  	return 1 if -d "$dvd_mount_point/VIDEO_TS";
-@@ -457,7 +457,7 @@
+@@ -348,7 +348,7 @@
  	
  	return 1 if $self->rip_mode eq 'dvd_image';
  
 -	my $dvd_mount_point = $self->config('dvd_mount_point');
 +	my $dvd_mount_point = $self->config('dvd_device');
  
- 	$self->log ("Mounting DVD at $dvd_mount_point");
+ 	$self->log (__x("Mounting DVD at {mount_point}", mount_point => $dvd_mount_point));
  
-@@ -476,7 +476,7 @@
+@@ -367,7 +367,7 @@
  	
  	return 1 if $self->rip_mode eq 'dvd_image';
  
>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list