Package: libvisual-plugins / 1:0.4.0+dfsg1-16

Metadata

Package Version Patches format
libvisual-plugins 1:0.4.0+dfsg1-16 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
010_disable gforce dfsg.patch | (download)

configure.ac | 24 1 + 23 - 0 !
plugins/actor/Makefile.am | 1 0 + 1 - 0 !
2 files changed, 1 insertion(+), 24 deletions(-)

 make configure.ac compliant with new upstream tarball (without
             plugins/actor/G-Force directory because it had non DFSG-free
             source code).
020_64 bit_JESS_fix.patch | (download)

plugins/actor/JESS/renderer.c | 13 7 + 6 - 0 !
1 file changed, 7 insertions(+), 6 deletions(-)

 fix jess visual plugin segfaults totem while (closes: #400810)
030_build_against_gl_fixes.patch | (download)

plugins/actor/JESS/Makefile.am | 3 1 + 2 - 0 !
plugins/actor/bumpscope/Makefile.am | 3 1 + 2 - 0 !
plugins/actor/corona/Makefile.am | 3 1 + 2 - 0 !
plugins/actor/gdkpixbuf/Makefile.am | 3 1 + 2 - 0 !
plugins/actor/gstreamer/Makefile.am | 3 1 + 2 - 0 !
plugins/actor/infinite/Makefile.am | 3 1 + 2 - 0 !
plugins/actor/jakdaw/Makefile.am | 3 1 + 2 - 0 !
plugins/actor/lv_analyzer/Makefile.am | 3 1 + 2 - 0 !
plugins/actor/lv_gltest/Makefile.am | 2 1 + 1 - 0 !
plugins/actor/lv_scope/Makefile.am | 3 1 + 2 - 0 !
plugins/actor/madspin/Makefile.am | 2 1 + 1 - 0 !
plugins/actor/nastyfft/Makefile.am | 2 1 + 1 - 0 !
plugins/actor/oinksie/Makefile.am | 3 1 + 2 - 0 !
plugins/actor/pseudotoad_flower/Makefile.am | 2 1 + 1 - 0 !
plugins/input/alsa/Makefile.am | 3 1 + 2 - 0 !
plugins/input/debug/Makefile.am | 3 1 + 2 - 0 !
plugins/input/esd/Makefile.am | 3 1 + 2 - 0 !
plugins/input/jack/Makefile.am | 3 1 + 2 - 0 !
plugins/input/mplayer/Makefile.am | 3 1 + 2 - 0 !
plugins/morph/alphablend/Makefile.am | 3 1 + 2 - 0 !
plugins/morph/flash/Makefile.am | 3 1 + 2 - 0 !
plugins/morph/slide/Makefile.am | 3 1 + 2 - 0 !
plugins/morph/tentacle/Makefile.am | 3 1 + 2 - 0 !
23 files changed, 23 insertions(+), 42 deletions(-)

 fix the makefiles to make sure gl visualizations get built against
             libGL (LP: #115502)
040_lv_analyzer_build_fix.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes configure so that lv_analyzer actually gets built.
050_fix_po.patch | (download)

Makefile.am | 2 2 + 0 - 0 !
configure.ac | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+)

 make translations work properly.
060_alsa_m4_macro.patch | (download)

m4/alsa.m4 | 141 141 + 0 - 0 !
1 file changed, 141 insertions(+)

 fix a ftbfs in linux. (closes: #647231)
070_no const vispluginfo in nastyfft.patch | (download)

plugins/actor/nastyfft/actor_nastyfft.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix a fail in gnome-settings-daemon. (lp: #287448)
   The static VisPluginInfo in nastyfft was declared as const, but libvisual
   write to its refcount when it visual_object_unref()s it (nasty!).  This is
   broken at various levels: libvisual shouldn't be writing to this static
   plugin which is allocated by a dlopen()ed plugin, and it should also honor
   the "const VisPluginInfo" API...  Anyway, nastyfft was the only occurrence
   and this fixes the crash for now; LP: #287448.
080_fix_FTBFS_clang.patch | (download)

plugins/morph/flash/morph_flash.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs with clang instead of gcc. (closes #742210)
090_fix_some_gcc_warnings.patch | (download)

plugins/input/mplayer/input_mplayer.c | 9 6 + 3 - 0 !
1 file changed, 6 insertions(+), 3 deletions(-)

 fix some gcc warnings.
100_fix_spelling.patch | (download)

plugins/actor/bumpscope/actor_bumpscope.c | 2 1 + 1 - 0 !
plugins/actor/jakdaw/actor_jakdaw.c | 2 1 + 1 - 0 !
plugins/actor/lv_gltest/actor_lv_gltest.c | 8 4 + 4 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

 fix a spelling error in final binary.
110_add_de_translation.patch | (download)

po/LINGUAS | 2 1 + 1 - 0 !
po/de.po | 533 533 + 0 - 0 !
2 files changed, 534 insertions(+), 1 deletion(-)

 add german translation
 This patch adds the German translation.
 .
 libvisual-plugins (1:0.4.0+dfsg1-12) unstable; urgency=medium