- update to gupnp-av-0.12.2
This commit is contained in:
parent
0aa7228939
commit
91b7a5f2b7
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2013/04/16 13:17:01 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2013/05/30 17:57:21 jasper Exp $
|
||||
|
||||
COMMENT= helpers for building A/V applications using GUPnP
|
||||
|
||||
GNOME_PROJECT= gupnp-av
|
||||
GNOME_VERSION= 0.12.1
|
||||
GNOME_VERSION= 0.12.2
|
||||
|
||||
SHARED_LIBS += gupnp-av-1.0 0.1 # 2.0
|
||||
|
||||
@ -11,8 +11,8 @@ MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
WANTLIB += e2fs-uuid ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += gssdp-1.0 gthread-2.0 gupnp-1.0 m pcre soup-2.4 xml2
|
||||
WANTLIB += z pthread
|
||||
WANTLIB += gssdp-1.0 gupnp-1.0 m pcre soup-2.4 xml2
|
||||
WANTLIB += z pthread sqlite3
|
||||
|
||||
LIB_DEPENDS= net/gupnp/core>=0.20.0
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gupnp-av-0.12.1.tar.xz) = fHPzweHI9VIHm424lxNIrPhQeMgu1NqIOyGL2ZP81MQ=
|
||||
SIZE (gupnp-av-0.12.1.tar.xz) = 336864
|
||||
SHA256 (gupnp-av-0.12.2.tar.xz) = Q1l737HDUjOOcGli/3/NvLVExaNvJ8nCqqWlULaZAnA=
|
||||
SIZE (gupnp-av-0.12.2.tar.xz) = 337716
|
||||
|
15
net/gupnp/av/patches/patch-tests_Makefile_in
Normal file
15
net/gupnp/av/patches/patch-tests_Makefile_in
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-tests_Makefile_in,v 1.1 2013/05/30 17:57:21 jasper Exp $
|
||||
|
||||
cc1: error: unrecognized command line option "-Wno-unused-parameters"
|
||||
|
||||
--- tests/Makefile.in.orig Thu May 30 21:48:43 2013
|
||||
+++ tests/Makefile.in Thu May 30 21:48:50 2013
|
||||
@@ -323,7 +323,7 @@ top_srcdir = @top_srcdir@
|
||||
SUBDIRS = gtest
|
||||
common_cflags = \
|
||||
$(LIBGUPNP_CFLAGS) \
|
||||
- -I$(top_srcdir) -Wno-unused-parameters
|
||||
+ -I$(top_srcdir)
|
||||
|
||||
common_ldadd = \
|
||||
$(top_builddir)/libgupnp-av/libgupnp-av-1.0.la \
|
Loading…
x
Reference in New Issue
Block a user