diff options
author | adridg <adridg@FreeBSD.org> | 2017-10-12 18:14:42 +0800 |
---|---|---|
committer | adridg <adridg@FreeBSD.org> | 2017-10-12 18:14:42 +0800 |
commit | 008d57c0ed28c857886ffffdb98ca2063699c6f9 (patch) | |
tree | bfd0279ae23be1982688ce1f036cfa479ce779a6 /audio | |
parent | 9be71de1d39ec3bb3e58f6a73d1e144415a1bc41 (diff) | |
download | freebsd-ports-gnome-008d57c0ed28c857886ffffdb98ca2063699c6f9.tar.gz freebsd-ports-gnome-008d57c0ed28c857886ffffdb98ca2063699c6f9.tar.zst freebsd-ports-gnome-008d57c0ed28c857886ffffdb98ca2063699c6f9.zip |
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
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sayonara/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/sayonara/Makefile b/audio/sayonara/Makefile index ea2506977ec5..42eee5e82cd6 100644 --- a/audio/sayonara/Makefile +++ b/audio/sayonara/Makefile @@ -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 |