Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 321320 Details for
Bug 323819
net-im/jitsi(-bin) - An audio/video SIP VoIP phone and instant messenger written in Java
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Jitsi 1.1RC Ebuild
jitsi-1.1_rc1.ebuild (text/plain), 1.65 KB, created by
Jason Lamb
on 2012-08-14 14:13:10 UTC
(
hide
)
Description:
Jitsi 1.1RC Ebuild
Filename:
MIME Type:
Creator:
Jason Lamb
Created:
2012-08-14 14:13:10 UTC
Size:
1.65 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=3 > >inherit java-pkg-2 java-ant-2 eutils > >DESCRIPTION="An audio/video SIP VoIP phone and instant messenger written in Java" >HOMEPAGE="http://www.jitsi.org/" >SRC_URI="https://download.jitsi.org/jitsi/nightly/src/jitsi-src-1.1-nightly.latest.zip" ># this download comes with 30 Mb of useless jars ># svn access is available but requires an account at java.net > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >RDEPEND="virtual/jre:1.6" >DEPEND="virtual/jre:1.6 > dev-java/sun-jre-bin:1.6 > dev-java/xalan > dev-java/ant-nodeps" > >S="${WORKDIR}/jitsi" > >src_compile() { > ant rebuild || die >} > >src_install() { > insinto /usr/lib/jitsi/sc-bundles > doins sc-bundles/*.jar sc-bundles/os-specific/linux/*.jar > > insinto /usr/lib/jitsi/lib > doins lib/* lib/os-specific/linux/* > doins -r lib/bundle > > insinto /usr/lib/jitsi/lib/native > # WARNING: foreign binaries > if [ `uname -m` = x86_64 ]; then > doins lib/native/linux-64/* > else > doins lib/native/linux/* > fi > > insinto /usr/share/pixmaps > doins resources/install/debian/sip-communicator.svg > #newins resources/install/debian/sip-communicator-32.xpm sip-communicator.xpm > make_desktop_entry jitsi Jitsi sip-communicator "AudioVideo;Network;InstantMessaging;Chat;Telephony;VideoConference;Java;" > > sed -e 's/_PACKAGE_NAME_/jitsi/g' -e 's/_APP_NAME_/Jitsi/g' <resources/install/debian/sip-communicator.1.tmpl >jitsi.1 > doman jitsi.1 > > cat resources/install/debian/sip-communicator.sh.tmpl | sed -e 's/exec $COMMAND $\*/GENTOO_VM=sun-jre-bin-1.6 exec $COMMAND $*/' | sed -e 's/_PACKAGE_NAME_/jitsi/g' > jitsi > dobin jitsi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 323819
:
274173
|
275963
|
306793
|
312999
|
321320
|
326892
|
326902
|
341232
|
341234
|
341238
|
341266
|
341270
|
341272
|
341276
|
341278
|
349712
|
349724
|
349726
|
349728
|
352240
|
352242
|
352276
|
365126