]> git.pld-linux.org Git - packages/gstreamer.git/blob - gstreamer.spec
- ver. 0.3.2
[packages/gstreamer.git] / gstreamer.spec
1 Summary:        GStreamer Streaming-media framework runtime
2 Summary(pl):    GStreamer - biblioteki ¶rodowiska do obróbki strumieni
3 Name:           gstreamer
4 Version:        0.3.2
5 Release:        1
6 License:        LGPL
7 Group:          Libraries
8 Group(de):      Libraries
9 Group(es):      Bibliotecas
10 Group(fr):      Librairies
11 Group(pl):      Biblioteki
12 Group(pt_BR):   Bibliotecas
13 Group(ru):      âÉÂÌÉÏÔÅËÉ
14 Group(uk):      â¦Â̦ÏÔÅËÉ
15 Source0:        http://prdownloads.sourceforge.net/gstreamer/%{name}-%{version}.tar.bz2
16 URL:            http://gstreamer.net/
17 BuildRequires:  glib2-devel
18 BuildRequires:  libxml2-devel
19 BuildRequires:  nasm
20 BuildRequires:  pkgconfig
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 GStreamer is a streaming-media framework, based on graphs of filters
25 which operate on media data. Applications using this library can do
26 anything from real-time sound processing to playing videos, and just
27 about anything else media-related. Its plugin-based architecture means
28 that new data types or processing capabilities can be added simply by
29 installing new plugins.
30
31 %description -l pl
32 GStreamer to ¶rodowisko obróbki danych strumieniowych, bazuj±ce na
33 grafie filtrów operuj±cych na danych medialnych. Aplikacje u¿ywaj±ce
34 tej biblioteki mog± robiæ wszystko od przetwarzania d¼wiêku w czasie
35 rzeczywistym, do odtwarzania filmów i czegokolwiek innego zwi±zego z
36 mediami. Architektura bazuj±ca na wtyczkach pozwala na ³atwe dodawanie
37 nowych typów danych lub mo¿liwo¶ci obróbki.
38
39 %package devel
40 Summary:        Include files for GStreamer streaming-media framework
41 Summary(pl):    Pliki nag³ówkowe do ¶rodowiska obróbki strumieni GStreamer
42 Group:          Development/Libraries
43 Group(de):      Entwicklung/Libraries
44 Group(es):      Desarrollo/Bibliotecas
45 Group(fr):      Development/Librairies
46 Group(pl):      Programowanie/Biblioteki
47 Group(pt_BR):   Desenvolvimento/Bibliotecas
48 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
49 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
50 Requires:       %{name} = %{version}
51
52 %description devel
53 This package contains the includes files necessary to develop
54 applications and plugins for GStreamer.
55
56 %description devel -l pl
57 Ten pakiet zawiera pliki nag³ówkowe potrzebne do rozwijania aplikacji
58 i wtyczek do GStreamera.
59
60 %package static
61 Summary:        GStreamer static libraries
62 Summary(pl):    Biblioteki statyczne GStreamer
63 Group:          Development/Libraries
64 Group(de):      Entwicklung/Libraries
65 Group(es):      Desarrollo/Bibliotecas
66 Group(fr):      Development/Librairies
67 Group(pl):      Programowanie/Biblioteki
68 Group(pt_BR):   Desenvolvimento/Bibliotecas
69 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
70 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
71 Requires:       %{name}-devel = %{version}
72
73 %description static
74 Static versions of GStreamer libraries.
75
76 %description static -l pl
77 Statyczne wersje bibliotek GStreamer.
78
79 %prep
80 %setup -q
81
82 %build
83 %configure \
84         --enable-glib2 \
85         --enable-libmmx \
86         --enable-atomic
87
88 %{__make}
89
90 %install  
91 rm -rf $RPM_BUILD_ROOT
92
93 %{__make} DESTDIR=$RPM_BUILD_ROOT install
94
95 %clean
96 rm -rf $RPM_BUILD_ROOT
97
98 %post
99 /sbin/ldconfig
100 %{_bindir}/gst-register --gst-mask=0
101
102 %postun -p /sbin/ldconfig
103   
104 %files
105 %defattr(644,root,root,755)
106 %attr(755,root,root) %{_bindir}/*
107 %attr(755,root,root) %{_libdir}/lib*.so.*
108 %attr(755,root,root) %{_libdir}/gst/*.so*
109 %attr(755,root,root) %{_libdir}/gst/*.la
110 %{_mandir}/man1/*
111
112 %files devel
113 %defattr(644,root,root,755)
114 %attr(755,root,root) %{_libdir}/lib*.so
115 %{_includedir}/gst
116 %{_pkgconfigdir}/*
117
118 %files static
119 %defattr(644,root,root,755)
120 %{_libdir}/lib*.a
121 %{_libdir}/gst/lib*.a
This page took 0.040997 seconds and 4 git commands to generate.