]> git.pld-linux.org Git - packages/dvd-slideshow.git/blame - dvd-slideshow.spec
- 0.8.4
[packages/dvd-slideshow.git] / dvd-slideshow.spec
CommitLineData
9603caa8 1%define _rel -1
a9f80d97 2Summary: dvd-slideshow makes a DVD slideshow video
1b51f2cf 3Summary(pl.UTF-8): dvd-slideshow - tworzenie filmu DVD z pokazem slajdów
a9f80d97 4Name: dvd-slideshow
9603caa8 5Version: 0.8.4
e6cca30c 6Release: 1
53a2adf2 7License: GPL v2+
a9f80d97 8Group: Applications/Multimedia
9603caa8
ZU
9Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}%{_rel}/%{name}-%{version}%{_rel}.tar.gz
10# Source0-md5: ff0adf41553e78831e3217d7caca1ffe
a9f80d97 11URL: http://dvd-slideshow.sourceforge.net/
e8402a68 12Requires: ImageMagick >= 5.5.4
a9f80d97
KK
13Requires: dvdauthor >= 0.6.10
14Requires: mjpegtools >= 1.6.2
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
9603caa8
ZU
19dvd-slideshow makes a DVD slideshow video with menus from a text file
20listing of pictures, effects, and audio tracks. You can add some nice
21effects like fades, crops, scrolls, or Ken Burns effects. It will
22hopefully become a command-line clone of imovie.
a9f80d97 23
b86bc4a4
JR
24%description -l pl.UTF-8
25dvd-slideshow tworzy film DVD z pokazem slajdów zawierający menu z
26tekstowej listy plików, efektów i ścieżek dźwiękowych. Można dodawać
27różne ładne efekty, takie jak przejścia, obcięcia, przewijanie albo
28efekty Kena Burnsa. Projekt w zamierzeniu ma stać się działającym z
29linii poleceń klonem imovie.
e8402a68 30
a9f80d97 31%prep
2703a95b 32%setup -q -n %{name}-%{version}%{_rel}
a9f80d97
KK
33
34%install
35rm -rf $RPM_BUILD_ROOT
a9f80d97
KK
36install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
37
38install dir2slideshow $RPM_BUILD_ROOT%{_bindir}
39install dvd-menu $RPM_BUILD_ROOT%{_bindir}
40install dvd-slideshow $RPM_BUILD_ROOT%{_bindir}
ec202087 41install gallery1-to-slideshow $RPM_BUILD_ROOT%{_bindir}
a9f80d97
KK
42install jigl2slideshow $RPM_BUILD_ROOT%{_bindir}
43install man/* $RPM_BUILD_ROOT%{_mandir}/man1
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc TODO.txt
51%attr(755,root,root) %{_bindir}/*
52%{_mandir}/man1/*
This page took 0.174696 seconds and 4 git commands to generate.