Date: Tue, 31 Jul 2018 22:00:53 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476025 - head/multimedia/gnome-mplayer Message-ID: <201807312200.w6VM0rIV064662@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Tue Jul 31 22:00:53 2018 New Revision: 476025 URL: https://svnweb.freebsd.org/changeset/ports/476025 Log: Remove the BRAINZ3 option. The webservice provided by audio/libmusicbrainz3 will cease operation on 2018-08-01. Libmusicbrainz3 has been marked deprecated for 6 months and is scheduled for removal. https://blog.musicbrainz.org/2018/02/01/web-service-ver-1-0-ws-1-will-be-removed-in-6-months/ While here, convert the rest of the options logic to options helpers. Modified: head/multimedia/gnome-mplayer/Makefile Modified: head/multimedia/gnome-mplayer/Makefile ============================================================================== --- head/multimedia/gnome-mplayer/Makefile Tue Jul 31 21:55:18 2018 (r476024) +++ head/multimedia/gnome-mplayer/Makefile Tue Jul 31 22:00:53 2018 (r476025) @@ -3,7 +3,7 @@ PORTNAME= gnome-mplayer PORTVERSION= 1.0.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia gnome MASTER_SITES= https://launchpad.net/ubuntu/+archive/primary/+files/ DISTNAME= gnome-mplayer_1.0.9.orig @@ -24,7 +24,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nautilus \ --disable-nemo \ --disable-schemas-install \ - --without-libgda + --without-libgda \ + --without-libmusicbrainz3 INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/gnome-mplayer-${PORTVERSION} @@ -35,33 +36,24 @@ GLIB_SCHEMAS= apps.gecko-mediaplayer.preferences.gsche apps.gnome-mplayer.preferences.enums.xml \ apps.gnome-mplayer.preferences.gschema.xml -OPTIONS_DEFINE= ALSA BRAINZ3 DOCS GIO GPOD GTK3 NOTIFY PULSEAUDIO +OPTIONS_DEFINE= ALSA DOCS GIO GPOD GTK3 NOTIFY PULSEAUDIO ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_RUN_DEPENDS= alsa-plugins>0:audio/alsa-plugins ALSA_CONFIGURE_WITH= alsa -BRAINZ3_DESC= Add support for libmusicbrainz -BRAINZ3_LIB_DEPENDS= libmusicbrainz3.so:audio/libmusicbrainz3 \ - libcurl.so:ftp/curl -BRAINZ3_CONFIGURE_WITH= libmusicbrainz3 GIO_DESC= Use GIO for file I/O GIO_CONFIGURE_WITH= gio GPOD_DESC= Add support for libgpod GPOD_LIB_DEPENDS= libgpod.so:audio/libgpod GPOD_CONFIGURE_WITH= libgpod GTK3_USE= gnome=gtk30 +GTK3_USE_OFF= gnome=gtk20 GTK3_CONFIGURE_ENABLE= gtk3 NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify NOTIFY_RUN_DEPENDS= notification-daemon>0:deskutils/notification-daemon NOTIFY_CONFIGURE_WITH= libnotify 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807312200.w6VM0rIV064662>