Author: qboosh Date: Thu Dec 21 18:03:19 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.10.5 - added amr bcond (off by default, required library is non-distributable)
---- Files affected: SPECS: gstreamer-plugins-ugly.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/gstreamer-plugins-ugly.spec diff -u SPECS/gstreamer-plugins-ugly.spec:1.7 SPECS/gstreamer-plugins-ugly.spec:1.8 --- SPECS/gstreamer-plugins-ugly.spec:1.7 Mon Aug 21 08:40:51 2006 +++ SPECS/gstreamer-plugins-ugly.spec Thu Dec 21 19:03:14 2006 @@ -2,6 +2,7 @@ # # Conditional build: %bcond_without sid # don't build sid plugin +%bcond_with amr # AMR-NB plugin # %define gstname gst-plugins-ugly %define gst_major_ver 0.10 @@ -10,12 +11,12 @@ Summary: Ugly GStreamer Streaming-media framework plugins Summary(pl): Brzydkie wtyczki do środowiska obróbki strumieni GStreamer Name: gstreamer-plugins-ugly -Version: 0.10.4 +Version: 0.10.5 Release: 1 License: LGPL Group: Libraries Source0: http://gstreamer.freedesktop.org/src/gst-plugins-ugly/%{gstname}-%{version}.tar.bz2 -# Source0-md5: c10f40e3641d827ca7853b0a3d560257 +# Source0-md5: 2e6bf35ebcb2ab508b43ef3aaee878ad Patch0: %{name}-bashish.patch URL: http://gstreamer.freedesktop.org/ BuildRequires: autoconf >= 2.52 @@ -27,11 +28,13 @@ BuildRequires: liboil-devel >= 0.3.9 BuildRequires: libtool >= 1.4 BuildRequires: pkgconfig >= 1:0.9.0 +BuildRequires: python >= 2.1 +BuildRequires: python-PyXML ## ## plugins ## BuildRequires: a52dec-libs-devel -BuildRequires: amrnb-devel +%{?with_amr:BuildRequires: amrnb-devel} BuildRequires: lame-libs-devel BuildRequires: libdvdread-devel BuildRequires: libid3tag-devel >= 0.15 @@ -159,6 +162,7 @@ %{__autoheader} %{__automake} %configure \ + %{!?with_amr:--disable-amrnb} \ %{!?with_sid:--disable-sidplay} \ --disable-static \ --enable-gtk-doc \ @@ -199,9 +203,11 @@ %defattr(644,root,root,755) %attr(755,root,root) %{gstlibdir}/libgsta52dec.so +%if %{with amr} %files -n gstreamer-amrnb %defattr(644,root,root,755) %attr(755,root,root) %{gstlibdir}/libgstamrnb.so +%endif %files -n gstreamer-dvdread %defattr(644,root,root,755) @@ -233,6 +239,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2006/12/21 18:03:14 qboosh +- updated to 0.10.5 +- added amr bcond (off by default, required library is non-distributable) + Revision 1.7 2006/08/21 06:40:51 qboosh - there will be locales ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gstreamer-plugins-ugly.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
