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