source: projects/specs/trunk/g/gnome-video-effects/gnome-video-effects-vl.spec @ 6011

Revision 6011, 1.4 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Name:           gnome-video-effects
2Version:        0.4.0
3Release:        1%{?_dist_release}
4Summary:        Collection of GStreamer video effects
5
6Group:          System Environment/Libraries
7License:        GPLv2
8URL:            http://live.gnome.org/GnomeVideoEffects
9Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.xz
10Buildarch:      noarch
11
12BuildRequires:  intltool
13
14Vendor: Project Vine
15Distribution: Vine Linux
16Packager: Takemikaduchi
17
18%description
19A collection of GStreamer effects to be used in different GNOME Modules.
20
21%prep
22%setup -q
23
24%build
25%configure
26make %{?_smp_mflags}
27
28
29%install
30make install DESTDIR=$RPM_BUILD_ROOT
31
32
33%files
34%defattr(-,root,root,-)
35%doc AUTHORS  COPYING NEWS README
36%{_datadir}/pkgconfig/gnome-video-effects.pc
37%{_datadir}/gnome-video-effects
38
39
40%changelog
41* Sat Apr 14 2012 Yoji TOYODA <bsyamato@seea.plala.or.jp> 0.4.0-1
42- new upstream release
43
44* Mon Aug 15 2011 Yoji TOYODA <bsyamato@seea.plala.or.jp> 0.3.0-1
45- initial build for Vine Linux
46
47
48* Thu Mar 10 2011 Yanko Kaneti <yaneti@declera.com> 0.3.0-1
49- Update to 0.3.0.
50
51* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-2
52- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
53
54* Mon Dec  6 2010 Yanko Kaneti <yaneti@declera.com> 0.2.0-1
55- Update to 0.2.0. New effects.
56
57* Wed Sep  1 2010 Yanko Kaneti <yaneti@declera.com> 0.1.0-1
58- Packaged for review
Note: See TracBrowser for help on using the repository browser.