Lines 1-20
Link Here
|
1 |
Name: mandvd |
1 |
Name: mandvd |
2 |
Version: 2.4 |
2 |
Version: 2.5 |
3 |
Release: alt2.2 |
3 |
Release: alt0.M41.0.1 |
|
|
4 |
%define sffx -4.fc9 |
4 |
|
5 |
|
5 |
Summary: Video DVD creation tool |
6 |
Summary: Video DVD creation tool |
6 |
Url: http://kde-apps.org/content/show.php?content=38347 |
7 |
Url: http://kde-apps.org/content/show.php/ManDVD?content=83906 |
7 |
License: GPL |
8 |
License: GPL |
8 |
Group: Video |
9 |
Group: Video |
9 |
|
10 |
|
10 |
Packager: Alexey Morsov <swi@altlinux.ru> |
11 |
Source: %name-%version%sffx.tar |
11 |
Distribution: %distribution |
|
|
12 |
|
13 |
Source: %name-%version.tar |
14 |
Source1: %name.desktop |
15 |
|
12 |
|
16 |
Requires: dvd-slideshow >= 0.7.5 |
13 |
Requires: dvd-slideshow >= 0.7.5 |
17 |
Requires: MPlayer |
14 |
Requires: mplayer mencoder |
18 |
Requires: mkisofs >= 2.01 |
15 |
Requires: mkisofs >= 2.01 |
19 |
Requires: xine-ui >= 0.99.4 |
16 |
Requires: xine-ui >= 0.99.4 |
20 |
Requires: lame >= 3.97 |
17 |
Requires: lame >= 3.97 |
Lines 31-45
ManDVD is a graphical tool for creating
Link Here
|
31 |
|
28 |
|
32 |
%prep |
29 |
%prep |
33 |
%setup -q |
30 |
%setup -q |
34 |
$QTDIR/bin/qmake mandvd.pro |
31 |
qmake-qt3 mandvd.pro |
35 |
|
32 |
|
36 |
%build |
33 |
%build |
37 |
%make_build |
34 |
%make_build |
38 |
|
35 |
|
39 |
%install |
36 |
%install |
40 |
install -D -m 755 %name %buildroot%_bindir/%name |
37 |
install -D -m 755 %name %buildroot%_bindir/%name |
41 |
install -D -m 644 %SOURCE1 %buildroot%_datadir/applications/%name.desktop |
38 |
install -D -m 644 applications/mandvd.desktop %buildroot/%_desktopdir/%name.desktop |
42 |
install -D -m 644 mandvdico.png %buildroot%_datadir/pixmaps/mandvd.png |
39 |
mkdir -p %buildroot/{%_miconsdir,%_niconsdir,%_liconsdir}/ |
|
|
40 |
convert -resize 16x16 pixmaps/%name.png %buildroot/%_miconsdir/%name.png |
41 |
convert -resize 32x32 pixmaps/%name.png %buildroot/%_niconsdir/%name.png |
42 |
convert -resize 48x48 pixmaps/%name.png %buildroot/%_liconsdir/%name.png |
43 |
|
43 |
|
44 |
%post |
44 |
%post |
45 |
%update_menus |
45 |
%update_menus |
Lines 49-56
install -D -m 644 mandvdico.png %buildro
Link Here
|
49 |
|
49 |
|
50 |
%files |
50 |
%files |
51 |
%_bindir/mandvd |
51 |
%_bindir/mandvd |
52 |
%_datadir/applications/mandvd.desktop |
52 |
%_desktopdir/mandvd.desktop |
53 |
%_datadir/pixmaps/mandvd.png |
53 |
%_miconsdir/%name.png |
|
|
54 |
%_niconsdir/%name.png |
55 |
%_liconsdir/%name.png |
54 |
|
56 |
|
55 |
%changelog |
57 |
%changelog |
56 |
* Mon Sep 24 2007 Alexey Morsov <swi@altlinux.ru> 2.4-alt2.2 |
58 |
* Mon Sep 24 2007 Alexey Morsov <swi@altlinux.ru> 2.4-alt2.2 |