c2a0079
%define		gst_req			0.10.8.1
1b5a6e3
%define		gst_plugins_base_req	0.10.4
798aa54
55628eb
Name: 		gnonlin
c2a0079
Version: 	0.10.5
1b5a6e3
Release:	3
55628eb
Summary: 	GStreamer extension library for non-linear editing
55628eb
55628eb
Group: 		System Environment/Libraries
55628eb
License: 	LGPL
55628eb
URL:		http://gnonlin.sourceforge.net/
1b5a6e3
Source:		http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
55628eb
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
55628eb
1b5a6e3
BuildRequires: 	gstreamer-devel >= %{gst_req}
1b5a6e3
BuildRequires:	gstreamer-plugins-base-devel >= %{gst_plugins_base_req}
1b5a6e3
1b5a6e3
Requires:	gstreamer-plugins-base >= %{gst_plugins_base_req}
1b5a6e3
Obsoletes:	gnonlin-devel
1b5a6e3
55628eb
55628eb
%description
55628eb
Gnonlin is a library built on top of GStreamer (http://gstreamer.net)
55628eb
which provides support for writing non-linear audio and video editing
55628eb
applications. It introduces the concept of a timeline.
55628eb
1b5a6e3
55628eb
%prep
55628eb
%setup -q
55628eb
1b5a6e3
55628eb
%build
1b5a6e3
%configure --enable-static=no
55628eb
make %{?_smp_mflags}
55628eb
1b5a6e3
55628eb
%install
55628eb
rm -rf $RPM_BUILD_ROOT
1b5a6e3
make install DESTDIR=$RPM_BUILD_ROOT
1b5a6e3
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
798aa54
55628eb
55628eb
%clean
55628eb
rm -rf $RPM_BUILD_ROOT
55628eb
1b5a6e3
55628eb
%files
1b5a6e3
%defattr(-,root,root,-)
55628eb
%doc AUTHORS COPYING.LIB README
1b5a6e3
%{_libdir}/gstreamer-0.10/libgnl.so
1b5a6e3
55628eb
55628eb
%changelog
1b5a6e3
* Mon Oct 16 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.10.5-3
1b5a6e3
- Unorphan & rebuild.
1b5a6e3
- Require gstreamer-plugins-base.
1b5a6e3
- Don't build static libraries.
1b5a6e3
- Bump minimum requirement for gst-plugins-base.
1b5a6e3
6d99714
* Thu Sep 07 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.5-2
6d99714
- rebuild for FC6.
6d99714
c2a0079
* Tue Jul 25 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.5-1
c2a0079
- updated package to 0.10.5
c2a0079
fead846
* Thu May 18 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.4-1
fead846
- updated package to 0.10.4
fead846
- add Obsoletes: gnonlin-devel
fead846
798aa54
* Wed Apr 26 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.3-2
798aa54
- simplified install
798aa54
- require gstreamer-plugins-base-devel
798aa54
- remove -devel package
798aa54
798aa54
* Tue Apr 25 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.3-1
c2d4a35
- updated package to 0.10.3
c2d4a35
- remove gnonlin.pc 
c2d4a35
ed31bdc
* Fri Feb 17 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.0.5-6
ed31bdc
- bump release because of build system problem
ed31bdc
4592a92
* Fri Feb 17 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.0.5-5
4592a92
- bump release because of build system problem
4592a92
2be7b5b
* Fri Feb 17 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.0.5-4
2be7b5b
- rebuild for Fedora Extras 5
2be7b5b
55628eb
* Wed Feb 08 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.0.5-3
55628eb
- remove gettext-devel requirement as aclocal and autoconf not run
55628eb
- remove pre and post requirements
55628eb
- update URL
55628eb
- fix Groups
55628eb
- ensure proper license is included
55628eb
55628eb
* Tue Feb 07 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.0.5-2
55628eb
- remove %%define name
55628eb
- BuildRequires gettext-devel
55628eb
- remove gst-register
55628eb
- rm %%{_libdir}/gstreamer-0.10/libgnl.la after install
55628eb
- -devel package owns %%{_includedir}/gnl
55628eb
- avoid %makeinstall
55628eb
- remove aclocal and autoconf from %%prep
55628eb
55628eb
* Mon Jan 23 2006 W. Michael Petullo <mike[@]flyn.org> 0.10.0.5-1
55628eb
- updated package to 0.10.0.5 and Fedora
55628eb
55628eb
* Wed Jun 29 2005 Götz Waschk <waschk@mandriva.org> 0.2.2-1mdk
55628eb
- initial package
55628eb
55628eb
* Mon Mar 21 2005 Edward Hervey <bilboed at bilboed dot com>
55628eb
- First version of spec