Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 341278 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-2.0.4506.10553.ebuild
jitsi-2.0.4506.10553.ebuild (text/plain), 1.90 KB, created by
Navid Zamani
on 2013-03-08 03:03:09 UTC
(
hide
)
Description:
jitsi-2.0.4506.10553.ebuild
Filename:
MIME Type:
Creator:
Navid Zamani
Created:
2013-03-08 03:03:09 UTC
Size:
1.90 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit java-pkg-2 java-ant-2 eutils multilib prefix > >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/src/${PN}-src-${PV}.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="~x86 ~amd64" >IUSE="" # FIXME: Should not use ALSA directly, unless USE="alsa", because e.g. PulseAudio could already use and block it. > >RDEPEND=">=virtual/jdk-1.6" >DEPEND=">=virtual/jdk-1.6 > dev-java/xalan:0 > dev-java/ant-nodeps:0" > >S="${WORKDIR}/${PN}" > >EANT_BUILD_TARGET="rebuild" > >src_install() { > > # Netbeans bundles > insinto ${EPREFIX}/usr/$(get_libdir)/jitsi/sc-bundles > doins sc-bundles/*.jar sc-bundles/os-specific/linux/*.jar > > # Other libraries > insinto ${EPREFIX}/usr/$(get_libdir)/jitsi/lib > doins lib/* lib/os-specific/linux/* > doins -r lib/bundle # Unnecessary? > > # Native libraries > insinto ${EPREFIX}/usr/$(get_libdir)/jitsi/lib/native > # WARNING: Foreign binaries! > if [[ "${ARCH}" = amd64 ]] > then doins lib/native/linux-64/* > else doins lib/native/linux/* > fi > # Make sure revdep-rebuild doesnât complain about them. > echo "SEARCH_DIRS_MASK=\"${EPREFIX}/usr/$(get_libdir)/jitsi/lib/native\"" > 50-"${PN}" > insinto /etc/revdep-rebuild && doins "50-${PN}" > > > # Starter item / icon > insinto /usr/share/pixmaps > doins resources/install/debian/jitsi.svg > make_desktop_entry jitsi Jitsi jitsi "AudioVideo;Network;InstantMessaging;Chat;Telephony;VideoConference;Java;" > > # Generate man page from template > sed -e 's/_PACKAGE_NAME_/jitsi/g' -e 's/_APP_NAME_/Jitsi/g' \ > resources/install/debian/jitsi.1.tmpl > jitsi.1 || die > doman jitsi.1 > > # Install custom runscript > dobin "${FILESDIR}/jitsi" || die > >}
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