48 lines
1.0 KiB
Makefile
Raw Normal View History

2021-10-28 07:32:53 +00:00
# $OpenBSD: Makefile,v 1.84 2021/10/28 07:32:53 ajacoutot Exp $
COMMENT= GNOME music playing application
GNOME_PROJECT= gnome-music
2021-10-28 07:32:53 +00:00
GNOME_VERSION= 41.0
# GPLv2+
2019-07-07 11:20:50 +00:00
PERMIT_PACKAGE= Yes
2021-10-28 07:32:53 +00:00
WANTLIB += gio-2.0 glib-2.0 gobject-2.0
MODULES= devel/dconf \
2018-04-23 20:29:22 +00:00
devel/meson \
2013-09-30 12:31:20 +00:00
lang/python \
x11/gnome
MODGNOME_TOOLS += desktop-file-utils gobject-introspection yelp
MODGNOME_TOOLS += gtk-update-icon-cache
2017-11-03 14:24:23 +00:00
2018-04-23 20:29:22 +00:00
MODGNOME_LDFLAGS= -L${X11BASE}/lib
2021-10-28 07:32:53 +00:00
LIB_DEPENDS= devel/glib2
BUILD_DEPENDS= devel/py-gobject3${MODPY_FLAVOR} \
2019-01-08 13:38:09 +00:00
x11/gnome/grilo-plugins \
x11/gnome/libdazzle \
2016-04-27 09:01:45 +00:00
x11/gnome/libmediaart \
x11/gnome/online-accounts \
2021-10-28 07:32:53 +00:00
x11/gnome/tracker3 \
x11/gtk+3
2013-09-28 06:52:02 +00:00
RUN_DEPENDS= devel/py-gobject3${MODPY_FLAVOR} \
2015-10-06 16:22:55 +00:00
www/py-requests${MODPY_FLAVOR} \
2019-01-08 13:38:09 +00:00
x11/gnome/grilo-plugins \
x11/gnome/libdazzle \
x11/gnome/libmediaart \
x11/gnome/online-accounts \
2021-10-28 07:32:53 +00:00
x11/gnome/tracker3 \
x11/gtk+3
# sndio(7) support
2019-01-06 13:10:18 +00:00
RUN_DEPENDS += multimedia/gstreamer1/plugins-base
2020-05-14 15:51:00 +00:00
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.mk>