aboutsummaryrefslogtreecommitdiff
path: root/multimedia/dvdrip/files/patch-lib::Video::DVDRip::Title.pm
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/dvdrip/files/patch-lib::Video::DVDRip::Title.pm')
-rw-r--r--multimedia/dvdrip/files/patch-lib::Video::DVDRip::Title.pm33
1 files changed, 0 insertions, 33 deletions
diff --git a/multimedia/dvdrip/files/patch-lib::Video::DVDRip::Title.pm b/multimedia/dvdrip/files/patch-lib::Video::DVDRip::Title.pm
deleted file mode 100644
index be8f553defff..000000000000
--- a/multimedia/dvdrip/files/patch-lib::Video::DVDRip::Title.pm
+++ /dev/null
@@ -1,33 +0,0 @@
---- lib/Video/DVDRip/Title.pm.orig Wed Dec 29 20:15:48 2004
-+++ lib/Video/DVDRip/Title.pm Wed Dec 29 20:16:44 2004
-@@ -2205,10 +2205,10 @@
-
- $command .=
- "dr_exec avimerge".
-- " -i $avi_file".
- " -p $audio_file".
- " -a $target_nr".
-- " -o $avi_file.merged &&".
-+ " -o $avi_file.merged".
-+ " -i $avi_file &&".
- " mv $avi_file.merged $avi_file &&".
- " rm $audio_file &&".
- " echo DVDRIP_SUCCESS";
-@@ -2595,7 +2595,7 @@
- my $target_file = $self->preview_filename( type => $type );
-
- my $catch = $self->system (
-- command => "identify -ping $source_file"
-+ command => "identify $source_file"
- );
- my ($width, $height);
- ($width, $height) = ( $catch =~ /(\d+)x(\d+)/ );
-@@ -2653,7 +2653,7 @@
- }
-
- my $catch = $self->system (
-- command => "identify -ping $source_file"
-+ command => "identify $source_file"
- );
- my ($width, $height);
- ($width, $height) = ( $catch =~ /(\d+)x(\d+)/ );