Github messages for voidlinux
 help / color / mirror / Atom feed
From: mvf <mvf@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] mkvtoolnix: update to 71.1.0
Date: Tue, 11 Oct 2022 19:22:24 +0200	[thread overview]
Message-ID: <20221011172224.4Uj8if5C9xVWMIT3f8HtigpDiZlJ06X_iLdXGXiPO3o@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39870@inbox.vuxu.org>

[-- 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/39870

mkvtoolnix: update to 71.1.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/39870.patch is attached

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

From 578262fb0d1c76b79d78d2fd643b37e30c98d2d0 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Tue, 11 Oct 2022 17:49:20 +0200
Subject: [PATCH 1/2] libmatroska: update to 1.7.1, add update file, adopt

---
 srcpkgs/libmatroska/template | 7 ++++---
 srcpkgs/libmatroska/update   | 1 +
 2 files changed, 5 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libmatroska/update

diff --git a/srcpkgs/libmatroska/template b/srcpkgs/libmatroska/template
index 5385183627d2..a951afa6f76f 100644
--- a/srcpkgs/libmatroska/template
+++ b/srcpkgs/libmatroska/template
@@ -1,17 +1,18 @@
 # Template file for 'libmatroska'
 pkgname=libmatroska
-version=1.6.3
+version=1.7.1
 revision=1
 wrksrc="${pkgname}-release-${version}"
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
 makedepends="libebml-devel"
 short_desc="Extensible open standard Audio/Video container format"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Matthias von Faber <mvf@gmx.eu>"
 license="LGPL-2.1-or-later"
 homepage="https://www.matroska.org/downloads/libraries.html"
+changelog="https://raw.githubusercontent.com/Matroska-Org/libmatroska/master/NEWS.md"
 distfiles="https://github.com/Matroska-Org/libmatroska/archive/refs/tags/release-${version}.tar.gz"
-checksum=0c8c875ae26ac69a722f7fd0f4a4fecb4fdff681f2a165f09c06a40cbf1d0de6
+checksum=64763443947833e6c17f1f555f4bb0df6c9f91881810d9d5e0f0bad3622d308b
 
 libmatroska-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
diff --git a/srcpkgs/libmatroska/update b/srcpkgs/libmatroska/update
new file mode 100644
index 000000000000..0649cec1de27
--- /dev/null
+++ b/srcpkgs/libmatroska/update
@@ -0,0 +1 @@
+site=https://dl.matroska.org/downloads/libmatroska/

From f64468c7e367a6d79b526e7fd44229307405e6f8 Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Mon, 10 Oct 2022 20:43:31 +0200
Subject: [PATCH 2/2] mkvtoolnix: update to 71.1.0

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

diff --git a/srcpkgs/mkvtoolnix/template b/srcpkgs/mkvtoolnix/template
index d98022773c0a..bbb9f35d2557 100644
--- a/srcpkgs/mkvtoolnix/template
+++ b/srcpkgs/mkvtoolnix/template
@@ -1,7 +1,7 @@
 # Template file for 'mkvtoolnix'
 pkgname=mkvtoolnix
-version=70.0.0
-revision=2
+version=71.1.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=64324b7ee6b4aa6fab5f517ca93667d12260a4ea92ea80b97575beda3a91693a
+checksum=153443e583c29ca9016879dc558503b426494c47934ef8a32265adcb52cfca47
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"

  parent reply	other threads:[~2022-10-11 17:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-10 18:45 [PR PATCH] " mvf
2022-10-10 21:15 ` classabbyamp
2022-10-11 15:54 ` [PR PATCH] [Updated] " mvf
2022-10-11 15:54 ` mvf
2022-10-11 17:17 ` [PR REVIEW] " classabbyamp
2022-10-11 17:22 ` mvf [this message]
2022-10-11 17:50 ` [PR PATCH] [Merged]: " classabbyamp

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=20221011172224.4Uj8if5C9xVWMIT3f8HtigpDiZlJ06X_iLdXGXiPO3o@z \
    --to=mvf@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).