]> git.pld-linux.org Git - packages/LiVES.git/blob - LiVES.spec
- fixed Requires
[packages/LiVES.git] / LiVES.spec
1
2 %define         _sname          lives
3 %define         _pre            pre1
4
5 Summary:        LiVES - the Linux Video Editing System
6 Summary(pl):    LiVES - Linuksowy System Edycji Video
7 Name:           LiVES
8 Version:        0.9.5
9 Release:        0.%{_pre}.1
10 License:        GPL v2
11 Group:          X11/Applications/Multimedia
12 Source0:        http://www.xs4all.nl/%7Esalsaman/lives/current/%{name}-%{version}-%{_pre}.tar.bz2
13 # Source0-md5:  cada2088fb0b5cc029b0b6369632bf6a
14 Source1:        %{name}.desktop
15 Patch0:         %{name}-Makefile.in-path.patch
16 Patch1:         %{name}-plugins-python.patch
17 URL:            http://www.xs4all.nl/~salsaman/lives/
18 BuildRequires:  automake >= 1.7
19 BuildRequires:  autoconf >= 2.57
20 BuildRequires:  gettext >= 0.14.1
21 BuildRequires:  freetype-devel
22 BuildRequires:  gettext-devel
23 BuildRequires:  gtk+2-devel
24 BuildRequires:  pango-devel
25 BuildRequires:  pkgconfig
26 Requires:       ImageMagick >= 5
27 Requires:       SDL
28 Requires:       gdk-pixbuf
29 Requires:       libjpeg
30 Requires:       libtheora
31 Requires:       mjpegtools-libs
32 Requires:       mplayer >= 0.90rc1
33 Requires:       ogmtools
34 Requires:       perl-base
35 Requires:       python >= 1:2.3
36 Requires:       sox
37 Requires:       transcode
38 Requires:       %{name}-plugins = %{version}-%{release}
39 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
40
41 %define         _themesdir      %{_datadir}/%{_sname}/themes
42
43 %description
44 LiVES began as the Linux Video Editing System. Since it now runs on
45 more operating systems, LiVES is a Video Editing System. It is
46 designed to be simple to use, yet powerful. It is small in size, yet
47 it has many advanced features.
48
49 %description -l pl
50 LiVES zaczyna³ jako Linuksowy System Edycji Video. Obecnie mo¿na
51 równie¿ uruchomiæ go na wiêkszej liczbie systemów operacyjnych.
52 Zaprojektowany zosta³ tak, by byæ zarówno prostym w u¿yciu jak
53 i mimo niewielkiego rozmiaru posiadaæ zaawansowane funkcje.
54
55 %package plugins
56 Summary:        Plugins for LiVES
57 Summary(pl):    Wtyczki dla LiVES
58 Group:          X11/Applications/Multimedia
59 Requires:       %{name} = %{version}-%{release}
60
61 %description plugins
62 Plugins for LiVES.
63
64 %description plugins -l pl
65 Wtyczki (plugins) dla LiVES.
66
67 %package themes
68 Summary:        Themes for LiVES
69 Summary(pl):    Motywy dla LiVES
70 Group:          Themes/GTK+
71 Requires:       %{name} = %{version}-%{release}
72
73 %description themes
74 Themes for LiVES.
75
76 %description themes -l pl
77 Motywy dla LiVES.
78
79 %prep
80 %setup -q -n %{_sname}-%{version}-%{_pre}
81 %patch0 -p1
82 %patch1 -p1
83
84 %build
85 %configure
86 %{__make}
87
88 %install
89 rm -rf $RPM_BUILD_ROOT
90
91 %{__make} install \
92         DESTDIR=$RPM_BUILD_ROOT
93
94 install -d $RPM_BUILD_ROOT%{_desktopdir}
95 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
96 mv $RPM_BUILD_ROOT%{_docdir}/%{_sname}-%{version}-%{_pre} \
97         $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
98
99 %find_lang %{_sname}
100
101 %clean
102 rm -rf $RPM_BUILD_ROOT
103
104 %files -f %{_sname}.lang
105 %defattr(644,root,root,755)
106 %doc AUTHORS BUGS CHANGELOG FEATURES GETTING.STARTED NEWS 
107 %doc RFX OMC
108 %attr(755,root,root) %{_bindir}/*
109 %dir %{_datadir}/%{_sname}
110 %{_datadir}/%{_sname}/icons
111 %{_desktopdir}/%{name}.desktop
112 %dir %{_themesdir}
113 %{_themesdir}/default
114
115 %files themes
116 %defattr(644,root,root,755)
117 %{_themesdir}/camera
118 %{_themesdir}/cutting_room
119 %{_themesdir}/greenish
120 %{_themesdir}/pinks
121 %{_themesdir}/sunburst
122 %{_themesdir}/editor
123
124 %files plugins
125 %defattr(644,root,root,755)
126 %attr(755,root,root) %{_datadir}/%{_sname}/plugins
This page took 0.102408 seconds and 4 git commands to generate.