Google Earth

De Wiki EELL.

(Différences entre les versions)
m (Abandon de l'ancienne versions de ce fichier et grosses retouches)
m (Voir aussi : Ajout d'un lien vers ubuntu)
 
(20 versions intermédiaires masquées)
Ligne 1 : Ligne 1 :
-
<!--{{Méta-bandeau|border-left=red|titre={{Rouge|ATTENTION}}|Cette page est encours d'écriture<br />{{Rouge|Les codes proposés ne sont pas encore validés.}} }}-->
+
{{Méta-bandeau|border-left=red|titre={{Rouge|ATTENTION}}|Cette page est encours d'écriture<br />{{Rouge|Les codes proposés ne sont pas encore validés. <br />Tant que ce message n'aura pas disparu, veuillez considérer que son contenu est sujet à caution}} }}
 +
[[Fichier:Google-Earth-linux-dans-OpenCPN.jpg|thumb|Incrustation de google Earth dans OpenCPN]]
<big> '''Recompilation de GOOGLE EARTH pour linux deian-ubuntu''' </big>
<big> '''Recompilation de GOOGLE EARTH pour linux deian-ubuntu''' </big>
 +
; ''This is only a workaround until Google Earth is repackaged.''
La version '''linux ubuntu''' proposée en téléchargement sur Google<ref>http://www.google.fr/intl/fr/earth/download/ge/agree.html</ref> ne respecte pas les règle de debian. C'est le résultat de conversions d'autres paquets comme '''rpm''' vers '''deb''' avec '''Alien'''<ref>[[:wikipedia:fr:Alien_%28logiciel%29|Alien (Logiciel)]]</ref>. De plus, certaines dépendances doivent être modifiées pour que le logiciel soit compatible avec les nouvelles versions d'ubuntu.
La version '''linux ubuntu''' proposée en téléchargement sur Google<ref>http://www.google.fr/intl/fr/earth/download/ge/agree.html</ref> ne respecte pas les règle de debian. C'est le résultat de conversions d'autres paquets comme '''rpm''' vers '''deb''' avec '''Alien'''<ref>[[:wikipedia:fr:Alien_%28logiciel%29|Alien (Logiciel)]]</ref>. De plus, certaines dépendances doivent être modifiées pour que le logiciel soit compatible avec les nouvelles versions d'ubuntu.
-
Ce gros travail a été fait par [https://launchpad.net/~absinthesyringe '''Adrian Hotzic''']
+
== Google Earth Build Package ==
 +
{{Boîte déroulante/début|titre=Reconditionnement du paquet d'origine de Google Earth}}
 +
''Traduction et arrangement du fichier copié de askubuntu.com<ref>http://askubuntu.com/questions/366438/how-to-install-google-earth-64bit-in-ubuntu-13-10-ia32-libs-dependency-error/366439#366439</ref>''
 +
# Vérifiez que le paquet '''ia32-libs''' est installé sur votre machine 64 bits.
 +
# Téléchardez Google Earth x64 .deb<ref name="google">http://www.google.fr/intl/fr/earth/download/ge/agree.html</ref>
 +
# Ouvrez le '''Terminal''', Copiez & Collez la commande suivante et pressez sur Entrée
 +
sudo apt-get install libc6:i386 lsb-core
 +
# Allez dans le répertoire de téléchargement, créez et déplacez le paquet dans un répertoire nommé '''getfix'''
 +
# Avec un click droit sur le paquet Google Earth .deb  & sélectionnnez  '''Extraire ici'''
 +
# Entrez dans le répertoire extrait.
 +
# Entrez dans le répertoire DEBIAN
 +
# Éditez le fichier '''control''' avec '''gedit'''
 +
# Supprimez la ligne: Depends: lsb-core (>= 3.2), ia32-libs
 +
# Maintenant Clickez Sauver, & Quitter le fichier control
 +
# Ensuite, supprimez le paquet original google-earth .DEB téléchargé précédemment.
 +
<!--# Create A Folder called getfix, Now Move The Extracted Google Earth Folder Into The getfix Folder-->
 +
 
 +
; Maintenant vous allez recréer le paquet debian google-earth .deb :
 +
 
 +
: 1. Dans le '''Terminal''', Copiez & Collez la commande suivante et pressez sur Entrée :
 +
dpkg -b ~/Downloads/getfix/google-earth-stable_current_amd64
 +
: 2. Copiez & Collez la commande suivante (cette commande installe le nouveau paquet .deb)
 +
sudo dpkg -i ~/Downloads/getfix/google-earth-stable_current_amd64.deb
 +
 
 +
== Recompilation ==
 +
=== Le fichier control d'origine ===
 +
<pre>Package: google-earth-stable
 +
Version: 7.1.2.2041-r0
 +
Architecture: amd64
 +
Maintainer: Google Earth Team <google-earth-support@google.com>
 +
Installed-Size: 198628
 +
Pre-Depends: dpkg (>= 1.14.0)
 +
Depends: lsb-core (>= 3.2), ia32-libs
 +
Section: net
 +
Priority: optional
 +
Description: Explore, search and discover the planet
 +
Google Earth lets you fly anywhere to see satellite imagery, 3D buildings, 3D trees, terrain, Street View, planets and much more.</pre>
 +
 
 +
=== Le fichier control modifié ===
 +
<pre>Package: google-earth-stable
 +
Version: 7.1.2.2041-r0
 +
Section: net
 +
Architecture: amd64
 +
Maintainer: Google Earth Team <google-earth-support@google.com>
 +
Installed-Size: 198628
 +
Pre-Depends: dpkg (>= 1.14.0)
 +
Priority: optional
 +
Description: Explore, search and discover the planet
 +
Google Earth lets you fly anywhere to see satellite imagery, 3D buildings, 3D trees, terrain, Street View, planets and much more.</pre>
 +
 
 +
=== Le fichier de commandes ===
 +
;: Exécutable à placer au dessus du répertoire getfix
 +
<pre>#!/bin/bash
 +
# File SimpleBuild
 +
# Build package Google Earth for ubuntu 13.10 & 14.04
 +
dpkg -b getfix/google-earth-stable_current_amd64
 +
sudo dpkg -i getfix/google-earth-stable_current_amd64.deb
 +
read inkey</pre>
 +
{{Boîte déroulante fin}}
 +
 
 +
== Télécharger le reconditionneur de Google Earth pour debian-ubuntu ==
 +
Ce gros travail de reconditionnement a été fait par [https://launchpad.net/~absinthesyringe '''Adrian Hotzic''']
 +
 
 +
''Notez qu'il existe une ancienne version dans la logithèque ubuntu : '''googleearth-package''' 1.0.0''
-
== Télécharger Google Earth corrigé pour debian-ubuntu ==
 
URL de téléchargements sécurisé sur lauchpad [https://launchpad.net/~absinthesyringe/+archive/googleearth-package/+packages '''Toutes versions debian-ubuntu''']
URL de téléchargements sécurisé sur lauchpad [https://launchpad.net/~absinthesyringe/+archive/googleearth-package/+packages '''Toutes versions debian-ubuntu''']
-
Téléchargement de l'[https://launchpad.net/~absinthesyringe/+archive/googleearth-package/+files/googleearth-package_1.1.0.tar.gz '''Archive des sources'''] ''pour une recompilation éventuelle.''
+
Télécharger l'[https://launchpad.net/~absinthesyringe/+archive/googleearth-package/+files/googleearth-package_1.1.0.tar.gz '''Archive des sources'''] ''pour une recompilation éventuelle.''
-
Téléchargement de [https://launchpad.net/~absinthesyringe/+archive/googleearth-package/+files/googleearth-package_1.1.0_all.deb '''googleearth_all.deb, toutes architectures, serie saucy,'''] ''pour une installation dans ubuntu 13.10''
+
Télécharger le paquet du reconditionneur [https://launchpad.net/~absinthesyringe/+archive/googleearth-package/+files/googleearth-package_1.1.0_all.deb '''googleearth_all.deb, toutes architectures, serie saucy,'''] ''pour une installation dans ubuntu 13.10''
 +
 
 +
=== Installer le reconditionneur ===
 +
# Avec la '''Logithèque ubuntu''' : cliquez sur googleearth-package_1.1.0_all.deb
 +
# Avec la '''Konsole'''  ou le '''Terminal''' :
 +
sudo apt-get install ./googleearth-package_1.1.0_all.deb
 +
 
 +
=== Supprimer le correcteur ===
 +
# Dans la logithèque untuntu recherchez googleearth et cliquez sur Supprimer
 +
# Avec la '''Konsole'''  ou le '''Terminal''' :
 +
sudo apt-get remove googleearth-package
 +
 
 +
== Installer Google Earth ==
 +
googleearth-package;
 +
To use this package, run the 'make-googleearth-package' command. This will
 +
download Google Earth, and create a Debian package (.deb file) of its contents.
 +
 
 +
The Debian package can be installed with the command 'dpkg --install'.
 +
 
 +
Keep in mind that Google Earth itself is a binary-only, proprietary program;
 +
it's use is at your own risk. This package builder has no control over the
 +
behavior of Google Earth itself. If you experience video problems, crashes, or
 +
other bugs, your only hope is probably the Google Earth Community or the
 +
Google Earth Help site.
 +
 
 +
Note that this package itself is "Architecture: all", but generated packages
 +
will currently only work on x86 systems because Google Earth itself is only
 +
an i386 binary. Bulding on amd64 and ia64 is done via ia32-libs, which is
 +
a pretty big hack, and generates packages that lie about their architecture,
 +
but this seems to be what many people want, so it is now supported without
 +
needing the --force option.
 +
 
 +
* Ouvrez un terminal ou la konsole
 +
 
 +
* Créer un répertoire '''~/Packaging/Google-Earth'''
 +
install -d ~/Packaging/Google-Earth
 +
 
 +
* Dans le terminal ou la konsole entrez dans le répertoire Google-Earth
 +
cd ~/Packaging/Google-Earth
 +
 
 +
* Copiez et collez les commandes suivantes dans un terminal
 +
'''make-googleearth-package'''
 +
 
 +
'''sudo dpkg -i googleearth_6.0.3.2197+1.1.0-1_amd64.deb'''
 +
 
 +
* Lancer l'application '''dans le terminal'''
 +
/usr/bin/googleearth &
 +
 
 +
== Droits de copie ==
 +
;googleearth-package :
 +
googleearth-package - utility to automatically build a Debian package of Google Earth
 +
Copyright © 2007-2009 Wesley J. Landaker <wjl@icecavern.net>
 +
 
 +
This program is free software: you can redistribute it and/or modify
 +
it under the terms of the GNU General Public License as published by
 +
the Free Software Foundation, either version 3 of the License, or
 +
(at your option) any later version.
 +
 
 +
This program is distributed in the hope that it will be useful,
 +
but WITHOUT ANY WARRANTY; without even the implied warranty of
 +
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 +
GNU General Public License for more details.
 +
 
 +
You should have received a copy of the GNU General Public License
 +
along with this program.  If not, see <http://www.gnu.org/licenses/>.
 +
 
 +
;google earth<ref name="google" /> :
== Voir aussi ==
== Voir aussi ==
'''[[OpenCPN]]'''
'''[[OpenCPN]]'''
 +
 +
http://doc.ubuntu-fr.org/googleearth#via_l_installateur_de_google
== Références ==
== Références ==

Version actuelle en date du 6 mars 2015 à 16:01

ATTENTION

Cette page est encours d'écriture
Les codes proposés ne sont pas encore validés.
Tant que ce message n'aura pas disparu, veuillez considérer que son contenu est sujet à caution


Incrustation de google Earth dans OpenCPN

Recompilation de GOOGLE EARTH pour linux deian-ubuntu

This is only a workaround until Google Earth is repackaged.

La version linux ubuntu proposée en téléchargement sur Google[1] ne respecte pas les règle de debian. C'est le résultat de conversions d'autres paquets comme rpm vers deb avec Alien[2]. De plus, certaines dépendances doivent être modifiées pour que le logiciel soit compatible avec les nouvelles versions d'ubuntu.

Sommaire

Google Earth Build Package

Télécharger le reconditionneur de Google Earth pour debian-ubuntu

Ce gros travail de reconditionnement a été fait par Adrian Hotzic

Notez qu'il existe une ancienne version dans la logithèque ubuntu : googleearth-package 1.0.0

URL de téléchargements sécurisé sur lauchpad Toutes versions debian-ubuntu

Télécharger l'Archive des sources pour une recompilation éventuelle.

Télécharger le paquet du reconditionneur googleearth_all.deb, toutes architectures, serie saucy, pour une installation dans ubuntu 13.10

Installer le reconditionneur

  1. Avec la Logithèque ubuntu : cliquez sur googleearth-package_1.1.0_all.deb
  2. Avec la Konsole ou le Terminal :
sudo apt-get install ./googleearth-package_1.1.0_all.deb

Supprimer le correcteur

  1. Dans la logithèque untuntu recherchez googleearth et cliquez sur Supprimer
  2. Avec la Konsole ou le Terminal :
sudo apt-get remove googleearth-package

Installer Google Earth

googleearth-package; To use this package, run the 'make-googleearth-package' command. This will download Google Earth, and create a Debian package (.deb file) of its contents.

The Debian package can be installed with the command 'dpkg --install'.

Keep in mind that Google Earth itself is a binary-only, proprietary program; it's use is at your own risk. This package builder has no control over the behavior of Google Earth itself. If you experience video problems, crashes, or other bugs, your only hope is probably the Google Earth Community or the Google Earth Help site.

Note that this package itself is "Architecture: all", but generated packages will currently only work on x86 systems because Google Earth itself is only an i386 binary. Bulding on amd64 and ia64 is done via ia32-libs, which is a pretty big hack, and generates packages that lie about their architecture, but this seems to be what many people want, so it is now supported without needing the --force option.

  • Ouvrez un terminal ou la konsole
  • Créer un répertoire ~/Packaging/Google-Earth
install -d ~/Packaging/Google-Earth
  • Dans le terminal ou la konsole entrez dans le répertoire Google-Earth
cd ~/Packaging/Google-Earth
  • Copiez et collez les commandes suivantes dans un terminal
make-googleearth-package
sudo dpkg -i googleearth_6.0.3.2197+1.1.0-1_amd64.deb
  • Lancer l'application dans le terminal
/usr/bin/googleearth &

Droits de copie

googleearth-package 

googleearth-package - utility to automatically build a Debian package of Google Earth Copyright © 2007-2009 Wesley J. Landaker <wjl@icecavern.net>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

google earth[4] 

Voir aussi

OpenCPN

http://doc.ubuntu-fr.org/googleearth#via_l_installateur_de_google

Références

  1. http://www.google.fr/intl/fr/earth/download/ge/agree.html
  2. Alien (Logiciel)
  3. http://askubuntu.com/questions/366438/how-to-install-google-earth-64bit-in-ubuntu-13-10-ia32-libs-dependency-error/366439#366439
  4. 4,0 4,1 http://www.google.fr/intl/fr/earth/download/ge/agree.html

Envoyez cette information à vos amis


Outils personnels