Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] obs: update to 29.1.0.
@ 2023-05-03 23:35 lemmi
  2023-05-04  7:29 ` [PR PATCH] [Updated] " lemmi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: lemmi @ 2023-05-03 23:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 457 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/43738

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

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


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

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

From 6c32161e1da5f3900836cc2e230b9f1a2cae7fa3 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Thu, 4 May 2023 01:35:02 +0200
Subject: [PATCH] obs: update to 29.1.0.

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

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 1a7132ae832f..89fd11297c3f 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,11 +1,11 @@
 # Template file for 'obs'
 pkgname=obs
-version=29.0.2
+version=29.1.0
 revision=1
 archs="i686* x86_64* ppc64le* aarch64*"
 build_style=cmake
 configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_JACK=ON
- -DENABLE_VST=OFF -DENABLE_AJA=OFF"
+ -DENABLE_VST=OFF -DENABLE_AJA=OFF -DCALM_DEPRECATION=ON"
 hostmakedepends="pkg-config swig python3-devel qt6-base"
 makedepends="LuaJIT-devel fdk-aac-devel ffmpeg-devel glu-devel
  jack-devel libXcomposite-devel libcurl-devel libva-devel
@@ -20,7 +20,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/${version}.tar.gz"
-checksum=0e6260800b80c3fc9f67c4c3fb12ffae740ab1dd188e526a55e0fc8949168db2
+checksum=f6cf84a196636c949add633f37702e3b1c93d7229bda075dd3c3793205f428eb
 
 pre_configure() {
 	# it's not enough to use -DENABLE_BROWSER ...
@@ -35,7 +35,6 @@ obs-devel_package() {
 		vmove usr/lib/libobs-frontend-api.so
 		vmove usr/lib/libobs-opengl.so
 		vmove usr/lib/libobs.so
-		vmove usr/lib/libobsglad.so
 		vmove usr/lib/libobs-scripting.so
 		vmove usr/include
 		vmove usr/lib/cmake

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

* Re: [PR PATCH] [Updated] obs: update to 29.1.0.
  2023-05-03 23:35 [PR PATCH] obs: update to 29.1.0 lemmi
@ 2023-05-04  7:29 ` lemmi
  2023-05-04  7:40 ` lemmi
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: lemmi @ 2023-05-04  7:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 462 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/43738

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

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


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

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

From 2d5b22f2ca9e947236e9fe2388cc449e7df748b6 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Thu, 4 May 2023 01:35:02 +0200
Subject: [PATCH] obs: update to 29.1.0.

---
 srcpkgs/obs/0001-disable-Werror.patch | 24 ++++++++++++++++++++++++
 srcpkgs/obs/template                  |  7 +++----
 2 files changed, 27 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/obs/0001-disable-Werror.patch

diff --git a/srcpkgs/obs/0001-disable-Werror.patch b/srcpkgs/obs/0001-disable-Werror.patch
new file mode 100644
index 000000000000..4afb3627d54c
--- /dev/null
+++ b/srcpkgs/obs/0001-disable-Werror.patch
@@ -0,0 +1,24 @@
+From ff48fe5c97b2d36cecf7492c4c04b79cae8099d2 Mon Sep 17 00:00:00 2001
+From: lemmi <lemmi@nerd2nerd.org>
+Date: Thu, 4 May 2023 09:27:39 +0200
+Subject: [PATCH] disable -Werror
+
+---
+ cmake/Modules/CompilerConfig.cmake | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/cmake/Modules/CompilerConfig.cmake b/cmake/Modules/CompilerConfig.cmake
+index 41c56da8b..b8f8bf330 100644
+--- a/cmake/Modules/CompilerConfig.cmake
++++ b/cmake/Modules/CompilerConfig.cmake
+@@ -101,7 +101,6 @@ else()
+ 
+   option(CALM_DEPRECATION "Keep deprecated-declarations as warnings" OFF)
+   add_compile_options(
+-    -Werror
+     -Wextra
+     -Wvla
+     -Wswitch
+-- 
+2.40.1
+
diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 1a7132ae832f..89fd11297c3f 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,11 +1,11 @@
 # Template file for 'obs'
 pkgname=obs
-version=29.0.2
+version=29.1.0
 revision=1
 archs="i686* x86_64* ppc64le* aarch64*"
 build_style=cmake
 configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_JACK=ON
- -DENABLE_VST=OFF -DENABLE_AJA=OFF"
+ -DENABLE_VST=OFF -DENABLE_AJA=OFF -DCALM_DEPRECATION=ON"
 hostmakedepends="pkg-config swig python3-devel qt6-base"
 makedepends="LuaJIT-devel fdk-aac-devel ffmpeg-devel glu-devel
  jack-devel libXcomposite-devel libcurl-devel libva-devel
@@ -20,7 +20,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/${version}.tar.gz"
-checksum=0e6260800b80c3fc9f67c4c3fb12ffae740ab1dd188e526a55e0fc8949168db2
+checksum=f6cf84a196636c949add633f37702e3b1c93d7229bda075dd3c3793205f428eb
 
 pre_configure() {
 	# it's not enough to use -DENABLE_BROWSER ...
@@ -35,7 +35,6 @@ obs-devel_package() {
 		vmove usr/lib/libobs-frontend-api.so
 		vmove usr/lib/libobs-opengl.so
 		vmove usr/lib/libobs.so
-		vmove usr/lib/libobsglad.so
 		vmove usr/lib/libobs-scripting.so
 		vmove usr/include
 		vmove usr/lib/cmake

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

* Re: [PR PATCH] [Updated] obs: update to 29.1.0.
  2023-05-03 23:35 [PR PATCH] obs: update to 29.1.0 lemmi
  2023-05-04  7:29 ` [PR PATCH] [Updated] " lemmi
@ 2023-05-04  7:40 ` lemmi
  2023-05-04  7:57 ` lemmi
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: lemmi @ 2023-05-04  7:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 462 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/43738

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

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


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

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

From 5051bad91c2103af895f832b5b314a7575d1fe3b Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Thu, 4 May 2023 01:35:02 +0200
Subject: [PATCH] obs: update to 29.1.0.

---
 srcpkgs/obs/0001-disable-Werror.patch | 24 ++++++++++++++++++++++++
 srcpkgs/obs/template                  |  7 +++----
 2 files changed, 27 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/obs/0001-disable-Werror.patch

diff --git a/srcpkgs/obs/0001-disable-Werror.patch b/srcpkgs/obs/0001-disable-Werror.patch
new file mode 100644
index 000000000000..4afb3627d54c
--- /dev/null
+++ b/srcpkgs/obs/0001-disable-Werror.patch
@@ -0,0 +1,24 @@
+From ff48fe5c97b2d36cecf7492c4c04b79cae8099d2 Mon Sep 17 00:00:00 2001
+From: lemmi <lemmi@nerd2nerd.org>
+Date: Thu, 4 May 2023 09:27:39 +0200
+Subject: [PATCH] disable -Werror
+
+---
+ cmake/Modules/CompilerConfig.cmake | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/cmake/Modules/CompilerConfig.cmake b/cmake/Modules/CompilerConfig.cmake
+index 41c56da8b..b8f8bf330 100644
+--- a/cmake/Modules/CompilerConfig.cmake
++++ b/cmake/Modules/CompilerConfig.cmake
+@@ -101,7 +101,6 @@ else()
+ 
+   option(CALM_DEPRECATION "Keep deprecated-declarations as warnings" OFF)
+   add_compile_options(
+-    -Werror
+     -Wextra
+     -Wvla
+     -Wswitch
+-- 
+2.40.1
+
diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 1a7132ae832f..89fd11297c3f 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,11 +1,11 @@
 # Template file for 'obs'
 pkgname=obs
-version=29.0.2
+version=29.1.0
 revision=1
 archs="i686* x86_64* ppc64le* aarch64*"
 build_style=cmake
 configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_JACK=ON
- -DENABLE_VST=OFF -DENABLE_AJA=OFF"
+ -DENABLE_VST=OFF -DENABLE_AJA=OFF -DCALM_DEPRECATION=ON"
 hostmakedepends="pkg-config swig python3-devel qt6-base"
 makedepends="LuaJIT-devel fdk-aac-devel ffmpeg-devel glu-devel
  jack-devel libXcomposite-devel libcurl-devel libva-devel
@@ -20,7 +20,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/${version}.tar.gz"
-checksum=0e6260800b80c3fc9f67c4c3fb12ffae740ab1dd188e526a55e0fc8949168db2
+checksum=f6cf84a196636c949add633f37702e3b1c93d7229bda075dd3c3793205f428eb
 
 pre_configure() {
 	# it's not enough to use -DENABLE_BROWSER ...
@@ -35,7 +35,6 @@ obs-devel_package() {
 		vmove usr/lib/libobs-frontend-api.so
 		vmove usr/lib/libobs-opengl.so
 		vmove usr/lib/libobs.so
-		vmove usr/lib/libobsglad.so
 		vmove usr/lib/libobs-scripting.so
 		vmove usr/include
 		vmove usr/lib/cmake

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

* Re: [PR PATCH] [Updated] obs: update to 29.1.0.
  2023-05-03 23:35 [PR PATCH] obs: update to 29.1.0 lemmi
  2023-05-04  7:29 ` [PR PATCH] [Updated] " lemmi
  2023-05-04  7:40 ` lemmi
@ 2023-05-04  7:57 ` lemmi
  2023-05-04  8:44 ` [PR PATCH] [Closed]: " lemmi
  2023-05-04  8:44 ` [PR PATCH] [Updated] " lemmi
  4 siblings, 0 replies; 6+ messages in thread
From: lemmi @ 2023-05-04  7:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 462 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/43738

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

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


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

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

From ee0a1e3ad781e5e036a3a7ced533597e7bc57440 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Thu, 4 May 2023 01:35:02 +0200
Subject: [PATCH] obs: update to 29.1.0.

---
 srcpkgs/obs/patches/0001-disable-Werror.patch | 24 +++++++++++++++++++
 srcpkgs/obs/template                          |  7 +++---
 2 files changed, 27 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/obs/patches/0001-disable-Werror.patch

diff --git a/srcpkgs/obs/patches/0001-disable-Werror.patch b/srcpkgs/obs/patches/0001-disable-Werror.patch
new file mode 100644
index 000000000000..4afb3627d54c
--- /dev/null
+++ b/srcpkgs/obs/patches/0001-disable-Werror.patch
@@ -0,0 +1,24 @@
+From ff48fe5c97b2d36cecf7492c4c04b79cae8099d2 Mon Sep 17 00:00:00 2001
+From: lemmi <lemmi@nerd2nerd.org>
+Date: Thu, 4 May 2023 09:27:39 +0200
+Subject: [PATCH] disable -Werror
+
+---
+ cmake/Modules/CompilerConfig.cmake | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/cmake/Modules/CompilerConfig.cmake b/cmake/Modules/CompilerConfig.cmake
+index 41c56da8b..b8f8bf330 100644
+--- a/cmake/Modules/CompilerConfig.cmake
++++ b/cmake/Modules/CompilerConfig.cmake
+@@ -101,7 +101,6 @@ else()
+ 
+   option(CALM_DEPRECATION "Keep deprecated-declarations as warnings" OFF)
+   add_compile_options(
+-    -Werror
+     -Wextra
+     -Wvla
+     -Wswitch
+-- 
+2.40.1
+
diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 1a7132ae832f..89fd11297c3f 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,11 +1,11 @@
 # Template file for 'obs'
 pkgname=obs
-version=29.0.2
+version=29.1.0
 revision=1
 archs="i686* x86_64* ppc64le* aarch64*"
 build_style=cmake
 configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_JACK=ON
- -DENABLE_VST=OFF -DENABLE_AJA=OFF"
+ -DENABLE_VST=OFF -DENABLE_AJA=OFF -DCALM_DEPRECATION=ON"
 hostmakedepends="pkg-config swig python3-devel qt6-base"
 makedepends="LuaJIT-devel fdk-aac-devel ffmpeg-devel glu-devel
  jack-devel libXcomposite-devel libcurl-devel libva-devel
@@ -20,7 +20,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/${version}.tar.gz"
-checksum=0e6260800b80c3fc9f67c4c3fb12ffae740ab1dd188e526a55e0fc8949168db2
+checksum=f6cf84a196636c949add633f37702e3b1c93d7229bda075dd3c3793205f428eb
 
 pre_configure() {
 	# it's not enough to use -DENABLE_BROWSER ...
@@ -35,7 +35,6 @@ obs-devel_package() {
 		vmove usr/lib/libobs-frontend-api.so
 		vmove usr/lib/libobs-opengl.so
 		vmove usr/lib/libobs.so
-		vmove usr/lib/libobsglad.so
 		vmove usr/lib/libobs-scripting.so
 		vmove usr/include
 		vmove usr/lib/cmake

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

* Re: [PR PATCH] [Closed]: obs: update to 29.1.0.
  2023-05-03 23:35 [PR PATCH] obs: update to 29.1.0 lemmi
                   ` (2 preceding siblings ...)
  2023-05-04  7:57 ` lemmi
@ 2023-05-04  8:44 ` lemmi
  2023-05-04  8:44 ` [PR PATCH] [Updated] " lemmi
  4 siblings, 0 replies; 6+ messages in thread
From: lemmi @ 2023-05-04  8:44 UTC (permalink / raw)
  To: ml

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

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

obs: update to 29.1.0.
https://github.com/void-linux/void-packages/pull/43738

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

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


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

* Re: [PR PATCH] [Updated] obs: update to 29.1.0.
  2023-05-03 23:35 [PR PATCH] obs: update to 29.1.0 lemmi
                   ` (3 preceding siblings ...)
  2023-05-04  8:44 ` [PR PATCH] [Closed]: " lemmi
@ 2023-05-04  8:44 ` lemmi
  4 siblings, 0 replies; 6+ messages in thread
From: lemmi @ 2023-05-04  8:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 462 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/43738

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

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


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

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



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

end of thread, other threads:[~2023-05-04  8:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-03 23:35 [PR PATCH] obs: update to 29.1.0 lemmi
2023-05-04  7:29 ` [PR PATCH] [Updated] " lemmi
2023-05-04  7:40 ` lemmi
2023-05-04  7:57 ` lemmi
2023-05-04  8:44 ` [PR PATCH] [Closed]: " lemmi
2023-05-04  8:44 ` [PR PATCH] [Updated] " 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).