Package: cbflib / 0.9.5.18+dfsg1-1

Metadata

Package Version Patches format
cbflib 0.9.5.18+dfsg1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 makefile fix Get system HDF5 config from pkg config.patch | (download)

Makefile | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

 makefile-fix: get system hdf5 config from pkg-config.


0002 makefile fix Fix CBFLIB_DONT_USE_LOCAL_TIFF config v.patch | (download)

Makefile | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 makefile-fix: fix cbflib_dont_use_local_tiff config var.


0003 makefile fix Allow disabling PyCBF from env with NOP.patch | (download)

Makefile | 14 12 + 2 - 0 !
1 file changed, 12 insertions(+), 2 deletions(-)

 makefile-fix: allow disabling pycbf from env with nopycbf=yes.


0004 makefile fix Install libs to CBF_PREFIX INSTALL_LIB.patch | (download)

Makefile | 61 31 + 30 - 0 !
1 file changed, 31 insertions(+), 30 deletions(-)

 makefile-fix: install libs to $(cbf_prefix)/$(install_lib).


0005 makefile fix Install lib to SOVERSION and add symlin.patch | (download)

Makefile | 10 6 + 4 - 0 !
1 file changed, 6 insertions(+), 4 deletions(-)

 makefile-fix: install lib to soversion and add symlinks.


0006 makefile fix Allow disabling libimg and libfcb build.patch | (download)

Makefile | 93 63 + 30 - 0 !
1 file changed, 63 insertions(+), 30 deletions(-)

 makefile-fix: allow disabling libimg and libfcb builds.

Setting variables NOLIBIMG and NOFORTRAN to 'yes' will disable
building of libimg and libcb, respectively.

0007 makefile fix Do not link example progs w. libimg.patch | (download)

Makefile | 32 16 + 16 - 0 !
1 file changed, 16 insertions(+), 16 deletions(-)

 makefile-fix: do not link example progs w. libimg.


0008 makefile fix Add SONAME to linker flags.patch | (download)

Makefile | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 makefile-fix: add soname to linker flags.


0009 makefile fix Pick up CFLAGS and LDFLAGS from the env.patch | (download)

Makefile | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 makefile-fix: pick up cflags and ldflags from the environment.


0010 makefile fix Prepend CPPFLAGS value to CFLAGS.patch | (download)

Makefile | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 makefile-fix: prepend cppflags value to cflags.


0011 makefile fix Add LDFLAGS to SOLDFLAGS to pick up har.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 makefile-fix: add ldflags to soldflags to pick up hardening flags
 etc.


0012 makefile fix Simplify building example programs.patch | (download)

Makefile | 264 36 + 228 - 0 !
1 file changed, 36 insertions(+), 228 deletions(-)

 makefile-fix: simplify building example programs.

Add LINK_LIB and LINK_LIBDIR vars to allow easy changing between static
and dynamic cbflib linking.

0013 makefile deb Use DESTDIR usr as CBF_PREFIX.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 makefile-deb: use $destdir/usr as cbf_prefix.


0014 makefile deb Do not build tiff2cbf.patch | (download)

Makefile | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 makefile-deb: do not build tiff2cbf.


0015 Makefile deb Use dynamic linking to cbflib in progra.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 makefile-deb: use dynamic linking to cbflib in programs.