Author: qboosh Date: Tue Jan 25 17:30:25 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.10.8 - some hacks dropped, added one new
---- Files affected: packages/gstreamer-rtsp: gstreamer-rtsp.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/gstreamer-rtsp/gstreamer-rtsp.spec diff -u packages/gstreamer-rtsp/gstreamer-rtsp.spec:1.1 packages/gstreamer-rtsp/gstreamer-rtsp.spec:1.2 --- packages/gstreamer-rtsp/gstreamer-rtsp.spec:1.1 Tue Jan 4 20:42:28 2011 +++ packages/gstreamer-rtsp/gstreamer-rtsp.spec Tue Jan 25 18:30:20 2011 @@ -2,22 +2,25 @@ Summary: GstRTCP - an RTSP server built on top of GStreamer Summary(pl.UTF-8): GstRTSP - serwer RTSP zbudowany w oparciu o GStreamera Name: gstreamer-rtsp -Version: 0.10.6 +Version: 0.10.8 Release: 1 License: LGPL v2+ Group: Libraries Source0: http://gstreamer.freedesktop.org/src/gst-rtsp/gst-rtsp-%{version}.tar.bz2 -# Source0-md5: 8762d013f93f6aed39894f7eaf7bce86 +# Source0-md5: b511af07000595f63c3a705946221643 URL: http://gstreamer.net/ -BuildRequires: autoconf >= 2.52 -BuildRequires: automake +BuildRequires: autoconf >= 2.60 +BuildRequires: automake >= 1:1.10 +BuildRequires: gettext-devel >= 0.17 BuildRequires: glib2-devel >= 1:2.10.0 +BuildRequires: gobject-introspection-devel >= 0.6.3 BuildRequires: gstreamer-devel >= 0.10.29 BuildRequires: gstreamer-plugins-base-devel >= 0.10.29 BuildRequires: gtk-doc >= 1.3 BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: python >= 2.3 +BuildRequires: python-gstreamer-devel >= 0.10 BuildRequires: python-pygobject-devel >= 2.11.2 Requires: glib2 >= 1:2.10.0 Requires: gstreamer >= 0.10.29 @@ -75,18 +78,17 @@ %prep %setup -q -n gst-rtsp-%{version} -# python-gst and vala are not really needed to build bindings, skip checking them -echo 'SUBDIRS = python vala' > bindings/Makefile.am - %build %{__libtoolize} %{__aclocal} -I m4 -I common/m4 %{__autoconf} %{__autoheader} %{__automake} +# workaround for configure bug +export PYGOBJECT_REQ=2.11.2 %configure \ - --disable-static \ - --with-vapidir=%{_datadir}/vala/vapi + --disable-silent-rules \ + --disable-static %{__make} @@ -94,8 +96,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT \ - VAPIDIR=%{_datadir}/vala/vapi + DESTDIR=$RPM_BUILD_ROOT %{__rm} $RPM_BUILD_ROOT%{py_sitedir}/gst-0.10/gst/*.la @@ -110,6 +111,7 @@ %doc AUTHORS README TODO docs/design/gst-rtp-server-design %attr(755,root,root) %{_libdir}/libgstrtspserver-0.10.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libgstrtspserver-0.10.so.0 +%{_libdir}/girepository-1.0/GstRtspServer-0.10.typelib %files devel %defattr(644,root,root,755) @@ -117,6 +119,7 @@ %{_libdir}/libgstrtspserver-0.10.la %{_includedir}/gstreamer-0.10/gst/rtsp-server %{_pkgconfigdir}/gst-rtsp-server-0.10.pc +%{_datadir}/gir-1.0/GstRtspServer-0.10.gir # defs for python binding - move to python-gstreamer-rtsp-devel sometime? %{_datadir}/gst-rtsp @@ -135,5 +138,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2011/01/25 17:30:20 qboosh +- updated to 0.10.8 +- some hacks dropped, added one new + Revision 1.1 2011/01/04 19:42:28 qboosh - new ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gstreamer-rtsp/gstreamer-rtsp.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
