[Bug 775281] Allow simply setup an uninstalled environment based on msys2

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 28 21:59:55 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=775281

Scott D Phillips <scott.d.phillips at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #340943|none                        |needs-work
             status|                            |

--- Comment #5 from Scott D Phillips <scott.d.phillips at intel.com> ---
Review of attachment 340943:
 --> (https://bugzilla.gnome.org/review?bug=775281&attachment=340943)

::: setup
@@ +92,3 @@
+
+    def get_libname(self, dll_name):
+    MESON_GIT = 'https://github.com/mesonbuild/meson.git'

change \d to \d+ and then you can delete the LIBNAME_EXCEPTIONS than have to do
with `dash number`.

@@ +101,3 @@
+    def get_configs(self):
+        super(Msys2Configurer, self).get_config() + \
+                    'mingw-w64-x86_64-libxml2',

get_config should be get_configs, but rtsp_server is building ok for me so you
can probably just delete this.

@@ +108,3 @@
+            lib_dir = lib_dir[:-3] + 'lib'
+
+                    'mingw-w64-x86_64-json-glib']

self.get_libname

@@ +137,3 @@
+                print('Generating .lib file for %s ...' % f, end='')
+                sys.stdout.flush()
+

self.make_lib

@@ +169,3 @@
+            return False
+
+            lib_dir = lib_dir[:-3] + 'lib'

put mingw64/bin before usr/bin to prefer the mingw64 executables

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list