Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 215253 Details for
Bug 299721
net-misc/ssvnc-1.0.25 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ssvnc-1.0.25.ebuild
ssvnc-1.0.25.ebuild (text/plain), 1.45 KB, created by
Marcel Pennewiß
on 2010-01-05 10:16:10 UTC
(
hide
)
Description:
ssvnc-1.0.25.ebuild
Filename:
MIME Type:
Creator:
Marcel Pennewiß
Created:
2010-01-05 10:16:10 UTC
Size:
1.45 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/ssvnc/ssvnc-1.0.24.ebuild,v 1.1 2009/12/04 08:19:54 vapier Exp $ > >EAPI="2" >inherit eutils multilib toolchain-funcs > >DESCRIPTION="VNC viewer that adds encryption security to VNC connections" >HOMEPAGE="http://www.karlrunge.com/x11vnc/ssvnc.html" >SRC_URI="mirror://sourceforge/ssvnc/${P}.src.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="java" > >RDEPEND="sys-libs/zlib > media-libs/jpeg > dev-libs/openssl > dev-lang/tk > net-misc/stunnel > java? ( virtual/jre ) > x11-libs/libICE > x11-libs/libSM > x11-libs/libXaw > x11-libs/libX11 > x11-libs/libXext > x11-libs/libXmu > x11-libs/libXp > x11-libs/libXpm > x11-libs/libXt" >DEPEND="${RDEPEND} > java? ( virtual/jdk )" > >src_prepare() { > epatch "${FILESDIR}"/${PN}-1.0.24-build.patch > epatch "${FILESDIR}"/${PN}-1.0.24-optional-java.patch > > sed -i \ > -e "/^LIB/s:lib/:$(get_libdir)/:" \ > -e $(use java || echo '/^JSRC/s:=.*:=:') \ > Makefile > sed -i \ > -e '/^CC/s:=.*:+= $(CFLAGS) $(CPPFLAGS) $(LDFLAGS):' \ > vncstorepw/Makefile > > cp "${FILESDIR}"/Makefile.libvncauth vnc_unixsrc/libvncauth/Makefile > cd "${S}"/vnc_unixsrc/vncviewer > sed -n '/^SRCS/,/^$/p' Imakefile > Makefile.in > cp "${FILESDIR}"/Makefile.vncviewer Makefile >} > >src_compile() { > tc-export AR CC CXX RANLIB > emake all || die >} > >src_install() { > emake DESTDIR="${D}" install || die "make install failed" > dodoc README >}
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 299721
: 215253 |
215255