Addon (en): Unterschied zwischen den Versionen

Aus Gemini-Wiki
Zur Navigation springen Zur Suche springen
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 3: Zeile 3:
 
  |[[Bild:english.png]] - [[Addon (en)|in English]]
 
  |[[Bild:english.png]] - [[Addon (en)|in English]]
 
  |}
 
  |}
An '''Addon''' is an umbrella term for the existing Plugins (extensions) of the Dreambox images. You differentiate based on the kind of extension (Addon). They are usually offered either as ''Tarballs'' (.tar.bz2 und .tar.gz) or as ''[[IPKG  (en)|IPKG]]-Dateien'' (.ipk) angeboten.
+
An '''Addon''' is an umbrella term for the existing Plugins (extensions) of the Dreambox images. You differentiate based on the kind of extension (Addon). They were usually offered as ''Tarballs'' (.tar.bz2 und .tar.gz), today they are available as *.ipk or *.deb package.
  
Gemini uses the following kinds of extensions. An "original" Gemini-Addon is either archived (tar) under Linux or packed (bz2 oder gz) file. The usually end by ''xyz.tar.bz2'' or ''xyz.tar.gz''. Those extensions are called "Gemini-Tarballs".
+
{{Achtung|Under [[Gemini Project 3 (en)|GP3]] only use <code>*.ipk</code> or <code>*.deb</code> files for the manuel installation, no <code>*.tar.gz</code>. The <code>*.tar.gz</code> files will only be unpacked with GP3. Only with [[Gemini Project 2 (en)|GP2]] and older [[Gemini Project (en)|GP]] versions this file type was apropriate for manual instalaltions.}}
 +
 
 +
{{Hinweis|In old Gemini Images (GP / GP2) the following kinds of extensions were used. An "original" Gemini-Addon is either archived (tar) under Linux or packed (bz2 oder gz) file. The usually end by xyz.tar.bz2 or xyz.tar.gz. Those extensions are called "Gemini-Tarballs".}}
  
 
== old Tarballs (.tar.bz2) ==
 
== old Tarballs (.tar.bz2) ==
Zeile 35: Zeile 37:
 
The installations allways works the same way. Differentiate between addons for [[Enigma]] and [[Enigma2]].
 
The installations allways works the same way. Differentiate between addons for [[Enigma]] and [[Enigma2]].
  
== [[IPKG (en)|IPKG]]-files (.ipk) ==
+
== See also ==
The use of IPKG-files (.ipk) were established through OE (OpenEmbedded) at the Enigma2-Images, currently used at the following boxes:
+
*[[IPKG (en)|IPKG]]
 
+
*[[OPKG (en)|OPKG]]
* DM800
+
*[[APT (en)|APT]]
* DM7025
 
* DM8000
 
 
 
Most of the new extensions (addons) für Enigma2 are offered mainly as IPKG-Files. This is an advantage for the developers or the extensions, because they often can be implemented directly to the OE and therefore can be offered for alle dreambox images in the same way.
 
  
 
[[Kategorie:Basics (en)]]
 
[[Kategorie:Basics (en)]]

Aktuelle Version vom 30. November 2014, 14:30 Uhr

Deutsch.png - in Deutsch English.png - in English

An Addon is an umbrella term for the existing Plugins (extensions) of the Dreambox images. You differentiate based on the kind of extension (Addon). They were usually offered as Tarballs (.tar.bz2 und .tar.gz), today they are available as *.ipk or *.deb package.

Ambox attention.png Under GP3 only use *.ipk or *.deb files for the manuel installation, no *.tar.gz. The *.tar.gz files will only be unpacked with GP3. Only with GP2 and older GP versions this file type was apropriate for manual instalaltions.
Ambox notice.png In old Gemini Images (GP / GP2) the following kinds of extensions were used. An "original" Gemini-Addon is either archived (tar) under Linux or packed (bz2 oder gz) file. The usually end by xyz.tar.bz2 or xyz.tar.gz. Those extensions are called "Gemini-Tarballs".

old Tarballs (.tar.bz2)

These were packed as bz2 and were used until Gemini 3.9 in Enigma and until Gemini 3.0 in Enigma2. This means that these tarballs should not be used with newer images.

new Tarballs (.tar.gz)

Beginning with Gemini 4.0 (Enigma) and Gemini 3.0 (Enigma2) the Bluepanel was redesinged and the Gemini-Addons were renamed to avoid mistakes.

Extensions are now beginning with "e1" (Enigma) and "e2" (Enigma2). So you can see at first sight, whether it is a geminitarball or not and for wich version it is developed


Again, the geminitarballs are named by the following system: for Enigma-Boxes:

e1-addon_version_date.tar.gz

for Enigma2-Boxes:

e2-addon_version_date.tar.gz

It doens't matter which of the following categories the plugins are in:

  • Games
  • Settings
  • Plugins
  • Cams
  • Configs
  • usw....

The installations allways works the same way. Differentiate between addons for Enigma and Enigma2.

See also