]> git.pld-linux.org Git - packages/gstreamer.git/blame - gstreamer.spec
light modifications, adapterized
[packages/gstreamer.git] / gstreamer.spec
CommitLineData
aa3775f0
MP
1Summary: GStreamer Streaming-media framework runtime
2Name: gstreamer
3Version: 0.1.1
4Release: 1
5License: LGPL
6Group: Libraries
7Group(de): Libraries
8Group(es): Bibliotecas
9Group(fr): Librairies
10Group(pl): Biblioteki
11Source0: %{name}-%{version}.tar.gz
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
8fe6c68e 13
14%description
aa3775f0
MP
15GStreamer is a streaming-media framework, based on graphs of filters
16which operate on media data. Applications using this library can do
17anything from real-time sound processing to playing videos, and just
18about anything else media-related. Its plugin-based architecture means
19that new data types or processing capabilities can be added simply by
20installing new plugins.
8fe6c68e 21
22%package devel
aa3775f0
MP
23Summary: Libraries and include files for GStreamer streaming-media framework
24Group: Development/Libraries
25Group(de): Entwicklung/Libraries
26Group(fr): Development/Librairies
27Group(pl): Programowanie/Biblioteki
28Requires: %{name}
8fe6c68e 29
30%description devel
aa3775f0
MP
31GStreamer is a streaming-media framework, based on graphs of filters
32which operate on media data. Applications using this library can do
33anything from real-time sound processing to playing videos, and just
34about anything else media-related. Its plugin-based architecture means
35that new data types or processing capabilities can be added simply by
36installing new plugins.
8fe6c68e 37
aa3775f0
MP
38This package contains the libraries and includes files necessary to
39develop applications and plugins for GStreamer.
8fe6c68e 40
41%prep
aa3775f0 42%setup -q
8fe6c68e 43
44%build
aa3775f0 45%configure2_13
8fe6c68e 46
aa3775f0 47%{__make}
8fe6c68e 48
49%install
aa3775f0 50rm -rf $RPM_BUILD_ROOT
8fe6c68e 51[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
52
aa3775f0 53%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
8fe6c68e 54
55%clean
56[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
57
58%post
59/sbin/ldconfig
60%{prefix}/bin/gstreamer-register
61
62%postun
63/sbin/ldconfig
64
65%files
aa3775f0
MP
66%defattr(644,root,root,755)
67%attr(755,root,root) %{_bindir}/*
68%{_libdir}/lib*.so.*
69%{_libdir}/gst/*
70%{_datadir}/*
8fe6c68e 71
72%files devel
aa3775f0
MP
73%defattr(644,root,root,755)
74%{_includedir}/*
75%{_libdir}/lib*.a
76%{_libdir}/lib*.so
This page took 0.106924 seconds and 4 git commands to generate.