Github messages for voidlinux
 help / color / mirror / Atom feed
From: lemmi <lemmi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] obs: update to 29.1.0.
Date: Thu, 04 May 2023 09:29:15 +0200	[thread overview]
Message-ID: <20230504072915.Y_YOmswfvFRswjevagUmVDF5FRkU9ghDqcp6Ucoem5Q@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43738@inbox.vuxu.org>

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

  reply	other threads:[~2023-05-04  7:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-03 23:35 [PR PATCH] " lemmi
2023-05-04  7:29 ` lemmi [this message]
2023-05-04  7:40 ` [PR PATCH] [Updated] " lemmi
2023-05-04  7:57 ` lemmi
2023-05-04  8:44 ` lemmi
2023-05-04  8:44 ` [PR PATCH] [Closed]: " lemmi

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=20230504072915.Y_YOmswfvFRswjevagUmVDF5FRkU9ghDqcp6Ucoem5Q@z \
    --to=lemmi@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).