rpms/gnome-media/devel gnome-volume-control-add-front-track.patch, NONE, 1.1 gnome-media.spec, 1.116, 1.117

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Wed Oct 17 19:50:42 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/gnome-media/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8871

Modified Files:
	gnome-media.spec 
Added Files:
	gnome-volume-control-add-front-track.patch 
Log Message:
* Wed Oct 17 2007 - Bastien Nocera <bnocera at redhat.com> - 2.20.1-6
- Show the "Front" track by default (#335121)


gnome-volume-control-add-front-track.patch:

--- NEW FILE gnome-volume-control-add-front-track.patch ---
Index: gst-mixer/src/element.h
===================================================================
--- gst-mixer/src/element.h	(revision 3721)
+++ gst-mixer/src/element.h	(working copy)
@@ -90,6 +90,7 @@
     { "master", FALSE }, \
     { "digital output", FALSE }, \
     { "recording", FALSE }, \
+    { "front", FALSE }, \
     { NULL, FALSE } \
   }
 


Index: gnome-media.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-media/devel/gnome-media.spec,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- gnome-media.spec	10 Oct 2007 14:49:49 -0000	1.116
+++ gnome-media.spec	17 Oct 2007 19:50:08 -0000	1.117
@@ -12,13 +12,15 @@
 Summary:        GNOME media programs
 Name:           gnome-media
 Version:        2.20.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 License:        GPLv2+ and GFDL+
 Group:          Applications/Multimedia
 Source:         ftp://ftp.gnome.org/pub/GNOME/sources/gnome-media/2.20/gnome-media-%{version}.tar.gz
 Patch0:         gnome-media-2.13.5-hide-help-button.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=186791
 Patch1:         gnome-volume-control-gconf-fixes.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=335121
+Patch2:         gnome-volume-control-add-front-track.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Obsoletes:      gnome
@@ -80,6 +82,7 @@
 pushd gst-mixer/src
 %patch1 -p0 -b .gconf-fixes
 popd
+%patch2 -p0 -b .front-track
 
 %build
 /usr/bin/gst-inspect-0.10 --print-all > /dev/null
@@ -193,6 +196,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Oct 17 2007 - Bastien Nocera <bnocera at redhat.com> - 2.20.1-6
+- Show the "Front" track by default (#335121)
+
 * Wed Oct 10 2007 - Bastien Nocera <bnocera at redhat.com> - 2.20.1-5
 - Install the mixer's schema file (#186791)
 




More information about the fedora-extras-commits mailing list