swig ver. bump

This commit is contained in:
Rmys
2025-05-04 21:57:30 +03:00
parent 5b62dfa282
commit dc9046e604
2 changed files with 12 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@ def setup():
shelltools.export("PYTHON", "/usr/bin/python3")
shelltools.system("sed -i 's/\$(PERL5_SCRIPT/-I. &/' Examples/Makefile.in")
shelltools.system("sed -i 's/\$command 2/-I. &/' Examples/test-suite/perl5/run-perl-test.pl")
shelltools.system("NOCONFIGURE=1 ./autogen.sh")
autotools.configure("--without-clisp \
--with-python3 \
--without-maximum-compile-warnings")
+11 -4
View File
@@ -15,13 +15,13 @@
<IsA>library</IsA>
<Summary>Connects C/C++/Objective C to some high-level programming languages</Summary>
<Description>Simplified Wrapper and Interface Generator, SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used with different types of languages including common scripting languages such as Perl, PHP, Python, Tcl, Ruby and PHP</Description>
<Archive sha1sum="ced6676c625c49d78d73cbd3b9aaab8c30b9b4ee" type="targz">mirrors://sourceforge/swig/swig/swig-4.0.2/swig-4.0.2.tar.gz</Archive>
<Archive sha1sum="c1ad4c65b74092d590e706d533363d346dbe835d" type="targz">https://github.com/swig/swig/archive/refs/tags/v4.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>ruby-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>libpcre-devel</Dependency>
<Dependency>libpcre2-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<Patches>
@@ -32,7 +32,7 @@
<!-- Fix crash in Python backend when using empty docstrings https://github.com/swig/swig/pull/1710 -->
<!-- <Patch>swig-4.0.1-Fix-crash-in-Python-backend-when-using-empty-docstrings.patch</Patch> -->
<!-- Upgrade SWIG to support NodeJS v12 / V8 v7.6, v8 v7.8 runtime https://github.com/swig/swig/pull/1702 -->
<Patch>swig-Upgrade-to-support-newer-NodeJS.patch</Patch>
<!-- <Patch>swig-Upgrade-to-support-newer-NodeJS.patch</Patch> -->
</Patches>
</Source>
@@ -42,7 +42,7 @@
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libpcre</Dependency>
<Dependency>libpcre2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
@@ -54,6 +54,13 @@
</Package>
<History>
<Update release="13">
<Date>2025-05-04</Date>
<Version>4.3.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="12">
<Date>2023-10-17</Date>
<Version>4.0.2</Version>