mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
5294696d38
PR: 249940
30 lines
733 B
Makefile
30 lines
733 B
Makefile
PORTNAME= gradio
|
|
PORTVERSION= 7.3
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GTK3 app for finding and listening to internet radio stations
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
|
libjson-glib-1.0.so:devel/json-glib
|
|
|
|
USES= gettext gnome gstreamer meson pkgconfig python:3.4+,env sqlite vala:build
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= haecker-felix
|
|
GH_PROJECT= Gradio
|
|
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30
|
|
USE_GSTREAMER= mpg123 soup
|
|
|
|
GLIB_SCHEMAS= de.haeckerfelix.gradio.gschema.xml
|
|
|
|
BROKEN= Does not build against current vala
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s,python3,${PYTHON_CMD}," ${WRKSRC}/meson_post_install.sh
|
|
|
|
.include <bsd.port.mk>
|