]> git.pld-linux.org Git - packages/gstreamer0.10-editing-services.git/blob - gstreamer0.10-editing-services.spec
de10f706848647bee803813248e0ff3bffd379e2
[packages/gstreamer0.10-editing-services.git] / gstreamer0.10-editing-services.spec
1 Summary:        GStreamer Editing Services library
2 Summary(pl.UTF-8):      Biblioteka funkcji edycyjnych GStreamera (GStreamer Editing Services)
3 Name:           gstreamer0.10-editing-services
4 Version:        0.10.1
5 Release:        2
6 License:        LGPL v2+
7 Group:          Libraries
8 Source0:        https://gstreamer.freedesktop.org/src/gst-editing-services/gstreamer-editing-services-%{version}.tar.bz2
9 # Source0-md5:  aa03e275eecae88ac202471d4dba56a3
10 Patch0:         gstreamer-common-gtkdoc.patch
11 URL:            http://gstreamer.net/
12 BuildRequires:  autoconf >= 2.52
13 BuildRequires:  automake
14 BuildRequires:  glib2-devel >= 1:2.22
15 BuildRequires:  gobject-introspection-devel >= 0.9.6
16 BuildRequires:  gstreamer0.10-devel >= 0.10.31.1
17 BuildRequires:  gstreamer0.10-plugins-base-devel >= 0.10.31.1
18 BuildRequires:  gtk-doc >= 1.3
19 BuildRequires:  libtool
20 BuildRequires:  pkgconfig
21 BuildRequires:  python >= 2.3
22 Requires:       glib2 >= 1:2.22
23 Requires:       gstreamer0.10 >= 0.10.31.1
24 Requires:       gstreamer0.10-plugins-base >= 0.10.31.1
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 GStreamer Editing Services is a high-level library for facilitating
29 the creation of audio/video non-linear editors.
30
31 %description -l pl.UTF-8
32 GStreamer Editing Services to wysokopoziomowa biblioteka ułatwiająca
33 tworzenie nieliniowych edytorów audio/video.
34
35 %package devel
36 Summary:        Header files for GStreamer Editing Services library
37 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki GStreamer Editing Services
38 Group:          Development/Libraries
39 Requires:       %{name} = %{version}-%{release}
40 Requires:       glib2-devel >= 1:2.22
41 Requires:       gstreamer0.10-devel >= 0.10.31.1
42 Requires:       gstreamer0.10-plugins-base-devel >= 0.10.31.1
43
44 %description devel
45 Header files for GStreamer Editing Services library.
46
47 %description devel -l pl.UTF-8
48 Pliki nagłówkowe biblioteki GStreamer Editing Services.
49
50 %package static
51 Summary:        Static GStreamer Editing Services library
52 Summary(pl.UTF-8):      Statyczba biblioteka GStreamer Editing Services
53 Group:          Development/Libraries
54 Requires:       %{name}-devel = %{version}-%{release}
55
56 %description static
57 Static GStreamer Editing Services library.
58
59 %description static -l pl.UTF-8
60 Statyczba biblioteka GStreamer Editing Services.
61
62 %package apidocs
63 Summary:        API documentation for GStreamer Editing Services library
64 Summary(pl.UTF-8):      Dokumentacja API biblioteki GStreamer Editing Services
65 Group:          Documentation
66 Requires:       gtk-doc-common
67
68 %description apidocs
69 API documentation for GStreamer Editing Services library.
70
71 %description apidocs -l pl.UTF-8
72 Dokumentacja API biblioteki GStreamer Editing Services.
73
74 %prep
75 %setup -q -n gstreamer-editing-services-%{version}
76 cd common
77 %patch0 -p1
78
79 %build
80 %{__libtoolize}
81 %{__aclocal} -I m4 -I common/m4
82 %{__autoconf}
83 %{__autoheader}
84 %{__automake}
85 %configure \
86         --disable-silent-rules \
87         --enable-gtk-doc \
88         --with-html-dir=%{_gtkdocdir}
89
90 %{__make}
91
92 %install
93 rm -rf $RPM_BUILD_ROOT
94
95 %{__make} install \
96         DESTDIR=$RPM_BUILD_ROOT
97
98 # obsoleted by pkg-config
99 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libges-0.10.la
100
101 %clean
102 rm -rf $RPM_BUILD_ROOT
103
104 %post   -p /sbin/ldconfig
105 %postun -p /sbin/ldconfig
106
107 %files
108 %defattr(644,root,root,755)
109 %doc AUTHORS ChangeLog NEWS README RELEASE
110 %attr(755,root,root) %{_bindir}/ges-launch-0.10
111 %attr(755,root,root) %{_libdir}/libges-0.10.so.*.*.*
112 %attr(755,root,root) %ghost %{_libdir}/libges-0.10.so.0
113 %{_libdir}/girepository-1.0/GES-0.10.typelib
114
115 %files devel
116 %defattr(644,root,root,755)
117 %attr(755,root,root) %{_libdir}/libges-0.10.so
118 %{_includedir}/gstreamer-0.10/ges
119 %{_datadir}/gir-1.0/GES-0.10.gir
120 %{_pkgconfigdir}/gst-editing-services-0.10.pc
121
122 %files static
123 %defattr(644,root,root,755)
124 %{_libdir}/libges-0.10.a
125
126 %files apidocs
127 %defattr(644,root,root,755)
128 %{_gtkdocdir}/ges-0.10
This page took 0.057684 seconds and 2 git commands to generate.