]> git.pld-linux.org Git - packages/DVDAuthorWizard.git/blame_incremental - DVDAuthorWizard.spec
- 1.4.6
[packages/DVDAuthorWizard.git] / DVDAuthorWizard.spec
... / ...
CommitLineData
1Summary: KDE DVD Authoring Wizard
2Summary(pl.UTF-8): Narzędzie KDE do przygotowywania DVD
3Name: DVDAuthorWizard
4Version: 1.4.6
5Release: 0.1
6License: GPL
7Group: X11/Applications/Multimedia
8Source0: http://dl.sourceforge.net/dvdauthorwizard/%{name}-%{version}.tar.bz2
9# Source0-md5: 2998a159c515c6dd67b4da7af2810e52
10URL: http://dvdauthorwizard.sourceforge.net/
11Requires: ImageMagick >= 6.2
12Requires: dvdauthor >= 0.6.11
13Requires: kdewebdev-kommander
14Requires: mjpegtools
15Requires: sox
16Requires: transcode
17BuildArch: noarch
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21This wizard will allow you to create a DVD from one or more DVD
22compatible MPEG-2 files. It is designed to be very easy to use. All
23you need to do is add one or multiple files to the playlist and answer
24the questions that follow.
25
26%description -l pl.UTF-8
27To narzędzie pozwala utworzyć DVD z jednego lub większej liczby plików
28MPEG-2 kompatybilnych z DVD. Zostało zaprojektowane z myślą o bardzo
29łatwym użyciu. Wszystko co trzeba zrobić to dodać jeden lub więcej
30plików do playlisty i odpowiadać na kolejne pytania.
31
32%prep
33%setup -q
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38install -d $RPM_BUILD_ROOT%{_prefix}
39install -d $RPM_BUILD_ROOT%{_desktopdir}/kde
40cp -r bin share $RPM_BUILD_ROOT%{_prefix}
41
42cat > $RPM_BUILD_ROOT%{_desktopdir}/kde/KDVDAuthoringWizard.desktop << EOF
43[Desktop Entry]
44Encoding
45Name=KDE DVDAuthor Wizard
46Name[pl]=Narzędzie KDE do tworzenia DVD
47GenericName=DVD Authoring Application
48GenericName[pl]=Aplikacja do tworzenia DVD
49Exec=kmdr-executor '%{_prefix}/bin/DVDAuthorWizard.kmdr'
50Type=Application
51icon=dvd_unmount
52Categories=Qt;KDE;AudioVideo;
53EOF
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
60%doc Changelog README *.txt
61%attr(755,root,root) %{_bindir}/*.sh
62%{_bindir}/*.kmdr
63%{_desktopdir}/kde/*.desktop
64%dir %{_datadir}/apps/dvdauthorwizard
65%dir %{_datadir}/apps/dvdauthorwizard/Pictures
66%{_datadir}/apps/dvdauthorwizard/Pictures/*.png
This page took 0.0726869999999999 seconds and 4 git commands to generate.