Package: libedlib / 1.2.7-7

Metadata

Package Version Patches format
libedlib 1.2.7-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
cython3.patch | (download)

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

 use cython3/python3


enable_shared_and_static.patch | (download)

CMakeLists.txt | 12 9 + 3 - 0 !
1 file changed, 9 insertions(+), 3 deletions(-)

 enable building both shared and static library for d-shlibs
really_exclude_readme.rst.patch | (download)

bindings/python/setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 after trying lots of ways to specify edlib_omit_readme_rst environtment variable
 None worked - thus patching it out here


fix package version.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix version of package in cmakelists.txt
cmake 4.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 bump cmake_required_minimum to 3.10.
 This is an attempt to allow building the package with cmake 4 onwards.