diff options
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/cantata/cantata-scm.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/cantata/cantata-scm.ebuild b/media-sound/cantata/cantata-scm.ebuild index d8ebd7c..471c6b5 100644 --- a/media-sound/cantata/cantata-scm.ebuild +++ b/media-sound/cantata/cantata-scm.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PLOCALES="cs de en_GB es fr hu ko pl ru zh_CN" inherit cmake-utils gnome2-utils l10n qmake-utils xdg git-r3 @@ -16,7 +16,7 @@ EGIT_REPO_URI="git://github.com/CDrummond/cantata" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="cdda cddb http-server kde mtp musicbrainz qt5 replaygain taglib udisks" +IUSE="cdda cddb http-server kde mtp musicbrainz qt5 replaygain taglib udisks ffmpeg" REQUIRED_USE=" cdda? ( udisks || ( cddb musicbrainz ) ) cddb? ( cdda taglib ) @@ -99,6 +99,7 @@ src_configure() { -DENABLE_REMOTE_DEVICES=OFF -DENABLE_UDISKS2=ON -DUSE_SYSTEM_MENU_ICON=OFF + -DENABLE_FFMPEG=$(usex ffmpeg) ) if ! use kde; then |