]> git.pld-linux.org Git - packages/gstreamer.git/blame - gstreamer.spec
- obsolete gst-plugins-bad-devel (no Provides as nothing seems to require it)
[packages/gstreamer.git] / gstreamer.spec
CommitLineData
aa3775f0 1Summary: GStreamer Streaming-media framework runtime
69ce472f 2Summary(pl.UTF-8): GStreamer - biblioteki środowiska do obróbki strumieni
aa3775f0 3Name: gstreamer
955c6464 4Version: 0.10.22
06b33981 5Release: 3
3e490ffb 6License: LGPL v2+
aa3775f0 7Group: Libraries
166c0b54 8Source0: http://gstreamer.freedesktop.org/src/gstreamer/%{name}-%{version}.tar.bz2
955c6464 9# Source0-md5: 35dd8598837af4074753afe5b59e8ef2
a693ae43 10Source1: %{name}-rpmdeps.sh
f61ac254
JB
11Patch0: %{name}-without_ps_pdf.patch
12Patch1: %{name}-eps.patch
5ab189e4 13Patch2: %{name}-inspect-rpm-format.patch
ef826307 14URL: http://gstreamer.net/
911db201 15BuildRequires: autoconf >= 2.52
16BuildRequires: automake >= 1.6
17BuildRequires: bison >= 1.35
fb635e9c 18BuildRequires: check >= 0.9.3-2
f61ac254 19BuildRequires: docbook-utils >= 0.6.10
6034545d 20BuildRequires: flex
b1bab0cb 21BuildRequires: gettext-devel >= 0.11.5
06ecafda 22BuildRequires: glib2-devel >= 1:2.12.0
23BuildRequires: gtk-doc >= 1.6
911db201 24BuildRequires: libtool >= 1.4
06ecafda 25BuildRequires: libxml2-devel >= 1:2.6.26
8608015c 26BuildRequires: nasm
9e6e4167 27BuildRequires: perl-base
965ff8c8 28BuildRequires: pkgconfig >= 1:0.9.0
9e6e4167 29BuildRequires: popt-devel >= 1.6.3
078e7ce4 30# not sure it is a right place for this BR
31BuildRequires: python-PyXML
48842c38 32BuildRequires: transfig
fe044034 33BuildRequires: xmlto
06ecafda 34Requires: glib2 >= 1:2.12.0
bc1f103d 35BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
4988018f 36
774fa34b
JB
37%define vmajor %(echo %{version} | cut -d. -f1,2)
38%define _gstlibdir %{_libdir}/gstreamer-%{vmajor}
39%define _gstincludedir %{_includedir}/gstreamer-%{vmajor}
c6416cbe 40
a693ae43
MB
41%define rpmlibdir /usr/lib/rpm
42
8fe6c68e 43%description
aa3775f0
MP
44GStreamer is a streaming-media framework, based on graphs of filters
45which operate on media data. Applications using this library can do
46anything from real-time sound processing to playing videos, and just
47about anything else media-related. Its plugin-based architecture means
48that new data types or processing capabilities can be added simply by
49installing new plugins.
8fe6c68e 50
212bb255
JR
51%description -l pl.UTF-8
52GStreamer to środowisko obróbki danych strumieniowych, bazujące na
53grafie filtrów operujących na danych medialnych. Aplikacje używające
54tej biblioteki mogą robić wszystko od przetwarzania dźwięku w czasie
55rzeczywistym, do odtwarzania filmów i czegokolwiek innego związanego z
56mediami. Architektura bazująca na wtyczkach pozwala na łatwe dodawanie
57nowych typów danych lub możliwości obróbki.
ef826307 58
8fe6c68e 59%package devel
ef826307 60Summary: Include files for GStreamer streaming-media framework
69ce472f 61Summary(pl.UTF-8): Pliki nagłówkowe do środowiska obróbki strumieni GStreamer
aa3775f0 62Group: Development/Libraries
9e6e4167 63Requires: %{name} = %{version}-%{release}
06ecafda 64Requires: glib2-devel >= 1:2.12.0
65Requires: libxml2-devel >= 1:2.6.26
9e6e4167 66Requires: popt-devel >= 1.6.3
06b33981 67Obsoletes: gstreamer-plugins-bad-devel < 0.10.10
8fe6c68e 68
69%description devel
ef826307
JB
70This package contains the includes files necessary to develop
71applications and plugins for GStreamer.
72
212bb255
JR
73%description devel -l pl.UTF-8
74Ten pakiet zawiera pliki nagłówkowe potrzebne do rozwijania aplikacji
ef826307
JB
75i wtyczek do GStreamera.
76
77%package static
78Summary: GStreamer static libraries
69ce472f 79Summary(pl.UTF-8): Biblioteki statyczne GStreamer
ef826307 80Group: Development/Libraries
9e6e4167 81Requires: %{name}-devel = %{version}-%{release}
8fe6c68e 82
ef826307
JB
83%description static
84Static versions of GStreamer libraries.
85
212bb255 86%description static -l pl.UTF-8
ef826307 87Statyczne wersje bibliotek GStreamer.
8fe6c68e 88
078e7ce4 89%package apidocs
90Summary: GStreamer API documentation
69ce472f 91Summary(pl.UTF-8): Dokumentacja API Gstreamera
078e7ce4 92Group: Documentation
93Requires: gtk-doc-common
94
95%description apidocs
96GStreamer API documentation.
97
212bb255 98%description apidocs -l pl.UTF-8
078e7ce4 99Dokumentacja API Gstreamera.
100
8fe6c68e 101%prep
be480bee 102%setup -q
f61ac254
JB
103%patch0 -p1
104%patch1 -p1
955c6464 105%patch2 -p1
3e490ffb 106
8fe6c68e 107%build
3e490ffb
JB
108# po/Makefile.in.in is modified
109#{__gettextize}
0914acac 110%{__libtoolize}
fe044034 111%{__aclocal} -I common/m4
eef0a4ad 112%{__autoconf}
0914acac
MK
113%{__autoheader}
114%{__automake}
836bb034 115%configure \
91240adb 116 --disable-examples \
bc366c85 117 --disable-pspdf \
91240adb 118 --disable-tests \
66c5307a 119 --enable-docbook \
120 --enable-gtk-doc \
f7b78f50 121 --with-html-dir=%{_gtkdocdir}
10947d06 122
aa3775f0 123%{__make}
8fe6c68e 124
94b8580b 125%install
aa3775f0 126rm -rf $RPM_BUILD_ROOT
a693ae43 127install -d $RPM_BUILD_ROOT{%{_docdir}/%{name}-devel-%{version},%{rpmlibdir}}
8fe6c68e 128
91240adb 129%{__make} install \
7b283813
JB
130 DESTDIR=$RPM_BUILD_ROOT
131
a693ae43 132install %{SOURCE1} $RPM_BUILD_ROOT%{rpmlibdir}/gstreamerdeps.sh
a693ae43 133
774fa34b 134mv $RPM_BUILD_ROOT%{_docdir}/%{name}-{%{vmajor},%{version}}
9e6e4167 135mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/{manual,pwg} \
136 $RPM_BUILD_ROOT%{_docdir}/%{name}-devel-%{version}
137
138%find_lang %{name} --all-name --with-gnome
139
70462d81
JB
140# no static modules and *.la for them - shut up check files
141rm -f $RPM_BUILD_ROOT%{_gstlibdir}/lib*.{la,a}
142
8fe6c68e 143%clean
e3bdbfbd 144rm -rf $RPM_BUILD_ROOT
8fe6c68e 145
078e7ce4 146%post -p /sbin/ldconfig
ef826307 147%postun -p /sbin/ldconfig
94b8580b 148
9e6e4167 149%files -f %{name}.lang
aa3775f0 150%defattr(644,root,root,755)
9e6e4167 151%doc AUTHORS ChangeLog NEWS README TODO
774fa34b
JB
152%attr(755,root,root) %{_bindir}/gst-*
153%attr(755,root,root) %{_libdir}/libgstbase-0.10.so.*.*.*
154%attr(755,root,root) %ghost %{_libdir}/libgstbase-0.10.so.0
155%attr(755,root,root) %{_libdir}/libgstcheck-0.10.so.*.*.*
156%attr(755,root,root) %ghost %{_libdir}/libgstcheck-0.10.so.0
157%attr(755,root,root) %{_libdir}/libgstcontroller-0.10.so.*.*.*
158%attr(755,root,root) %ghost %{_libdir}/libgstcontroller-0.10.so.0
159%attr(755,root,root) %{_libdir}/libgstdataprotocol-0.10.so.*.*.*
160%attr(755,root,root) %ghost %{_libdir}/libgstdataprotocol-0.10.so.0
161%attr(755,root,root) %{_libdir}/libgstnet-0.10.so.*.*.*
162%attr(755,root,root) %ghost %{_libdir}/libgstnet-0.10.so.0
163%attr(755,root,root) %{_libdir}/libgstreamer-0.10.so.*.*.*
164%attr(755,root,root) %ghost %{_libdir}/libgstreamer-0.10.so.0
7b283813 165%dir %{_gstlibdir}
774fa34b
JB
166%attr(755,root,root) %{_gstlibdir}/libgstcoreelements.so
167%attr(755,root,root) %{_gstlibdir}/libgstcoreindexers.so
168%{_mandir}/man1/gst-*.1*
8fe6c68e 169
170%files devel
aa3775f0 171%defattr(644,root,root,755)
774fa34b
JB
172%attr(755,root,root) %{_libdir}/libgstbase-0.10.so
173%attr(755,root,root) %{_libdir}/libgstcheck-0.10.so
174%attr(755,root,root) %{_libdir}/libgstcontroller-0.10.so
175%attr(755,root,root) %{_libdir}/libgstdataprotocol-0.10.so
176%attr(755,root,root) %{_libdir}/libgstnet-0.10.so
177%attr(755,root,root) %{_libdir}/libgstreamer-0.10.so
178%{_libdir}/libgstbase-0.10.la
179%{_libdir}/libgstcheck-0.10.la
180%{_libdir}/libgstcontroller-0.10.la
181%{_libdir}/libgstdataprotocol-0.10.la
182%{_libdir}/libgstnet-0.10.la
183%{_libdir}/libgstreamer-0.10.la
66c5307a 184%{_docdir}/%{name}-devel-%{version}
c6416cbe 185%{_gstincludedir}
774fa34b
JB
186%{_pkgconfigdir}/gstreamer-0.10.pc
187%{_pkgconfigdir}/gstreamer-base-0.10.pc
188%{_pkgconfigdir}/gstreamer-check-0.10.pc
189%{_pkgconfigdir}/gstreamer-controller-0.10.pc
190%{_pkgconfigdir}/gstreamer-dataprotocol-0.10.pc
191%{_pkgconfigdir}/gstreamer-net-0.10.pc
192%{_aclocaldir}/gst-element-check-0.10.m4
a693ae43 193%attr(755,root,root) %{rpmlibdir}/gstreamerdeps.sh
ef826307
JB
194
195%files static
196%defattr(644,root,root,755)
774fa34b
JB
197%{_libdir}/libgstbase-0.10.a
198%{_libdir}/libgstcheck-0.10.a
199%{_libdir}/libgstcontroller-0.10.a
200%{_libdir}/libgstdataprotocol-0.10.a
201%{_libdir}/libgstnet-0.10.a
202%{_libdir}/libgstreamer-0.10.a
078e7ce4 203
204%files apidocs
205%defattr(644,root,root,755)
774fa34b
JB
206%{_gtkdocdir}/gstreamer-0.10
207%{_gtkdocdir}/gstreamer-libs-0.10
208%{_gtkdocdir}/gstreamer-plugins-0.10
This page took 0.069974 seconds and 4 git commands to generate.