rpms/gstreamer-plugins-good/devel .cvsignore, 1.35, 1.36 gstreamer-plugins-good.spec, 1.132, 1.133 sources, 1.35, 1.36

Benjamin Otte company at fedoraproject.org
Wed Apr 28 15:06:50 UTC 2010


Author: company

Update of /cvs/pkgs/rpms/gstreamer-plugins-good/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20080

Modified Files:
	.cvsignore gstreamer-plugins-good.spec sources 
Log Message:
* Wed Apr 28 2010 Benjamin Otte <otte at redhat.com> 0.10.22-1
- Update to 0.10.22
- Replace devel package by noarch devel-docs package




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-good/devel/.cvsignore,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- .cvsignore	26 Apr 2010 10:40:26 -0000	1.35
+++ .cvsignore	28 Apr 2010 15:06:49 -0000	1.36
@@ -1 +1 @@
-gst-plugins-good-0.10.21.3.tar.bz2
+gst-plugins-good-0.10.22.tar.bz2


Index: gstreamer-plugins-good.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-good/devel/gstreamer-plugins-good.spec,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -p -r1.132 -r1.133
--- gstreamer-plugins-good.spec	26 Apr 2010 10:40:27 -0000	1.132
+++ gstreamer-plugins-good.spec	28 Apr 2010 15:06:49 -0000	1.133
@@ -1,19 +1,19 @@
 %define         gstreamer       gstreamer
 %define         majorminor      0.10
 
-%define         _gst            0.10.28.3
-%define         _gstpb          0.10.28.3
+%define         _gst            0.10.29
+%define         _gstpb          0.10.29
 
 Name: 		%{gstreamer}-plugins-good
-Version: 	0.10.21.3
+Version: 	0.10.22
 Release:  	1%{?dist}
 Summary: 	GStreamer plug-ins with good code and licensing
 
 Group: 		Applications/Multimedia
 License: 	LGPLv2+
 URL:		http://gstreamer.freedesktop.org/
-Source:         http://gstreamer.freedesktop.org/src/gst-plugins-good/pre/gst-plugins-good-%{version}.tar.bz2
-#Source:         http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.bz2
+#Source:         http://gstreamer.freedesktop.org/src/gst-plugins-good/pre/gst-plugins-good-%{version}.tar.bz2
+Source:         http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: 	%{gstreamer} >= %{_gst}
@@ -75,13 +75,16 @@ plug-ins.
 GStreamer Good Plug-ins is a collection of well-supported plug-ins of
 good quality and under the LGPL license.
 
-%package devel
-Summary:        Dummy package to make gstreamer-plugins-good multilib
+%package devel-docs
+Summary:        Documentation for gstreamer-plugins-good
 Group:          Development/Libraries
 
 Requires:       %{name} = %{version}-%{release}
+# for /usr/share/gtk-doc/html
+Requires:       gtk-doc
+BuildArch:      noarch
 
-%description devel
+%description devel-docs
 GStreamer is a streaming media framework, based on graphs of filters which
 operate on media data. Applications using this library can do anything
 from real-time sound processing to playing videos, and just about anything
@@ -92,7 +95,7 @@ plug-ins.
 GStreamer Good Plug-ins is a collection of well-supported plug-ins of
 good quality and under the LGPL license.
 
-This is a dummy package to make gstreamer-plugins-good multilib.
+This package contains documentation for the provided plugins.
 
 %prep
 %setup -q -n gst-plugins-good-%{version}
@@ -104,6 +107,7 @@ This is a dummy package to make gstreame
   --with-package-origin='http://download.fedora.redhat.com/fedora' \
   --enable-gtk-doc \
   --enable-experimental \
+  --disable-monoscope \
   --disable-esd --disable-libcaca --disable-aalib \
   --with-default-visualizer=autoaudiosink
 
@@ -122,10 +126,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gstreame
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
-# Remove the monoscope viz, it's experimental, and might crash applications
-# that use it
-rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/libgstmonoscope.so
-
 %find_lang gst-plugins-good-%{majorminor}
 
 %clean
@@ -216,7 +216,7 @@ rm -rf $RPM_BUILD_ROOT
 # schema files
 %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas
 
-%files devel
+%files devel-docs
 %defattr(-, root, root)
 
 # gtk-doc documentation
@@ -239,7 +239,11 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer-%{majorminor}.schemas > /dev/null || :
 
 %changelog
-* Thu Apr 26 2010 Benjamin Otte <otte at redhat.com> 0.10.21.3-1
+* Wed Apr 28 2010 Benjamin Otte <otte at redhat.com> 0.10.22-1
+- Update to 0.10.22
+- Replace devel package by noarch devel-docs package
+
+* Mon Apr 26 2010 Benjamin Otte <otte at redhat.com> 0.10.21.3-1
 - Update pre-release
 
 * Thu Apr 15 2010 Benjamin Otte <otte at redhat.com> 0.10.21.2-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-good/devel/sources,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- sources	26 Apr 2010 10:40:27 -0000	1.35
+++ sources	28 Apr 2010 15:06:49 -0000	1.36
@@ -1 +1 @@
-eb38213f21e303cec6d879bb139fabec  gst-plugins-good-0.10.21.3.tar.bz2
+4804aaa32044af9846914304991cc9d6  gst-plugins-good-0.10.22.tar.bz2



More information about the scm-commits mailing list