Package: libg3d / 0.0.8-39
Metadata
| Package | Version | Patches format |
|---|---|---|
| libg3d | 0.0.8-39 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| Fix memory leaks in plugins.patch | (download) |
plugins/import/imp_ac3d/imp_ac3d.c |
13 7 + 6 - 0 ! |
fix memory leaks in plugins Bug: https://mail.gna.org/public/libg3d-devel/2009-02/msg00000.html |
| fix possible endless loop in g3d_stream_seek.patch | (download) |
src/stream.c |
2 1 + 1 - 0 ! |
fix possible endless loop in g3d_stream_seek |
| Add AC_PROG_CXX for tests Makefile.am.patch | (download) |
configure.in |
1 1 + 0 - 0 ! |
add ac_prog_cxx for tests/makefile.am |
| Allow libtool to update their files to keep them con.patch | (download) |
Makefile.am |
1 1 + 0 - 0 ! |
allow libtool to update their files to keep them consistent |
| Identify modules by the ending .so instead of .la.patch | (download) |
src/plugins.c |
4 2 + 2 - 0 ! |
identify modules by the ending .so instead of .la .la files were stripped of the debs to fulfill the release goal https://wiki.debian.org/ReleaseGoals/LAFileRemoval but the plugin loader of libg3d tries to identify plugins by their libtool archive. |
| Fix memory leaks.patch | (download) |
plugins/image/img_gdkpixbuf.c |
15 12 + 3 - 0 ! |
fix memory leaks |
| Only require glib2.0 for header files.patch | (download) |
libg3d.pc.in |
2 1 + 1 - 0 ! |
only require glib2.0 for header files Programs linked against libg3d doesn't need to link to glib2.0 when they don't use it directly. Pkg-config allows us to use Require.private in such situations. |
| Fix memory leaks 7.patch | (download) |
src/face.c |
2 2 + 0 - 0 ! |
fix memory leaks |
| Fix memory leaks in dae plugin.patch | (download) |
plugins/import/imp_dae/imp_dae_cb.c |
4 4 + 0 - 0 ! |
fix memory leaks in dae plugin |
| Fix build with automake 1.11.3.patch | (download) |
Makefile.am |
2 1 + 1 - 0 ! |
fix build with automake 1.11.3 |
| Fix implicit declarations of functions.patch | (download) |
plugins/import/imp_vrml/imp_vrml_v1.c |
1 1 + 0 - 0 ! |
fix implicit declarations of functions |
| Fix spelling errors.patch | (download) |
plugins/import/imp_3ds/imp_3ds_chunks.h |
4 2 + 2 - 0 ! |
fix spelling errors |
| Switch libxml2 lookup from xml2 config to pkg config.patch | (download) |
configure.in |
4 2 + 2 - 0 ! |
switch libxml2 lookup from xml2-config to pkg-config Bug-Debian: https://bugs.debian.org/949522 |
| Use gdk pixbuf directly instead of via the obsolete GTK 2.patch | (download) |
configure.in |
10 2 + 8 - 0 ! |
use gdk-pixbuf directly, instead of via the obsolete gtk 2 Bug-Debian: https://bugs.debian.org/967575 |
| imp_vrml Disable yywrap.patch | (download) |
plugins/import/imp_vrml/imp_vrml.c |
3 0 + 3 - 0 ! |
imp_vrml: disable yywrap There is no definition anymore for yywrap - so just disable it to avoid the loading error: libg3d: plugins: failed to load /usr/lib/x86_64-linux-gnu/libg3d/plugins/import/imp_vrml.so: /usr/lib/x86_64-linux-gnu/libg3d/plugins/import/imp_vrml.so: undefined symbol: yywrap Bug-Debian: #1051935 |
