o Add a few parameters to growisofs(1m) command line:

'-use-the-force-luke=dao'
o Bump PORTREVISION
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2006-01-20 02:52:26 +00:00
parent 14e287c6ab
commit 4ea98c1094
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153951
2 changed files with 12 additions and 1 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= ldvd
PORTVERSION= 2.0.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://ftp-master.debian-unofficial.org/contrib/vedran/ldvd/${PORTVERSION}/

View file

@ -0,0 +1,11 @@
--- ldvd.orig Fri Jan 20 00:47:51 2006
+++ ldvd Fri Jan 20 00:49:53 2006
@@ -1325,7 +1325,7 @@
elsif ($SETTINGS{'BURN_MODE'} == 2) ## DVD brennen
{ my $dvd_device = $brenner_entry->get_text ();
if ($dvd_device ne "" && -d $SETTINGS{'PATH'} . "/" . $DVD_INFO{'DISC_TITLE'} . "/dvd")
- { my $extra_opts = " -V \'" . $entry_title->get_text () . "\' -dvd-video -udf";
+ { my $extra_opts = " -V \'" . $entry_title->get_text () . "\' -dvd-video -use-the-force-luke=dao -udf";
if ($SETTINGS{'DVD_COMPAT'} == 1)
{ $extra_opts .= " -dvd-compat";
}