public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: media-video/lossless-cut/files/, media-video/lossless-cut/
@ 2023-09-14 13:22 David Roman
  0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2023-09-14 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     ba5a14e61f5b8ae53b58772573d5d7e34674e39f
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Sep 13 23:12:27 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Sep 13 23:12:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba5a14e6

media-video/lossless-cut: add 3.56.0

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 media-video/lossless-cut/Manifest                  |   1 +
 .../files/lossless-cut-3.56.0-misc.tar.xz          | Bin 0 -> 2748 bytes
 .../lossless-cut/lossless-cut-3.56.0.ebuild        |  45 +++++++++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/media-video/lossless-cut/Manifest b/media-video/lossless-cut/Manifest
index 05a117d022..c01d21fc5e 100644
--- a/media-video/lossless-cut/Manifest
+++ b/media-video/lossless-cut/Manifest
@@ -1,2 +1,3 @@
 DIST LosslessCut-linux-x86_64.AppImage 160224247 BLAKE2B 3c0501e408c16e1490d4d060fe8e695cc8cd29c81b894126645036fa09f58c8d3c0ae9e064e423c9af0acb1723b3f6121d2037e22b62649b102ad09564a3f9dc SHA512 bb5015de0d5e96ca3bf5a09fc5e105c457e752a258ff1f5b10576935679cf73912887c918dcb410f273050dd1621b109f4cd767c430c159ef7545e44765a05f6
 DIST lossless-cut-3.54.0.AppImage 160224247 BLAKE2B 3c0501e408c16e1490d4d060fe8e695cc8cd29c81b894126645036fa09f58c8d3c0ae9e064e423c9af0acb1723b3f6121d2037e22b62649b102ad09564a3f9dc SHA512 bb5015de0d5e96ca3bf5a09fc5e105c457e752a258ff1f5b10576935679cf73912887c918dcb410f273050dd1621b109f4cd767c430c159ef7545e44765a05f6
+DIST lossless-cut-3.56.0.AppImage 157606683 BLAKE2B 426d94f6b5b8eafc8a6d92598332c6926f4282af2a414f5c954d08942aae31649c96584580e42efbddaed3747adc996769f54db5b7c803539383764e1609fd43 SHA512 dd31fb76a0d152d5b76e2ee8c6d96c35c3b9705dd8de2c9fa2c506456077586079ca90ca4aec804eecbace07995bcd7e830c36975c8252279c447d63be7e12a4

diff --git a/media-video/lossless-cut/files/lossless-cut-3.56.0-misc.tar.xz b/media-video/lossless-cut/files/lossless-cut-3.56.0-misc.tar.xz
new file mode 100644
index 0000000000..92391ab4e3
Binary files /dev/null and b/media-video/lossless-cut/files/lossless-cut-3.56.0-misc.tar.xz differ

diff --git a/media-video/lossless-cut/lossless-cut-3.56.0.ebuild b/media-video/lossless-cut/lossless-cut-3.56.0.ebuild
new file mode 100644
index 0000000000..f1f76f06e7
--- /dev/null
+++ b/media-video/lossless-cut/lossless-cut-3.56.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="Lossless video/audio editing: export media without reencoding, powered by ffmpeg"
+HOMEPAGE="https://mifi.no/losslesscut/
+https://github.com/mifi/lossless-cut"
+
+SRC_URI="https://github.com/mifi/lossless-cut/releases/download/v${PV}/LosslessCut-linux-x86_64.AppImage
+	-> ${P}.AppImage
+"
+KEYWORDS="~amd64"
+
+LICENSE="GPL-2"
+SLOT="0"
+RESTRICT="strip"
+
+RDEPEND="sys-fs/fuse:0
+sys-libs/zlib:=
+"
+
+QA_PREBUILT="usr/bin/losslesscut-bin"
+
+src_unpack() {
+	unpack "${FILESDIR}"/${P}-misc.tar.xz
+}
+
+src_prepare() {
+	default
+	# Fix XDG desktop entry Exec
+	sed -i -e 's,/app/bin/run.sh,losslesscut-bin,' \
+		no.mifi.losslesscut.desktop || die
+}
+
+src_install() {
+	newbin "${DISTDIR}"/${P}.AppImage losslesscut-bin
+	domenu no.mifi.losslesscut.desktop
+	doicon no.mifi.losslesscut.svg
+
+	insinto /usr/share/metainfo
+	doins no.mifi.losslesscut.appdata.xml
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: media-video/lossless-cut/files/, media-video/lossless-cut/
@ 2024-03-20  0:40 Julien Roy
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-03-20  0:40 UTC (permalink / raw
  To: gentoo-commits

commit:     3e3c6bee512de8b289a11efe0f921f19a68ce6dd
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Mar 20 00:17:42 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Mar 20 00:21:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e3c6bee

media-video/lossless-cut: replace tarballs in FILESDIR with diffable files

The MetaInfo file gets bumped upon each release, so it has an entry in
SRC_URI instead.

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 media-video/lossless-cut/Manifest                  |   3 ++
 .../files/lossless-cut-3.54.0-misc.tar.xz          | Bin 2744 -> 0 bytes
 .../files/lossless-cut-3.56.0-misc.tar.xz          | Bin 2748 -> 0 bytes
 .../files/lossless-cut-3.59.1-misc.tar.xz          | Bin 2760 -> 0 bytes
 .../lossless-cut/files/no.mifi.losslesscut.desktop |  13 +++++
 .../lossless-cut/files/no.mifi.losslesscut.svg     |  59 +++++++++++++++++++++
 .../lossless-cut/lossless-cut-3.54.0-r1.ebuild     |  25 ++++-----
 .../lossless-cut/lossless-cut-3.56.0.ebuild        |  25 ++++-----
 .../lossless-cut/lossless-cut-3.59.1.ebuild        |  25 ++++-----
 9 files changed, 105 insertions(+), 45 deletions(-)

diff --git a/media-video/lossless-cut/Manifest b/media-video/lossless-cut/Manifest
index 566aeeb41d..18177af738 100644
--- a/media-video/lossless-cut/Manifest
+++ b/media-video/lossless-cut/Manifest
@@ -1,3 +1,6 @@
+DIST lossless-cut-3.54.0-metainfo.xml 4518 BLAKE2B 1c27f5fed7c471e2f566c4f8d4f831801c8991c452e59d9c6555231c1ca5d138b0f0be0eb515371cf2e9a30eedcfd509a16508730e8e923b1d20ec21625dd326 SHA512 89ee97af241d059dba4b963a6feef6aec271fe25f0284efe68bf85c65b6c521a8551bf849c6fa7cf62faf37e8e23f229ed68c882951996736a5c0e0b8b16df71
 DIST lossless-cut-3.54.0.AppImage 160224247 BLAKE2B 3c0501e408c16e1490d4d060fe8e695cc8cd29c81b894126645036fa09f58c8d3c0ae9e064e423c9af0acb1723b3f6121d2037e22b62649b102ad09564a3f9dc SHA512 bb5015de0d5e96ca3bf5a09fc5e105c457e752a258ff1f5b10576935679cf73912887c918dcb410f273050dd1621b109f4cd767c430c159ef7545e44765a05f6
+DIST lossless-cut-3.56.0-metainfo.xml 4718 BLAKE2B 30ccc07bab40c00dc954c0108ecef6c609321d173f7a1af518917d22e5e21b446c1998eba95789a1bcf6b9590f49e7ec5e34e7ee23ed33c1a7c029d18798eecc SHA512 33bcb871f1caae7e35ea0108969abcc493f2837071ba8eca3f9c6cb45dd6670ae344b3684e8d8d190fe9ef979b9a7daa08170c379ebc7bdda7e2f5c6fc96c286
 DIST lossless-cut-3.56.0.AppImage 157606683 BLAKE2B 426d94f6b5b8eafc8a6d92598332c6926f4282af2a414f5c954d08942aae31649c96584580e42efbddaed3747adc996769f54db5b7c803539383764e1609fd43 SHA512 dd31fb76a0d152d5b76e2ee8c6d96c35c3b9705dd8de2c9fa2c506456077586079ca90ca4aec804eecbace07995bcd7e830c36975c8252279c447d63be7e12a4
+DIST lossless-cut-3.59.1-metainfo.xml 4918 BLAKE2B a7cba2e2afeb1432252f5c666b9ab704792a58693c81aaf286e7075fd93dc2be1689ef2c9b0233c53bac27a0cb1c32c8d2c780bfda9823a112529133d1da8262 SHA512 68117484f4c6785b06db652e38280ff65e8b700e0a63635c7d38422f6121ef7a0a3eafd8f3c364415ec80630cfee7dede5c686d3ff970f009f56511a75f46a59
 DIST lossless-cut-3.59.1.AppImage 161407039 BLAKE2B 061f8fbb4c36cb30effdb1824dbfe20645169e5236c95f2a9e55f4f61ba7075a0a5f902c01c5aac6b4a7099ecb77de2ddaa01a947de9e36e474a409bddd1ee19 SHA512 00e0692af320c6671d0ac95a3b3e568cdf84cbd3aab975c9bdcf2d4a8c3c406d8d3f015c7c105e363a3f7eb78fd9af85001cd36c054181edc8d7ed19ef8181af

diff --git a/media-video/lossless-cut/files/lossless-cut-3.54.0-misc.tar.xz b/media-video/lossless-cut/files/lossless-cut-3.54.0-misc.tar.xz
deleted file mode 100644
index 700ff5b7d4..0000000000
Binary files a/media-video/lossless-cut/files/lossless-cut-3.54.0-misc.tar.xz and /dev/null differ

diff --git a/media-video/lossless-cut/files/lossless-cut-3.56.0-misc.tar.xz b/media-video/lossless-cut/files/lossless-cut-3.56.0-misc.tar.xz
deleted file mode 100644
index 92391ab4e3..0000000000
Binary files a/media-video/lossless-cut/files/lossless-cut-3.56.0-misc.tar.xz and /dev/null differ

diff --git a/media-video/lossless-cut/files/lossless-cut-3.59.1-misc.tar.xz b/media-video/lossless-cut/files/lossless-cut-3.59.1-misc.tar.xz
deleted file mode 100644
index 9331cb665b..0000000000
Binary files a/media-video/lossless-cut/files/lossless-cut-3.59.1-misc.tar.xz and /dev/null differ

diff --git a/media-video/lossless-cut/files/no.mifi.losslesscut.desktop b/media-video/lossless-cut/files/no.mifi.losslesscut.desktop
new file mode 100644
index 0000000000..99667e0fee
--- /dev/null
+++ b/media-video/lossless-cut/files/no.mifi.losslesscut.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Name=LosslessCut
+Comment=simple video editor to trim or cut videos
+Comment[fr]=Un simple éditeur vidéo pour retailler ou couper les vidéos
+Exec=losslesscut-bin
+MimeType=video/mpeg;video/x-mpeg;video/msvideo;video/quicktime;video/x-anim;video/x-avi;video/x-ms-asf;video/x-ms-wmv;video/x-msvideo;video/x-nsv;video/x-flc;video/x-fli;video/x-flv;video/vnd.rn-realvideo;video/mp4;video/mp4v-es;video/mp2t;application/ogg;application/x-ogg;video/x-ogm+ogg;audio/x-vorbis+ogg;application/x-matroska;audio/x-matroska;video/x-matroska;video/webm;
+Icon=no.mifi.losslesscut
+Terminal=false
+Type=Application
+Encoding=UTF-8
+Categories=AudioVideo;AudioVideoEditing;
+Keywords=trim;codec;cut;movie;mpeg;avi;h264;mkv;mp4;
+StartupWMClass=losslesscut

diff --git a/media-video/lossless-cut/files/no.mifi.losslesscut.svg b/media-video/lossless-cut/files/no.mifi.losslesscut.svg
new file mode 100644
index 0000000000..8f6b1a2759
--- /dev/null
+++ b/media-video/lossless-cut/files/no.mifi.losslesscut.svg
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
+<g>
+	<circle style="fill:#14B0BF;" cx="256" cy="256" r="256"/>
+	<path style="fill:#3387B5;" d="M437.018,437.018c59.699-59.699,83.722-141.548,72.12-219.09L401.833,109.86L96.691,163.666
+		l8.771,49.731l2.463-0.435l0.077,0.435h-2.54v168.397c0,6.38,3.036,12.032,7.67,15.77c0.916,1.137,112.067,112.067,112.579,112.579
+		C300.913,519.05,379.31,494.725,437.018,437.018z"/>
+	<path style="fill:#0F303F;" d="M415.309,381.788c0,11.192-9.16,20.352-20.352,20.352H125.809c-11.192,0-20.352-9.16-20.352-20.352
+		V233.743c0-11.192,9.16-20.352,20.352-20.352h269.148c11.192,0,20.352,9.16,20.352,20.352V381.788z"/>
+	<rect x="105.462" y="213.396" style="fill:#FFFFFF;" width="309.862" height="50.499"/>
+	<path style="fill:#0F303F;" d="M156.001,220.314l-36.874,37.366h37.366l36.874-37.366H156.001z M311.322,220.314l-36.874,37.366
+		h37.366l36.874-37.366H311.322z M207.775,220.314L170.9,257.679h37.366l36.874-37.366H207.775z M259.548,220.314l-36.874,37.366
+		h37.366l36.874-37.366H259.548z M363.095,220.314l-36.874,37.366h37.366l36.874-37.366H363.095z M414.868,220.314l-36.874,37.366
+		h37.315v-37.366H414.868z M105.462,220.314v37.366h0.246l36.874-37.366H105.462z"/>
+	
+		<rect x="98.721" y="136.353" transform="matrix(0.9848 -0.1736 0.1736 0.9848 -24.203 46.4881)" style="fill:#FFFFFF;" width="309.857" height="50.498"/>
+	<path style="fill:#0F303F;" d="M316.467,131.937l42.803,30.397l36.797-6.487l-42.803-30.397L316.467,131.937z M163.502,158.904
+		l42.803,30.397l36.797-6.487L200.3,152.417L163.502,158.904z M265.477,140.928l42.803,30.397l36.797-6.487l-42.803-30.397
+		L265.477,140.928z M214.492,149.919l42.803,30.397l36.797-6.487l-42.803-30.397L214.492,149.919z M112.517,167.895l42.803,30.397
+		l36.797-6.487l-42.803-30.397L112.517,167.895z M97.894,170.476l6.487,36.797l36.746-6.482l-42.803-30.397L97.894,170.476z
+		 M366.479,123.116l42.803,30.397l0.241-0.041l-6.487-36.797L366.479,123.116z"/>
+	<path style="fill:#FDC00F;" d="M394.634,317.379h-0.072v-36.552h-269.44v103.235h269.44v-62.172h0.072V317.379z M390.497,284.897
+		v32.481h-101.13v-32.481L390.497,284.897L390.497,284.897z M284.856,284.897v32.481H177.05v-32.481L284.856,284.897
+		L284.856,284.897z M129.193,379.991v-95.094h43.341v95.094H129.193z M177.05,379.991v-58.102h107.807v58.102L177.05,379.991
+		L177.05,379.991z M390.497,379.991h-101.13v-58.102h101.125v58.102H390.497z"/>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+<g>
+</g>
+</svg>

diff --git a/media-video/lossless-cut/lossless-cut-3.54.0-r1.ebuild b/media-video/lossless-cut/lossless-cut-3.54.0-r1.ebuild
index f1f76f06e7..340d48af95 100644
--- a/media-video/lossless-cut/lossless-cut-3.54.0-r1.ebuild
+++ b/media-video/lossless-cut/lossless-cut-3.54.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,6 +11,8 @@ https://github.com/mifi/lossless-cut"
 
 SRC_URI="https://github.com/mifi/lossless-cut/releases/download/v${PV}/LosslessCut-linux-x86_64.AppImage
 	-> ${P}.AppImage
+https://raw.githubusercontent.com/mifi/lossless-cut/v${PV}/no.mifi.losslesscut.appdata.xml
+-> ${P}-metainfo.xml
 "
 KEYWORDS="~amd64"
 
@@ -22,24 +24,17 @@ RDEPEND="sys-fs/fuse:0
 sys-libs/zlib:=
 "
 
-QA_PREBUILT="usr/bin/losslesscut-bin"
-
-src_unpack() {
-	unpack "${FILESDIR}"/${P}-misc.tar.xz
-}
+S="${WORKDIR}"
 
-src_prepare() {
-	default
-	# Fix XDG desktop entry Exec
-	sed -i -e 's,/app/bin/run.sh,losslesscut-bin,' \
-		no.mifi.losslesscut.desktop || die
-}
+QA_PREBUILT="usr/bin/losslesscut-bin"
 
 src_install() {
+	# keep this in sync with the Exec value in the desktop file
 	newbin "${DISTDIR}"/${P}.AppImage losslesscut-bin
-	domenu no.mifi.losslesscut.desktop
-	doicon no.mifi.losslesscut.svg
+
+	domenu "${FILESDIR}"/no.mifi.losslesscut.desktop
+	doicon "${FILESDIR}"/no.mifi.losslesscut.svg
 
 	insinto /usr/share/metainfo
-	doins no.mifi.losslesscut.appdata.xml
+	newins "${DISTDIR}"/${P}-metainfo.xml no.mifi.losslesscut.appdata.xml
 }

diff --git a/media-video/lossless-cut/lossless-cut-3.56.0.ebuild b/media-video/lossless-cut/lossless-cut-3.56.0.ebuild
index f1f76f06e7..340d48af95 100644
--- a/media-video/lossless-cut/lossless-cut-3.56.0.ebuild
+++ b/media-video/lossless-cut/lossless-cut-3.56.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,6 +11,8 @@ https://github.com/mifi/lossless-cut"
 
 SRC_URI="https://github.com/mifi/lossless-cut/releases/download/v${PV}/LosslessCut-linux-x86_64.AppImage
 	-> ${P}.AppImage
+https://raw.githubusercontent.com/mifi/lossless-cut/v${PV}/no.mifi.losslesscut.appdata.xml
+-> ${P}-metainfo.xml
 "
 KEYWORDS="~amd64"
 
@@ -22,24 +24,17 @@ RDEPEND="sys-fs/fuse:0
 sys-libs/zlib:=
 "
 
-QA_PREBUILT="usr/bin/losslesscut-bin"
-
-src_unpack() {
-	unpack "${FILESDIR}"/${P}-misc.tar.xz
-}
+S="${WORKDIR}"
 
-src_prepare() {
-	default
-	# Fix XDG desktop entry Exec
-	sed -i -e 's,/app/bin/run.sh,losslesscut-bin,' \
-		no.mifi.losslesscut.desktop || die
-}
+QA_PREBUILT="usr/bin/losslesscut-bin"
 
 src_install() {
+	# keep this in sync with the Exec value in the desktop file
 	newbin "${DISTDIR}"/${P}.AppImage losslesscut-bin
-	domenu no.mifi.losslesscut.desktop
-	doicon no.mifi.losslesscut.svg
+
+	domenu "${FILESDIR}"/no.mifi.losslesscut.desktop
+	doicon "${FILESDIR}"/no.mifi.losslesscut.svg
 
 	insinto /usr/share/metainfo
-	doins no.mifi.losslesscut.appdata.xml
+	newins "${DISTDIR}"/${P}-metainfo.xml no.mifi.losslesscut.appdata.xml
 }

diff --git a/media-video/lossless-cut/lossless-cut-3.59.1.ebuild b/media-video/lossless-cut/lossless-cut-3.59.1.ebuild
index f1f76f06e7..340d48af95 100644
--- a/media-video/lossless-cut/lossless-cut-3.59.1.ebuild
+++ b/media-video/lossless-cut/lossless-cut-3.59.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,6 +11,8 @@ https://github.com/mifi/lossless-cut"
 
 SRC_URI="https://github.com/mifi/lossless-cut/releases/download/v${PV}/LosslessCut-linux-x86_64.AppImage
 	-> ${P}.AppImage
+https://raw.githubusercontent.com/mifi/lossless-cut/v${PV}/no.mifi.losslesscut.appdata.xml
+-> ${P}-metainfo.xml
 "
 KEYWORDS="~amd64"
 
@@ -22,24 +24,17 @@ RDEPEND="sys-fs/fuse:0
 sys-libs/zlib:=
 "
 
-QA_PREBUILT="usr/bin/losslesscut-bin"
-
-src_unpack() {
-	unpack "${FILESDIR}"/${P}-misc.tar.xz
-}
+S="${WORKDIR}"
 
-src_prepare() {
-	default
-	# Fix XDG desktop entry Exec
-	sed -i -e 's,/app/bin/run.sh,losslesscut-bin,' \
-		no.mifi.losslesscut.desktop || die
-}
+QA_PREBUILT="usr/bin/losslesscut-bin"
 
 src_install() {
+	# keep this in sync with the Exec value in the desktop file
 	newbin "${DISTDIR}"/${P}.AppImage losslesscut-bin
-	domenu no.mifi.losslesscut.desktop
-	doicon no.mifi.losslesscut.svg
+
+	domenu "${FILESDIR}"/no.mifi.losslesscut.desktop
+	doicon "${FILESDIR}"/no.mifi.losslesscut.svg
 
 	insinto /usr/share/metainfo
-	doins no.mifi.losslesscut.appdata.xml
+	newins "${DISTDIR}"/${P}-metainfo.xml no.mifi.losslesscut.appdata.xml
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-20  0:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-20  0:40 [gentoo-commits] repo/proj/guru:master commit in: media-video/lossless-cut/files/, media-video/lossless-cut/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2023-09-14 13:22 David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox