1 |
vaci0 |
274626 |
%define svn rev3450 |
2 |
|
|
|
3 |
|
|
Name: tovid |
4 |
|
|
Summary: Video disc authoring tools |
5 |
|
|
Version: 0.35 |
6 |
|
|
Release: %mkrel 1 -c %svn |
7 |
|
|
|
8 |
|
|
Source: http://tovid.googlecode.com/files/%{name}-%{svn}.tar.gz |
9 |
|
|
URL: http://tovid.sourceforge.net/ |
10 |
|
|
License: GPLv2+ |
11 |
|
|
Group: Video |
12 |
|
|
|
13 |
|
|
BuildRequires: imagemagick |
14 |
|
|
BuildRequires: python-setuptools |
15 |
|
|
BuildRequires: txt2tags |
16 |
|
|
|
17 |
|
|
Requires: wxPythonGTK |
18 |
|
|
Requires: mplayer |
19 |
|
|
Requires: mencoder |
20 |
|
|
Requires: mjpegtools |
21 |
|
|
Requires: imagemagick |
22 |
|
|
Requires: bc |
23 |
|
|
Requires: ffmpeg |
24 |
|
|
Requires: dvdauthor |
25 |
|
|
Requires: vcdimager |
26 |
|
|
Requires: dvd+rw-tools |
27 |
|
|
Requires: cdrdao |
28 |
|
|
Requires: tix |
29 |
|
|
# for todiscgui, bug #31895 |
30 |
|
|
Requires: tkinter |
31 |
|
|
|
32 |
|
|
|
33 |
|
|
%description |
34 |
|
|
Tovid is a collection of video disc authoring tools; it can help you create |
35 |
|
|
your own DVDs, VCDs, and SVCDs for playback on your home DVD player. |
36 |
|
|
|
37 |
|
|
Note: Some features will be unavailable unless you also install the |
38 |
|
|
trans code package, available elsewhere. |
39 |
|
|
|
40 |
|
|
%prep |
41 |
|
|
%setup -q -n %{name} |
42 |
|
|
|
43 |
|
|
%build |
44 |
|
|
./setup.py build |
45 |
|
|
./setup.py build_docs |
46 |
|
|
./setup.py build_tovid_init |
47 |
|
|
|
48 |
|
|
%install |
49 |
|
|
./setup.py install --prefix=%{_prefix} --root=%{buildroot} |
50 |
|
|
|
51 |
|
|
rm -f %{buildroot}%{_libdir}/%{name}/.install.log |
52 |
|
|
|
53 |
|
|
%clean |
54 |
|
|
|
55 |
|
|
%files |
56 |
|
|
%defattr(-,root,root) |
57 |
|
|
%doc AUTHORS ChangeLog NEWS README |
58 |
|
|
%dir %{_libdir}/%{name} |
59 |
|
|
%{_libdir}/%{name}/* |
60 |
|
|
%{_bindir}/* |
61 |
|
|
%{_mandir}/man1/* |
62 |
|
|
%{_datadir}/applications/*.desktop |
63 |
|
|
%{python_sitearch}/libtovid |
64 |
|
|
%{python_sitearch}/*-py*.egg-info |
65 |
|
|
%{_iconsdir}/hicolor/scalable/apps/*.svg |
66 |
|
|
%{_iconsdir}/hicolor/*/apps/%{name}.png |
67 |
|
|
%{_iconsdir}/hicolor/*/apps/titleset-wizard.png |