svn commit: r451844 - head/audio/sayonara
Adriaan de Groot
adridg at FreeBSD.org
Thu Oct 12 10:14:43 UTC 2017
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
More information about the svn-ports-head
mailing list