]> git.pld-linux.org Git - packages/gstreamer0.10-editing-services.git/blame - 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
CommitLineData
03a607d8
JB
1Summary: GStreamer Editing Services library
2Summary(pl.UTF-8): Biblioteka funkcji edycyjnych GStreamera (GStreamer Editing Services)
693f3ee3 3Name: gstreamer0.10-editing-services
03a607d8 4Version: 0.10.1
bfda61e4 5Release: 2
03a607d8
JB
6License: LGPL v2+
7Group: Libraries
bfda61e4 8Source0: https://gstreamer.freedesktop.org/src/gst-editing-services/gstreamer-editing-services-%{version}.tar.bz2
03a607d8 9# Source0-md5: aa03e275eecae88ac202471d4dba56a3
bfda61e4 10Patch0: gstreamer-common-gtkdoc.patch
03a607d8
JB
11URL: http://gstreamer.net/
12BuildRequires: autoconf >= 2.52
13BuildRequires: automake
14BuildRequires: glib2-devel >= 1:2.22
15BuildRequires: gobject-introspection-devel >= 0.9.6
693f3ee3
JB
16BuildRequires: gstreamer0.10-devel >= 0.10.31.1
17BuildRequires: gstreamer0.10-plugins-base-devel >= 0.10.31.1
03a607d8
JB
18BuildRequires: gtk-doc >= 1.3
19BuildRequires: libtool
20BuildRequires: pkgconfig
21BuildRequires: python >= 2.3
3514e04b 22BuildRequires: rpm-build >= 4.6
03a607d8 23Requires: glib2 >= 1:2.22
693f3ee3
JB
24Requires: gstreamer0.10 >= 0.10.31.1
25Requires: gstreamer0.10-plugins-base >= 0.10.31.1
03a607d8
JB
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29GStreamer Editing Services is a high-level library for facilitating
30the creation of audio/video non-linear editors.
31
32%description -l pl.UTF-8
33GStreamer Editing Services to wysokopoziomowa biblioteka ułatwiająca
34tworzenie nieliniowych edytorów audio/video.
35
36%package devel
37Summary: Header files for GStreamer Editing Services library
38Summary(pl.UTF-8): Pliki nagłówkowe biblioteki GStreamer Editing Services
39Group: Development/Libraries
40Requires: %{name} = %{version}-%{release}
41Requires: glib2-devel >= 1:2.22
693f3ee3
JB
42Requires: gstreamer0.10-devel >= 0.10.31.1
43Requires: gstreamer0.10-plugins-base-devel >= 0.10.31.1
03a607d8
JB
44
45%description devel
46Header files for GStreamer Editing Services library.
47
48%description devel -l pl.UTF-8
49Pliki nagłówkowe biblioteki GStreamer Editing Services.
50
51%package static
52Summary: Static GStreamer Editing Services library
53Summary(pl.UTF-8): Statyczba biblioteka GStreamer Editing Services
54Group: Development/Libraries
55Requires: %{name}-devel = %{version}-%{release}
56
57%description static
58Static GStreamer Editing Services library.
59
60%description static -l pl.UTF-8
61Statyczba biblioteka GStreamer Editing Services.
62
63%package apidocs
64Summary: API documentation for GStreamer Editing Services library
65Summary(pl.UTF-8): Dokumentacja API biblioteki GStreamer Editing Services
66Group: Documentation
67Requires: gtk-doc-common
3514e04b 68BuildArch: noarch
03a607d8
JB
69
70%description apidocs
71API documentation for GStreamer Editing Services library.
72
73%description apidocs -l pl.UTF-8
74Dokumentacja API biblioteki GStreamer Editing Services.
75
76%prep
693f3ee3 77%setup -q -n gstreamer-editing-services-%{version}
bfda61e4
JB
78cd common
79%patch0 -p1
03a607d8
JB
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
95rm -rf $RPM_BUILD_ROOT
96
97%{__make} install \
98 DESTDIR=$RPM_BUILD_ROOT
99
bfda61e4
JB
100# obsoleted by pkg-config
101%{__rm} $RPM_BUILD_ROOT%{_libdir}/libges-0.10.la
102
03a607d8
JB
103%clean
104rm -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
03a607d8
JB
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.077091 seconds and 4 git commands to generate.