diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-22 22:08:39 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-22 22:08:39 +0300 |
commit | 62b9ddbb57dfe2dd4ab32ff0d875969b4760b685 (patch) | |
tree | deee6975ee27538c5ad02d74e7bf26f0a58c8084 /media-video/qmplay2 | |
parent | media-video/qmplay2: fix compile flag dependency on qtdbus (diff) | |
download | gentoo-62b9ddbb57dfe2dd4ab32ff0d875969b4760b685.tar.gz gentoo-62b9ddbb57dfe2dd4ab32ff0d875969b4760b685.tar.bz2 gentoo-62b9ddbb57dfe2dd4ab32ff0d875969b4760b685.zip |
media-video/qmplay2: make qtdbus mandatory
Big thanks to ago for all the testing and reporting!
Closes: https://bugs.gentoo.org/809668
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-video/qmplay2')
-rw-r--r-- | media-video/qmplay2/qmplay2-21.06.07-r2.ebuild (renamed from media-video/qmplay2/qmplay2-21.06.07-r1.ebuild) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/media-video/qmplay2/qmplay2-21.06.07-r1.ebuild b/media-video/qmplay2/qmplay2-21.06.07-r2.ebuild index ce0191a2b9bf..7af2e7f0fd0a 100644 --- a/media-video/qmplay2/qmplay2-21.06.07-r1.ebuild +++ b/media-video/qmplay2/qmplay2-21.06.07-r2.ebuild @@ -26,11 +26,11 @@ IUSE="avdevice +audiofilters +alsa cdio cuvid dbus extensions REQUIRED_USE=" audiofilters? ( || ( alsa pipewire portaudio pulseaudio ) ) - extensions? ( dbus ) shaders? ( vulkan )" RDEPEND=" dev-qt/qtcore:5 + dev-qt/qtdbus:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 @@ -41,7 +41,6 @@ RDEPEND=" ) alsa? ( media-libs/alsa-lib ) cdio? ( dev-libs/libcdio[cddb] ) - dbus? ( dev-qt/qtdbus:5 ) extensions? ( dev-qt/qtdeclarative:5 media-libs/taglib @@ -67,9 +66,7 @@ RDEPEND=" xv? ( x11-libs/libXv )" DEPEND="${RDEPEND}" -BDEPEND=" - dev-qt/linguist-tools:5 - virtual/pkgconfig" +BDEPEND="dev-qt/linguist-tools:5" src_prepare() { # disable compress man pages |