Skip to content

Commit

Permalink
Update libwebp to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
s09bQ5 committed Nov 9, 2023
1 parent b35532b commit 97b88f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
16 changes: 2 additions & 14 deletions src/libwebp-1-deptweaks.patch
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,8 @@ index b2979fb..3bdc523 100644
# other than the ones listed on the command line, i.e., after linking, it will
# not have unresolved symbols. Some platforms (Windows among them) require all
# symbols in shared libraries to be resolved at library creation.
-libwebp_la_LDFLAGS = -no-undefined -version-info 8:6:1
+libwebp_la_LDFLAGS = -no-undefined -version-info 8:6:1 -XCClinker -static-libgcc
-libwebp_la_LDFLAGS = -no-undefined -version-info 8:8:1
+libwebp_la_LDFLAGS = -no-undefined -version-info 8:8:1 -XCClinker -static-libgcc
libwebpincludedir = $(includedir)/webp
pkgconfig_DATA = libwebp.pc

diff --git a/src/libwebp.pc.in b/src/libwebp.pc.in
index a755b54..88473a3 100644
--- a/src/libwebp.pc.in
+++ b/src/libwebp.pc.in
@@ -6,7 +6,6 @@ includedir=@includedir@
Name: libwebp
Description: Library for the WebP graphics format
Version: @PACKAGE_VERSION@
-Requires: libsharpyuv
Cflags: -I${includedir}
Libs: -L${libdir} -l@webp_libname_prefix@webp
Libs.private: -lm @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
4 changes: 2 additions & 2 deletions src/libwebp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
PKG := libwebp
$(PKG)_WEBSITE := https://developers.google.com/speed/webp/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.3.0
$(PKG)_CHECKSUM := 64ac4614db292ae8c5aa26de0295bf1623dbb3985054cb656c55e67431def17c
$(PKG)_VERSION := 1.3.2
$(PKG)_CHECKSUM := 2a499607df669e40258e53d0ade8035ba4ec0175244869d1025d460562aa09b4
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://storage.googleapis.com/downloads.webmproject.org/releases/webp/$($(PKG)_FILE)
Expand Down

0 comments on commit 97b88f3

Please sign in to comment.