diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-11-06 00:21:55 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-11-06 00:21:55 +0300 |
commit | 15ee734594baac1e83c8bcb8d0c8888ad4dfd2c3 (patch) | |
tree | b87b39bbcaf89d1b8b13b96bf943381270d2db58 /media-sound | |
parent | 3a77ea54c06c18b9cb0f80fbb249bdbfe17dfd9a (diff) |
изменено: media-sound/cantata/cantata-scm.ebuild
изменено: media-tv/kodi/kodi-scm.ebuild
изменено: media-video/ffmpeg/ffmpeg-scm.ebuild
изменено: media-video/mplayer/mplayer-scm.ebuild
изменено: media-video/mpv/mpv-scm.ebuild
изменено: net-im/qtox/qtox-scm.ebuild
изменено: profiles/package.use.mask
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 |