Skip to content

Commit

Permalink
bump libexif
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Jan 17, 2025
1 parent 9894202 commit d07b3cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ Latest changes
* libcap 2.49/2.73
* libcap-ng 0.8.5
* libdeflate 1.23
* libexif 0.6.25
* libmaxminddb-1.12.2
* libnettle 3.10.1
* libpng 1.6.44
Expand Down
4 changes: 2 additions & 2 deletions make/libs/libexif/libexif.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$(call PKG_INIT_LIB, 0.6.24)
$(call PKG_INIT_LIB, 0.6.25)
$(PKG)_LIB_VERSION:=12.3.4
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.bz2
$(PKG)_HASH:=d47564c433b733d83b6704c70477e0a4067811d184ec565258ac563d8223f6ae
$(PKG)_HASH:=7c9eba99aed3e6594d8c3e85861f1c6aaf450c218621528bc989d3b3e7a26307
$(PKG)_SITE:=https://github.com/libexif/libexif/releases/download/v$($(PKG)_VERSION)
### WEBSITE:=https://libexif.github.io/
### CHANGES:=https://github.com/libexif/libexif/releases
Expand Down
7 changes: 5 additions & 2 deletions make/libs/libexif/patches/100-no_docs.libexif.patch
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
--- Makefile.am
+++ Makefile.am
@@ -1,4 +1,4 @@
@@ -3,7 +3,7 @@
# Copyright (c) 2001-2020 Lutz Mueller <[email protected]>, et. al.
# SPDX-License-Identifier: LGPL-2.0-or-later

-SUBDIRS = m4m po libexif test doc binary-dist contrib
+SUBDIRS = libexif binary-dist

EXTRA_DIST = @[email protected] README-Win32.txt

--- Makefile.in
+++ Makefile.in
@@ -406,7 +406,7 @@
@@ -418,7 +418,7 @@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
Expand Down

1 comment on commit d07b3cc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See for infos about libexif and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/libs/libexif

Please sign in to comment.