File gnonlin.spec of Package gnonlin
# norootforbuild
%define __spec_install_post %{nil}
# missing check_pic, whatever that is
BuildRequires: gstreamer010-plugins-base-devel
BuildRequires: gstreamer010-devel
BuildRequires: gettext-devel pkg-config python-devel glib2-devel
Name: gnonlin
Group: Development/Languages
Version: 0.10.9
Release: 1
License: UNKNOWN
Summary: non-linear editing module for GStreamer
Autoreqprov: on
#Source0: gnonlin_0.10.9-1.dsc
#Source1: gnonlin.control
#Source2: gnonlin_0.10.9.orig.tar.gz
#Source3: gnonlin_0.10.9-1.diff.gz
Source0: gnonlin-0.10.9.tar.gz
Patch0: gnonlin_0.10.9-1.diff
BuildRoot:%{_tmppath}/%{name}-%{version}-build
# build essentials
%description
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
Gnonlin is a set of GStreamer elements to ease the creation of
non-linear multimedia editors. It works together with the GStreamer
multimedia framework to give developers a powerful and flexible set of
tools for quickly assembling applications which needs to handle
non-linear multimedia editing.
This package contains the GStreamer plugins for Gnonlin.
%package -n gstreamer010-gnonlin
Summary: non-linear editing module for GStreamer
Group: Development/Languages
%description -n gstreamer010-gnonlin
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
Gnonlin is a set of GStreamer elements to ease the creation of
non-linear multimedia editors. It works together with the GStreamer
multimedia framework to give developers a powerful and flexible set of
tools for quickly assembling applications which needs to handle
non-linear multimedia editing.
This package contains the GStreamer plugins for Gnonlin.
%package -n gstreamer010-gnonlin-devel
Summary: development files of the non-linear editing module for GStreamer
Group: Development/Languages
Requires: gstreamer010-gnonlin = %{version}
%description -n gstreamer010-gnonlin-devel
GStreamer is a streaming media framework, based on graphs of filters
which operate on media data. Applications using this library can do
anything from real-time sound processing to playing videos, and just
about anything else media-related. Its plugin-based architecture means
that new data types or processing capabilities can be added simply by
installing new plug-ins.
Gnonlin is a set of GStreamer elements to ease the creation of
non-linear multimedia editors. It works together with the GStreamer
multimedia framework to give developers a powerful and flexible set of
tools for quickly assembling applications which needs to handle
non-linear multimedia editing.
This package contains development files.
%prep
%setup
%patch0 -p1
%build
%configure
make
%install
%makeinstall
rm $RPM_BUILD_ROOT/%{_libdir}/gstreamer-0.10/*a
%files
%defattr(-, root, root)
%files -n gstreamer010-gnonlin
%defattr(-, root, root)
%{_libdir}/gstreamer-0.10/*.so
%files -n gstreamer010-gnonlin-devel
%defattr(-, root, root)
### %{_libdir}/gstreamer0.10/*.a
%clean
rm -rf $RPM_BUILD_ROOT
%changelog