summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2006-01-20 02:52:26 +0000
committerlioux <lioux@FreeBSD.org>2006-01-20 02:52:26 +0000
commit575673dc711747d2dc8fa1c69308a979f7da0a76 (patch)
tree05b3eb9851906a5fb2371814292a590bc0cd62d7 /multimedia
parentce6c3046e5164cdd567976b541aff129b69f4d7e (diff)
downloadFreeBSD-ports-575673dc711747d2dc8fa1c69308a979f7da0a76.zip
FreeBSD-ports-575673dc711747d2dc8fa1c69308a979f7da0a76.tar.gz
o Add a few parameters to growisofs(1m) command line:
'-use-the-force-luke=dao' o Bump PORTREVISION
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ldvd/Makefile2
-rw-r--r--multimedia/ldvd/files/patch-ldvd11
2 files changed, 12 insertions, 1 deletions
diff --git a/multimedia/ldvd/Makefile b/multimedia/ldvd/Makefile
index 9e44574..0611b7b 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 0000000..038d776
--- /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";
+ }
OpenPOWER on IntegriCloud