Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2017 10:14:42 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451844 - head/audio/sayonara
Message-ID:  <201710121014.v9CAEg94015098@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Thu Oct 12 10:14:42 2017
New Revision: 451844
URL: https://svnweb.freebsd.org/changeset/ports/451844

Log:
  Massage sayonara USES
  
   - when gstreamer1 plugins are missing, files just don't play (this applies
     also to, say, having a broken ogg plugin).
   - complete the list of useful gstreamer plugins; while typical users will
     have -core installed, and thus -libav, make dependency on libav explicit.
     This plugin is used for m4a, aac, wma and mpc files.
   - drop USES=gettext-runtime, which I added in r451527. It is pulled into
     LIB_DEPENDS by USE_GNOME=glib20, so it is a duplicate here. Thanks to
     danfe@ for explanation.
  
  Reviewed by:	danfe
  Approved by:	rakuco (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12629

Modified:
  head/audio/sayonara/Makefile

Modified: head/audio/sayonara/Makefile
==============================================================================
--- head/audio/sayonara/Makefile	Thu Oct 12 10:02:29 2017	(r451843)
+++ head/audio/sayonara/Makefile	Thu Oct 12 10:14:42 2017	(r451844)
@@ -5,6 +5,7 @@ PORTNAME=	sayonara
 DISTVERSIONPREFIX=	player-
 DISTVERSION=	0.9.3
 DISTVERSIONSUFFIX=	-git2-20170509
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://www.sayonara-player.com/sw/
 
@@ -18,9 +19,9 @@ LIB_DEPENDS=	libtag.so:audio/taglib \
 		libmtp.so:multimedia/libmtp
 
 USES=		cmake:outsource compiler:c++11-lib desktop-file-utils \
-		gettext-runtime pkgconfig
+		pkgconfig
 USE_GNOME=	glib20
-USE_GSTREAMER1=	flac mpg123 ogg opus vorbis
+USE_GSTREAMER1=	flac libav mpg123 ogg opus vorbis
 USE_QT5=	dbus core gui network sql sql-sqlite3_run widgets xml \
 		buildtools_build qmake_build linguisttools_build
 



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