DemosDebs

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

Outils pour utilisateurs

Outils du site


start

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 « 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

A little changelog is available here

Browse the packages

if you don't want to install the repo : https://demosdebs.org/repository/pool/
but be carrefull, package endin with _all.deb, are in fact installable everywhere, and will be called on a debian or old ubuntu install. it's just a way for me to save space on my hosting


Ceci est principalement un dépôt de démos que je maintiens, par 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 « 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

Un petit changelog est disponible ici

Parcourir les paquets

si vous ne voulez pas installer le dépôt : https://demosdebs.org/repository/pool/
mais attention, les paquets finissant par _all.deb, sont en fait installable partout, et seront appelés lors d'une installation sous debian ou l'ancienne ubuntu. c'est juste un moyen pour moi d'économiser de l'espace sur mon hébergement.


Add the repository

Ubuntu 24.04 & derivatives :

run this in a terminal :

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/ noble-ddebs demos games utils libs" | sudo tee /etc/apt/sources.list.d/demosdebs.list
sudo apt update

add to enjoy amiga stuff

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_24.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

Debian bookworm (amd64/i386/armhf/arm64) :

run this in a terminal :

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

Ubuntu 22.04 & derivatives :

run this in a terminal :

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

add to enjoy amiga stuff

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

Debian bullseye (amd64/i386/armhf/arm64) :

run this in a terminal :

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
start.txt · Dernière modification : 2024/05/04 11:38 de nicolas