]> git.pld-linux.org Git - packages/gnome-video-effects.git/blob - gnome-video-effects.spec
- updated to 0.4.1
[packages/gnome-video-effects.git] / gnome-video-effects.spec
1 Summary:        Collection of GStreamer video effects
2 Summary(pl.UTF-8):      Zestaw efektów wideo GStreamera
3 Name:           gnome-video-effects
4 Version:        0.4.1
5 Release:        1
6 License:        GPL v2
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-video-effects/0.4/%{name}-%{version}.tar.xz
9 # Source0-md5:  aa0838f5be12f524ba5622e1b61d21b1
10 URL:            http://live.gnome.org/GnomeVideoEffects
11 BuildRequires:  gettext-devel
12 BuildRequires:  tar >= 1:1.22
13 BuildRequires:  xz
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 A collection of GStreamer effects to be used in different GNOME
18 Modules.
19
20 %description -l pl.UTF-8
21 Zestaw efektów GStreamera do użycia w różnych modułach GNOME.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure \
28         --disable-silent-rules
29
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc AUTHORS ChangeLog NEWS README
44 %{_datadir}/gnome-video-effects
45 %{_npkgconfigdir}/gnome-video-effects.pc
This page took 0.117031 seconds and 3 git commands to generate.