Update to grilo-0.3.10.
This commit is contained in:
parent
952efe7dd5
commit
a2845a7ba0
@ -1,18 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.60 2019/07/24 19:53:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.61 2019/09/15 16:43:22 ajacoutot Exp $
|
||||
|
||||
# XXX PORTROACH overriden at end of this file.
|
||||
|
||||
COMMENT= framework for making media discovery and browsing easy
|
||||
|
||||
GNOME_PROJECT= grilo
|
||||
GNOME_VERSION= 0.3.9
|
||||
GNOME_VERSION= 0.3.10
|
||||
API= 0.3
|
||||
|
||||
SUBST_VARS= API
|
||||
|
||||
SHARED_LIBS += grilo-0.3 0.2 # 0.309.1
|
||||
SHARED_LIBS += grlnet-0.3 0.0 # 0.309.0
|
||||
SHARED_LIBS += grlpls-0.3 0.0 # 0.309.0
|
||||
SHARED_LIBS += grilo-0.3 0.2 # 0.310.1
|
||||
SHARED_LIBS += grlnet-0.3 0.0 # 0.310.0
|
||||
SHARED_LIBS += grlpls-0.3 0.0 # 0.310.0
|
||||
|
||||
CATEGORIES+= multimedia
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/grilo-0.3.9.tar.xz) = cwWBzGLyz6rerIFXYLgNqNzz0IxFStrQ1hKMkwxbyvI=
|
||||
SIZE (gnome/grilo-0.3.9.tar.xz) = 233616
|
||||
SHA256 (gnome/grilo-0.3.10.tar.xz) = fkSy50wx7STrl+QyZankHv/oZgKHsCKVERgFx72n8eg=
|
||||
SIZE (gnome/grilo-0.3.10.tar.xz) = 233356
|
||||
|
@ -1,15 +1,15 @@
|
||||
$OpenBSD: patch-src_meson_build,v 1.1 2018/11/30 08:03:05 ajacoutot Exp $
|
||||
$OpenBSD: patch-src_meson_build,v 1.2 2019/09/15 16:43:22 ajacoutot Exp $
|
||||
|
||||
Undefined symbol of libc functions (e.g. __stack_smash_handler)
|
||||
|
||||
Index: src/meson.build
|
||||
--- src/meson.build.orig
|
||||
+++ src/meson.build
|
||||
@@ -96,7 +96,6 @@ libgrl = shared_library(grl_name,
|
||||
@@ -100,7 +100,6 @@ libgrl = shared_library(grl_name,
|
||||
version: grilo_lt_version,
|
||||
dependencies: [glib_dep, gobject_dep, gmodule_dep, gio_dep, libxml_dep],
|
||||
dependencies: libgrl_deps,
|
||||
c_args: c_args,
|
||||
- link_args: '-Wl,--no-undefined',
|
||||
include_directories: libgrl_inc)
|
||||
|
||||
|
||||
libgrl_dep = declare_dependency(link_with: libgrl,
|
||||
|
Loading…
x
Reference in New Issue
Block a user