--- dvd-slideshow-0.8.2.orig/debian/rules +++ dvd-slideshow-0.8.2/debian/rules @@ -0,0 +1,58 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +include /usr/share/quilt/quilt.make + +build: build-stamp +build-stamp: debian/stamp-patched + dh_testdir + + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + + dh_clean ChangeLog + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs usr/bin usr/share/doc/dvd-slideshow/html + + cp dvd-slideshow \ + dvd-menu \ + gallery1-to-slideshow \ + jigl2slideshow \ + dir2slideshow \ + debian/dvd-slideshow/usr/bin + cp doc/*.html debian/dvd-slideshow/usr/share/doc/dvd-slideshow/html + cp dvd-slideshowrc debian/dvd-slideshow/usr/share/doc/dvd-slideshow + + html2text doc/changelog.html > ChangeLog + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs TODO.txt + dh_installman man/*.1 + dh_link + dh_strip + dh_compress -Xusr/share/doc/dvd-slideshow/html/changelog.html + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- dvd-slideshow-0.8.2.orig/debian/copyright +++ dvd-slideshow-0.8.2/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Christian Marillat on +Sun, 25 Jan 2004 19:00:22 +0100. + +It was downloaded from http://dvd-slideshow.sourceforge.net/wiki/Main_Page + +Upstream Author: Scott Dylewski + +Copyright: 2004-2007 Scott Dylewski + + You should have received a copy of the GNU General Public License with the + Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; if + not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth + Floor, Boston, MA 02110-1301, USA. --- dvd-slideshow-0.8.2.orig/debian/manpages +++ dvd-slideshow-0.8.2/debian/manpages @@ -0,0 +1 @@ +man/*.1 --- dvd-slideshow-0.8.2.orig/debian/compat +++ dvd-slideshow-0.8.2/debian/compat @@ -0,0 +1 @@ +7 --- dvd-slideshow-0.8.2.orig/debian/watch +++ dvd-slideshow-0.8.2/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/dvd-slideshow/dvd-slideshow-(.*)\.tar\.gz --- dvd-slideshow-0.8.2.orig/debian/changelog +++ dvd-slideshow-0.8.2/debian/changelog @@ -0,0 +1,171 @@ +dvd-slideshow (0.8.2-0.0ubuntu2) jaunty; urgency=low + + * Depends on libavcodec-unstripped-52 (LP: #294502). + + -- Alessio Treglia Mon, 12 Jan 2009 20:50:36 +0100 + +dvd-slideshow (0.8.2-0.0ubuntu1) jaunty; urgency=low + + * Merge from debian multimedia (LP: #294502). + * Added libsox-fmt-all to Build-Depends. + + -- Alessio Treglia Thu, 08 Jan 2009 14:49:00 +0100 + +dvd-slideshow (0.8.2-0.0) unstable; urgency=low + + * New upstream release. + * Rework all patches. + + -- Christian Marillat Fri, 05 Dec 2008 10:26:36 +0100 + +dvd-slideshow (0.8.0-0.3) unstable; urgency=low + + * Added patch from Ian Campbell to enable the widescreen option and fix + audio bitrate with new ffmpeg version. + + -- Christian Marillat Sat, 19 Jan 2008 15:58:20 +0100 + +dvd-slideshow (0.8.0-0.2) unstable; urgency=low + + * debian/copyright : Update upstream homepage. + * Added patch from Daniel Boggasch to fix audio bitrate encoding with + latest ffmpeg. + + -- Christian Marillat Sun, 10 Jun 2007 14:53:05 +0200 + +dvd-slideshow (0.8.0-0.1) unstable; urgency=high + + * dvd-slideshow was not installed in the package. + + -- Christian Marillat Tue, 13 Mar 2007 02:18:59 +0100 + +dvd-slideshow (0.8.0-0.0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #163074). + * debian/compat: + - Bump compatibility to 5. + * debian/control: + - Build-depend on debhelper (>= 5). + - Move debhelper and dpatch to Build-Depends. + - Bump Standards-Version to 3.8.0. + - Update Maintainer field as per spec (LP: #230350). + * debian/rules: + - Adjust install of html files. + * debian/patches/01_dvd-burn.dpatch: + - Adjusted for new upstream release. + * debian/patches/02_fix-lsof-path.dpatch: + - Dropped, upstream managed this in a different way. + + -- Luca Falavigna Mon, 09 Jun 2008 22:35:39 +0200 + +dvd-slideshow (0.8.0-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Thu, 1 Mar 2007 16:46:06 +0100 + +dvd-slideshow (0.7.5-0.0ubuntu1) gutsy; urgency=low + + * Fix the path where lsof is located. (Closes: LP#139033) + + -- Chuck Short Fri, 14 Sep 2007 11:51:54 -0400 + +dvd-slideshow (0.7.5-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 11 Mar 2006 09:36:20 +0100 + +dvd-slideshow (0.7.4-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 1 Feb 2006 16:20:57 +0100 + +dvd-slideshow (0.7.3-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Fri, 27 Jan 2006 17:11:17 +0100 + +dvd-slideshow (0.7.2-0.1) unstable; urgency=low + + * Patch to not call cdrecord with sudo in dvd-burn, thanks to Slaanesh. + + -- Christian Marillat Wed, 18 Jan 2006 09:11:37 +0100 + +dvd-slideshow (0.7.2-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sun, 1 Jan 2006 13:47:24 +0100 + +dvd-slideshow (0.7.1-0.2) unstable; urgency=low + + * Change architecture to all. + + -- Christian Marillat Tue, 23 Aug 2005 15:54:25 +0200 + +dvd-slideshow (0.7.1-0.1) unstable; urgency=low + + * Add jhead in Recommends (needed by dir2slideshow for -T option). Thanks + to Jens Nachtigall. + + -- Christian Marillat Thu, 18 Aug 2005 14:40:34 +0200 + +dvd-slideshow (0.7.1-0.0) unstable; urgency=low + + * New upstream release. + * Move dvd-slideshowrc template config file in the doc directory. + + -- Christian Marillat Fri, 4 Mar 2005 10:02:58 +0100 + +dvd-slideshow (0.7.0-1) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Sat, 19 Feb 2005 09:40:15 +0100 + +dvd-slideshow (0.6.0-0.1) unstable; urgency=low + + * Add dir2slideshow in the package (Thanks to Andrea Bedini). + + -- Christian Marillat Wed, 18 Aug 2004 14:28:20 +0200 + +dvd-slideshow (0.6.0-0.0) unstable; urgency=low + + * New upstream release. + * Add ffmpeg in Depends + + -- Christian Marillat Tue, 4 May 2004 10:57:10 +0200 + +dvd-slideshow (0.5.4-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Fri, 5 Mar 2004 19:42:12 +0100 + +dvd-slideshow (0.5.2-0.2) unstable; urgency=low + + * Fix path for default fonts and add dependency for gsfonts + + -- Christian Marillat Tue, 17 Feb 2004 09:48:04 +0100 + +dvd-slideshow (0.5.2-0.1) unstable; urgency=low + + * debian/control Add sox + + -- Christian Marillat Mon, 26 Jan 2004 13:43:46 +0100 + +dvd-slideshow (0.5.2-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Mon, 26 Jan 2004 10:43:44 +0100 + +dvd-slideshow (0.5.0-0.0) unstable; urgency=low + + * Initial Release. + + -- Christian Marillat Sun, 25 Jan 2004 19:00:22 +0100 + --- dvd-slideshow-0.8.2.orig/debian/control +++ dvd-slideshow-0.8.2/debian/control @@ -0,0 +1,32 @@ +Source: dvd-slideshow +Section: graphics +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Christian Marillat +Homepage: http://dvd-slideshow.sourceforge.net/ +Bugs: mailto:marillat@debian.org +Standards-Version: 3.8.0 +Build-Depends: debhelper (>= 7), quilt + +Package: dvd-slideshow +Architecture: all +Depends: dvdauthor (>= 0.6.9), mjpegtools (>= 1.8.0), imagemagick, gsfonts, ffmpeg (>= 0.4.8), sox, netpbm, libsox-fmt-all, libavcodec-unstripped-52 +Recommends: lame, toolame, jhead +Description: tools to create dvd slideshow with menus + dvd-slideshow + This is the main script. It generates a DVD-compatible MPEG2 video file + with audio from a text file input listing of pictures and effects. + . + dvd-menu + Creates a simple DVD menu with buttons that link to MPEG2 files generated + with dvd-slideshow or ones that you have created yourself. + . + gallery2slideshow + Instead of a GUI to create slideshows, I already have almost everything + set up from my web page that uses the Gallery program. I figured it + wouldn't be that hard to just get a listing of all the images in a given + album (sub-albums not supported!) and to generate an appropriate input + file to dvd-slideshow. + . + jigl2slideshow + Does the same thing as gallery2slideshow, but works on a jigl gallery --- dvd-slideshow-0.8.2.orig/debian/patches/02_dvd-menu.patch +++ dvd-slideshow-0.8.2/debian/patches/02_dvd-menu.patch @@ -0,0 +1,13 @@ +Index: dvd-slideshow-0.8.2-2/dvd-menu +=================================================================== +--- dvd-slideshow-0.8.2-2.orig/dvd-menu 2008-12-05 08:49:08.000000000 +0100 ++++ dvd-slideshow-0.8.2-2/dvd-menu 2008-12-05 10:22:11.000000000 +0100 +@@ -826,7 +826,7 @@ + -c) shift; continuous=1 ; continuous_method=1 ;; + -D) shift; no_dvdauthor=1 ;; + # -W) shift; no_white=1 ;; +-# -w) shift; widescreen=1 ;; # not supported in dvdauthor ++ -w) shift; widescreen=1 ;; # not supported in dvdauthor + -L) shift; low_quality=1 ;; + -H) shift; high_quality=1 ;; # not used yet... + -M) shift; high_quality=0 ; low_quality=0 ;; # Force normal quality --- dvd-slideshow-0.8.2.orig/debian/patches/01_dvd-burn.patch +++ dvd-slideshow-0.8.2/debian/patches/01_dvd-burn.patch @@ -0,0 +1,11 @@ +Index: dvd-slideshow-0.8.2-2/dvd-burn +=================================================================== +--- dvd-slideshow-0.8.2-2.orig/dvd-burn 2007-02-09 17:44:41.000000000 +0100 ++++ dvd-slideshow-0.8.2-2/dvd-burn 2008-12-05 10:13:50.000000000 +0100 +@@ -2,5 +2,5 @@ + + # example dvd burning command. I use this to burn a dvd iso image + +-sudo cdrecord -v driveropts=burnfree -eject -dao dev=ATAPI:0,0,0 $1 ++cdrecord -v driveropts=burnfree -eject -dao dev=ATAPI:0,0,0 $1 + --- dvd-slideshow-0.8.2.orig/debian/patches/series +++ dvd-slideshow-0.8.2/debian/patches/series @@ -0,0 +1,2 @@ +01_dvd-burn.patch +02_dvd-menu.patch