Package: libinstpatch / 1.0.0-4
Metadata
Package | Version | Patches format |
---|---|---|
libinstpatch | 1.0.0-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 ac python devel.patch | (download) |
configure.ac |
8 3 + 5 - 0 ! |
don't rely on python unconditionally. This makes us allowed to avoid the build-dependency on python-dev as we don't want to build the python extension for now. |
02 gettext.patch | (download) |
po/POTFILES.in |
35 26 + 9 - 0 ! |
update potfile.in properly to fix ftbfs. |
03 pkgconfig.patch | (download) |
libinstpatch-1.0.pc.in |
2 1 + 1 - 0 ! |
update pkgconfig file as it's linked against libsndfile1. |
04 fix_tests.patch | (download) |
Makefile.am |
2 1 + 1 - 0 ! |
don't run 'make check' in ./tests, the tests are old and need update to build fine. Bug: https://sourceforge.net/support/tracker.php?aid=3100677 |
05 with_math_lib.patch | (download) |
libinstpatch/Makefile.am |
2 1 + 1 - 0 ! |
missing symbols {pow,log}, add -lm flag to fix this. |
06 fix_for_binutils_gold.patch | (download) |
examples/Makefile.am |
2 1 + 1 - 0 ! |
fix makefile.am in examples to avoid a ftbfs with binutils-gold, by adding libgobject-2.0 and libglib-2.0 to libraries used to link sf2. |