Name: gnonlin Version: 0.2.2 Release: 0.gst.1 Summary: GStreamer extension library for non-linear editing Group: Applications/Multimedia License: LGPL URL: http://gnonlin.sf.net/ Source: http://download.sf.net/gnonlin/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define gst_majorminor 0.8 %define gst_req 0.8.9 Prereq: %{_bindir}/gst-register-%{gst_majorminor} Requires: gstreamer >= %{gst_req} Requires: gstreamer-tools >= %{gst_req} BuildRequires: gstreamer-devel >= %{gst_req} %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 timeline. %package devel Summary: Libraries/include files for gnonlin development Requires: gstreamer-devel >= %{gst_req} Group: Development/Libraries %description devel 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 timeline. This package contains the libraries and includes files necessary to develop applications using gnonlin. %prep %setup -q -n gnonlin-%{version} %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{gst_majorminor}/*.la %clean rm -rf $RPM_BUILD_ROOT %post %{_bindir}/gst-register-%{gst_majorminor} > /dev/null 2> /dev/null %postun %{_bindir}/gst-register-%{gst_majorminor} > /dev/null 2> /dev/null %files %defattr(-, root, root, -) %doc AUTHORS COPYING README %{_libdir}/gstreamer-%{gst_majorminor}/libgnl* %files devel %defattr(-, root, root, -) %{_includedir}/gnl %{_bindir}/gnonlin-config %{_libdir}/pkgconfig/gnonlin.pc %{_mandir}/man1/gnonlin-config.1.gz %doc %{_datadir}/gtk-doc/html/gnonlin %changelog * Mon Jun 27 2005 Thomas Vander Stichele - 0.2.2-0.gst.1 - initial release to gst repo * Mon Jun 27 2005 Thomas Vander Stichele - cleanup of spec * Mon Mar 21 2005 Edward Hervey - First version of spec