rpms/fillmore-lombard/devel fillmore-name.patch, NONE, 1.1 fillmore-lombard.spec, 1.1, 1.2

Matthias Clasen mclasen at fedoraproject.org
Wed Jul 21 01:37:23 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/fillmore-lombard/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2766

Modified Files:
	fillmore-lombard.spec 
Added Files:
	fillmore-name.patch 
Log Message:
fix build with latest vala


fillmore-name.patch:
 MediaEngine.vala |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE fillmore-name.patch ---
diff -up media-0.1.0/src/marina/MediaEngine.vala.name media-0.1.0/src/marina/MediaEngine.vala
--- media-0.1.0/src/marina/MediaEngine.vala.name	2010-07-20 21:33:36.034328001 -0400
+++ media-0.1.0/src/marina/MediaEngine.vala	2010-07-20 21:32:16.560328001 -0400
@@ -812,7 +812,7 @@ public class MediaEngine : MultiFileProg
         emit(this, Facility.SIGNAL_HANDLERS, Level.INFO, "on_element");
         unowned Gst.Structure structure = message.get_structure();
 
-        if (play_state == PlayState.PLAYING && structure.name.to_string() == "level") {
+        if (play_state == PlayState.PLAYING && structure.get_name().to_string() == "level") {
             Gst.Value? rms = structure.get_value("rms");
             uint size = rms.list_get_size();
             Gst.Value? temp = rms.list_get_value(0);


Index: fillmore-lombard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fillmore-lombard/devel/fillmore-lombard.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- fillmore-lombard.spec	21 Jul 2010 01:09:01 -0000	1.1
+++ fillmore-lombard.spec	21 Jul 2010 01:37:23 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           fillmore-lombard
 Version:        0.1.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Multimedia applications for GNOME
 Group:          Applications/Multimedia
 
@@ -9,6 +9,7 @@ URL:            http://www.yorba.org
 Source0:        http://www.yorba.org/download/media/0.1/%{name}-%{version}.tar.bz2
 
 Patch0: fillmore-member.patch
+Patch1: fillmore-name.patch
 
 BuildRequires:  gtk2-devel
 BuildRequires:  libgee-devel
@@ -40,6 +41,7 @@ Lombard is a video editor for GNOME.
 %prep
 %setup -q -n media-%{version}
 %patch0 -p1 -b .member
+%patch1 -p1 -b .name
 
 %build
 ./configure



More information about the scm-commits mailing list