diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-01-20 02:52:26 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-01-20 02:52:26 +0000 |
commit | 4ea98c109475ca032ecadf339db31e1373c7ae6c (patch) | |
tree | ae11380d54febdf9d3c8b1f8f4c52fb3b093f444 /multimedia/ldvd | |
parent | 14e287c6aba68ada59ed09dfe0869db55c767dfd (diff) |
o Add a few parameters to growisofs(1m) command line:
'-use-the-force-luke=dao'
o Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=153951
Diffstat (limited to 'multimedia/ldvd')
-rw-r--r-- | multimedia/ldvd/Makefile | 2 | ||||
-rw-r--r-- | multimedia/ldvd/files/patch-ldvd | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/multimedia/ldvd/Makefile b/multimedia/ldvd/Makefile index 9e445749d5a9..0611b7b4109e 100644 --- a/multimedia/ldvd/Makefile +++ b/multimedia/ldvd/Makefile @@ -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}/ diff --git a/multimedia/ldvd/files/patch-ldvd b/multimedia/ldvd/files/patch-ldvd new file mode 100644 index 000000000000..038d776b469a --- /dev/null +++ b/multimedia/ldvd/files/patch-ldvd @@ -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"; + } |