Date: Fri, 12 Oct 2018 11:46:33 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481894 - in head/audio: xmms-gbsplay xmms-ladspa xmms-nas xmms-sapplug xmms-scrobbler xmms-sexypsf xmms-volnorm Message-ID: <201810121146.w9CBkXb3081709@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Oct 12 11:46:32 2018 New Revision: 481894 URL: https://svnweb.freebsd.org/changeset/ports/481894 Log: Deprecate more glib12 consumers With hat: portmgr Modified: head/audio/xmms-gbsplay/Makefile head/audio/xmms-ladspa/Makefile head/audio/xmms-nas/Makefile head/audio/xmms-sapplug/Makefile head/audio/xmms-scrobbler/Makefile head/audio/xmms-sexypsf/Makefile head/audio/xmms-volnorm/Makefile Modified: head/audio/xmms-gbsplay/Makefile ============================================================================== --- head/audio/xmms-gbsplay/Makefile Fri Oct 12 09:52:26 2018 (r481893) +++ head/audio/xmms-gbsplay/Makefile Fri Oct 12 11:46:32 2018 (r481894) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= xmms- MAINTAINER= ehaupt@FreeBSD.org COMMENT= XMMS plugin for playing Nintendo Game Boy(TM) audio +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + LICENSE= GPLv2 BUILD_DEPENDS= xmms:multimedia/xmms Modified: head/audio/xmms-ladspa/Makefile ============================================================================== --- head/audio/xmms-ladspa/Makefile Fri Oct 12 09:52:26 2018 (r481893) +++ head/audio/xmms-ladspa/Makefile Fri Oct 12 11:46:32 2018 (r481894) @@ -12,6 +12,9 @@ DISTNAME= xmms_ladspa-${PORTVERSION} MAINTAINER= arved@FreeBSD.org COMMENT= XMMS Plugin that provides LADSPA Plugins to XMMS +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/audio/xmms-nas/Makefile ============================================================================== --- head/audio/xmms-nas/Makefile Fri Oct 12 09:52:26 2018 (r481893) +++ head/audio/xmms-nas/Makefile Fri Oct 12 11:46:32 2018 (r481894) @@ -10,6 +10,9 @@ MASTER_SITES= ftp://ftp.stack.nl/pub/users/willem/ MAINTAINER= ports@FreeBSD.org COMMENT= Network Audio System (NAS) output plugin for XMMS +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + LIB_DEPENDS= libxmms.so:multimedia/xmms \ libaudio.so:audio/nas Modified: head/audio/xmms-sapplug/Makefile ============================================================================== --- head/audio/xmms-sapplug/Makefile Fri Oct 12 09:52:26 2018 (r481893) +++ head/audio/xmms-sapplug/Makefile Fri Oct 12 11:46:32 2018 (r481894) @@ -11,6 +11,9 @@ DISTNAME= sapplug-xmms-${DISTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= XMMS input plugin for playing 8bit Atari(TM) .sap audio files +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + LICENSE= GPLv2 BUILD_DEPENDS= xmms:multimedia/xmms Modified: head/audio/xmms-scrobbler/Makefile ============================================================================== --- head/audio/xmms-scrobbler/Makefile Fri Oct 12 09:52:26 2018 (r481893) +++ head/audio/xmms-scrobbler/Makefile Fri Oct 12 11:46:32 2018 (r481894) @@ -7,6 +7,9 @@ PORTREVISION= 8 MAINTAINER= novel@FreeBSD.org COMMENT= XMMS plugin for Audioscrobbler.com +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + CONFLICTS= scrobbler-* MASTERDIR= ${.CURDIR}/../scrobbler Modified: head/audio/xmms-sexypsf/Makefile ============================================================================== --- head/audio/xmms-sexypsf/Makefile Fri Oct 12 09:52:26 2018 (r481893) +++ head/audio/xmms-sexypsf/Makefile Fri Oct 12 11:46:32 2018 (r481894) @@ -12,6 +12,9 @@ DISTNAME= sexypsf-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= XMMS plugin for playing .psf files +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + BUILD_DEPENDS= xmms:multimedia/xmms RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/audio/xmms-volnorm/Makefile ============================================================================== --- head/audio/xmms-volnorm/Makefile Fri Oct 12 09:52:26 2018 (r481893) +++ head/audio/xmms-volnorm/Makefile Fri Oct 12 11:46:32 2018 (r481894) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= xmms- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Volume Normalizer plugin for XMMS +DEPRECATED= Uses obsolete glib12 +EXPIRATION_DATE= 2018-12-20 + LICENSE= GPLv2 LIB_DEPENDS= libxmms.so:multimedia/xmms
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810121146.w9CBkXb3081709>