]> git.pld-linux.org Git - packages/gstreamer-editing-services.git/commitdiff
- new auto/th/gstreamer-editing-services-0_10_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 Jan 2011 07:34:57 +0000 (07:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-editing-services.spec -> 1.1

gstreamer-editing-services.spec [new file with mode: 0644]

diff --git a/gstreamer-editing-services.spec b/gstreamer-editing-services.spec
new file mode 100644 (file)
index 0000000..f8c7706
--- /dev/null
@@ -0,0 +1,123 @@
+Summary:       GStreamer Editing Services library
+Summary(pl.UTF-8):     Biblioteka funkcji edycyjnych GStreamera (GStreamer Editing Services)
+Name:          gstreamer-editing-services
+Version:       0.10.1
+Release:       1
+License:       LGPL v2+
+Group:         Libraries
+Source0:       http://gstreamer.freedesktop.org/src/gst-editing-services/%{name}-%{version}.tar.bz2
+# Source0-md5: aa03e275eecae88ac202471d4dba56a3
+URL:           http://gstreamer.net/
+BuildRequires: autoconf >= 2.52
+BuildRequires: automake
+BuildRequires: glib2-devel >= 1:2.22
+BuildRequires: gobject-introspection-devel >= 0.9.6
+BuildRequires: gstreamer-devel >= 0.10.31.1
+BuildRequires: gstreamer-plugins-base-devel >= 0.10.31.1
+BuildRequires: gtk-doc >= 1.3
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: python >= 2.3
+Requires:      glib2 >= 1:2.22
+Requires:      gstreamer >= 0.10.31.1
+Requires:      gstreamer-plugins-base >= 0.10.31.1
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GStreamer Editing Services is a high-level library for facilitating
+the creation of audio/video non-linear editors.
+
+%description -l pl.UTF-8
+GStreamer Editing Services to wysokopoziomowa biblioteka ułatwiająca
+tworzenie nieliniowych edytorów audio/video.
+
+%package devel
+Summary:       Header files for GStreamer Editing Services library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki GStreamer Editing Services
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      glib2-devel >= 1:2.22
+Requires:      gstreamer-devel >= 0.10.31.1
+Requires:      gstreamer-plugins-base-devel >= 0.10.31.1
+
+%description devel
+Header files for GStreamer Editing Services library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki GStreamer Editing Services.
+
+%package static
+Summary:       Static GStreamer Editing Services library
+Summary(pl.UTF-8):     Statyczba biblioteka GStreamer Editing Services
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static GStreamer Editing Services library.
+
+%description static -l pl.UTF-8
+Statyczba biblioteka GStreamer Editing Services.
+
+%package apidocs
+Summary:       API documentation for GStreamer Editing Services library
+Summary(pl.UTF-8):     Dokumentacja API biblioteki GStreamer Editing Services
+Group:         Documentation
+Requires:      gtk-doc-common
+
+%description apidocs
+API documentation for GStreamer Editing Services library.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API biblioteki GStreamer Editing Services.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4 -I common/m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --disable-silent-rules \
+       --enable-gtk-doc \
+       --with-html-dir=%{_gtkdocdir}
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README RELEASE
+%attr(755,root,root) %{_bindir}/ges-launch-0.10
+%attr(755,root,root) %{_libdir}/libges-0.10.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libges-0.10.so.0
+%{_libdir}/girepository-1.0/GES-0.10.typelib
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libges-0.10.so
+%{_libdir}/libges-0.10.la
+%{_includedir}/gstreamer-0.10/ges
+%{_datadir}/gir-1.0/GES-0.10.gir
+%{_pkgconfigdir}/gst-editing-services-0.10.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libges-0.10.a
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/ges-0.10
This page took 0.20367 seconds and 4 git commands to generate.