From e11ca736f93ff2df6d92d2975fe667917ee977b3 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 25 Feb 2009 02:53:32 +0000 Subject: [PATCH] Switch from mkisofs to genisoimage --- ChangeLog | 2 ++ README | 4 +++- debian/changelog | 1 + debian/control | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ae1f074..6981b22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ videolink (1.2.6) UNRELEASED; urgency=low * Remove inclusion of Boost header and build-dependency on Boost as these are no longer used + * Mention genisoimage ahead of mkisofs since most distributions are + now shipping cdrkit -- Ben Hutchings Tue, 24 Feb 2009 00:28:21 +0000 diff --git a/README b/README index 6382b26..0fc5f26 100644 --- a/README +++ b/README @@ -29,7 +29,9 @@ VideoLink depends on the following software: To build a complete DVD image you will also need: -- mkisofs +- either of: + - genisoimage (from cdrkit) + - mkisofs (from cdrtools) You will also need a program for producing DVD-suitable MPEG-1 or MPEG-2 video files. diff --git a/debian/changelog b/debian/changelog index dab315d..3094f0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ videolink (1.2.6-1) UNRELEASED; urgency=low * New upstream version - Remove unnecessary build-dependency on libboost-dev + * Change recommendation of mkisofs to genisoimage -- Ben Hutchings Tue, 24 Feb 2009 00:28:21 +0000 diff --git a/debian/control b/debian/control index e2e42cc..15864a8 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: videolink Architecture: any Depends: xvfb, dvdauthor, ffmpeg | mjpegtools, ffmpeg | netpbm, xulrunner-1.9, ${shlibs:Depends} -Recommends: mkisofs, xfonts-base +Recommends: genisoimage, xfonts-base Description: assembles a DVD video filesystem from HTML pages and video files VideoLink is intended to provide a simple way of producing DVDs with attractive and usable menus. It converts HTML pages into DVD menus by -- 2.39.2