Summary: A simple set of tools to help you author a DVD Name: dvdauthor Version: 0.6.11 Release: 1%{?dist} License: GPL Group: Applications/Multimedia URL: http://dvdauthor.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/dvdauthor/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libdvdread-devel, ImageMagick-devel >= 5.5.7 BuildRequires: fribidi-devel, freetype-devel, libxml2-devel >= 2.6.0 BuildRequires: zlib-devel, libpng-devel %description 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. To start you need mpeg files that contain the necessary DVD VOB packets. These can be generated by passing '-f 8' to mplex. See the included utility makevob. %prep %setup -q %build %configure make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING README TODO AUTHORS ChangeLog %{_bindir}/dvdauthor %{_bindir}/dvddirdel %{_bindir}/dvdunauthor %{_bindir}/mpeg2desc %{_bindir}/spumux %{_bindir}/spuunmux %{_datadir}/%{name}/dvdauthor.xsd %{_datadir}/%{name}/spumux.xsd %{_mandir}/man1/dvdauthor.1* %{_mandir}/man1/spumux.1* %changelog * Tue Sep 12 2006 Axel Thimm - 0.6.11-1 - Initial build.