Summary: GStreamer Streaming-media framework runtime Summary(pl): GStreamer - biblioteki środowiska do obróbki strumieni Name: gstreamer Version: 0.6.0 Release: 1 License: LGPL Group: Libraries Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.bz2 URL: http://gstreamer.net/ BuildRequires: glib2-devel >= 2.0.1 BuildRequires: libxml2-devel >= 2.4.17 BuildRequires: nasm BuildRequires: pkgconfig Requires(post): /sbin/ldconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _gstlibdir %{_libdir}/gstreamer-0.6 %define _gstincludedir %{_includedir}/gstreamer-0.6 %description GStreamer is a streaming-media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related. Its plugin-based architecture means that new data types or processing capabilities can be added simply by installing new plugins. %description -l pl GStreamer to środowisko obróbki danych strumieniowych, bazujące na grafie filtrów operujących na danych medialnych. Aplikacje używające tej biblioteki mogą robić wszystko od przetwarzania dźwięku w czasie rzeczywistym, do odtwarzania filmów i czegokolwiek innego związego z mediami. Architektura bazująca na wtyczkach pozwala na łatwe dodawanie nowych typów danych lub możliwości obróbki. %package devel Summary: Include files for GStreamer streaming-media framework Summary(pl): Pliki nagłówkowe do środowiska obróbki strumieni GStreamer Group: Development/Libraries Requires: %{name} = %{version} %description devel This package contains the includes files necessary to develop applications and plugins for GStreamer. %description devel -l pl Ten pakiet zawiera pliki nagłówkowe potrzebne do rozwijania aplikacji i wtyczek do GStreamera. %package static Summary: GStreamer static libraries Summary(pl): Biblioteki statyczne GStreamer Group: Development/Libraries Requires: %{name}-devel = %{version} %description static Static versions of GStreamer libraries. %description static -l pl Statyczne wersje bibliotek GStreamer. %prep %setup -q %build %{__autoconf} %configure \ --enable-glib2 \ --enable-libmmx \ --enable-atomic \ --disable-examples \ --disable-tests \ --enable-docs-build \ --with-html-dir=%{_gtkdocdir} %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig %{_bindir}/gst-register --gst-mask=0 %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/lib*.so.* %attr(755,root,root) %{_gstlibdir}/*.so %{_mandir}/man1/* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la %{_gstlibdir}/lib*.la %{_gstincludedir} %{_gtkdocdir}/* %{_pkgconfigdir}/* %files static %defattr(644,root,root,755) %{_libdir}/lib*.a %{_gstlibdir}/lib*.a