Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2020 17:03:44 +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: r550056 - head/audio/pianod2
Message-ID:  <202009251703.08PH3iWJ053828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 25 17:03:43 2020
New Revision: 550056
URL: https://svnweb.freebsd.org/changeset/ports/550056

Log:
  pianod2 depends on gstreamer1 not gstreamer

Modified:
  head/audio/pianod2/Makefile

Modified: head/audio/pianod2/Makefile
==============================================================================
--- head/audio/pianod2/Makefile	Fri Sep 25 16:50:11 2020	(r550055)
+++ head/audio/pianod2/Makefile	Fri Sep 25 17:03:43 2020	(r550056)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pianod2
 PORTVERSION=	329
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://deviousfish.com/Downloads/pianod2/Devel/
 
@@ -31,7 +31,7 @@ RUN_DEPENDS=	mksh>0:shells/mksh
 USES=	autoreconf compiler:c11 gettext gmake gnome pkgconfig shebangfix
 
 USE_GNOME=	glib20
-USE_GSTREAMER=	ffmpeg
+USE_GSTREAMER1=	ffmpeg
 
 USE_RC_SUBR=	pianod
 



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