Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 473012 - net-im/jitsi - Open Source Video Calls and Chat
Summary: net-im/jitsi - Open Source Video Calls and Chat
Status: RESOLVED DUPLICATE of bug 323819
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://jitsi.org/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-11 18:48 UTC by F.Longardt
Modified: 2013-06-12 14:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description F.Longardt 2013-06-11 18:48:36 UTC
I am requesting a new ebuild for jitsi.
jitsi is an open source alternative for instant video chat (like skype)

Reproducible: Always




an ebuild can look like my local ebuild, but this is actually not working for i386:

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/jitsi-2.2-4603.9615.x86_64.ebuild,v 1.0
# 2013/01/14 01:34:20 chutzpah Exp $
#Ebuild updated by: Felix Longardt <felix.longardt@gmail.com>

EAPI=4
inherit rpm

DESCRIPTION="Secure IM communicator that supports SIP, XMPP/Jabber, AIM/ICQ, Windows Live, Yahoo"
HOMEPAGE="https://jitsi.org/"
SRC_URI="
    x86? ( https://download.jitsi.org/jitsi/rpm/jitsi-2.2-4603.9615.i386.rpm )
    amd64? ( https://download.jitsi.org/jitsi/rpm/jitsi-2.2-4603.9615.x86_64.rpm )"

RESTRICT="strip"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="|| ( virtual/jre virtual/jdk )"
DEPEND="${RDEPEND}
    app-arch/rpm2targz"

QA_PREBUILT="
    usr/share/jitsi/lib/native/*
"

S="${WORKDIR}"

src_prepare() {
 mv jitsi-2.2-4603.9615.x86_64.rpm ${P}.rpm
}
src_unpack() {
    rpm_unpack
}

src_install() {
    cp -pPR "${S}/usr" "${D}"/
}
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-06-12 14:59:38 UTC

*** This bug has been marked as a duplicate of bug 323819 ***