diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-03-31 10:26:38 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-03-31 11:38:58 +0300 |
commit | b5b29421ea14f806c54ea93056ec787426f8e50f (patch) | |
tree | ecc2972868ed640887145fcb94b4e493ef4164a3 /media-plugins/live | |
parent | media-plugins/live: Security bump to 2020.03.06 (diff) | |
download | gentoo-b5b29421ea14f806c54ea93056ec787426f8e50f.tar.gz gentoo-b5b29421ea14f806c54ea93056ec787426f8e50f.tar.bz2 gentoo-b5b29421ea14f806c54ea93056ec787426f8e50f.zip |
media-plugins/live: tidy ebuild
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-plugins/live')
-rw-r--r-- | media-plugins/live/live-2020.03.06.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/media-plugins/live/live-2020.03.06.ebuild b/media-plugins/live/live-2020.03.06.ebuild index 93524cfa7228..317ad30c5531 100644 --- a/media-plugins/live/live-2020.03.06.ebuild +++ b/media-plugins/live/live-2020.03.06.ebuild @@ -10,13 +10,16 @@ SRC_URI="http://www.live555.com/liveMedia/public/${P/-/.}.tar.gz" LICENSE="LGPL-2.1" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="libressl ssl" -DOCS=( "live-shared/README" ) + DEPEND=" ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) " +RDEPEND="${DEPEND}" + +DOCS=( "live-shared/README" ) # Alexis Ballier <aballier@gentoo.org>, Sam James <sam@cmpct.info> # Be careful, bump this everytime you bump the package and the ABI has changed. @@ -95,6 +98,6 @@ src_install() { doins "${S}/${library}"/include/*h done - dobin ${S}/mediaServer/live555MediaServer - dobin ${S}/proxyServer/live555ProxyServer + dobin "${S}"/mediaServer/live555MediaServer + dobin "${S}"/proxyServer/live555ProxyServer } |