--- dvdauthor-0.6.10.orig/debian/compat +++ dvdauthor-0.6.10/debian/compat @@ -0,0 +1 @@ +4 --- dvdauthor-0.6.10.orig/debian/dirs +++ dvdauthor-0.6.10/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- dvdauthor-0.6.10.orig/debian/copyright +++ dvdauthor-0.6.10/debian/copyright @@ -0,0 +1,9 @@ +This package was debianized by Marc Leeman on +Fri, 8 Aug 2003 21:37:16 +0200. + +It was downloaded from http://dvdauthor.sourceforge.net/ + +Upstream Author: Scott Smith + +Copyright: +/usr/share/common-licenses/GPL-2 --- dvdauthor-0.6.10.orig/debian/mpeg2desc.sgml +++ dvdauthor-0.6.10/debian/mpeg2desc.sgml @@ -0,0 +1,126 @@ + + + + 2003-08-10 + + + + mpeg2desc + + 1 + dvdauthor 0.5.3 + + + + mpeg2desc + + + multiplex audio/video streams + + + + + 2003-08-10 + + + mpeg2desc +stream +stream +FILE + + + +< movie.mpg + + + + + 2003-08-10 + + DESCRIPTION + + mpeg2desc multiplexes audio and video streams + + + + OPTIONS + + + -a stream + + + Output audio stream to stdout + + + + + -v stream + + + Output video stream to stdout + + + + + -o FILE + + + output the previous stream to FILE instead of stdout + + + + + -s + + + skip to first valid header -- ensures mplex can handle output + + + + + -m + + + output mplex offset to stdout + + + + + -h + + + show short help + + + + + + + USAGE + + mpeg2desc mpeg2desc [options] < movie.mpg + + + + CAVEATS + + None. + + + + BUGS + + None. + + + + AUTHOR + + + Marc + Leeman + This manual page was written by Marc Leeman <mleeman@users.sourceforge.net>, for the Debian GNU/Linux system (but may be used by others). + + + + --- dvdauthor-0.6.10.orig/debian/dvdauthor.sgml +++ dvdauthor-0.6.10/debian/dvdauthor.sgml @@ -0,0 +1,206 @@ + + + + 2003-08-10 + + + + dvdauthor + + 1 + dvdauthor 0.5.3 + + + + dvdauthor + + + Creates DVD-Video file structure + + + + + 2003-08-10 + + + dvdauthor +VTSBASE + +options +VOBFILE(s) + + + + + 2003-08-10 + + DESCRIPTION + + dvdauthor creates DVD-Video file structure + + + + OPTIONS + + + -v VOPTS + + + VOPTS is a plus (+) separated list of video options. dvdauthor will try to infer any unspecified options. pal, ntsc, 4:3, 16:9, 720xfull, 720x576, 720x480, 704xfull, 704x576, 704x480, 352xfull, 352x576, 352x480, 352xhalf, 352x288, 352x240, nopanscan, noletterbox. Default is ntsc, 4:3, 720xfull + + + + + -a AOPTS + + + AOPTS is a plus (+) separated list of options for an audio track, with each track separated by a comma (,). For example -a ac3+en,mp2+de specifies two audio tracks: the first is an English track encoded in AC3, the second is a German track encoded using MPEG-1 layer 2 compression. ac3, mp2, pcm, dts, 16bps, 20bps, 24bps, drc, surround, nolang, 1ch, 2ch, 3ch, 4ch, 5ch, 6ch, 7ch, 8ch, and any two letter ISO 639 language abbreviation. Default is 1 track, mp2, 20bps, nolang, 2ch. 'ac3' implies drc, 6ch. + + + + + -s SOPTS + + + SOPTS is a plus (+) separated list of options for a subpicture track, with each track separated by a comma (,). nolang and any two letter language abbreviation (see -a) Default is no subpicture tracks. + + + + + -p FILE + + + FILE specifies where to get the subpicture palette. Settable per title and per menu. If the filename ends in .rgb (case insensitive) then it is assumed to be RGB, otherwise it is YUV. Entries should be 6 hexadecimal digits. FILE defaults to xste-palette.dat + + + + + -f FILE + + + FILE is either a file, a pipe, or a shell command ending in | which supplies an MPEG-2 system stream with VOB sectors inserted in the appropriate places (using mplex -f 8 to generate) + + + + + -c COPTS + + + COPTS is a comma (,) separated list of chapter markers. Each marker is of the form [[h:]mm:]ss[.frac] and is relative to the SCR of the next file listed (independent of any timestamp transposing that occurs within dvdauthor). The chapter markers ONLY apply to the next file listed. COPTS defaults to 0 + + + + + -m + + + creates a menu + + + + + -t + + + creates a title + + + + + -T + + + creates the table of contents file instead of a titleset. If this option is used, it should be listed first, and you may not specify any titles + + + + + -e EOPTS + + + EOPTS makes the current menu the default for certain circumstances. EOPTS is a comma separated list of any of: + + + for TOC menus: title + + + for VTS menus: root, ptt, audio, subtitle, angle + + + + + -b X1xY1-X2xY2,DEST + + + creates a button of the specified size. See --instructions or -i for a description of DEST. + + + + + -i post=DEST + + + executes the DEST executes the DEST instructions at the end of the title. DEST is a plus separated list of the following: + + + vtsm[X][.Y] - jump to titleset X, menu Y. Note that currently a VMGM can only jump to menu 1, and a VTSM cannot specify another titleset. + + + vtsX[.Y] - jump to title X, chapter Y. If specified on a titleset menu, then the title number refers to a title within the currently titleset. + + + vmgmX - jump to menu X in the VMGM (table of contents). rsm - resume the movie. + + + exit - exits the DVD. + + + fpc - jump to the first play chain. + + + audioX - switch to audio track X. + + + subtitleX - switch to subtitle track X. + + + + + -h + + + displays short usage + + + + + + + USAGE + + dvdauthor -o dvd *.vob + + + + CAVEATS + + None. + + + + BUGS + + None. + + + + AUTHOR + + + Marc + Leeman + This manual page was written by Marc Leeman <mleeman@users.sourceforge.net>, for the Debian GNU/Linux system (but may be used by others). + + + + --- dvdauthor-0.6.10.orig/debian/dvdunauthor.sgml +++ dvdauthor-0.6.10/debian/dvdunauthor.sgml @@ -0,0 +1,67 @@ + + + + 2003-08-10 + + + + dvdunauthor + + 1 + dvdunauthor 0.6.8 + + + + dvdunauthor + + + Removes DVD-Video file structure + + + + + 2004-01-15 + + + dvdunauthor +path + + + + + 2004-01-15 + + DESCRIPTION + + dvdunauthor removes the DVD-Video file structure + + + + USAGE + + dvdunauthor path + + + + CAVEATS + + None. + + + + BUGS + + None. + + + + AUTHOR + + + Marc + Leeman + This manual page was written by Marc Leeman <mleeman@users.sourceforge.net>, for the Debian GNU/Linux system (but may be used by others). + + + + --- dvdauthor-0.6.10.orig/debian/spuunmux.sgml +++ dvdauthor-0.6.10/debian/spuunmux.sgml @@ -0,0 +1,132 @@ + + + + 2003-01-24 + + + + spuunmux + + 1 + dvdauthor 0.6.8 + + + + spuunmux + + + demultiplexes subtitles from an existing mpeg2 program stream + + + + + 2003-01-24 + + + spuunmux +input file +input file + + + + + 2003-08-10 + + DESCRIPTION + + spuunmux demultiplexes subtitles from an existing mpeg2 program stream + + + + OPTIONS + + + -o name + + + base name for script and images. Defaults to sub. + + + + + -v level + + + verbosity level. sub. Defaults to 0. + + + + + -f + + + resize images to full size. Defaults to 720x576. + + + + + -s stream + + + number of the substream to extract. Defaults to 0. + + + + + -p file + + + name of file with dvd palette. If palette file ends with .rgb, treated as a RGB else as a YCbCr color + + + + + -h + + + print this help + + + + + -V + + + print version number + + + + + + + USAGE + + spuunmux inputfile1 inputfile2 + + + demultiplexes subtitles from an existing mpeg2 program stream + + + + CAVEATS + + None. + + + + BUGS + + None. + + + + AUTHOR + + + Marc + Leeman + This manual page was written by Marc Leeman <mleeman@users.sourceforge.net>, for the Debian GNU/Linux system (but may be used by others). + + + + --- dvdauthor-0.6.10.orig/debian/README.Debian +++ dvdauthor-0.6.10/debian/README.Debian @@ -0,0 +1,23 @@ +dvdauthor for Debian +------------------- + + * In answer to the bug-report #225800, the upstream author ("Scott T. Smith" + ) replied: + + I should just delete the script. It used to create the directories; now + dvdauthor creates them. I only keep the script around because it can + delete a previously authored disc. Of course I know how to type 'rm -r + -f'... it carries some historical significance -- you can create a conf + file or set the WORKDIR environment variable so dvdauthor will always + author the dvd in the same place -- useful if you have a separate HDD + that you use for authoring. In order to ease deleting from the remote + directory I keep the script around + + * In order not to overwrite custom macros (AM_ICONV) aclocal should + not be run unless the libraries are the 'latest' ones. for example, + if you don't have iconv installed, then ./configure would detect that + and be fine. But if you run aclocal without gettext/iconv installed, + then the macro for AM_ICONV will be overwriten, and the 'autoconf' + program will fail, thus not allowing you to even run './configure' + + -- Marc Leeman , Wed, 14 Jan 2004 21:03:32 +0200 --- dvdauthor-0.6.10.orig/debian/docs +++ dvdauthor-0.6.10/debian/docs @@ -0,0 +1,11 @@ +README +TODO +menu.txt +lib.txt +doc/dvdauthor.html +doc/ex-title.html +doc/examples.html +doc/index.html +doc/languages.html +doc/manpages.html +doc/spumux.html --- dvdauthor-0.6.10.orig/debian/dvddirdel.sgml +++ dvdauthor-0.6.10/debian/dvddirdel.sgml @@ -0,0 +1,67 @@ + + + + 2003-08-10 + + + + dvddirdel + + 1 + dvddirdel 0.6.8 + + + + dvddirdel + + + Deletes a previously authored DVD directory structure in DIR + + + + + 2004-01-15 + + + dvddirdel + DIR + + + + + 2004-01-15 + + DESCRIPTION + + dvddirdel deletes a previously authored DVD directory structure in DIR + + + + USAGE + + dvddirdel -o DIR + + + + CAVEATS + + None. + + + + BUGS + + None. + + + + AUTHOR + + + Marc + Leeman + This manual page was written by Marc Leeman <mleeman@users.sourceforge.net>, for the Debian GNU/Linux system (but may be used by others). + + + + --- dvdauthor-0.6.10.orig/debian/rules +++ dvdauthor-0.6.10/debian/rules @@ -0,0 +1,116 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +config.status: configure + dh_testdir + # Add here commands to configure the package. + # aclocal-1.7 && autoconf + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + /usr/bin/docbook-to-man debian/mpeg2desc.sgml > mpeg2desc.1 + # /usr/bin/docbook-to-man doc/dvdauthor.sgml > doc/dvdauthor.1 + /usr/bin/docbook-to-man debian/dvdunauthor.sgml > dvdunauthor.1 + /usr/bin/docbook-to-man debian/dvddirdel.sgml > dvddirdel.1 + # /usr/bin/docbook-to-man doc/spumux.sgml > doc/spumux.1 + /usr/bin/docbook-to-man debian/spuunmux.sgml > spuunmux.1 + /usr/bin/docbook2man -o doc/ doc/root.sgml + /usr/bin/docbook2html -o doc/ -d doc/html.dsl doc/root.sgml + + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + rm -f mpeg2desc.1 dvdunauthor.1 spuunmux.1 dvddirdel.1 + + # Add here commands to clean up after the build process. + -$(MAKE) clean +# ifneq "$(wildcard /usr/share/misc/config.sub)" "" +# cp -f /usr/share/misc/config.sub config.sub +# endif +# ifneq "$(wildcard /usr/share/misc/config.guess)" "" +# cp -f /usr/share/misc/config.guess config.guess +# endif + + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/dvdauthor. + $(MAKE) install prefix=$(CURDIR)/debian/dvdauthor/usr + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman mpeg2desc.1 dvdunauthor.1 spuunmux.1 dvddirdel.1 + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- dvdauthor-0.6.10.orig/debian/control +++ dvdauthor-0.6.10/debian/control @@ -0,0 +1,13 @@ +Source: dvdauthor +Section: otherosfs +Priority: optional +Maintainer: Marc Leeman +Build-Depends: debhelper (>> 4.0.0), docbook-to-man, libdvdread3-dev, libpng12-dev, libxml2-dev, flex, bison, libmagick6-dev, docbook-utils +Standards-Version: 3.6.1 + +Package: dvdauthor +Architecture: any +Depends: ${shlibs:Depends} ${misc:Depends} +Description: create DVD-Video file system + dvdauthor is a program that will generate a DVD movie from a valid + mpeg2 stream that should play when you put it in a DVD player. --- dvdauthor-0.6.10.orig/debian/changelog +++ dvdauthor-0.6.10/debian/changelog @@ -0,0 +1,72 @@ +dvdauthor (0.6.10-2) unstable; urgency=low + + * Upgraded build dependency with libmagick6-dev (new unstable) + (Closes: Bug#245683) + * Upload sponsored by Christian Marillat + + -- Marc Leeman Thu, 29 Apr 2004 21:18:14 +0200 + +dvdauthor (0.6.10-1) unstable; urgency=low + + * New upstream release + * Upload sponsored by Christian Marillat + + -- Marc Leeman Tue, 16 Mar 2004 09:21:44 +0100 + +dvdauthor (0.6.9-1) unstable; urgency=low + + * New upstream release + * added build-dependency to docbook-utils + * added minimal manpage for dvddirdel + * Upload sponsored by Christian Marillat + + -- Marc Leeman Sat, 17 Jan 2004 07:38:41 +0100 + +dvdauthor (0.6.8-2) unstable; urgency=low + + * Included initial manpages for spuunmux and dvdunauthor + * Removed vob_dump, makedvd and makevob (removed binaries) + * Removed submux (renamed to spumux) + * Upload sponsored by Christian Marillat + + -- Marc Leeman Thu, 15 Jan 2004 19:36:05 +0100 + +dvdauthor (0.6.8-1) unstable; urgency=low + + * New upstream release (Closes: Bug#227717) + * Package uploaded by Christian Marillat + * Install of menu.txt, lib.txt (creating menus), and more new upstream docs + * include ft2build.h in the subfont sources + + -- Marc Leeman Wed, 14 Jan 2004 20:59:26 +0100 + +dvdauthor (0.6.7-1) unstable; urgency=low + + * New Upstream Release + + -- Marc Leeman Fri, 28 Nov 2003 11:42:14 +0100 + +dvdauthor (0.5.3-3) unstable; urgency=low + + * Closed ITP bug (Closes: #204625) + * Upgraded policy to 3.6.1 + + -- Marc Leeman Fri, 5 Sep 2003 09:50:02 +0200 + +dvdauthor (0.5.3-2) unstable; urgency=low + + * install of README TODO and iso639.txt docs (debian/rules) + * install of changelog HISTORY + * Applied patches from Stephen Gran + * Upload sponsored by Christian Marillat + + -- Marc Leeman Fri, 5 Sep 2003 09:50:02 +0200 + +dvdauthor (0.5.3-1) unstable; urgency=low + + * Initial Release. + * Created man page entries + * Upload sponsored by Luigi Gangitano + + -- Marc Leeman Fri, 8 Aug 2003 21:37:16 +0200 +