]> Some of my projects - anidbudpclient-overlay.git/commitdiff
Update TSDuck ebuild
authorAPTX <marek321@gmail.com>
Tue, 1 Mar 2022 10:25:19 +0000 (19:25 +0900)
committerAPTX <marek321@gmail.com>
Tue, 1 Mar 2022 10:25:19 +0000 (19:25 +0900)
media-tv/tsduck/tsduck-9999.ebuild

index c6cafd8d0d6035c552f1d0c434bf77b800531edd..ccce7f9a4a386f5665035f53e07741c22df1db06 100644 (file)
@@ -11,11 +11,12 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE="curl dektec smartcard srt teletext test"
+IUSE="+curl +libedit dektec smartcard srt teletext test"
 
 
 DEPEND="
        curl? ( net-misc/curl )
+       libedit? ( dev-libs/libedit )
        smartcard? ( sys-apps/pcsc-lite )
        srt? ( net-libs/srt )
 "
@@ -23,10 +24,11 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 src_compile() {
-       local make_opts=""
+       local make_opts="NOGITHUB=1"
        use "test" || make_opts+=" NOTEST=1"
        use "dektec" || make_opts+=" NODTAPI=1"
        use "curl" || make_opts+=" NOCURL=1"
+       use "libedit" || make_opts+=" NOEDITLINE=1"
        use "smartcard" || make_opts+=" NOPCSC=1"
        use "srt" || make_opts+=" NOSRT=1"
        use "teletext" || make_opts+=" NOTELETEXT=1"