Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mkvtoolnix: update to 74.0.0
@ 2023-02-18  9:03 mvf
  2023-02-19  4:26 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mvf @ 2023-02-18  9:03 UTC (permalink / raw)
  To: ml

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

There is a new pull request by mvf against master on the void-packages repository

https://github.com/mvf/void-packages pr/mkvtoolnix
https://github.com/void-linux/void-packages/pull/42336

mkvtoolnix: update to 74.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42336.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pr/mkvtoolnix-42336.patch --]
[-- Type: text/x-diff, Size: 1166 bytes --]

From 17d01042b54a3018c66bd0d8415b27c9771e7d12 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Sat, 18 Feb 2023 10:01:53 +0100
Subject: [PATCH] mkvtoolnix: update to 74.0.0

---
 srcpkgs/mkvtoolnix/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mkvtoolnix/template b/srcpkgs/mkvtoolnix/template
index b25fe4a20534..011947d13a19 100644
--- a/srcpkgs/mkvtoolnix/template
+++ b/srcpkgs/mkvtoolnix/template
@@ -1,7 +1,7 @@
 # Template file for 'mkvtoolnix'
 pkgname=mkvtoolnix
-version=73.0.0
-revision=2
+version=74.0.0
+revision=1
 build_style=gnu-configure
 build_helper=qmake
 configure_args="--with-docbook-xsl-root=/usr/share/xsl/docbook --enable-qt
@@ -17,7 +17,7 @@ license="GPL-2.0-only"
 homepage="https://mkvtoolnix.download"
 changelog="https://mkvtoolnix.download/doc/NEWS.md"
 distfiles="https://mkvtoolnix.download/sources/${pkgname}-${version}.tar.xz"
-checksum=f31a129723571b46a974bc5d57d73733c1245ee429afd6ddaf274038e94e2280
+checksum=b7dc8be6cb9170030de06b983f256ff3cb21efa3209f0efe8e079656fa3d5643
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"

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

* Re: [PR REVIEW] mkvtoolnix: update to 74.0.0
  2023-02-18  9:03 [PR PATCH] mkvtoolnix: update to 74.0.0 mvf
@ 2023-02-19  4:26 ` classabbyamp
  2023-02-19 11:55 ` [PR PATCH] [Updated] " mvf
  2023-02-19 16:42 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-02-19  4:26 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42336#discussion_r1111147637

Comment:
```suggestion
distfiles="https://mkvtoolnix.download/sources/mkvtoolnix-${version}.tar.xz"
```

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

* Re: [PR PATCH] [Updated] mkvtoolnix: update to 74.0.0
  2023-02-18  9:03 [PR PATCH] mkvtoolnix: update to 74.0.0 mvf
  2023-02-19  4:26 ` [PR REVIEW] " classabbyamp
@ 2023-02-19 11:55 ` mvf
  2023-02-19 16:42 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mvf @ 2023-02-19 11:55 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mvf against master on the void-packages repository

https://github.com/mvf/void-packages pr/mkvtoolnix
https://github.com/void-linux/void-packages/pull/42336

mkvtoolnix: update to 74.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42336.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pr/mkvtoolnix-42336.patch --]
[-- Type: text/x-diff, Size: 1292 bytes --]

From 1203f7ea6a0508836def2f8335374a4f516ecdc8 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Sat, 18 Feb 2023 10:01:53 +0100
Subject: [PATCH] mkvtoolnix: update to 74.0.0

---
 srcpkgs/mkvtoolnix/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mkvtoolnix/template b/srcpkgs/mkvtoolnix/template
index b25fe4a20534..fcacedc1ecb4 100644
--- a/srcpkgs/mkvtoolnix/template
+++ b/srcpkgs/mkvtoolnix/template
@@ -1,7 +1,7 @@
 # Template file for 'mkvtoolnix'
 pkgname=mkvtoolnix
-version=73.0.0
-revision=2
+version=74.0.0
+revision=1
 build_style=gnu-configure
 build_helper=qmake
 configure_args="--with-docbook-xsl-root=/usr/share/xsl/docbook --enable-qt
@@ -16,8 +16,8 @@ maintainer="Matthias von Faber <mvf@gmx.eu>"
 license="GPL-2.0-only"
 homepage="https://mkvtoolnix.download"
 changelog="https://mkvtoolnix.download/doc/NEWS.md"
-distfiles="https://mkvtoolnix.download/sources/${pkgname}-${version}.tar.xz"
-checksum=f31a129723571b46a974bc5d57d73733c1245ee429afd6ddaf274038e94e2280
+distfiles="https://mkvtoolnix.download/sources/mkvtoolnix-${version}.tar.xz"
+checksum=b7dc8be6cb9170030de06b983f256ff3cb21efa3209f0efe8e079656fa3d5643
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"

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

* Re: [PR PATCH] [Merged]: mkvtoolnix: update to 74.0.0
  2023-02-18  9:03 [PR PATCH] mkvtoolnix: update to 74.0.0 mvf
  2023-02-19  4:26 ` [PR REVIEW] " classabbyamp
  2023-02-19 11:55 ` [PR PATCH] [Updated] " mvf
@ 2023-02-19 16:42 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-02-19 16:42 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

mkvtoolnix: update to 74.0.0
https://github.com/void-linux/void-packages/pull/42336

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-02-19 16:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-18  9:03 [PR PATCH] mkvtoolnix: update to 74.0.0 mvf
2023-02-19  4:26 ` [PR REVIEW] " classabbyamp
2023-02-19 11:55 ` [PR PATCH] [Updated] " mvf
2023-02-19 16:42 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).