mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
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
This commit is contained in:
parent
d548990c03
commit
fef5c71e47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451844
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user