r14837 - in /packages/experimental/rhythmbox/debian: changelog patches/fix_vapi_build.patch

samm-guest at users.alioth.debian.org samm-guest at users.alioth.debian.org
Sat Mar 1 12:37:19 UTC 2008


Author: samm-guest
Date: Sat Mar  1 12:37:19 2008
New Revision: 14837

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14837
Log:
* fix_vapi_build.patch: taken from upstream SVN r5595; fixes a build failure
  with vala 0.1.6.

Added:
    packages/experimental/rhythmbox/debian/patches/fix_vapi_build.patch
Modified:
    packages/experimental/rhythmbox/debian/changelog

Modified: packages/experimental/rhythmbox/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/rhythmbox/debian/changelog?rev=14837&op=diff
==============================================================================
--- packages/experimental/rhythmbox/debian/changelog (original)
+++ packages/experimental/rhythmbox/debian/changelog Sat Mar  1 12:37:19 2008
@@ -17,6 +17,8 @@
   * Build-depend on libxul-dev for the Mozilla browser iTunes Music Store
     plugin.
   * Recommend gnome-app-install for automatic codec installation.
+  * fix_vapi_build.patch: taken from upstream SVN r5595; fixes a build failure
+    with vala 0.1.6.
 
  -- Norbert Tretkowski <nobse at debian.org>  Sun, 13 Jan 2008 12:14:14 +0100
 

Added: packages/experimental/rhythmbox/debian/patches/fix_vapi_build.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/rhythmbox/debian/patches/fix_vapi_build.patch?rev=14837&op=file
==============================================================================
--- packages/experimental/rhythmbox/debian/patches/fix_vapi_build.patch (added)
+++ packages/experimental/rhythmbox/debian/patches/fix_vapi_build.patch Sat Mar  1 12:37:19 2008
@@ -1,0 +1,11 @@
+--- bindings/vala/rb.vapi.orig	2008-03-01 12:23:48.000000000 +0000
++++ bindings/vala/rb.vapi	2008-03-01 12:23:56.000000000 +0000
+@@ -10,7 +10,7 @@
+ 	}
+ 
+ 	[CCode (cheader_filename = "rb-plugin.h")]
+-	public class Plugin : GLib.Object {
++	public abstract class Plugin : GLib.Object {
+ 		[NoArrayLength]
+ 		[CCode (cname = "rb_plugin_get_type")]
+ 		public static GLib.Type get_type ();




More information about the pkg-gnome-commits mailing list