Package: xmms2 / 0.8+dfsg-29
Metadata
| Package | Version | Patches format |
|---|---|---|
| xmms2 | 0.8+dfsg-29 | 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.
|
| ffmpeg 5 ed86b39.patch | (download) |
src/plugins/avcodec/avcodec.c |
56 24 + 32 - 0 ! |
ffmpeg 5 compat |
| 0001 curl set intermediate buffer to 128kB.patch | (download) |
src/plugins/curl/curl_http.c |
5 3 + 2 - 0 ! |
[patch 1/1] curl: set intermediate buffer to 128kb This is pretty arbitrary, but larger than it used to be. Curl expects us to immediately handle the data it sends over. We instead go and copy the received data into an intermediate buffer, so our own callback can then later copy it into the final buffer. The intermediate buffer used to be set to CURL_MAX_WRITE_SIZE (16kB), which is getting overrun. Since we use an intermediate buffer, setting CURLOPT_BUFFERSIZE has no effect for us. There is no logic, no science to this, but at least 128kB should be large enough to store a full second of a FLAC stream. Signed-off-by: Luc Verhaegen <libv@skynet.be> |
| fix path size.patch | (download) |
src/clients/nycli/utils.c |
2 1 + 1 - 0 ! |
[patch] clients/nycli/utils.c: fix buffer overflow format_url() is only assigning 255 bytes for the rpath, but the path will be expanded by realpath() which can return a sring up to a maximum of PATH_MAX bytes. And, so as a result, if long path names are used or while creating playlists with multiple files we get a coredump with the error: *** buffer overflow detected ***: terminated Aborted (core dumped) Lets use PATH_MAX for rpath length so that we have buffer for the maximum return from realpath(). Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> |
| cast fix gcc 14 ftbfs.patch | (download) |
src/lib/xmmstypes/coll.c |
2 1 + 1 - 0 ! |
cast values to satisfy new gcc-14 requirements Fix FTBFS with gcc-14 |
| ffmeg7 compat.patch | (download) |
src/clients/lib/ruby/rb_playlist.c |
2 1 + 1 - 0 ! |
get channels from avcodeccontext from avchannellayout channels are not defined in AVCodecContext anymore but in a inner struct |
