Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gstreamer1: update to 1.18.5.
@ 2021-10-20  4:25 heittpr
  2021-10-20  4:26 ` [PR PATCH] [Updated] " heittpr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: heittpr @ 2021-10-20  4:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/heittpr/void-packages gstreamer1
https://github.com/void-linux/void-packages/pull/33647

gstreamer1: update to 1.18.5.
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

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

From 648bcb1a00dbdf08fb86e3e9e0163b72cfdc5709 Mon Sep 17 00:00:00 2001
From: heitor <heitorleite.dev@gmail.com>
Date: Wed, 20 Oct 2021 01:23:56 -0300
Subject: [PATCH] gstreamer1: update to 1.18.5.

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

diff --git a/srcpkgs/gstreamer1/template b/srcpkgs/gstreamer1/template
index 8532268d9ed8..0f3e7c252451 100644
--- a/srcpkgs/gstreamer1/template
+++ b/srcpkgs/gstreamer1/template
@@ -1,6 +1,6 @@
 # Template file for 'gstreamer1'
 pkgname=gstreamer1
-version=1.18.4
+version=1.18.5
 revision=2
 wrksrc="gstreamer-${version}"
 build_style=meson
@@ -18,7 +18,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.0-or-later"
 homepage="https://gstreamer.freedesktop.org"
 distfiles="${homepage}/src/gstreamer/gstreamer-${version}.tar.xz"
-checksum=9aeec99b38e310817012aa2d1d76573b787af47f8a725a65b833880a094dfbc5
+checksum=55862232a63459bbf56abebde3085ca9aec211b478e891dacea4d6df8cafe80a
 
 pre_check() {
 	# gst_gstdatetime is known to fail according to LFS

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

* Re: [PR PATCH] [Updated] gstreamer1: update to 1.18.5.
  2021-10-20  4:25 [PR PATCH] gstreamer1: update to 1.18.5 heittpr
@ 2021-10-20  4:26 ` heittpr
  2021-10-20  7:11 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: heittpr @ 2021-10-20  4:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/heittpr/void-packages gstreamer1
https://github.com/void-linux/void-packages/pull/33647

gstreamer1: update to 1.18.5.
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

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

From 62660bb62438fb199041ac4263cce44e3038547c Mon Sep 17 00:00:00 2001
From: heitor <heitorleite.dev@gmail.com>
Date: Wed, 20 Oct 2021 01:23:56 -0300
Subject: [PATCH] gstreamer1: update to 1.18.5.

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

diff --git a/srcpkgs/gstreamer1/template b/srcpkgs/gstreamer1/template
index 8532268d9ed8..9c3f8bbde9bb 100644
--- a/srcpkgs/gstreamer1/template
+++ b/srcpkgs/gstreamer1/template
@@ -1,7 +1,7 @@
 # Template file for 'gstreamer1'
 pkgname=gstreamer1
-version=1.18.4
-revision=2
+version=1.18.5
+revision=1
 wrksrc="gstreamer-${version}"
 build_style=meson
 build_helper="gir"
@@ -18,7 +18,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.0-or-later"
 homepage="https://gstreamer.freedesktop.org"
 distfiles="${homepage}/src/gstreamer/gstreamer-${version}.tar.xz"
-checksum=9aeec99b38e310817012aa2d1d76573b787af47f8a725a65b833880a094dfbc5
+checksum=55862232a63459bbf56abebde3085ca9aec211b478e891dacea4d6df8cafe80a
 
 pre_check() {
 	# gst_gstdatetime is known to fail according to LFS

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

* Re: gstreamer1: update to 1.18.5.
  2021-10-20  4:25 [PR PATCH] gstreamer1: update to 1.18.5 heittpr
  2021-10-20  4:26 ` [PR PATCH] [Updated] " heittpr
@ 2021-10-20  7:11 ` ericonr
  2021-11-13  2:59 ` ericonr
  2021-11-13  2:59 ` [PR PATCH] [Closed]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-10-20  7:11 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33647#issuecomment-947391295

Comment:
Please update all the gstreamer1 / gst1 packages in conjunction.

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

* Re: gstreamer1: update to 1.18.5.
  2021-10-20  4:25 [PR PATCH] gstreamer1: update to 1.18.5 heittpr
  2021-10-20  4:26 ` [PR PATCH] [Updated] " heittpr
  2021-10-20  7:11 ` ericonr
@ 2021-11-13  2:59 ` ericonr
  2021-11-13  2:59 ` [PR PATCH] [Closed]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-11-13  2:59 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33647#issuecomment-967768260

Comment:
superseded by #33997

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

* Re: [PR PATCH] [Closed]: gstreamer1: update to 1.18.5.
  2021-10-20  4:25 [PR PATCH] gstreamer1: update to 1.18.5 heittpr
                   ` (2 preceding siblings ...)
  2021-11-13  2:59 ` ericonr
@ 2021-11-13  2:59 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-11-13  2:59 UTC (permalink / raw)
  To: ml

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

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

gstreamer1: update to 1.18.5.
https://github.com/void-linux/void-packages/pull/33647

Description:
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

end of thread, other threads:[~2021-11-13  2:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20  4:25 [PR PATCH] gstreamer1: update to 1.18.5 heittpr
2021-10-20  4:26 ` [PR PATCH] [Updated] " heittpr
2021-10-20  7:11 ` ericonr
2021-11-13  2:59 ` ericonr
2021-11-13  2:59 ` [PR PATCH] [Closed]: " ericonr

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