Author: jwrdegoede
Update of /cvs/free/rpms/gstreamer-plugins-ugly/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21427
Modified Files:
gstreamer-plugins-ugly.spec
Log Message:
* Sat May 29 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.14-2
- Rebuild for new libx264 (rfbz#1235)
- Build and package gtk-doc (rbfz#1213)
Index: gstreamer-plugins-ugly.spec
===================================================================
RCS file: /cvs/free/rpms/gstreamer-plugins-ugly/devel/gstreamer-plugins-ugly.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- gstreamer-plugins-ugly.spec 14 Mar 2010 14:37:25 -0000 1.23
+++ gstreamer-plugins-ugly.spec 29 May 2010 07:38:20 -0000 1.24
@@ -11,7 +11,7 @@
Summary: GStreamer streaming media framework "ugly" plug-ins
Name: gstreamer-plugins-ugly
Version: 0.10.14
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL:
http://gstreamer.freedesktop.org/
@@ -22,6 +22,7 @@
BuildRequires: %{gstreamer}-plugins-base-devel >= %{gstpb_minver}
BuildRequires: gettext-devel
+BuildRequireS: gtk-doc
BuildRequires: libsidplay-devel >= 1.36.0
BuildRequires: a52dec-devel >= 0.7.3
@@ -55,6 +56,22 @@
- there are possible licensing issues with the code.
+%package devel-docs
+Summary: Development documentation for the GStreamer "ugly" plug-ins
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel-docs
+GStreamer is a streaming media framework, based on graphs of elements which
+operate on media data.
+
+This package contains the development documentation for the plug-ins that can't
+be shipped in gstreamer-plugins-good because:
+- the license is not LGPL
+- the license of the library is not LGPL
+- there are possible licensing issues with the code.
+
+
%prep
%setup -q -n gst-plugins-ugly-%{version}
@@ -63,7 +80,7 @@
%configure \
--with-package-name="gst-plugins-ugly rpmfusion rpm" \
--with-package-origin="http://rpmfusion.org/" \
- --enable-debug \
+ --enable-debug --enable-gtk-doc \
--disable-static
%{__make} %{?_smp_mflags}
@@ -107,8 +124,16 @@
%{_libdir}/gstreamer-%{majorminor}/libgsttwolame.so
%{_libdir}/gstreamer-%{majorminor}/libgstx264.so
+%files devel-docs
+%defattr(-,root,root,-)
+%doc %{_datadir}/gtk-doc/html/gst-plugins-ugly-plugins-0.10
+
%changelog
+* Sat May 29 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.14-2
+- Rebuild for new libx264 (rfbz#1235)
+- Build and package gtk-doc (rbfz#1213)
+
* Sun Mar 14 2010 Hans de Goede <j.w.r.degoede(a)hhs.nl> 0.10.14-1
- New upstream release 0.10.14