This repository contains a number of custom build scripts for
- BIND
- Enable GSS API support (--with-gssapi)
- MPD (Music Player Daemon)
- Build with support for FFmpeg
- Build with support for pulseaudio
- PulseAudio
- Alternative version to package in testing
- Supports signed ntp (Required for Samba4 Active Directory)
- patchelf :: A tool for modifying ELF executables
- glibc-runtime :: A package with libc6, libgcc1 and libstdc++6 from Debian Jessie
- Useful for running proprietary binary blobs that bring everything except libc & co
- Should be treated as a last resort!
- plex-media-server :: Plex's solution to share your content throughout the household and beyond
- Proprietary blob
- Uses glibc-runtime
- pulseaudio-shm :: PulseAudio build with the global SHM protection disabled
- Only EVER use if you know what you're doing.
- Don't go crying to the devs if it breaks, they'll kill you for even attempting this.
- You've been warned.
This is a useful script I came up with to import commits to modified packages from upstream aports.
It streamlines creating (format-patch) and applying (am) git patches, as well as trying to help with conflict resolution should the need arise. This script in particular is only useful for aports, but similar approaches could be taken in comparable situations. Do whatever you want with it.