]> git.pld-linux.org Git - packages/dvd-slideshow.git/blob - dvd-slideshow.spec
- initial
[packages/dvd-slideshow.git] / dvd-slideshow.spec
1 Summary:        dvd-slideshow makes a DVD slideshow video
2 Name:           dvd-slideshow
3 Version:        0.6.0
4 Release:        0.1
5 License:        GPL v2
6 Group:          Applications/Multimedia
7 Source0:        http://dl.sourceforge.net/dvd-slideshow/%{name}_%{version}.tar.gz
8 # Source0-md5:  e06335611f3108a6caba807633696127
9 URL:            http://dvd-slideshow.sourceforge.net/
10 Requires:       ImageMagic >= 5.5.4
11 Requires:       dvdauthor >= 0.6.10
12 Requires:       mjpegtools >= 1.6.2
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 dvd-slideshow makes a DVD slideshow video with menus from a text
18 file listing of pictures, effects, and audio tracks. You can add
19 some nice effects like fades, crops, scrolls, or Ken Burns effects.
20 It will hopefully become a command-line clone of imovie.
21
22 %prep
23 %setup -q -n %{name}_%{version}
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27
28 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
29
30 install dir2slideshow $RPM_BUILD_ROOT%{_bindir}
31 install dvd-menu $RPM_BUILD_ROOT%{_bindir}
32 install dvd-slideshow $RPM_BUILD_ROOT%{_bindir}
33 install dvd-menu $RPM_BUILD_ROOT%{_bindir}
34 install gallery2slideshow $RPM_BUILD_ROOT%{_bindir}
35 install jigl2slideshow $RPM_BUILD_ROOT%{_bindir}
36 install man/* $RPM_BUILD_ROOT%{_mandir}/man1
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc TODO.txt
44 %attr(755,root,root) %{_bindir}/*
45 %{_mandir}/man1/*
This page took 0.056647 seconds and 3 git commands to generate.