Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2020 08:47:41 +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: r554690 - head/audio/gmusicbrowser
Message-ID:  <202011090847.0A98lfiM080888@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Nov  9 08:47:41 2020
New Revision: 554690
URL: https://svnweb.freebsd.org/changeset/ports/554690

Log:
  Remove gstreamer option
  
  In preparation for gstreamer 0.10 removal, remove the gstreamer option,
  this port can use mplayer or mpg123/ogg123 instead

Modified:
  head/audio/gmusicbrowser/Makefile
  head/audio/gmusicbrowser/pkg-descr

Modified: head/audio/gmusicbrowser/Makefile
==============================================================================
--- head/audio/gmusicbrowser/Makefile	Mon Nov  9 08:42:23 2020	(r554689)
+++ head/audio/gmusicbrowser/Makefile	Mon Nov  9 08:47:41 2020	(r554690)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gmusicbrowser
 PORTVERSION=	1.1.15
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://gmusicbrowser.org/download/
 
@@ -21,14 +22,13 @@ NO_BUILD=	yes
 PORTDOCS=	AUTHORS COPYING README NEWS INSTALL layout_doc.html
 PORTDATA=	*
 
-OPTIONS_DEFINE=	GSTREAMER DBUS WEBKIT NLS LIBNOTIFY DOCS
-OPTIONS_DEFAULT=	GSTREAMER DBUS LIBNOTIFY
+OPTIONS_DEFINE=	DBUS WEBKIT NLS LIBNOTIFY DOCS
+OPTIONS_DEFAULT=	DBUS LIBNOTIFY
 OPTIONS_SUB=	yes
 
 LIBNOTIFY_DESC=	Desktop notification
 WEBKIT_DESC=	Enable embedded web browser
 
-GSTREAMER_RUN_DEPENDS=	p5-GStreamer>=0:multimedia/p5-GStreamer
 DBUS_RUN_DEPENDS=	p5-Net-DBus>=1.0:devel/p5-Net-DBus
 WEBKIT_RUN_DEPENDS=	p5-Gtk2-WebKit>=0:www/p5-Gtk2-WebKit
 LIBNOTIFY_RUN_DEPENDS=	p5-Gtk2-Notify>=0.05:devel/p5-Gtk2-Notify

Modified: head/audio/gmusicbrowser/pkg-descr
==============================================================================
--- head/audio/gmusicbrowser/pkg-descr	Mon Nov  9 08:42:23 2020	(r554689)
+++ head/audio/gmusicbrowser/pkg-descr	Mon Nov  9 08:47:41 2020	(r554690)
@@ -1,5 +1,5 @@
 Jukebox for large collections of mp3/ogg/flac/mpc files
-Uses gstreamer, mpg123/ogg123  or mplayer for playback
+Uses mpg123/ogg123  or mplayer for playback
 
 Main features :
 - customizable window layouts



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011090847.0A98lfiM080888>