tkurbad-overlay/net-voip/homer-conferencing/homer-conferencing-9999.ebuild
2012-11-09 14:56:30 +01:00

44 lines
932 B
Bash

# 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)
}