Date: Sun, 8 Nov 2020 19:50:08 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554648 - head/deskutils/xneur Message-ID: <202011081950.0A8Jo8tu005875@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Nov 8 19:50:08 2020 New Revision: 554648 URL: https://svnweb.freebsd.org/changeset/ports/554648 Log: In preparation for the removal of gstreamer 0.10 remove the gstreamer sound option in favor of openal. Modified: head/deskutils/xneur/Makefile Modified: head/deskutils/xneur/Makefile ============================================================================== --- head/deskutils/xneur/Makefile Sun Nov 8 19:35:20 2020 (r554647) +++ head/deskutils/xneur/Makefile Sun Nov 8 19:50:08 2020 (r554648) @@ -3,6 +3,7 @@ PORTNAME= xneur PORTVERSION= 0.20.0 +PORTREVISION= 1 DISTVERSIONSUFFIX=.orig CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/~andrew-crew-kuznetsov/+archive/xneur-stable/+files/ @@ -37,10 +38,8 @@ USE_LDCONFIG= ${PREFIX}/lib/xneur ${PREFIX}/lib/xneur/ INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -OPTIONS_DEFINE= ASPELL XOSD NLS X11 -OPTIONS_DEFAULT= GSTREAMER ASPELL -OPTIONS_RADIO= SOUND -OPTIONS_RADIO_SOUND= GSTREAMER OPENAL +OPTIONS_DEFINE= ASPELL XOSD NLS X11 SOUND +OPTIONS_DEFAULT= GSTREAMER ASPELL SOUND XOSD_DESC= Xosd support OPTIONS_SUB= yes @@ -58,18 +57,9 @@ ASPELL_CONFIGURE_OFF= --with-spell=no --without-aspell XOSD_LIB_DEPENDS= libxosd.so:misc/xosd XOSD_CONFIGURE_WITH= xosd - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MGSTREAMER} -USE_GSTREAMER= yes -CONFIGURE_ARGS+= --with-sound=gstreamer -.elif ${PORT_OPTIONS:MOPENAL} -USES+= openal:al,alut -CONFIGURE_ARGS+= --with-sound=openal -.else -CONFIGURE_ARGS+= --with-sound=no -.endif +SOUND_USES= openal:al,alut +SOUND_CONFIGURE_ON= --with-sound=openal +SOUND_CONFIGURE_OFF= --with-sound=no post-patch: @${REINPLACE_CMD} -e 's,-Werror,,g; s,-ldl,,g' ${WRKSRC}/configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011081950.0A8Jo8tu005875>