diff --git a/multimedia/Makefile b/multimedia/Makefile index ce40d76cd0fe..270a765c61fe 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -319,6 +319,7 @@ SUBDIR += py-gstreamer1 SUBDIR += py-guessit SUBDIR += py-librtmp + SUBDIR += py-mat2 SUBDIR += py-mido SUBDIR += py-mlt SUBDIR += py-moviepy diff --git a/multimedia/py-mat2/Makefile b/multimedia/py-mat2/Makefile new file mode 100644 index 000000000000..890c291a57b2 --- /dev/null +++ b/multimedia/py-mat2/Makefile @@ -0,0 +1,30 @@ +PORTNAME= mat2 +DISTVERSION= 0.12.1 +CATEGORIES= multimedia audio graphics textproc security +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= fuz@fuz.su +COMMENT= Metadata removal tool + +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/py-gobject3@${PY_FLAVOR} \ + ffmpeg:multimedia/ffmpeg \ + exiftool:graphics/p5-Image-ExifTool \ + librsvg2-rust>0:graphics/librsvg2-rust \ + gdk-pixbuf2>0:graphics/gdk-pixbuf2 \ + poppler-glib>0:graphics/poppler-glib + +USES= python:3.5+ +USE_GITLAB= yes +GL_SITE= https://0xacab.org +GL_ACCOUNT= jvoisin +GL_PROJECT= mat2 +GL_COMMIT= c5841a241dcf737599422e34a99d8001f974d13a +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include diff --git a/multimedia/py-mat2/distinfo b/multimedia/py-mat2/distinfo new file mode 100644 index 000000000000..9faac11e3f65 --- /dev/null +++ b/multimedia/py-mat2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1626956190 +SHA256 (jvoisin-mat2-c5841a241dcf737599422e34a99d8001f974d13a_GL0.tar.gz) = 4967172701e0125bf7f08627f5f4fe261a1d1ffb960238b76d0bcb5e57f024e5 +SIZE (jvoisin-mat2-c5841a241dcf737599422e34a99d8001f974d13a_GL0.tar.gz) = 10153302 diff --git a/multimedia/py-mat2/pkg-descr b/multimedia/py-mat2/pkg-descr new file mode 100644 index 000000000000..bcb93687dfe3 --- /dev/null +++ b/multimedia/py-mat2/pkg-descr @@ -0,0 +1,24 @@ +Metadata consist of information that characterizes data. Metadata are +used to provide documentation for data products. In essence, metadata +answer who, what, when, where, why, and how about every facet of the +data that are being documented. + +Metadata within a file can tell a lot about you. Cameras record data +about when a picture was taken and what camera was used. Office +documents like PDF or Office automatically adds author and company +information to documents and spreadsheets. Maybe you don't want to +disclose those information. + +This is precisely the job of mat2: getting rid, as much as possible, +of metadata. + +mat2 provides a command line tool, and graphical user interfaces via +a service menu for Dolphin, the default file manager of KDE, and an +extension for Nautilus, the default file manager of GNOME. + +The following formats are supported: avi, bmp, css, epub/ncx, flac, +gif, jpeg, m4a/mp2/mp3/..., mp4, odc/odf/odg/odi/odp/ods/odt/..., +off/opus/oga/spx/..., pdf, png, ppm, pptx/xlsx/docx/..., zip, torrent, +svg/svgz/..., tar/tar.gz/tar.bz2/tar.xz/..., tiff, wav, wmv, ... + +WWW: https://0xacab.org/jvoisin/mat2