Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/pkgs/libpng: Update to 1.6.43 #38522

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions build/pkgs/libpng/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tarball=libpng-VERSION.tar.gz
sha1=012c842e6454dc38c6390623ed31ec4005c00584
sha256=e30bf36cd5882e017c23a5c6a79a9aa1a744dd5841bb45ff7035ec6e3b3096b8
sha1=eb7ed4d6d4646542fb4b4a0a3f53f7b419cf4965
sha256=e804e465d4b109b5ad285a8fb71f0dd3f74f0068f91ce3cdfde618180c174925
upstream_url=https://download.sourceforge.net/libpng/libpng-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/libpng/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.29.p1
1.6.43
7 changes: 1 addition & 6 deletions build/pkgs/libpng/spkg-install.in
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# libpng needs to have no default options set for grep
unset GREP_OPTIONS

export CFLAGS="$CFLAGS -fPIC -g"

# Pick up Sage's zlib:
export CPPFLAGS="-I$SAGE_LOCAL/include $CPPFLAGS"

cd src

sdh_configure --enable-shared=yes
sdh_configure --enable-shared --disable-static
sdh_make
sdh_make_install
Loading