[gnome-continuous] Change meson patches names for consistency



commit 4011d3cc81510fd5f0695ade54b79db3848ef1f9
Author: Javier Jardón <jjardon gnome org>
Date:   Sun Feb 26 11:38:31 2017 +0000

    Change meson patches names for consistency
    
    Also upgrade the version information

 manifest.json                                      |    8 ++++----
 ...ild-api.patch => graphene-meson-buildapi.patch} |    5 ++++-
 ...-build-api.patch => grilo-meson-buildapi.patch} |    5 ++++-
 ...pi.patch => grilo-plugins-meson-buildapi.patch} |    5 ++++-
 ...ld-api.patch => gstreamer-meson-buildapi.patch} |    5 ++++-
 5 files changed, 20 insertions(+), 8 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index ade5392..f35c83d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -607,7 +607,7 @@
                                 "--disable-installed-tests"]},
 
                {"src": "ebassi:graphene",
-                "patches": ["graphene-build-api.patch"]},
+                "patches": ["graphene-meson-buildapi.patch"]},
 
                {"src": "gnome:gconf",
                 "config-opts": ["--disable-orbit",
@@ -688,7 +688,7 @@
                 "config-opts": ["--disable-gtk-doc"]},
 
                {"src": "fd-gstreamer:gstreamer",
-                "patches": ["gstreamer-build-api.patch"]},
+                "patches": ["gstreamer-meson-buildapi.patch"]},
 
                {"src": "fd-gstreamer:gst-plugins-base",
                 "config-opts": ["--with-gtk=3.0",
@@ -962,10 +962,10 @@
                {"src": "gnome:totem-pl-parser"},
 
                 {"src": "gnome:grilo",
-                "patches": ["grilo-build-api.patch"]},
+                "patches": ["grilo-meson-buildapi.patch"]},
 
                {"src": "gnome:grilo-plugins",
-                "patches": ["grilo-plugins-build-api.patch"]},
+                "patches": ["grilo-plugins-meson-buildapi.patch"]},
 
                {"src": "gnome:libzapojit"},
 
diff --git a/patches/graphene-build-api.patch b/patches/graphene-meson-buildapi.patch
similarity index 96%
rename from patches/graphene-build-api.patch
rename to patches/graphene-meson-buildapi.patch
index e8274b3..d1a053e 100644
--- a/patches/graphene-build-api.patch
+++ b/patches/graphene-meson-buildapi.patch
@@ -1,10 +1,13 @@
-From e11ef177c61ba0150c47c0ab8dff46569fc7ea59 Mon Sep 17 00:00:00 2001
+From f722b0df5aaa4b32fb1c34f8838294e174d2843f Mon Sep 17 00:00:00 2001
 From: Emmanuele Bassi <ebassi gnome org>
 Date: Mon, 20 Feb 2017 11:33:49 +0000
 Subject: [PATCH] Add build-api wrapper for Meson/Ninja
 
 Use Meson and Ninja, instead of autotools.
 
+v3:
+  - Enable CCache
+  - Pass CC and CXX flags to meson and ninja
 v2:
   - Disable CCache
 ---
diff --git a/patches/grilo-build-api.patch b/patches/grilo-meson-buildapi.patch
similarity index 96%
rename from patches/grilo-build-api.patch
rename to patches/grilo-meson-buildapi.patch
index e8274b3..d1a053e 100644
--- a/patches/grilo-build-api.patch
+++ b/patches/grilo-meson-buildapi.patch
@@ -1,10 +1,13 @@
-From e11ef177c61ba0150c47c0ab8dff46569fc7ea59 Mon Sep 17 00:00:00 2001
+From f722b0df5aaa4b32fb1c34f8838294e174d2843f Mon Sep 17 00:00:00 2001
 From: Emmanuele Bassi <ebassi gnome org>
 Date: Mon, 20 Feb 2017 11:33:49 +0000
 Subject: [PATCH] Add build-api wrapper for Meson/Ninja
 
 Use Meson and Ninja, instead of autotools.
 
+v3:
+  - Enable CCache
+  - Pass CC and CXX flags to meson and ninja
 v2:
   - Disable CCache
 ---
diff --git a/patches/grilo-plugins-build-api.patch b/patches/grilo-plugins-meson-buildapi.patch
similarity index 96%
rename from patches/grilo-plugins-build-api.patch
rename to patches/grilo-plugins-meson-buildapi.patch
index e8274b3..d1a053e 100644
--- a/patches/grilo-plugins-build-api.patch
+++ b/patches/grilo-plugins-meson-buildapi.patch
@@ -1,10 +1,13 @@
-From e11ef177c61ba0150c47c0ab8dff46569fc7ea59 Mon Sep 17 00:00:00 2001
+From f722b0df5aaa4b32fb1c34f8838294e174d2843f Mon Sep 17 00:00:00 2001
 From: Emmanuele Bassi <ebassi gnome org>
 Date: Mon, 20 Feb 2017 11:33:49 +0000
 Subject: [PATCH] Add build-api wrapper for Meson/Ninja
 
 Use Meson and Ninja, instead of autotools.
 
+v3:
+  - Enable CCache
+  - Pass CC and CXX flags to meson and ninja
 v2:
   - Disable CCache
 ---
diff --git a/patches/gstreamer-build-api.patch b/patches/gstreamer-meson-buildapi.patch
similarity index 96%
rename from patches/gstreamer-build-api.patch
rename to patches/gstreamer-meson-buildapi.patch
index e8274b3..d1a053e 100644
--- a/patches/gstreamer-build-api.patch
+++ b/patches/gstreamer-meson-buildapi.patch
@@ -1,10 +1,13 @@
-From e11ef177c61ba0150c47c0ab8dff46569fc7ea59 Mon Sep 17 00:00:00 2001
+From f722b0df5aaa4b32fb1c34f8838294e174d2843f Mon Sep 17 00:00:00 2001
 From: Emmanuele Bassi <ebassi gnome org>
 Date: Mon, 20 Feb 2017 11:33:49 +0000
 Subject: [PATCH] Add build-api wrapper for Meson/Ninja
 
 Use Meson and Ninja, instead of autotools.
 
+v3:
+  - Enable CCache
+  - Pass CC and CXX flags to meson and ninja
 v2:
   - Disable CCache
 ---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]