https://github.com/daniele-athome/my-debian-packages
Building some Debian packages for personal use. Feel free to use any of them.
https://github.com/daniele-athome/my-debian-packages
deb-package deb-packages debian kodi moonlight-qt
Last synced: 12 days ago
JSON representation
Building some Debian packages for personal use. Feel free to use any of them.
- Host: GitHub
- URL: https://github.com/daniele-athome/my-debian-packages
- Owner: daniele-athome
- Created: 2025-03-05T20:56:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-05T22:14:50.000Z (over 1 year ago)
- Last Synced: 2025-03-05T22:26:13.917Z (over 1 year ago)
- Topics: deb-package, deb-packages, debian, kodi, moonlight-qt
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Debian packages
Some Debian packages I build for my personal use.
All packages are available as GitHub Actions artifacts: feel free to download and use them.
> [!NOTE]
> I might use GitHub releases one day and put the packages there, or maybe
> [create a PPA](https://assafmo.github.io/2019/05/02/ppa-repo-hosted-on-github.html).
## moonlight-qt
For some reason, the AppImage build doesn't work well without X11 (I don't know, it's probably not built with all
capabilities or something). So I decided to build it as a Debian package.
Thanks to the wonderful work of [@veldenb](https://github.com/veldenb/plugin.program.moonlight-qt) and
[@cgutman](https://github.com/cgutman/moonlight-packaging), I was able to build it using Docker. The Dockerfile is
actually a fork of the one written by @veldenb.
## kodi
Kodi for Debian is built for the GL platform. For some reason, Kodi developers implemented HDR only for the GLES
platform. So I'm building Kodi by forcing the GLES platform.
This build takes the original Debian package and just patches the build script.