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.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
start [2016/04/15 12:14] nicolasstart [2019/01/01 19:30] nicolas
Ligne 1: Ligne 1:
 ====== Welcome to DemosDebs repository ====== ====== Welcome to DemosDebs repository ======
  
-This is mainly a non-free repository I'm doing as a hobby. You'll find non-GPL software, most of the time binary only because there's no source. +This is mainly a non-free repository I'm doing as a hobby for my personal use. I decided to share it on the internet, to not keep it to myself. You'll find non-GPL software, most of the time binary only because there's no source. Most of them are freeware, shareware and were rarely or never released through a package management system. I made those package to work on a 64 bit machine, but you can find somes for i386 or armh (Raspbian).
-Most of them are commonly called freeware, shareware. They where rarely or never released through a package management system.+
  
-The idea came from the package « [[http://packages.debian.org/fr/jessie/flight-of-the-amazon-queen|flight-of-the-amazon-queen]] », where there was a simple way to distribute a binary game, ready to run with [[http://scummvm.org/|scummvm]]+The idea came from the package « [[http://packages.debian.org/fr/jessie/flight-of-the-amazon-queen|flight-of-the-amazon-queen]] », where there was a simple way to distribute a binary game, ready to run with [[http://scummvm.org/|scummvm]]. I just tried to do the same with dosbox, fs-uae, wine.
  
-Packages are made to run on an 64 bit machineSometime they are Linux nativesometime they are Linux 32 bitssometime they need an emulator or wine. With dependencies, they should be ready to run. If some of them lack of an icon, or manual it's just that I'm lazy. You'll even find some armh packages. Of course sources packages are available if you want to enhance all of that.+All package are not binary without sourcesIf there are someand tha compilation workthen i try to package them. That's mainly the case for Linux demos. If some of them lack of an icon, or manual it's just that I'm lazy. Of course sources packages are available if you want to do somthing with it and/or seeing my dumb code.
  
-If distribute a software in one of those package is a problem, just mail me, and I will remove it.+If distribution of a software in package is a problem, just mail me, and I will remove it. (and please.. move your ass to propose one) 
 + 
 +to know all the new packages I add, check this Blog : [[http://demosdebs.blogspot.com]] 
 + 
 +---- 
 + 
 +Ceci est principalement un dépôt que je fais par hobby pour mon usage personnel. J’ai décidé de le partager sur internet, pour ne pas le garder que pour moi. Vous y trouverez des logiciels non-GPL, la plupart du temps en binaire et non-compilés car leurs sources ne sont pas disponibles. Généralement ce sont des freewares, sharewares rarement publiés au travers d’un système de gestion de paquet. 
 +J’ai conçu les paquets principalement pour une machine 64 bits, cependant on y trouve aussi des paquets pour i386 et arhm (raspbian) 
 + 
 +L’idée est venue du paquet « [[http://packages.debian.org/fr/jessie/flight-of-the-amazon-queen|flight-of-the-amazon-queen]] », qui était une façon simple de distribuer un jeu sans sources, mais prêt à fonctionner avec [[http://scummvm.org/|scummvm]]. j’ai donc cherché à faire pareil, mais avec dosbox, fs-uae et wine. 
 + 
 +Tous les paquets ne sont pas des binaires sans sources. Si je dispose des sources et qu’il est possible de les compiler, alors j’essaye d’en faire un paquet. C’est principalement le cas pour les démos Linux. S’il manque une icône ou un manuel, c’est juste par fainéantise. Évidemment les sources de ces paquets sont disponibles si vous voulez en faire quelques choses et/ou pourrir ma façon de faire. 
 + 
 +Si la distribution d’un logiciel sous forme de paquet pose un problème, envoyez-moi un mail pour que je l’enlève (et s’il vous plait… bouger vous les fesses pour en proposer un…) 
 + 
 +Pour connaître les nouveaux paquets rajoutés, consultez ce blog : [[http://demosdebs.blogspot.com]]
  
-check the blog section for news. 
  
 ===== Add the repository ===== ===== Add the repository =====
  
-==== Ubuntu 14.04 & derivatives : ====+==== Ubuntu 18.04 & derivatives : ====
  
  
-run the following in terminal :+run the following in terminal :
  
-<cli>sudo apt-key adv --fetch-keys http://demosdebs.org/demosdebs.gpg.key +<cli>wget https://demosdebs.org/demosdebs.gpg.key ; sudo -E apt-key add demosdebs.gpg.key  
-sudo apt-add-repository 'deb http://demosdebs.org/repository/ trusty-ddebs demos games utils'+sudo apt-add-repository 'deb https://demosdebs.org/repository/ bionic-ddebs demos games utils libs'
 sudo apt update</cli> sudo apt update</cli>
  
 to enjoy windows & amiga stuff to enjoy windows & amiga stuff
  
-<cli>sudo apt-key adv --fetch-keys https://deb.playonlinux.com/public.gpg +<cli>wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add - 
-sudo wget https://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list +sudo wget http://deb.playonlinux.com/playonlinux_bionic.list -O /etc/apt/sources.list.d/playonlinux.list 
-sudo apt-add-repository ppa:ubuntu-wine/ppa  && sudo apt-add-repository ppa:fengestad/stable && sudo apt update</cli>+sudo apt-key adv --fetch-keys https://dl.winehq.org/wine-builds/winehq.key 
 +sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'  
 +sudo apt-add-repository ppa:fengestad/stable && sudo apt update</cli>
  
-==== Debian stretch (testing) : ====+==== Debian stretch : ====
  
-run the following in terminal :+run the following in terminal :
  
 <cli> <cli>
-sudo apt-key adv --fetch-keys http://demosdebs.org/demosdebs.gpg.key +wget https://demosdebs.org/demosdebs.gpg.key sudo -E apt-key add demosdebs.gpg.key  
-sudo apt-add-repository 'deb http://demosdebs.org/repository/ stretch-ddebs demos games utils'+sudo sh -c "echo 'deb https://demosdebs.org/repository/ stretch-ddebs demos games utils libs> /etc/apt/sources.list.d/demosdebs.list"
 sudo apt update</cli> sudo apt update</cli>
  
-to enjoy windows & amiga stuff+==== Raspbian stretch (some packages) ==== 
 + 
 +run the following in a terminal :
  
 <cli> <cli>
-sudo apt-key adv --fetch-keys http://deb.playonlinux.com/public.gpg +wget https://demosdebs.org/demosdebs.gpg.key ; sudo -E apt-key add demosdebs.gpg.key  
-sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -/etc/apt/sources.list.d/playonlinux.list +sudo sh -c "echo 'deb https://demosdebs.org/repository/ stretch-ddebs demos games utils libs' > /etc/apt/sources.list.d/demosdebs.list" 
-sudo apt-add-repository ppa:ubuntu-wine/ppa  && sudo apt-add-repository ppa:fengestad/stable && sudo apt update</cli>+sudo apt update</cli>
  
-==== Debian (or Raspian) jessie ==== 
  
-run the following in terminal :+==== Ubuntu 16.04 & derivatives (old) ====
  
-<cli> +run the following in a terminal : 
-sudo apt-key adv --fetch-keys http://demosdebs.org/demosdebs.gpg.key + 
-sudo sh -c "echo 'deb http://demosdebs.org/repository/ jessie-ddebs demos games utils' > /etc/apt/sources.list.d/demosdebs.list"+<cli>wget https://demosdebs.org/demosdebs.gpg.key ; sudo -E apt-key add demosdebs.gpg.key  
 +sudo apt-add-repository 'deb https://demosdebs.org/repository/ xenial-ddebs demos games utils libs'
 sudo apt update</cli> sudo apt update</cli>
 +
 +to enjoy windows & amiga stuff
 +
 +<cli>wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
 +sudo wget http://deb.playonlinux.com/playonlinux_xenial.list -O /etc/apt/sources.list.d/playonlinux.list
 +sudo apt-key adv --fetch-keys https://dl.winehq.org/wine-builds/winehq.key
 +sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main' 
 +sudo apt-add-repository ppa:fengestad/stable && sudo apt update</cli>
 +
 +
start.txt · Dernière modification : 2024/05/04 11:38 de nicolas