Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 94b99b4c505bf050ef227ed4d6fce8e5 > files > 1

dvd-slideshow-0.7.1-1mdk.src.rpm

%define name	dvd-slideshow
%define version	0.7.1
%define release 1mdk

Name: 	 	%{name}
Summary: 	Creates a standard DVD with menus from a list of images
Version: 	%{version}
Release: 	%{release}

Source:		http://prdownloads.sourceforge.net/dvd-slideshow/%{name}_%{version}.tar.bz2
URL:		http://freshmeat.net/dvdslideshow/
License:	GPL
Group:		Graphics
BuildRoot:	%{_tmppath}/%{name}-buildroot
Requires:	dvdauthor mjpegtools ImageMagick netpbm
BuildArch:	noarch

%description
DVD-slideshow makes a DVD slideshow video with menus from a batch of pictures.
It consists of a set of scripts:
* dvd-slideshow reads a text file list of all the pictures you want in one
  slideshow and creates a DVD-compatible MPEG movie with your audio track and
  specified timing.
* dvd-menu makes a top-level DVD menu with the output files from
  dvd-slideshow.
* gallery2slideshow makes the input file for dvd-slideshow from your Gallery
  album.
* jigl2slideshow makes the input file for dvd-slideshow from your jigl album.

NOTE:  You'll need an ogg or mp2 or mp3 encoder if you wish to add audio.

%prep
%setup -q -n %{name}_%{version}

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/{%_bindir,%_mandir/man1}
cp man/*.1 %buildroot/%{_mandir}/man1/
bzip2 %buildroot/%{_mandir}/man1/*.1
cp dvd-slideshow dvd-menu gallery2slideshow jigl2slideshow dir2slideshow %buildroot/%{_bindir}/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc doc/ *.txt dvd-slideshowrc
%{_bindir}/*
%{_mandir}/man1/*

%changelog
* Fri Mar 4 2005 Austin Acton <austin@mandrake.org> 0.7.1-1mdk
- 0.7.1
- source URL
- move optional config file to docdir
- add manpages

* Fri Feb 18 2005 Austin Acton <austin@mandrake.org> 0.7.0-1mdk
- 0.7.0

* Sat May 15 2004 Austin Acton <austin@mandrake.org> 0.6.0-1mdk
- 0.6.0

* Mon Mar 1 2004 Austin Acton <austin@mandrake.org> 0.5.4-1mdk
- 0.5.4

* Mon Jan 26 2004 Austin Acton <austin@mandrake.org> 0.5.2-1mdk
- 0.5.2

* Mon Jan 19 2004 Austin Acton <austin@mandrake.org> 0.5.0-1mdk
- 0.5.0
- better URL
- dvd-mainmenu becomes dvd-menu

* Wed Jan 14 2004 Austin Acton <austin@mandrake.org> 0.4.8-1mdk
- 0.4.8
- noarch

* Thu Jan 8 2004 Austin Acton <austin@linux.ca> 0.4.6-1mdk
- initial package