I forgot to attach the diff apologies.
On 2/11/25 10:05 PM, Jag Talon wrote:
Ping
On 1/25/25 21:57, Jag Talon wrote:
Release notes: https://0xacab.org/jvoisin/mat2/-/releases/0.13.5
* Keep orientation metadata on jpeg and tiff files
* Improve cairo-related error/exceptions handling
* Improve the logging
* Improve the sandboxing
* Improve Python3.12 support
* Improve MSOffice documents handling
Tested on amd64 on the following files and it successfully removes metadata:
pdf:
https://durian-distro.org/DontJustDoNothing_CounterFascism_IMPOSED.pdf
jpg:
https://upload.wikimedia.org/wikipedia/commons/0/07/Didelphis_virginiana_with_young.JPG
mp3:
https://www.podbean.com/site/EpisodeDownload/PB174018DU8N5F
--
Jag Talon (he/him)
https://jagtalon.net/
https://weirder.earth/@jag
Index: Makefile
===================================================================
RCS file: /cvs/ports/multimedia/mat2/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 21 Dec 2024 11:38:27 -0000 1.2
+++ Makefile 26 Jan 2025 02:31:08 -0000
@@ -1,8 +1,7 @@
COMMENT = remove metadata from media files
-MODPY_DISTV = 0.13.4
+MODPY_DISTV = 0.13.5
DISTNAME = mat2-${MODPY_DISTV}
-REVISION = 0
CATEGORIES = multimedia
@@ -28,5 +27,10 @@ RUN_DEPENDS = audio/py-mutagen \
# Test files aren't available in PyPI
NO_TEST = Yes
+
+post-install:
+ mv ${PREFIX}/share/man/man1/* ${PREFIX}/man/man1/
+ rmdir ${PREFIX}/share/man{/man1,}
+
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/multimedia/mat2/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 18 Jul 2024 14:42:56 -0000 1.1.1.1
+++ distinfo 26 Jan 2025 02:31:08 -0000
@@ -1,2 +1,2 @@
-SHA256 (mat2-0.13.4.tar.gz) = dEru6STJiYo5f+kwWTuAPFQDib85zSRVO5momswvWQE=
-SIZE (mat2-0.13.4.tar.gz) = 47947
+SHA256 (mat2-0.13.5.tar.gz) = 1+fE8PDPz4vWVvl5GSgdDGIHiG2Evf27GSwVLr+R/hk=
+SIZE (mat2-0.13.5.tar.gz) = 52277