samedi 30 octobre 2021

Some news. 
Last year the entire repository was rebased on Ubuntu 20.04
which means that the packages are based on policy 4.5.0 https://www.debian.org/doc/debian-policy/upgrading-checklist.html#version-4-5-0
 
In anticipation of the demise of X.org I also started to see what I could do to migrate some demos to SDL2. I'm pretty happy I managed to migrate a few ^^ 
 
To generate the packages faster, I tried  to cross-compile the packages I had the source code, rather than running qemu. So it takes a lot less time, and there are a lot more armhf and arm64 packages for raspberry pi :)
 
As usual, I update the few utilities in my repository to their latest version.
All unannounced changes are actually visible on my github: https://github.com/nhoudelot/demosdebs

Finally, there are officially packages for Debian 11 (bullseye) and I have removed the one for Debian 9 (stretch). 
 
Now, I can start adding packages again :) 
 
Ah yes, I also changed my PC to a 24 cores and 32 GB of RAM, helps a lot: D
(french below)
 

vendredi 25 décembre 2020

Linux Utils : XP-Pen drivers

 

xppenutils is a Linux "drivers" for XP-Pen tablets
I just owned an xp-pen tablet, because there was some linux drivers
but the install wasn't as clean as in a debian package.
so, I made one
  • as there's no sources, the package install an amd64 binary compiled in 2020
  • udev rules added & reload(no need to reboot) 
  • use system QT5 libs instead of embedded ones
 


xppenutils est un pilote Linux pour les tablettes XP-Pen
je viens d'acheter une tablette xp-pen, car il existait des pilotes Linux.
mais leur installation n'était pas aussi propre qu'un package debian
donc j'en ai fait un
  • comme il n'y a pas de sources, le paquet installe un binaire amd64 compilé en 2020
  • règle udev ajoutée et rechargée (pas besoin de redémarrer) 
  • utilise les bibliothèques QT5 système, plutôt que les embarquées

mercredi 9 septembre 2020

Linux Intro : Das Sanseffortseur by ENIB

 


Das Sanseffortseur is a Linux 64k intro by ENIB
  • compiled from source code
  • patched to use SIMDEverywhere to compile on other arch
  • patched the makefile & changed the executable name to avoid confusions


Das Sanseffortseur est une intro Linux 64k  de ENIB
  • compilée à partir du code source
  • patchée pour utiliser SIMDEverywhere afin de compiler sur d'autres architectures
  • patché le makefile & changé le nom de l’exécutable pour éviter les confusions

lundi 7 septembre 2020

Linux intro : Electro-Magnetic by Hackers


Electro-Magnetic is a Linux demo by Hackers

  • as there's no sources, the package install an i386 binary compiled in 2016 for Ubuntu Wily (15.10)
  • binary have been patched to remove fullscreen
 


Electro-Magnetic est une démo Linux de Hackers
  • comme il n'y a pas de sources, le paquet installe un binaire i386 compilé en 2016 pour Ubuntu Wily (15.10)
  • le binaire a été patché pour enlever le plein écran

jeudi 3 septembre 2020

Linux Game : 32 kilobytes of Forkle by Roman Shuvalov

 

32 kilobytes of Forkle is a Linux game by Roman Shuvalov

  • as there's no sources, the package install an i386 binary compiled in 2016 on Ubuntu Trusty (14.04)
 


32 kilobytes of Forkle est un jeu Linux de Roman Shuvalov
  • comme il n'y a pas de sources, le paquet installe un binaire i386 compilé en 2016 sous Ubuntu Trusty (14.04)

dimanche 5 juillet 2020

Linux Utils : nedplayer by bartoshe (compiled from sources)



nedplayer is a linux utils by bartoshe to run .ned files
  • compiled from source code
  • patched the makefile & changed the executable name to avoid confusions
  • removed as much as i can static compilation
  • kept freetype and had to backport openjpeg1.5.2
  • most fonts needed depend from other packages
  • added a separate package of nedexamples


nedplayer est une outils linux de bartoshe pour lancer les fichiers .ned
  • compilée à partir du code source
  • patché le makefile & changé le nom de l’exécutable pour éviter les confusions
  • enlevé du mieux que j'ai pu la compilation statique
  • gardé freetype et ai du backporté openjpeg1.5.2
  • la plupart des fontes dependent des autres paquets
  • ajouté les exemples ned dans un paquet séparé

mercredi 24 juin 2020

Linux Utils : Detect-It-Easy (die) by Horsiq

Detect-It-Easy is a file tool by Horsiq
It can inspect an exectuable, and extract somes informations like..  his format, the packer, compiler etc...
  • compiled from source code
  • by default the compilation script did a static portable version
    Tryed to compiled a dynamic version as much as I can
  • preferences are saved in ~/.config/die/


Detect-It-Easy est un utilitaire de fichier de Horsiq
Il permet d'inspecter un executable, et d'extraire différentes informations, comme, quel est son format et avec quoi il a été compacté, compilé etc..
  • compilée à partir du code source
  • par défaut le script de compilation crée une version portable statique.
    J'ai fait mon maximum pour en faire une version dynamique
  • les préférences sont enregistrée dans ~/.config/die/