Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] obs: update to 30.1.0.
@ 2024-03-13  0:09 lemmi
  2024-03-13  0:15 ` [PR PATCH] [Updated] " lemmi
  2024-03-19 18:18 ` [PR PATCH] [Merged]: " lemmi
  0 siblings, 2 replies; 3+ messages in thread
From: lemmi @ 2024-03-13  0:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lemmi/void-packages obs
https://github.com/void-linux/void-packages/pull/49266

obs: update to 30.1.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/49266.patch is attached

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

From 17b7d7e74c883b7497039148ca5e97b7f7382f27 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Wed, 13 Mar 2024 01:09:07 +0100
Subject: [PATCH 1/2] libdatachannel: update to 0.20.2.

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

diff --git a/srcpkgs/libdatachannel/template b/srcpkgs/libdatachannel/template
index 41f8d0814e73b1..e4fc3e8ef462ec 100644
--- a/srcpkgs/libdatachannel/template
+++ b/srcpkgs/libdatachannel/template
@@ -1,6 +1,6 @@
 # Template file for 'libdatachannel'
 pkgname=libdatachannel
-version=0.19.1
+version=0.20.2
 revision=1
 build_style=cmake
 configure_args="-DPREFER_SYSTEM_LIB=ON -DUSE_NICE=ON -DNO_EXAMPLES=ON"
@@ -10,7 +10,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MPL-2.0"
 homepage="https://libdatachannel.org/"
 distfiles="https://github.com/paullouisageneau/libdatachannel/archive/refs/tags/v$version.tar.gz"
-checksum=3687bbdc30ce24d98cc602dee1da9583bf6863d53dc2a598e590f522be719233
+checksum=8a119064296e8c354f82b6c865306c088ccce0d9863b7cc038927bf10981304e
 
 libdatachannel-devel_package() {
 	short_desc+=" - development files"

From a80f90278a0b6b973b5e62add25f3f6d97cebdbd Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Wed, 13 Mar 2024 01:09:09 +0100
Subject: [PATCH 2/2] obs: update to 30.1.0.

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

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index b343f1131bfcf6..8aa49832357cf1 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
-version=30.0.0
-revision=2
+version=30.1.0
+revision=1
 archs="i686* x86_64* ppc64le* aarch64* riscv64*"
 build_style=cmake
 configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_JACK=ON
@@ -21,7 +21,7 @@ license="GPL-2.0-or-later"
 homepage="https://obsproject.com"
 changelog="https://github.com/obsproject/obs-studio/releases"
 distfiles="https://github.com/obsproject/obs-studio/archive/refs/tags/$version.tar.gz"
-checksum=c23dd463862b1a8f40365d84fd52105d7eafc3614fb3d470b695ba28a6e4da06
+checksum=ec5c1932954fdfb5c5166ebd5f10f791c0557b0e241ece7443a24e8fce88bd56
 
 build_options="luajit"
 case $XBPS_TARGET_MACHINE in

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

* Re: [PR PATCH] [Updated] obs: update to 30.1.0.
  2024-03-13  0:09 [PR PATCH] obs: update to 30.1.0 lemmi
@ 2024-03-13  0:15 ` lemmi
  2024-03-19 18:18 ` [PR PATCH] [Merged]: " lemmi
  1 sibling, 0 replies; 3+ messages in thread
From: lemmi @ 2024-03-13  0:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lemmi/void-packages obs
https://github.com/void-linux/void-packages/pull/49266

obs: update to 30.1.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/49266.patch is attached

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

From a7f61801c9cdee5c82de4287c33760699b75b155 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Wed, 13 Mar 2024 01:09:07 +0100
Subject: [PATCH 1/2] libdatachannel: update to 0.20.2.

---
 common/shlibs                   | 2 +-
 srcpkgs/libdatachannel/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index d3298e21003df2..936b235cdaedc5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4283,7 +4283,7 @@ libgrass_raster.8.3.so grass-8.3.0_1
 libgrass_vector.8.3.so grass-8.3.0_1
 libvpl.so.2 oneVPL-2023.3.1_1
 libusrsctp.so.2 usrsctp-0.9.5.0_1
-libdatachannel.so.0.19.1 libdatachannel-0.19.1_1
+libdatachannel.so.0.20 libdatachannel-0.20.2_1
 libgeotiff.so.5 libgeotiff-1.7.1_1
 libdraco.so.8 draco-1.5.6_1
 libpdal_base.so.16 libpdal-2.6.2_1
diff --git a/srcpkgs/libdatachannel/template b/srcpkgs/libdatachannel/template
index 41f8d0814e73b1..e4fc3e8ef462ec 100644
--- a/srcpkgs/libdatachannel/template
+++ b/srcpkgs/libdatachannel/template
@@ -1,6 +1,6 @@
 # Template file for 'libdatachannel'
 pkgname=libdatachannel
-version=0.19.1
+version=0.20.2
 revision=1
 build_style=cmake
 configure_args="-DPREFER_SYSTEM_LIB=ON -DUSE_NICE=ON -DNO_EXAMPLES=ON"
@@ -10,7 +10,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="MPL-2.0"
 homepage="https://libdatachannel.org/"
 distfiles="https://github.com/paullouisageneau/libdatachannel/archive/refs/tags/v$version.tar.gz"
-checksum=3687bbdc30ce24d98cc602dee1da9583bf6863d53dc2a598e590f522be719233
+checksum=8a119064296e8c354f82b6c865306c088ccce0d9863b7cc038927bf10981304e
 
 libdatachannel-devel_package() {
 	short_desc+=" - development files"

From 908d690bb7dd8c7020b16179a405edddca00ae68 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Wed, 13 Mar 2024 01:09:09 +0100
Subject: [PATCH 2/2] obs: update to 30.1.0.

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

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index b343f1131bfcf6..8aa49832357cf1 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,7 +1,7 @@
 # Template file for 'obs'
 pkgname=obs
-version=30.0.0
-revision=2
+version=30.1.0
+revision=1
 archs="i686* x86_64* ppc64le* aarch64* riscv64*"
 build_style=cmake
 configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_JACK=ON
@@ -21,7 +21,7 @@ license="GPL-2.0-or-later"
 homepage="https://obsproject.com"
 changelog="https://github.com/obsproject/obs-studio/releases"
 distfiles="https://github.com/obsproject/obs-studio/archive/refs/tags/$version.tar.gz"
-checksum=c23dd463862b1a8f40365d84fd52105d7eafc3614fb3d470b695ba28a6e4da06
+checksum=ec5c1932954fdfb5c5166ebd5f10f791c0557b0e241ece7443a24e8fce88bd56
 
 build_options="luajit"
 case $XBPS_TARGET_MACHINE in

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

* Re: [PR PATCH] [Merged]: obs: update to 30.1.0.
  2024-03-13  0:09 [PR PATCH] obs: update to 30.1.0 lemmi
  2024-03-13  0:15 ` [PR PATCH] [Updated] " lemmi
@ 2024-03-19 18:18 ` lemmi
  1 sibling, 0 replies; 3+ messages in thread
From: lemmi @ 2024-03-19 18:18 UTC (permalink / raw)
  To: ml

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

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

obs: update to 30.1.0.
https://github.com/void-linux/void-packages/pull/49266

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

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

<!--
#### 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] 3+ messages in thread

end of thread, other threads:[~2024-03-19 18:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-13  0:09 [PR PATCH] obs: update to 30.1.0 lemmi
2024-03-13  0:15 ` [PR PATCH] [Updated] " lemmi
2024-03-19 18:18 ` [PR PATCH] [Merged]: " lemmi

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