Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mlt7: update to 7.4.0.
@ 2022-03-02 22:00 tibequadorian
  2022-03-02 22:03 ` [PR PATCH] [Updated] " tibequadorian
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tibequadorian @ 2022-03-02 22:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages mlt7
https://github.com/void-linux/void-packages/pull/35933

mlt7: update to 7.4.0.
@Johnnynator 

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

#### Testing the changes
- I tested the changes in this PR: **YES** (shotcut and kdenlive)

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35933.patch is attached

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

From 69ed214dc474fe941bffbf7ab0f7d3c7bd35023e Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 2 Mar 2022 22:55:58 +0100
Subject: [PATCH] mlt7: update to 7.4.0.

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

diff --git a/srcpkgs/mlt7/template b/srcpkgs/mlt7/template
index f96f65d41f78..c6162ead3fc2 100644
--- a/srcpkgs/mlt7/template
+++ b/srcpkgs/mlt7/template
@@ -1,7 +1,7 @@
 # Template file for 'mlt'
 pkgname=mlt7
-version=7.0.1
-revision=4
+version=7.4.0
+revision=1
 wrksrc="mlt-${version}"
 build_style=cmake
 configure_args="-DSWIG_PYTHON=ON"
@@ -17,7 +17,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://mltframework.org/"
 distfiles="https://github.com/mltframework/mlt/archive/v${version}.tar.gz"
-checksum=b68c88d9ad91889838186188cce938feee8b63e3755a3b6fb45dc9c2ae0c5ecd
+checksum=17c19843ffdbca66777aaadf39acb11829fd930eaded92f768cbcb8ae59a5f37
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" musl-legacy-compat"

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

* Re: [PR PATCH] [Updated] mlt7: update to 7.4.0.
  2022-03-02 22:00 [PR PATCH] mlt7: update to 7.4.0 tibequadorian
@ 2022-03-02 22:03 ` tibequadorian
  2022-03-02 22:17 ` tibequadorian
  2022-03-03 18:24 ` [PR PATCH] [Merged]: mlt7: update to 7.4.0, shotcut: update to 22.01.30 Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: tibequadorian @ 2022-03-02 22:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages mlt7
https://github.com/void-linux/void-packages/pull/35933

mlt7: update to 7.4.0.
@Johnnynator 

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

#### Testing the changes
- I tested the changes in this PR: **YES** (shotcut and kdenlive)

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35933.patch is attached

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

From b2cff7d5aefa28e9b1369c017389929878bd5b7a Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 2 Mar 2022 22:55:58 +0100
Subject: [PATCH] mlt7: update to 7.4.0.

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

diff --git a/srcpkgs/mlt7/template b/srcpkgs/mlt7/template
index f96f65d41f78..5aefa500dd8a 100644
--- a/srcpkgs/mlt7/template
+++ b/srcpkgs/mlt7/template
@@ -1,7 +1,7 @@
-# Template file for 'mlt'
+# Template file for 'mlt7'
 pkgname=mlt7
-version=7.0.1
-revision=4
+version=7.4.0
+revision=1
 wrksrc="mlt-${version}"
 build_style=cmake
 configure_args="-DSWIG_PYTHON=ON"
@@ -17,7 +17,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://mltframework.org/"
 distfiles="https://github.com/mltframework/mlt/archive/v${version}.tar.gz"
-checksum=b68c88d9ad91889838186188cce938feee8b63e3755a3b6fb45dc9c2ae0c5ecd
+checksum=17c19843ffdbca66777aaadf39acb11829fd930eaded92f768cbcb8ae59a5f37
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" musl-legacy-compat"

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

* Re: [PR PATCH] [Updated] mlt7: update to 7.4.0.
  2022-03-02 22:00 [PR PATCH] mlt7: update to 7.4.0 tibequadorian
  2022-03-02 22:03 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-02 22:17 ` tibequadorian
  2022-03-03 18:24 ` [PR PATCH] [Merged]: mlt7: update to 7.4.0, shotcut: update to 22.01.30 Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: tibequadorian @ 2022-03-02 22:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages mlt7
https://github.com/void-linux/void-packages/pull/35933

mlt7: update to 7.4.0.
@Johnnynator 

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

#### Testing the changes
- I tested the changes in this PR: **YES** (shotcut and kdenlive)

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35933.patch is attached

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

From b2cff7d5aefa28e9b1369c017389929878bd5b7a Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 2 Mar 2022 22:55:58 +0100
Subject: [PATCH 1/2] mlt7: update to 7.4.0.

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

diff --git a/srcpkgs/mlt7/template b/srcpkgs/mlt7/template
index f96f65d41f78..5aefa500dd8a 100644
--- a/srcpkgs/mlt7/template
+++ b/srcpkgs/mlt7/template
@@ -1,7 +1,7 @@
-# Template file for 'mlt'
+# Template file for 'mlt7'
 pkgname=mlt7
-version=7.0.1
-revision=4
+version=7.4.0
+revision=1
 wrksrc="mlt-${version}"
 build_style=cmake
 configure_args="-DSWIG_PYTHON=ON"
@@ -17,7 +17,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://mltframework.org/"
 distfiles="https://github.com/mltframework/mlt/archive/v${version}.tar.gz"
-checksum=b68c88d9ad91889838186188cce938feee8b63e3755a3b6fb45dc9c2ae0c5ecd
+checksum=17c19843ffdbca66777aaadf39acb11829fd930eaded92f768cbcb8ae59a5f37
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" musl-legacy-compat"

From 8dba3216f9b4086f68402615379467e0e23999ef Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Wed, 2 Mar 2022 23:14:24 +0100
Subject: [PATCH 2/2] shotcut: update to 22.01.30.

---
 srcpkgs/shotcut/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/shotcut/template b/srcpkgs/shotcut/template
index 6150aec9a359..c5dad59246f3 100644
--- a/srcpkgs/shotcut/template
+++ b/srcpkgs/shotcut/template
@@ -1,6 +1,6 @@
 # Template file for 'shotcut'
 pkgname=shotcut
-version=21.09.20
+version=22.01.30
 revision=1
 build_style=qmake
 configure_args="SHOTCUT_VERSION=VOID-$version DEFINES+=SHOTCUT_NOUPGRADE"
@@ -15,7 +15,7 @@ maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later"
 homepage="https://www.shotcut.org"
 distfiles="https://github.com/mltframework/shotcut/archive/v${version}.tar.gz"
-checksum=f95f1aa5a7360b68ce9f2b1cffdb7344ff3db086bad77068233eb83114f25790
+checksum=cdb86384c9cd30cd6548a0252d2fb45dfae6d92cc7c8c231705d0cf0ee98437b
 
 CXXFLAGS="-DHAVE_LOCALE_H=1"
 

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

* Re: [PR PATCH] [Merged]: mlt7: update to 7.4.0, shotcut: update to 22.01.30.
  2022-03-02 22:00 [PR PATCH] mlt7: update to 7.4.0 tibequadorian
  2022-03-02 22:03 ` [PR PATCH] [Updated] " tibequadorian
  2022-03-02 22:17 ` tibequadorian
@ 2022-03-03 18:24 ` Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2022-03-03 18:24 UTC (permalink / raw)
  To: ml

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

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

mlt7: update to 7.4.0, shotcut: update to 22.01.30.
https://github.com/void-linux/void-packages/pull/35933

Description:
@Johnnynator 

<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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:[~2022-03-03 18:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-02 22:00 [PR PATCH] mlt7: update to 7.4.0 tibequadorian
2022-03-02 22:03 ` [PR PATCH] [Updated] " tibequadorian
2022-03-02 22:17 ` tibequadorian
2022-03-03 18:24 ` [PR PATCH] [Merged]: mlt7: update to 7.4.0, shotcut: update to 22.01.30 Johnnynator

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).