Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37865212
en ru br
ALT Linux repos
5.0: 0.10.9-alt2
4.1: 0.10.9-alt1
4.0: 0.10.6-alt1

Group :: Video
RPM: libgnonlin

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname gnonlin

Name: libgnonlin
Version: 0.10.9
Release: alt2

Summary: GStreamer extension library for non-linear editing

Group: Video
License: LGPL
Url: http://gstreamer.freedesktop.org/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source0: http://gstreamer.freedesktop.org/src/gnonlin/%oname-%version.tar.bz2
Source1: http://gstreamer.freedesktop.org/src/gnonlin/%oname-%version.tar.bz2.md5

%define gst_majorminor 0.10
%define gst_req 0.10

Requires: gstreamer >= %gst_req

BuildRequires: gstreamer-devel >= %gst_req

# Automatically added by buildreq on Fri May 04 2007 (-bb)

BuildRequires: gcc-c++ gnome-libs-devel gstreamer-devel python-modules-compiler python-modules-encodings valgrind

BuildRequires: gst-plugins-devel

Obsoletes: %name-devel

%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
Requires: %name = %version-%release
Group: Development/Other

%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 %oname-%version

%build
%autoreconf
%configure \
--disable-static \
--enable-gtk-doc

%make_build

%install
%make_install DESTDIR=%buildroot install
rm -f %buildroot%_libdir/gstreamer-%gst_majorminor/*.la

%post
#%_bindir/gst-register-%gst_majorminor >/dev/null 2>&1

%postun
#%_bindir/gst-register-%gst_majorminor >/dev/null 2>&1

%files
%doc AUTHORS ChangeLog NEWS README RELEASE
%_libdir/gstreamer-%gst_majorminor/libgnl.so

#%files devel

#%_includedir/gnl/
#%_pkgconfigdir/gnonlin.pc
#%_datadir/gtk-doc/html/gnonlin

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin