Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 341266 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 (only native libs problem left)
jitsi-2.0.4506.10553.ebuild (text/plain), 2.06 KB, created by
Navid Zamani
on 2013-03-07 21:52:38 UTC
(
hide
)
Description:
jitsi-2.0.4506.10553.ebuild (only native libs problem left)
Filename:
MIME Type:
Creator:
Navid Zamani
Created:
2013-03-07 21:52:38 UTC
Size:
2.06 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="" > >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() { > insinto ${EPREFIX}/usr/$(get_libdir)/jitsi/sc-bundles > doins sc-bundles/*.jar sc-bundles/os-specific/linux/*.jar > > insinto ${EPREFIX}/usr/$(get_libdir)/jitsi/lib > doins lib/* lib/os-specific/linux/* > doins -r lib/bundle > > 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 > > insinto /usr/share/pixmaps > doins resources/install/debian/jitsi.svg > #newins resources/install/debian/jitsi-32.xpm jitsi.xpm > make_desktop_entry jitsi Jitsi jitsi \ > "AudioVideo;Network;InstantMessaging;Chat;Telephony;VideoConference;Java;" > > 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 > > libjawt_path="\\\$(java-config -o)/jre/lib" > if [[ "${ARCH}" = amd64 ]]; then > libjawt_path="${libjawt_path}/amd64" > else > libjawt_path="${libjawt_path}/i386" > fi > sed -e 's/_PACKAGE_NAME_/jitsi/g' \ > -e 's/javabin=.*/javabin=\$(java-config -J)/' \ > -e "s|LD_LIBRARY_PATH=|LD_LIBRARY_PATH=${libjawt_path}:|" \ > -e "s~SCDIR=/usr/share~SCDIR=/usr/$(get_libdir)~" \ > -e 's|/usr/share/java|\$LIBPATH|g' \ > resources/install/debian/jitsi.sh.tmpl > jitsi || die > dobin jitsi > echo "SEARCH_DIRS_MASK=${EPREFIX}/usr/$(get_libdir)/jitsi/lib/native" \ > > 50-"${PN}" > insinto /etc/revdep-rebuild && doins "50-${PN}" >}
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