]> git.pld-linux.org Git - packages/DVDAuthorWizard.git/blame - DVDAuthorWizard.spec
- pl
[packages/DVDAuthorWizard.git] / DVDAuthorWizard.spec
CommitLineData
126aa3d7 1Summary: KDE DVD Authoring Wizard
95b306c8 2Summary(pl.UTF-8): Narzędzie KDE do przygotowywania DVD
126aa3d7 3Name: DVDAuthorWizard
4Version: 1.4.3
5Release: 0.1
6License: GPL
7Group: X11/Applications/Multimedia
8Source0: http://dl.sourceforge.net/dvdauthorwizard/%{name}-%{version}.tar.bz2
9# Source0-md5: 4d7c4920a46fb448c787c38c728e7c8b
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
95b306c8
JB
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.
126aa3d7 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]
95b306c8 44Encoding
126aa3d7 45Name=KDE DVDAuthor Wizard
95b306c8 46Name[pl]=Narzędzie KDE do tworzenia DVD
126aa3d7 47GenericName=DVD Authoring Application
95b306c8 48GenericName[pl]=Aplikacja do tworzenia DVD
126aa3d7 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.076584 seconds and 4 git commands to generate.