Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 18af29d0e7f57eeb12bcf32252aca431 > files > 2

gnonlin-0.10.17-4.mga3.src.rpm

Name: 		gnonlin
Version: 	0.10.17
Release:	%mkrel 4
Summary: 	GStreamer extension library for non-linear editing
Group: 		System/Libraries
License: 	LGPLv2+
URL:		http://gnonlin.sf.net/
Source:		http://gstreamer.freedesktop.org/src/gnonlin/%{name}-%{version}.tar.bz2
BuildRequires:	libgstreamer-plugins-base-devel >= 0.10
BuildRequires:	gettext-devel
BuildRequires:	gtk-doc
#gw for the checks:
BuildRequires:	gstreamer0.10-plugins-good

%description
Gnonlin is a library built on top of GStreamer (http://gstreamer.net)
which provides support for writing non-linear audio and video editing
applications. It introduces the concept of a time-line.

%prep
%setup -q

%build
%configure2_5x \
	--with-package-name='%{_vendor} %{name} package' \
	--with-package-origin='http://www.%{_real_vendor}.org/' \
	--enable-gtk-doc \
	--disable-static
%make

%install
rm -rf %{buildroot}
%makeinstall_std

#we don't want these
rm -f %{buildroot}%{_libdir}/gstreamer-0.10/libgnl.la

%check
make check

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS README
%doc %{_datadir}/gtk-doc/html/gnonlin-0.10/
%{_libdir}/gstreamer-0.10/libgnl.so


%changelog

* Sat Jan 12 2013 umeabot <umeabot> 0.10.17-4.mga3
+ Revision: 352273
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Aug 14 2011 wally <wally> 0.10.17-3.mga2
+ Revision: 133069
- enable gtk-docs
- clean .spec
- imported package gnonlin