Package: xmms2 / 0.8+dfsg-21
Metadata
| Package | Version | Patches format |
|---|---|---|
| xmms2 | 0.8+dfsg-21 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| bp fix avcodec init.patch | (download) |
src/plugins/avcodec/avcodec_compat.h |
4 4 + 0 - 0 ! |
other: quick fix to make xmms2 compile on ffmpeg 0.11 |
| bp fix alloc context.patch | (download) |
src/plugins/avcodec/avcodec.c |
4 2 + 2 - 0 ! |
other: fix some deprecated warnings in libavcodec |
| bp fix missing include.patch | (download) |
src/plugins/avcodec/avcodec.c |
1 1 + 0 - 0 ! |
other: support for newer libavcodec versions Add missing #include |
| bp Get rid of superfluous argument self.patch | (download) |
src/clients/lib/python/xmmsapi.pyx |
4 2 + 2 - 0 ! |
[patch] other: get rid of superfluous argument self Fixes "medialib_import_path() got multiple values for keyword argument 'cb'" |
| spelling error.patch | (download) |
src/plugins/mp4/mp4ff/mp4meta.c |
2 1 + 1 - 0 ! |
correct spelling error found by lintian. |
| linker flags.patch | (download) |
wscript |
3 3 + 0 - 0 ! |
do not link against unused libraries |
| plugin tta segment with startms.patch | (download) |
src/plugins/tta/tta.c |
2 1 + 1 - 0 ! |
fix tta plugin to work with segment with startms |
| nycli man page symlink.patch | (download) |
src/clients/nycli/wscript |
2 2 + 0 - 0 ! |
create a symlink from nyxmms2.1 to xmms2.1. |
| rpath.patch | (download) |
src/plugins/sid/wscript |
7 0 + 7 - 0 ! |
fix binary-or-shlib-defines-rpath lintian warning. |
| fix manpage errors.patch | (download) |
src/clients/launcher/xmms2-launcher.1 |
2 1 + 1 - 0 ! |
fix man page errors found by lintian. |
| fix typos.patch | (download) |
src/clients/lib/python/xmmsapi.c |
2 1 + 1 - 0 ! |
fix typos found by lintian. |
| hardening flags.patch | (download) |
wscript |
3 0 + 3 - 0 ! |
make sure that the hardening flags are not removed. |
| fix libmodplug include.patch | (download) |
src/plugins/modplug/modplug.c |
2 1 + 1 - 0 ! |
include libmodplug/modplug.h |
| samba with pkg cfg.patch | (download) |
src/plugins/samba/wscript |
3 1 + 2 - 0 ! |
use pkg-config to build using smbclient |
| ruby2 multiarch.patch | (download) |
waflib/Tools/ruby.py |
5 4 + 1 - 0 ! |
add multi-arch support. |
| libav10.patch | (download) |
src/plugins/avcodec/avcodec.c |
345 229 + 116 - 0 ! |
re: bug#739455: ftbfs with libav10 Date: Wed, 19 Feb 2014 02:28:22 +0100 This patch did originally not apply, and needed to be updated. The updates were done by Reinhard Tartler <siretart@tauware.de> on Mar 26, 2014. |
| ruby2.2 RbConfig.patch | (download) |
waflib/Tools/ruby.py |
2 1 + 1 - 0 ! |
use rbconfig instead of config |
| 0018 OTHER Let the compiler figure out what to inline.patch | (download) |
src/plugins/equalizer/iir.c |
2 1 + 1 - 0 ! |
other: let the compiler figure out what to inline. No change in CPU usage on Linux, and skipping inline unbreaks the build on Mac OS X. |
| 0019 plugins airplay build against openssl 1.1.0.patch | (download) |
src/plugins/airplay/raop_client.c |
25 23 + 2 - 0 ! |
plugins/airplay: build against openssl 1.1.0 Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> |
| remove glib version check.patch | (download) |
src/xmms/main.c |
11 0 + 11 - 0 ! |
remove glib version check xmms2 used the glib_check_version() function which checked that the running glib library is newer than the specified version and that both version are binary compatible, but xmms2 changed the check by its own check. Instead of checking for binary compatibility, the check only compares version number. . Remove the check and rely on the Debian package name change when the glib ABI changes. Bug-Debian: https://bugs.debian.org/849373 |
| glib deprecated.diff | (download) |
wscript |
1 1 + 0 - 0 ! |
--- |
| libcdio paranoia.diff | (download) |
src/plugins/cdda/cdda.c |
2 1 + 1 - 0 ! |
--- |
| upgrade waf 2.0.20.patch | (download) |
waf |
57 32 + 25 - 0 ! |
[patch] upgrade bundled waf to 2.0.20 to support python 3.8 |
| use modern waf.patch | (download) |
src/clients/et/wscript |
4 2 + 2 - 0 ! |
update to use more modern waf (2.0.x) |
| fix python enum declaration.patch | (download) |
AUTHORS |
1 1 + 0 - 0 ! |
[patch] other: fix python client: typo in enum declaration
Before the patch build fails as:
[334/391] Compiling _build_/src/clients/lib/python/xmmsapi.c
src/clients/lib/python/xmmsapi.c:2637:84: error: unknown type name 'xmmsc_collection_changed_actions_t'
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_xmmsc_collection_changed_actions_t(xmmsc_collection_changed_actions_t value);
^
Looks like a enum (re)naming typo.
Note (vdust): The typo was silently ignored cython versions prior to 0.23
that didn't actually use the enum real type in internal functions signatures.
|
