forked from imorsi/Pitivi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpitivi.spec.in
59 lines (50 loc) · 1.56 KB
/
pitivi.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Summary: Pitivi non-linear video editor
Name: @PACKAGE@
Version: @VERSION@
Release: @PACKAGE_VERSION_RELEASE@
Source: http://ftp.acc.umu.se/pub/gnome/sources/pitivi/0.11/%{name}-%{version}.tar.gz
Packager: [email protected]
License: LGPL
Group: Applications/Multimedia
URL: http://www.pitivi.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: python >= 2.5
Requires: gstreamer >= @GST_REQ@
Requires: gstreamer-python >= @PYGST_REQ@
Requires: pygtk2 >= @PYGTK_REQ@
Requires: gnonlin >= @GNONLIN_REQ@
Requires: gnome-python2 >= @PYGNOME_REQ@
Requires: gnome-python2-gconf
Requires: pycairo >= @PYCAIRO_REQ@
Requires: pygoocanvas
Requires: pyxdg
BuildRequires: gstreamer-devel >= @GST_REQ@
BuildRequires: gstreamer-python >= @PYGST_REQ@
BuildRequires: python-devel >= 2.3
BuildRequires: pygtk2-devel >= @PYGTK_REQ@
BuildArch: noarch
%description
PiTiVi non-linear video editor
%prep
%setup -q
%build
%configure
%makeinstall
%files
%defattr(-,root,root,-)
%doc ChangeLog AUTHORS
%{_bindir}/pitivi
%{_libdir}/pitivi
%{_datadir}/pitivi/pixmaps/*
%{_datadir}/icons
%{_datadir}/applications/pitivi.desktop
%{_datadir}/locale
%changelog
* Mon Apr 10 2006 Edward Hervey <edward at fluendo dot com>
- Changing application-pitivi.png to pitivi.png
* Mon Feb 20 2006 Edward Hervey <edward at fluendo dot com>
- Update for pycairo requirement
* Thu Jun 23 2005 Christian Schaller <christian at fluendo dot com>
- Update for current version and switch make with %makeinstall
* Thu May 26 2005 Edward Hervey <edward at fluendo dot com>
- Initial release