[SCM] dvd-slideshow/master: replace mkisofs -> genisoimage

hpfn-guest at users.alioth.debian.org hpfn-guest at users.alioth.debian.org
Tue Nov 1 14:34:40 UTC 2016


The following commit has been merged in the master branch:
commit f06710c4d7578aec1746dea0973e5737ef9e0ded
Author: Herbert Parentes Fortes Neto <hpfn at debian.org>
Date:   Tue Nov 1 12:09:24 2016 -0200

    replace mkisofs -> genisoimage

diff --git a/debian/patches/02_dvd-menu.patch b/debian/patches/02_dvd-menu.patch
index a911608..48cf9c5 100644
--- a/debian/patches/02_dvd-menu.patch
+++ b/debian/patches/02_dvd-menu.patch
@@ -1,10 +1,24 @@
 Description: Enable dvdauthor's -w option.
+             Change mkisofs -> genisoimage
+Reviewed-by: Herbert Parentes Fortes Neto <hpfn at debian.org>
+Last-Update: 2016-11-01
 ---
- dvd-menu |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ dvd-menu |    
+ 1 file changed
 
+Index: dvd-slideshow/dvd-menu
+===================================================================
 --- dvd-slideshow.orig/dvd-menu
 +++ dvd-slideshow/dvd-menu
+@@ -161,7 +161,7 @@ Options:
+         Create vcd .cue and .bin files (requires vcdimager)
+ 
+  [-iso]
+-        Create iso image with mkisofs when finished.
++        Create iso image with genisoimage when finished.
+ 
+  [-nomenu]
+         Do not create a menu.  Useful for just finishing the 
 @@ -839,7 +839,7 @@ do
  	-c) shift; continuous=1 ; continuous_method=1 ;;
  	-D) shift; no_dvdauthor=1 ;;
@@ -14,3 +28,28 @@ Description: Enable dvdauthor's -w option.
  	-L) shift; low_quality=1 ;;
  	-H) shift; high_quality=1 ;;  # not used yet...
  	-M) shift; high_quality=0 ; low_quality=0 ;;  # Force normal quality
+@@ -1229,8 +1229,8 @@ if [ "$vcd" -eq 1 ] || [ "$svcd" -eq 1 ]
+ 	ac3=0; mp2=1
+ fi
+ 
+-# mkisofs
+-checkforprog mkisofs
++# genisoimage
++checkforprog genisoimage
+ 
+ ################################################## done finding programs
+ 
+@@ -2055,10 +2055,10 @@ if [ "$no_dvdauthor" -eq 0 ] ; then
+ 			echo "supposed to create vcd image"
+ 		else
+ 			myecho "[dvd-menu] Creating iso image dvd.iso"
+-			mkisofs -dvd-video -udf -o dvd.iso "$dvd_dir" 
++			genisoimage -dvd-video -udf -o dvd.iso "$dvd_dir" 
+ 			if [ $? -ne 0 ] ; then
+-				## mkisofs errored
+-				myecho "[dvd-menu] ERROR during mkisofs execution!"
++				## genisoimage errored
++				myecho "[dvd-menu] ERROR during genisoimage execution!"
+ 				myecho "[dvd-menu] see $logfile for details"
+ 				exit 1
+ 			fi

-- 
dvd-slideshow packaging



More information about the pkg-multimedia-commits mailing list