Update to GoogleEarth-4.2.180.1134. No ChangeLog, but this version

finds the bitstream vera fonts on NetBSD and doesn't get stuck at the
login screen. While here, fix DESTDIR support.
This commit is contained in:
Tobias Nygren 2007-09-02 14:27:27 +00:00 committed by Thomas Klausner
parent f4839948e4
commit 74992ef4d5
4 changed files with 522 additions and 1481 deletions

View File

@ -1,17 +1,5 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1 2007/05/15 00:48:00 tnn2 Exp $
$NetBSD: MESSAGE,v 1.2 2007/09/02 14:27:27 tnn2 Exp $
Note: Google Earth *requires* DRI accelerated 3D graphics.
You must also make sure that your emulated linux binaries see the
Bitstream Vera fonts. Check with:
$ /emul/linux/usr/bin/fc-list
If bitstream vera is not listed, try:
# mkdir /emul/linux/usr/share/fonts
# cp ${PREFIX}/lib/X11/fonts/TTF/Vera* /emul/linux/usr/share/fonts
How to get past the welcome screen:
1) Click the splash screen a couple of times(10 or so usually does it ;-)
2) Close the login status window.
3) Check any checkboxes, press OK.
===========================================================================

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2007/07/30 20:27:30 thomasklausner Exp $
# $NetBSD: Makefile,v 1.7 2007/09/02 14:27:27 tnn2 Exp $
DISTNAME= GoogleEarthLinux.bin
PKGNAME= GoogleEarth-${GE_VERSION}
@ -18,20 +18,22 @@ NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
# XXX still complains about missing font
DEPENDS+= vera-ttf>=1.10:../../fonts/vera-ttf
DEPENDS+= vera-ttf>=1.10:../../fonts/vera-ttf
EMUL_PLATFORMS= linux-i386
EMUL_MODULES.linux= fontconfig glx
NOT_FOR_PLATFORM= NetBSD-[0-2]*-*
GE_VERSION= 4.1.7076.4458
GE_VERSION= 4.2.180.1134
NO_CONFIGURE= yes
WRKSRC= ${WRKDIR}/GoogleEarthLinuxPlus-${GE_VERSION}-installer
DIST_SUBDIR= ${PKGNAME_NOREV}
EXTRACT_CMD= ${SH} "$$extract_file" --noexec --keep
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin
do-build:
cd ${WRKSRC} && ${MKDIR} GoogleEarth && cd GoogleEarth && \
${PAX} -r -f ../googleearth-linux-x86.tar && \
@ -43,7 +45,7 @@ do-build:
${WRKDIR}/googleearth
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/googleearth ${PREFIX}/bin/googleearth
cd ${WRKSRC} && ${PAX} -rw GoogleEarth ${PREFIX}
${INSTALL_SCRIPT} ${WRKDIR}/googleearth ${DESTDIR}${PREFIX}/bin/googleearth
cd ${WRKSRC} && ${PAX} -rw GoogleEarth ${DESTDIR}${PREFIX}
.include "../../mk/bsd.pkg.mk"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2007/06/30 12:55:05 tnn2 Exp $
$NetBSD: distinfo,v 1.4 2007/09/02 14:27:27 tnn2 Exp $
SHA1 (GoogleEarth-4.1.7076.4458/GoogleEarthLinux.bin) = 1ecd52aa4228b748809b0c99f496d1d895ae339f
RMD160 (GoogleEarth-4.1.7076.4458/GoogleEarthLinux.bin) = 27ddd726ceae59f3e8132d1e8ede0facf2223668
Size (GoogleEarth-4.1.7076.4458/GoogleEarthLinux.bin) = 23852601 bytes
SHA1 (GoogleEarth-4.2.180.1134/GoogleEarthLinux.bin) = 7f6a068b127874044dc0dbc6ff92079ee2b1246c
RMD160 (GoogleEarth-4.2.180.1134/GoogleEarthLinux.bin) = 97bb91040b1e712c5c77d2939875726492051532
Size (GoogleEarth-4.2.180.1134/GoogleEarthLinux.bin) = 21277288 bytes