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