mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Ports/libpng: Upgrade to 1.6.43
This commit is contained in:
@@ -170,7 +170,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`libopenal`](libopenal/) | OpenAL soft | 1.23.1 | https://openal-soft.org/ |
|
||||
| [`libopus`](libopus/) | libopus | 1.3.1 | https://opus-codec.org/ |
|
||||
| [`libphysfs`](libphysfs/) | PhysicsFS | 3.0.2 | https://icculus.org/physfs/ |
|
||||
| [`libpng`](libpng/) | libpng | 1.6.40 | https://libpng.org/ |
|
||||
| [`libpng`](libpng/) | libpng | 1.6.43 | https://libpng.org/ |
|
||||
| [`libpuffy`](libpuffy/) | libpuffy | 1.0 | https://github.com/ibara/libpuffy |
|
||||
| [`libsamplerate`](libsamplerate/) | libsamplerate | 0.2.2 | https://libsndfile.github.io/libsamplerate/ |
|
||||
| [`libsixel`](libsixel/) | libsixel | 1.8.6 | https://github.com/saitoha/libsixel |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='libpng'
|
||||
version='1.6.40'
|
||||
version='1.6.43'
|
||||
useconfigure='true'
|
||||
configopts=(
|
||||
'--disable-static'
|
||||
@@ -8,7 +8,7 @@ configopts=(
|
||||
)
|
||||
use_fresh_config_sub='true'
|
||||
files=(
|
||||
"https://download.sourceforge.net/libpng/libpng-${version}.tar.gz#8f720b363aa08683c9bf2a563236f45313af2c55d542b5481ae17dd8d183bb42"
|
||||
"https://download.sourceforge.net/libpng/libpng-${version}.tar.gz#e804e465d4b109b5ad285a8fb71f0dd3f74f0068f91ce3cdfde618180c174925"
|
||||
)
|
||||
depends=(
|
||||
'zlib'
|
||||
|
||||
@@ -13,25 +13,24 @@ Fix that by just adding the appropriate configuration options for
|
||||
automatically using libtool, without having to manually link the
|
||||
static library into a shared library.
|
||||
---
|
||||
configure | 23 +++++++++++++++++++++++
|
||||
1 file changed, 23 insertions(+)
|
||||
configure | 22 ++++++++++++++++++++++
|
||||
1 file changed, 22 insertions(+)
|
||||
|
||||
diff --git a/configure b/configure
|
||||
index 1b2c463..ac2ad0b 100755
|
||||
index ca475f77115be6a5bf8a34d0f8ca903ae8cc9cab..58378b270e70a1347e1db77fb1df1fd2dd53c465 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -5728,6 +5728,10 @@ tpf*)
|
||||
@@ -6610,6 +6610,9 @@ tpf*)
|
||||
os2*)
|
||||
lt_cv_deplibs_check_method=pass_all
|
||||
;;
|
||||
+
|
||||
+serenity*)
|
||||
+ lt_cv_deplibs_check_method=pass_all
|
||||
+ ;;
|
||||
esac
|
||||
|
||||
fi
|
||||
@@ -9172,6 +9176,10 @@ lt_prog_compiler_static=
|
||||
;;
|
||||
esac
|
||||
@@ -10167,6 +10170,10 @@ lt_prog_compiler_static=
|
||||
lt_prog_compiler_static='-Bstatic'
|
||||
;;
|
||||
|
||||
@@ -42,7 +41,7 @@ index 1b2c463..ac2ad0b 100755
|
||||
*)
|
||||
lt_prog_compiler_can_build_shared=no
|
||||
;;
|
||||
@@ -10690,6 +10698,10 @@ $as_echo "$lt_cv_irix_exported_symbol" >&6; }
|
||||
@@ -11709,6 +11716,10 @@ printf "%s\n" "$lt_cv_irix_exported_symbol" >&6; }
|
||||
hardcode_shlibpath_var=no
|
||||
;;
|
||||
|
||||
@@ -53,7 +52,7 @@ index 1b2c463..ac2ad0b 100755
|
||||
*)
|
||||
ld_shlibs=no
|
||||
;;
|
||||
@@ -11758,6 +11770,17 @@ uts4*)
|
||||
@@ -12783,6 +12794,17 @@ uts4*)
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user