Fix dependencies.
This commit is contained in:
parent
0d52a5d506
commit
6a2c423057
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2011/09/20 20:51:52 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2011/10/09 14:57:31 ajacoutot Exp $
|
||||
|
||||
COMMENT= DLNA integration for GUPnP
|
||||
|
||||
GNOME_PROJECT= gupnp-dlna
|
||||
GNOME_VERSION= 0.6.3
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
SHARED_LIBS += gupnp-dlna-1.0 0.0 # 2.0
|
||||
|
||||
@ -13,14 +13,14 @@ MODULES= devel/gettext \
|
||||
|
||||
WANTLIB += c glib-2.0 gmodule-2.0 gobject-2.0 gstbase-0.10 gstpbutils-0.10
|
||||
WANTLIB += gstreamer-0.10 gstvideo-0.10 gthread-2.0 m pcre pthread
|
||||
WANTLIB += xml2 z
|
||||
WANTLIB += xml2 z ffi
|
||||
|
||||
MODGNOME_TOOLS= goi
|
||||
|
||||
LIB_DEPENDS= multimedia/gstreamer-0.10/plugins-base \
|
||||
net/gupnp/core
|
||||
LIB_DEPENDS= multimedia/gstreamer-0.10/plugins-base
|
||||
RUN_DEPENDS= net/gupnp/core
|
||||
|
||||
# sndio(7) support
|
||||
RUN_DEPENDS= multimedia/gstreamer-0.10/plugins-good
|
||||
RUN_DEPENDS+= multimedia/gstreamer-0.10/plugins-good
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2011/09/28 09:51:36 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2011/10/09 15:02:13 ajacoutot Exp $
|
||||
|
||||
COMMENT= send small notifications to your desktop
|
||||
|
||||
GNOME_VERSION= 0.7.2
|
||||
GNOME_PROJECT= notification-daemon
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= sysutils net
|
||||
|
||||
@ -22,13 +23,12 @@ WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
||||
WANTLIB += gobject-2.0 gthread-2.0 gtk-3 ltdl m ogg pango-1.0
|
||||
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
|
||||
WANTLIB += pthread-stubs vorbis vorbisfile xcb xcb-render xcb-shm
|
||||
WANTLIB += z
|
||||
WANTLIB += z ffi kvm
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
LIB_DEPENDS= devel/libnotify>=0.7.2 \
|
||||
devel/libtool,-ltdl \
|
||||
LIB_DEPENDS= devel/libtool,-ltdl \
|
||||
audio/libcanberra,-gtk3
|
||||
RUN_DEPENDS= devel/desktop-file-utils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user