diff --git a/.gnome-video-effects.metadata b/.gnome-video-effects.metadata new file mode 100644 index 0000000..e0a52ce --- /dev/null +++ b/.gnome-video-effects.metadata @@ -0,0 +1 @@ +8cf5f8dd0376b13703efd35627e34d4857801c5a SOURCES/gnome-video-effects-0.4.0.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/gnome-video-effects.spec b/SPECS/gnome-video-effects.spec new file mode 100644 index 0000000..56054c7 --- /dev/null +++ b/SPECS/gnome-video-effects.spec @@ -0,0 +1,69 @@ +Name: gnome-video-effects +Version: 0.4.0 +Release: 5%{?dist} +Summary: Collection of GStreamer video effects + +Group: System Environment/Libraries +License: GPLv2 +URL: http://live.gnome.org/GnomeVideoEffects +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.xz +Buildarch: noarch + +BuildRequires: intltool + +Requires: frei0r-plugins + +%description +A collection of GStreamer effects to be used in different GNOME Modules. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + + +%install +make install DESTDIR=$RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING NEWS README +%{_datadir}/pkgconfig/gnome-video-effects.pc +%{_datadir}/gnome-video-effects + + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.4.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Sep 8 2012 Hans de Goede - 0.4.0-4 +- Drop Requires for gstreamer-plugins, as we may be used with both + gstreamer-0.10 and 1.0. Instead apps using gnome-video-effects should add + the necessary Requires themselves + +* Fri Aug 24 2012 Hans de Goede - 0.4.0-3 +- Add Requires for the gstreamer-plugins used by the effects (related#850505) + +* Thu Jul 19 2012 Fedora Release Engineering - 0.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Wed Mar 28 2012 Yanko Kaneti 0.4.0-1 +- Update to 0.4.0. + +* Fri Jan 13 2012 Fedora Release Engineering - 0.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Mar 10 2011 Yanko Kaneti 0.3.0-1 +- Update to 0.3.0. + +* Tue Feb 08 2011 Fedora Release Engineering - 0.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Dec 6 2010 Yanko Kaneti 0.2.0-1 +- Update to 0.2.0. New effects. + +* Wed Sep 1 2010 Yanko Kaneti 0.1.0-1 +- Packaged for review