Skip to content

Commit

Permalink
Ports/libpng: Upgrade to 1.6.43
Browse files Browse the repository at this point in the history
  • Loading branch information
sdomi authored and nico committed Aug 2, 2024
1 parent d369ec2 commit e8bfd9e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions Ports/libpng/package.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='libpng'
version='1.6.40'
version='1.6.43'
useconfigure='true'
configopts=(
'--disable-static'
'--enable-shared'
)
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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
;;

Expand All @@ -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
;;

Expand All @@ -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
;;

Expand Down

0 comments on commit e8bfd9e

Please sign in to comment.