diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-01 21:45:27 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-02 10:56:53 +0200 |
commit | 68480c1bb080501481136cb207c576543bf41ea4 (patch) | |
tree | 62a9515f5c18285157217e28391565b7a0e78ca4 /media-video/vlc/vlc-9999.ebuild | |
parent | www-client/otter: Old. (diff) | |
download | gentoo-68480c1bb080501481136cb207c576543bf41ea4.tar.gz gentoo-68480c1bb080501481136cb207c576543bf41ea4.tar.bz2 gentoo-68480c1bb080501481136cb207c576543bf41ea4.zip |
media-video/vlc: Merge USE=microdns into chromecast
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-video/vlc/vlc-9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 2ee5c30ef9ca..464b5d025845 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -70,7 +70,10 @@ RDEPEND=" bluray? ( media-libs/libbluray:0= ) cddb? ( media-libs/libcddb:0 ) chromaprint? ( media-libs/chromaprint:0= ) - chromecast? ( >=dev-libs/protobuf-2.5.0:= ) + chromecast? ( + >=dev-libs/protobuf-2.5.0:= + >=net-libs/libmicrodns-0.0.9:= + ) dbus? ( sys-apps/dbus:0 ) dc1394? ( media-libs/libdc1394:2 @@ -130,7 +133,6 @@ RDEPEND=" dev-libs/libebml:0= media-libs/libmatroska:0= ) - microdns? ( >=net-libs/libmicrodns-0.0.9:= ) modplug? ( media-libs/libmodplug:0 ) mp3? ( media-libs/libmad:0 ) mpeg? ( media-libs/libmpeg2:0 ) @@ -233,13 +235,6 @@ DOCS=( AUTHORS THANKS NEWS README doc/fortunes.txt ) S="${WORKDIR}/${MY_P}" -pkg_pretend() { - # https://bugs.gentoo.org/647668 - if use chromecast && ! use microdns; then - einfo "USE=microdns is required for Chromecast autodetection support" - fi -} - src_prepare() { default @@ -292,6 +287,7 @@ src_configure() { $(use_enable cddb libcddb) $(use_enable chromaprint) $(use_enable chromecast) + $(use_enable chromecast microdns) $(use_enable cpu_flags_x86_mmx mmx) $(use_enable cpu_flags_x86_sse sse) $(use_enable dbus) @@ -336,7 +332,6 @@ src_configure() { $(use_enable macosx-notifications osx-notifications) $(use_enable macosx-qtkit) $(use_enable matroska) - $(use_enable microdns) $(use_enable modplug mod) $(use_enable mp3 mad) $(use_enable mpeg libmpeg2) |