mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
1d0522ef17
- Remove LIB_DEPENDS on geoclue2 et al., as geolocation features purged from upstream - Switch libsoup dependency to libsoup3
30 lines
714 B
Makefile
30 lines
714 B
Makefile
PORTNAME= tuner
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.5.4
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= Minimalist radio station player
|
|
WWW= https://github.com/louis77/tuner
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libgranite.so:x11-toolkits/granite \
|
|
libsoup-3.0.so:devel/libsoup3 \
|
|
libjson-glib-1.0.so:devel/json-glib \
|
|
libgee-0.8.so:devel/libgee
|
|
|
|
USES= desktop-file-utils gettext-tools gnome gstreamer \
|
|
meson ninja pkgconfig vala:build
|
|
USE_GITHUB= yes
|
|
USE_GSTREAMER= bad libav
|
|
GH_ACCOUNT= louis77
|
|
APPNAME= com.github.louis77.tuner
|
|
PLIST_SUB= APPNAME=${APPNAME}
|
|
|
|
USE_GNOME= gdkpixbuf2 glib20 gtk30 intlhack
|
|
GLIB_SCHEMAS= ${APPNAME}.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|