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