Commit 3f32d4af authored by Rene Ladan's avatar Rene Ladan
Browse files

multimedia/gmtk: Remove expired port

2025-03-31 multimedia/gmtk: Support library for deprecated port multimedia/gnome-mplayer
parent ac57afca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4285,3 +4285,4 @@ security/heimdal-devel||2025-03-31|Has expired: Upstream commits are incompatibl
lang/ruby31||2025-03-31|Has expired: Please migrate to newer version. Ruby 3.1 is expected to reach its EoL on March 31, 2025
multimedia/gnome-mplayer||2025-03-31|Has expired: Abandonware, last activity from upstream 11 years ago and multiple unresolved issue reports
devel/py-opengrok-tools||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
multimedia/gmtk||2025-03-31|Has expired: Support library for deprecated port multimedia/gnome-mplayer
+0 −1
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@
    SUBDIR += get_iplayer
    SUBDIR += gmmlib
    SUBDIR += gmp-api
    SUBDIR += gmtk
    SUBDIR += gpac-libgpac
    SUBDIR += gpac-mp4box
    SUBDIR += gpodder

multimedia/gmtk/Makefile

deleted100644 → 0
+0 −51
Original line number Diff line number Diff line
PORTNAME=	gmtk
PORTVERSION=	1.0.9
PORTREVISION=	4
CATEGORIES=	multimedia gnome devel
MASTER_SITES=	https://pkgs.rpmfusion.org/repo/pkgs/free/gmtk/gmtk-1.0.9.tar.gz/9184658014ca7b325b569ac7417e4860/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library for gnome-mplayer and gecko-mediaplayer
WWW=		http://code.google.com/p/gmtk/

LICENSE=	GPLv2

DEPRECATED=	Support library for deprecated port multimedia/gnome-mplayer
EXPIRATION_DATE=2025-03-31

BUILD_DEPENDS=	p5-XML-Parser>0:textproc/p5-XML-Parser

USES=		gettext gmake gnome libtool pathfix perl5 pkgconfig xorg
USE_XORG=	x11
USE_GNOME=	glib20 intltool
USE_PERL5=	build
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-gconf
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

OPTIONS_DEFINE=		ALSA DOCS GIO GTK3 PULSEAUDIO

ALSA_LIB_DEPENDS=	libasound.so:audio/alsa-lib
ALSA_CONFIGURE_WITH=	alsa
GIO_CONFIGURE_WITH=	gio
GTK3_USE=		gnome=gtk30
GTK3_CONFIGURE_ENABLE=	gtk3
PULSEAUDIO_LIB_DEPENDS=	libpulse.so:audio/pulseaudio
PULSEAUDIO_CONFIGURE_WITH=	pulseaudio

.include <bsd.port.options.mk>

.if !${PORT_OPTIONS:MGTK3}
USE_GNOME+=	gtk20
.endif

post-patch:
	@${REINPLACE_CMD} -e \
		'/COPYING\\/d ; \
		 /INSTALL\\/d' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>

multimedia/gmtk/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (gmtk-1.0.9.tar.gz) = d633832ab3b223f9a669934d168c74574ab47a6a21f76d942c05ad78c56bf87a
SIZE (gmtk-1.0.9.tar.gz) = 411609

multimedia/gmtk/pkg-descr

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
GNOME MPlayer Toolkit is a library for gnome-mplayer and gecko-mediaplayer.

libgmlib - a set of functions that support non-graphical operations
libgmtk - a set of gtk widgets to use with gnome-mplayer
Loading