mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
jitsi-videobridge: WIP
This commit is contained in:
parent
bca3799bc2
commit
679812b922
2 changed files with 38 additions and 0 deletions
1
net-im/jitsi-videobridge/Manifest
Normal file
1
net-im/jitsi-videobridge/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST jitsi-videobridge-src-1132.zip 33254316 BLAKE2B eca5d7676735291c50bad892818f741b5991458aa65cd0023b86d087557fc1f3125cfe7dc1d4907aa81741ebdd49bd3efe048644211967e7a2a3c391f3ebd573 SHA512 256ccfb4721f85b49508278b1b746328956350e673c5cd28822a17ffbe8d4b35259b16882c562f650af0290fd38099a4b6e9edc55e43e337b1e57dc86e54dd28
|
||||
37
net-im/jitsi-videobridge/jitsi-videobridge-1132.ebuild
Normal file
37
net-im/jitsi-videobridge/jitsi-videobridge-1132.ebuild
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="https://github.com/jitsi/jitsi-videobridge"
|
||||
HOMEPAGE="https://jitsi.org/ https://github.com/jitsi/jitsi-videobridge"
|
||||
SRC_URI="https://download.jitsi.org/jitsi-videobridge/src/${PN}-src-${PV}.zip"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
#WIP
|
||||
#KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
CDEPEND="
|
||||
sys-apps/dbus
|
||||
x11-libs/libX11
|
||||
x11-libs/gtk+:*
|
||||
x11-libs/libXScrnSaver"
|
||||
DEPEND="virtual/jdk:1.8
|
||||
${CDEPEND}"
|
||||
RDEPEND="${DEPEND}
|
||||
${CDEPEND}
|
||||
!net-im/jitsi-bin
|
||||
virtual/jre"
|
||||
|
||||
#EANT_BUILD_TARGET="rebuild"
|
||||
|
||||
S="${WORKDIR}/${PN}-src-${PV}"
|
||||
|
||||
#src_prepare() {
|
||||
# cp lib/accounts.properties.template lib/accounts.properties
|
||||
# eapply_user
|
||||
#}
|
||||
Loading…
Reference in a new issue