DemosDebs

a repository mainly with demoscene stuff (but other things too)

Outils pour utilisateurs

Outils du site


start

Différences

Ci-dessous, les différences entre deux révisions de la page.


Révision précédente
start [2024/03/04 11:23] (Version actuelle) – [Debian bullseye (amd64/i386/armhf/arm64) :] nicolas
Ligne 1: Ligne 1:
 +====== Welcome to DemosDebs repository ======
  
 +This is mainly a demoscene repository I'm maintaining, as a hobby for my personal use.\\
 +It's my way to solve the dependencies problems on some software i couldn't find as a package.
 +I decided to share it on the internet and not keep it for myself.\\
 +You'll find non-GPL software, even those released in a binary form without sources. Most of them are freeware, shareware and were rarely or never released through a package management system.
 +
 +The idea came from the package « [[http://packages.debian.org/fr/stable/flight-of-the-amazon-queen|flight-of-the-amazon-queen]] », where i saw it was a simple way to distribute a binary game. I just tried to do the same with dosbox, fs-uae, wine, and finally Linux native binary.
 +
 +All package are not binary without sources. If they exists, and can compile, I try to package them.\\
 +I also try to add icons, or manuals if i have time. \\
 +Sources packages are available. There is even a github account https://github.com/nhoudelot/demosdebs
 +
 +Sometime, I backport old libraries, so the native Linux binary that i provide, can still works.\\
 +And if I can, i also uncompress and hack the binary to remove fullscreen, so the demo won't kill your desktop anymore.
 +
 +If distribute a software in a package is a problem, just mail me, and I will remove it.
 +
 +To know all the new packages I add, check this Blog : [[http://demosdebs.blogspot.com]]
 +
 +----
 +
 +Ceci est principalement un dépôt de démos que je maintiens, comme un hobby pour mon usage personnel.\\
 +C'est ma façon de résoudre les problèmes de dépendance sur des logiciels que je veux lancer. J’ai décidé de le partager sur internet et de ne pas le garder que pour moi.\\
 +Vous y trouverez des logiciels non-GPL, même ceux distribué en binaire sans leurs sources. Généralement ce sont des freewares, sharewares rarement publiés au travers d’un système de gestion de paquets.
 +
 +L’idée est venue du paquet « [[http://packages.debian.org/fr/stable/flight-of-the-amazon-queen|flight-of-the-amazon-queen]] », qui était une façon simple de distribuer un jeu sans sources. j’ai donc cherché à faire pareil, mais avec dosbox, fs-uae, wine et finalement les binaires Linux natif.
 +
 +Tous les paquets ne sont pas des binaires sans sources. Si elles existent et qu’elles compilent, alors j’essaye d’en faire un paquet. J'essaye d'ajouter icônes et manuels, mais pas tout le temps.\\
 +Les paquets sources sont disponibles, un dépôt github également https://github.com/nhoudelot/demosdebs
 +
 +Parfois je rétro-porte aussi des anciennes bibliothèques. Comme cela les binaires natif Linux que je fourni peuvent toujours fonctionner.\\
 +Et si je peux, je décompresse et hack le binaire pour enlever le plein-écran, comme ça, la démo ne tuera plus votre bureau.
 +
 +Si la distribution d’un logiciel sous forme de paquet pose un problème, envoyez-moi un mail pour que je l’enlève
 +
 +Pour connaître les nouveaux paquets rajoutés, consultez ce blog : [[http://demosdebs.blogspot.com]]
 +
 +===== Browse the packages =====
 +
 +if you don't want to install the repo
 +
 +[[https://demosdebs.org/repository/pool/]]
 +
 +===== Add the repository =====
 +
 +==== Ubuntu 22.04 & derivatives : ====
 +
 +run this in a terminal :
 +
 +<cli>
 +sudo apt install curl
 +curl -fsSL https://demosdebs.org/demosdebs.gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/demosdebs-keyring.gpg > /dev/null
 +echo "deb [signed-by=/etc/apt/keyrings/demosdebs-keyring.gpg] https://demosdebs.org/repository/ jammy-ddebs demos games utils libs" | sudo tee /etc/apt/sources.list.d/demosdebs.list
 +sudo apt update</cli>
 +
 +to enjoy amiga stuff
 +
 +<cli>
 +echo 'deb [signed-by=/etc/apt/keyrings/home_FrodeSolheim_stable.gpg] http://download.opensuse.org/repositories/home:/FrodeSolheim:/stable/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:FrodeSolheim:stable.list
 +curl -fsSL https://download.opensuse.org/repositories/home:FrodeSolheim:stable/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/keyrings/home_FrodeSolheim_stable.gpg > /dev/null
 +sudo apt update
 +sudo apt install fs-uae fs-uae-launcher fs-uae-arcade</cli>
 +
 +==== Debian bookworm (amd64/i386/armhf/arm64) : ====
 +
 +run this in a terminal :
 +
 +<cli>
 +sudo apt install curl
 +curl -fsSL https://demosdebs.org/demosdebs.gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/demosdebs-keyring.gpg > /dev/null
 +echo "deb [signed-by=/etc/apt/keyrings/demosdebs-keyring.gpg] https://demosdebs.org/repository/ bookworm-ddebs demos games utils libs" | sudo tee /etc/apt/sources.list.d/demosdebs.list
 +sudo apt update
 +</cli>
 +
 +==== Ubuntu 20.04 & derivatives : ====
 +
 +run this in a terminal :
 +
 +<cli>
 +curl -fsSL https://demosdebs.org/demosdebs.gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/demosdebs-keyring.gpg > /dev/null
 +echo "deb [signed-by=/etc/apt/keyrings/demosdebs-keyring.gpg] https://demosdebs.org/repository/ focal-ddebs demos games utils libs" | sudo tee /etc/apt/sources.list.d/demosdebs.list
 +sudo apt update</cli>
 +
 +to enjoy amiga stuff
 +
 +<cli>
 +echo 'deb [signed-by=/etc/apt/keyrings/home_FrodeSolheim_stable.gpg] http://download.opensuse.org/repositories/home:/FrodeSolheim:/stable/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:FrodeSolheim:stable.list
 +curl -fsSL https://download.opensuse.org/repositories/home:FrodeSolheim:stable/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/keyrings/home_FrodeSolheim_stable.gpg > /dev/null
 +sudo apt update
 +sudo apt install fs-uae fs-uae-launcher fs-uae-arcade</cli>
 +
 +
 +==== Debian bullseye (amd64/i386/armhf/arm64) : ====
 +
 +run this in a terminal :
 +
 +<cli>
 +sudo apt install curl
 +curl -fsSL https://demosdebs.org/demosdebs.gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/demosdebs-keyring.gpg > /dev/null
 +echo "deb [signed-by=/etc/apt/keyrings/demosdebs-keyring.gpg] https://demosdebs.org/repository/ bullseye-ddebs demos games utils libs" | sudo tee /etc/apt/sources.list.d/demosdebs.list
 +sudo apt update
 +</cli>