Debian Patches

Status for quakespasm/0.93.2+dfsg-2

Patch Description Author Forwarded Bugs Origin Last update
remove-redundant-linking.patch Remove redundant linking of vorbis libraries
Makefile attempts to link against libvorbis and libogg when using ogg support,
but these are not required, only libvorbisfile. This avoids an unnecessary
dependency.
David Banks <amoebae@gmail.com> no vendor, Debian 2013-05-12
mp3-copyright.patch Reproduce the copyright statements for all identifiable sources of snd_mp3.c Simon McVittie <smcv@debian.org> no vendor, Debian 2013-05-12
use-inherited-build-flags.patch Use the build flags inherited from the environment
The homegrown Makefile overwrites the values of some build flags. We need the
ability to inject them into the environment from the parent Debian rules file,
so remove this behaviour.
David Banks <amoebae@gmail.com> no vendor, Debian 2013-05-12
mkpak-bashism.patch Use bash for mkpak.sh Stephen Kitt <skitt@debian.org> no 2015-03-23
reproducible-build.patch Make the build reproducible Stephen Kitt <skitt@debian.org> no 2015-04-30
spelling-fixes.patch Spelling fixes Stephen Kitt <skitt@debian.org> yes 2016-08-26
cross.patch Make pkg-config substitutable
This helps with cross-compilation. When cross-compiling, the environment
variable PKG_CONFIG is typically set to a version of pkg-config that is
configured to look in appropriate locations for the cross architecture.

For example, a build for 64-bit ARM might use:

make \
CC=aarch64-linux-gnu-gcc \
STRIP=aarch64-linux-gnu-strip \
PKG_CONFIG=aarch64-linux-gnu-pkg-config \
release

On a Debian system, this would look in
/usr/lib/aarch64-linux-gnu/pkgconfig for details of 64-bit ARM Opus
libraries.
Helmut Grohne <helmut@subdivi.de> yes debian 2018-05-27
rotfish-double-count.patch Avoid double-counting rotfish David Banks <amoebae@gmail.com> yes upstream 2015-01-14

All known versions for source package 'quakespasm'

Links