From owner-svn-ports-head@freebsd.org Thu Oct 12 10:14:43 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D88DE4A752; Thu, 12 Oct 2017 10:14:43 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C67D701F2; Thu, 12 Oct 2017 10:14:43 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9CAEgB1015099; Thu, 12 Oct 2017 10:14:42 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9CAEg94015098; Thu, 12 Oct 2017 10:14:42 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201710121014.v9CAEg94015098@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Thu, 12 Oct 2017 10:14:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451844 - head/audio/sayonara X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: head/audio/sayonara X-SVN-Commit-Revision: 451844 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2017 10:14:43 -0000 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