Commit 2e113a0d authored by Rene Ladan's avatar Rene Ladan
Browse files

audio/gradio: Remove expired port

2023-11-30 audio/gradio: BROKEN for more than a year
parent 533b7848
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8134,3 +8134,4 @@ net/gupnp-igd12||2023-12-02|Has expired: Depends on deprecated port net/gupnp14
irc/irssi-dcc_send_limiter||2023-12-02|Has expired: BROKEN for more than a year
www/linux-opera||2023-12-02|Has expired: outdated and unsupported version
sysutils/gtk-imonc||2023-12-02|Has expired: BROKEN for more than 2 years
audio/gradio||2023-12-02|Has expired: BROKEN for more than a year
+0 −1
Original line number Diff line number Diff line
@@ -227,7 +227,6 @@
    SUBDIR += gonic
    SUBDIR += goobox
    SUBDIR += gqradio
    SUBDIR += gradio
    SUBDIR += gramofile
    SUBDIR += grip
    SUBDIR += gsequencer

audio/gradio/Makefile

deleted100644 → 0
+0 −32
Original line number Diff line number Diff line
PORTNAME=	gradio
PORTVERSION=	7.3
DISTVERSIONPREFIX=	v
PORTREVISION=	1
CATEGORIES=	audio

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GTK3 app for finding and listening to internet radio stations
WWW=		https://github.com/haecker-felix/gradio

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE.md

DEPRECATED=	BROKEN for more than a year
EXPIRATION_DATE=	2023-11-30
BROKEN=		Does not build against current vala

LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
		libjson-glib-1.0.so:devel/json-glib

USES=		gettext gnome gstreamer meson pkgconfig python:env sqlite vala:build
USE_GITHUB=	yes
GH_ACCOUNT=	haecker-felix
GH_PROJECT=	Gradio
USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30
GLIB_SCHEMAS=	de.haeckerfelix.gradio.gschema.xml
USE_GSTREAMER=	mpg123 soup

post-patch:
	${REINPLACE_CMD} -e "s,python3,${PYTHON_CMD}," ${WRKSRC}/meson_post_install.sh

.include <bsd.port.mk>

audio/gradio/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1568745509
SHA256 (haecker-felix-Gradio-v7.3_GH0.tar.gz) = 5c5afed83fceb9a9f8bc7414b8a200128b3317ccf1ed50a0e7321ca15cf19412
SIZE (haecker-felix-Gradio-v7.3_GH0.tar.gz) = 445273

audio/gradio/pkg-descr

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
A GTK3 app for finding and listening to internet radio stations.
Loading