File: gnonlin.spec.in

package info (click to toggle)
gnonlin 0.10.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,432 kB
  • ctags: 487
  • sloc: sh: 9,260; ansic: 5,192; perl: 1,401; python: 397; makefile: 155
file content (59 lines) | stat: -rw-r--r-- 1,369 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Name: 		gnonlin
Version: 	@VERSION@
Release:	1
Summary: 	GStreamer extension library for non-linear editing

Group: 		Applications/Multimedia
License: 	LGPL
URL:		http://gnonlin.sf.net/
Vendor:		GStreamer Backpackers Team <package@gstreamer.net>
Source:		http://download.sf.net/gnonlin/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%define		gst_majorminor @GST_MAJORMINOR@
%define		gst_req @GST_REQ@

Requires: 	gstreamer >= %{gst_req}
BuildRequires: 	gstreamer-devel >= %{gst_req}

%description
Gnonlin is a plugin for GStreamer (http://gstreamer.freedesktop.org) which
provides support for writing non-linear audio and video editing applications. It
introduces the concept of a timeline.

%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

%postun

%files
%defattr(-, root, root, -)
%doc AUTHORS COPYING README
%{_libdir}/gstreamer-%{gst_majorminor}/libgnl*


%changelog
* Thu Jul 14 2005 Edward Hervey <edward at fluendo dot com>
- Removed gnonlin-config*

* Mon Jun 27 2005 Thomas Vander Stichele <thomas at apestaart dot org>
- cleanup of spec

* Mon Mar 21 2005 Edward Hervey <bilboed at bilboed dot com>
- First version of spec