net-analyzer/wireshark: Add IUSE=minizip
authorJeroen Roovers <jer@gentoo.org>
Sun, 11 Aug 2019 14:29:50 +0000 (16:29 +0200)
committerJeroen Roovers <jer@gentoo.org>
Sun, 11 Aug 2019 14:30:08 +0000 (16:30 +0200)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-analyzer/wireshark/metadata.xml
net-analyzer/wireshark/wireshark-3.1.0.ebuild
net-analyzer/wireshark/wireshark-99999999.ebuild

index 4a20e26519da6023334e2b6c26a4e8e393bb3978..17945000941a54e9b385324c061107023272dd7c 100644 (file)
@@ -42,6 +42,7 @@ be exported to XML, PostScript®, CSV, or plain text.
 <flag name="lz4">Use <pkg>app-arch/lz4</pkg> for compression/decompression</flag>
 <flag name="maxminddb">Use <pkg>dev-libs/libmaxminddb</pkg> for IP address geolocation</flag>
 <flag name="mergecap">Install mergecap, to merge two or more capture files into one</flag>
+<flag name="minizip">Build with zip file compression support</flag>
 <flag name="netlink">Use <pkg>dev-libs/libnl</pkg></flag>
 <flag name="nghttp2">Use <pkg>net-libs/nghttp2</pkg> for HTTP/2 support</flag>
 <flag name="pcap">Use <pkg>net-libs/libpcap</pkg> for network packet capturing (build dumpcap, rawshark)</flag>
index bd412c65b24cd381181c3a9fbb64f879d3ffaa01..ac253458192dba7af297afdf6228e05068980c1c 100644 (file)
@@ -15,9 +15,9 @@ KEYWORDS=""
 IUSE="
        adns androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc
        dpauxmon +dumpcap +editcap kerberos libxml2 lua lz4 maxminddb +mergecap
-       +netlink nghttp2 +plugins plugin_ifdemo +pcap +qt5 +randpkt +randpktdump
-       +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl sdjournal
-       +text2pcap tfshark +tshark +udpdump zlib
+       +minizip +netlink nghttp2 +plugins plugin_ifdemo +pcap +qt5 +randpkt
+       +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl
+       sdjournal +text2pcap tfshark +tshark +udpdump zlib
 "
 S=${WORKDIR}/${P/_/}
 
@@ -34,6 +34,7 @@ CDEPEND="
        lua? ( >=dev-lang/lua-5.1:* )
        lz4? ( app-arch/lz4 )
        maxminddb? ( dev-libs/libmaxminddb )
+       minizip? ( sys-libs/zlib[minizip] )
        netlink? ( dev-libs/libnl:3 )
        nghttp2? ( net-libs/nghttp2 )
        pcap? ( net-libs/libpcap )
@@ -158,6 +159,7 @@ src_configure() {
                -DENABLE_LIBXML2=$(usex libxml2)
                -DENABLE_LUA=$(usex lua)
                -DENABLE_LZ4=$(usex lz4)
+               -DENABLE_MINIZIP=$(usex minizip)
                -DENABLE_NETLINK=$(usex netlink)
                -DENABLE_NGHTTP2=$(usex nghttp2)
                -DENABLE_PCAP=$(usex pcap)
index c964508b1b073164726831cc5418362d95f0d91b..d85aa0a5e072d654f757a3e254e4b8cf02b41667 100644 (file)
@@ -15,9 +15,9 @@ KEYWORDS=""
 IUSE="
        adns androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc
        dpauxmon +dumpcap +editcap kerberos libxml2 lua lz4 maxminddb +mergecap
-       +netlink nghttp2 +plugins plugin_ifdemo +pcap +qt5 +randpkt +randpktdump
-       +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl sdjournal
-       +text2pcap tfshark +tshark +udpdump zlib
+       +minizip +netlink nghttp2 +plugins plugin_ifdemo +pcap +qt5 +randpkt
+       +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp sshdump ssl
+       sdjournal +text2pcap tfshark +tshark +udpdump zlib
 "
 S=${WORKDIR}/${P/_/}
 
@@ -34,6 +34,7 @@ CDEPEND="
        lua? ( >=dev-lang/lua-5.1:* )
        lz4? ( app-arch/lz4 )
        maxminddb? ( dev-libs/libmaxminddb )
+       minizip? ( sys-libs/zlib[minizip] )
        netlink? ( dev-libs/libnl:3 )
        nghttp2? ( net-libs/nghttp2 )
        pcap? ( net-libs/libpcap )
@@ -158,6 +159,7 @@ src_configure() {
                -DENABLE_LIBXML2=$(usex libxml2)
                -DENABLE_LUA=$(usex lua)
                -DENABLE_LZ4=$(usex lz4)
+               -DENABLE_MINIZIP=$(usex minizip)
                -DENABLE_NETLINK=$(usex netlink)
                -DENABLE_NGHTTP2=$(usex nghttp2)
                -DENABLE_PCAP=$(usex pcap)