source: projects/specs/branches/6/g/gnonlin/gnonlin-vl.spec @ 2566

Revision 2566, 1.2 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release and new package: gnonlin, gstreamermm

Line 
1%define         gst_req         0.10.32
2%define         gst_majorminor  0.10
3
4Name:           gnonlin
5Version:        0.10.17
6Release:        1%{?_dist_release}
7Summary:        GStreamer extension library for non-linear editing
8
9Group:          Applications/Multimedia
10License:        LGPL
11URL:            http://gnonlin.sf.net/
12Source:         http://download.sf.net/gnonlin/%{name}-%{version}.tar.bz2
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14
15BuildRequires:  gstreamer-plugins-base-devel >= %{gst_req}
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
19Packager:       Takemikaduchi
20
21%description
22Gnonlin is a plugin for GStreamer (http://gstreamer.freedesktop.org) which
23provides support for writing non-linear audio and video editing applications. It
24introduces the concept of a timeline.
25
26%prep
27%setup -q -n gnonlin-%{version}
28
29%build
30%configure
31
32make %{?_smp_mflags}
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37%makeinstall
38rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{gst_majorminor}/*.la
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%post
44
45%postun
46
47%files
48%defattr(-, root, root, -)
49%doc AUTHORS COPYING README
50%{_libdir}/gstreamer-%{gst_majorminor}/libgnl*
51
52
53%changelog
54* Sun Jan 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.17-1
55- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.