public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] libexif: Update to version 0.6.25
Date: Wed, 22 Jan 2025 13:43:09 +0100	[thread overview]
Message-ID: <20250122124315.14489-6-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20250122124315.14489-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 4761 bytes --]

- Update from version 0.6.24 to 0.6.25
- Update of rootfile
- Changelog
    0.6.25
	   * REUSE compatibility (all files declare their license)
	   * Translation updates: ro, de, es, ka, pl, sr, sv, uk, vi, zh_CN,
	   * Disabled Apple Makernote support, as its not complete
	   * various bugfixes
	   * handle JPEG APP10
	   * EXIF_TAG_COMPOSITE_IMAGE, EXIF_TAG_STANDARD_OUTPUT_SENSITIVITY,
	     EXIF_TAG_RECOMMENDED_EXPOSURE_INDEX, EXIF_TAG_ISO_SPEED,
	     EXIF_TAG_ISO_SPEEDLatitudeYYY, EXIF_TAG_ISO_SPEEDLatitudeZZZ,
	     EXIF_TAG_SOURCE_IMAGE_NUMBER_OF_COMPOSITE_IMAGE,
	     EXIF_TAG_LENS_SPECIFICATION, EXIF_TAG_GAMMA, EXIF_TAG_OFFSET_TIME,
	     EXIF_TAG_OFFSET_TIME_ORIGINAL, EXIF_TAG_OFFSET_TIME_DIGITIZED,
	     EXIF_TAG_CAMERA_OWNER_NAME, EXIF_TAG_BODY_SERIAL_NUMBER,
	     EXIF_TAG_LENS_MAKE, EXIF_TAG_LENS_MODEL, EXIF_TAG_LENS_SERIAL_NUMBER:
	     better decoding

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/packages/libexif |  6 ++----
 lfs/libexif                       | 12 +++++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/config/rootfiles/packages/libexif b/config/rootfiles/packages/libexif
index 985a7af74..ae0db7bad 100644
--- a/config/rootfiles/packages/libexif
+++ b/config/rootfiles/packages/libexif
@@ -27,8 +27,6 @@ usr/lib/libexif.so.12.3.4
 #usr/share/doc/libexif/README
 #usr/share/doc/libexif/SECURITY.md
 #usr/share/locale/be/LC_MESSAGES/libexif-12.mo
-#usr/share/locale/bs
-#usr/share/locale/bs/LC_MESSAGES
 #usr/share/locale/bs/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/cs/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/da/LC_MESSAGES/libexif-12.mo
@@ -36,19 +34,19 @@ usr/lib/libexif.so.12.3.4
 #usr/share/locale/en_AU
 #usr/share/locale/en_AU/LC_MESSAGES
 #usr/share/locale/en_AU/LC_MESSAGES/libexif-12.mo
-#usr/share/locale/en_CA
-#usr/share/locale/en_CA/LC_MESSAGES
 #usr/share/locale/en_CA/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/en_GB/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/es/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/fr/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/it/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/ja/LC_MESSAGES/libexif-12.mo
+#usr/share/locale/ka/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/ms/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/nl/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/pl/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/pt/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/pt_BR/LC_MESSAGES/libexif-12.mo
+#usr/share/locale/ro/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/ru/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/sk/LC_MESSAGES/libexif-12.mo
 #usr/share/locale/sq/LC_MESSAGES/libexif-12.mo
diff --git a/lfs/libexif b/lfs/libexif
index c89232b1c..c9a6eb69b 100644
--- a/lfs/libexif
+++ b/lfs/libexif
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2022  IPFire Team  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info(a)ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = An EXIF Tag Parsing Library for Digital Cameras
 
-VER        = 0.6.24
+VER        = 0.6.25
 
 THISAPP    = libexif-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libexif
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 75d3a2b4fefd7b7706226e70d31250ef7e99eeb81a4839ddc36cc9e3180534542d8a02851f8e6fd5034bbc925a616ead8c4bfb0cce8bc5886c3ec54811914a6b
+$(DL_FILE)_BLAKE2 = a0f8a80194694fab295dcd9c72088055b83534b281cb5bdac67a781dfb56fab0e354e32a520eb31d9f4dd604524355d69ba62012056f5706051e8382e4d898b8
 
 install : $(TARGET)
 
@@ -82,7 +82,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	$(UPDATE_AUTOMAKE)
-	cd $(DIR_APP) && ./configure --prefix=/usr --disable-static
+	cd $(DIR_APP) && ./configure \
+				--prefix=/usr \
+				--disable-static
 	cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
 	cd $(DIR_APP) && make install
 	@rm -rf $(DIR_APP)
-- 
2.48.1


  parent reply	other threads:[~2025-01-22 12:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-22 12:43 [PATCH] ddrescue: Update to version 1.29 Adolf Belka
2025-01-22 12:43 ` [PATCH] fontconfig: Update to version 2.16.0 Adolf Belka
2025-01-22 12:43 ` [PATCH] gdb: Update to version 16.1 Adolf Belka
2025-01-22 12:43 ` [PATCH] git: Update to version 2.48.1 Adolf Belka
2025-01-22 12:43 ` [PATCH] harfbuzz: Update to version 10.2.0 Adolf Belka
2025-01-22 12:43 ` Adolf Belka [this message]
2025-01-22 12:43 ` [PATCH] libxcrypt: Update to version 4.4.38 Adolf Belka
2025-02-22 13:40   ` Michael Tremer
2025-02-23 18:04     ` Adolf Belka
2025-02-24 10:30       ` Michael Tremer
2025-01-22 12:43 ` [PATCH] lvm2: Update to version 2.03.30 Adolf Belka
2025-01-22 12:43 ` [PATCH] lynis: Update to version 3.1.3 Adolf Belka
2025-01-22 12:43 ` [PATCH] monit: Update to version 5.34.4 Adolf Belka
2025-01-22 12:43 ` [PATCH] openvmtools: Update to version 12.5.0 Adolf Belka
2025-01-22 12:43 ` [PATCH] pango: Update to version 1.56.1 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250122124315.14489-6-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox