Added first Homer-Conferencing ebuild
This commit is contained in:
parent
46e55e6027
commit
bfe7dc41b3
1
net-voip/homer-conferencing/Manifest
Normal file
1
net-voip/homer-conferencing/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
EBUILD homer-conferencing-9999.ebuild 931 SHA256 2cfa9915dcbb58d92cc29d26f2ae1acd30dcc51e9a65df4e44dea48aed11cbfa SHA512 6e3d42c4a0e2cf7e0bc872161aaabe6384e041f364a6184a90148b34ab3e5b034658735773472c711a634e74e19dd5f8225302af9eca47acba3a615910b842e2 WHIRLPOOL 05b381f8ff5c6f24fa63b2ab87e8a613d8137e698b66b25d3200697b507e0dba23561df2fa557f5aea5d61918799f9d25d7aa9b73e059d55adb0ee3442187c09
|
43
net-voip/homer-conferencing/homer-conferencing-9999.ebuild
Normal file
43
net-voip/homer-conferencing/homer-conferencing-9999.ebuild
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
# Copyright 1999-2012 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI=4
|
||||||
|
|
||||||
|
inherit git-2
|
||||||
|
|
||||||
|
DESCRIPTION="Homer Conferencing (short: Homer) is a free SIP spftphone with advanced audio and video support."
|
||||||
|
HOMEPAGE="http://www.homer-conferencing.com"
|
||||||
|
|
||||||
|
if [ $PV == *9999* ]; then
|
||||||
|
EGIT_REPO_URI="git://github.com/Homer-Conferencing/Homer-Conferencing.git"
|
||||||
|
KEYWORDS=""
|
||||||
|
else
|
||||||
|
KEYWORDS="~x86 ~amd64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND=">=dev-libs/openssl-1.0
|
||||||
|
media-libs/alsa-lib
|
||||||
|
>=media-libs/libsdl-1.2
|
||||||
|
>=media-libs/sdl-mixer-1.2
|
||||||
|
>=media-libs/sdl-sound-1.0
|
||||||
|
media-libs/x264
|
||||||
|
media-video/ffmpeg
|
||||||
|
~net-libs/sofia-sip-1.12
|
||||||
|
>=x11-libs/qt-gui-4.6"
|
||||||
|
DEPEND="dev-util/cmake
|
||||||
|
${RDEPEND}"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${P}/${PN}"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
emake all || die "make failed"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
emake install INSTALL_PREFIX="${DESTDIR}/usr" INSTALL_LIBDIR="${DESTDIR}"/usr/$(get_libdir)
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user