Github messages for voidlinux
 help / color / mirror / Atom feed
From: lemmi <lemmi@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] obs: update to 28.0.1.
Date: Sun, 11 Sep 2022 00:30:27 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39222@inbox.vuxu.org> (raw)

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

obs: update to 28.0.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

This contains rather big changes because of the `qt6` update. Please test.

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

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

From 4d8a0d6d4d23894e1d0dcd81dcf22f5e90f641fc Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Sun, 11 Sep 2022 00:14:43 +0200
Subject: [PATCH] obs: update to 28.0.1.

---
 common/shlibs        |  4 ++--
 srcpkgs/obs/template | 22 +++++++++++++++-------
 2 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index de889fceaf6c..83bf440a5e1d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2673,8 +2673,8 @@ libKDevPlatformUtil.so.58 kdevelop-22.04.1_1
 libKDevPlatformVcs.so.58 kdevelop-22.04.1_1
 libts.so.0 tslib-1.6_1
 libobs.so.0 obs-0.14.1_2
-libobsglad.so.0 obs-0.14.1_2
-libobs-opengl.so.0 obs-0.14.1_2
+libobsglad.so.1 obs-28.0.1_1
+libobs-opengl.so.1 obs-28.0.1_1
 libobs-frontend-api.so.0 obs-20.1.3_1
 libzimg.so.2 zimg-2.0.4_1
 libvapoursynth.so vapoursynth-R32_2
diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index df6ee22e52ee..64c6e7634a91 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,17 +1,18 @@
 # Template file for 'obs'
 pkgname=obs
-version=27.2.4
+version=28.0.1
 revision=1
 archs="i686* x86_64* ppc64le* aarch64*"
 wrksrc="obs-studio-${version}"
 build_style=cmake
-configure_args="-DOBS_VERSION_OVERRIDE=${version} -DBUILD_BROWSER=OFF -DBUILD_VST=OFF"
-hostmakedepends="pkg-config swig qt5-qmake qt5-host-tools"
+configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_BROWSER=OFF
+ -DENABLE_JACK=ON -DENABLE_VST=OFF -DENABLE_AJA=OFF"
+hostmakedepends="pkg-config swig python3-devel qt6-base-devel"
 makedepends="LuaJIT-devel fdk-aac-devel ffmpeg-devel glu-devel jack-devel
  libXcomposite-devel libcurl-devel pulseaudio-devel python3-devel
- qt5-x11extras-devel qt5-svg-devel speexdsp-devel v4l-utils-devel vlc-devel
- x264-devel mbedtls-devel jansson-devel wayland-devel pipewire-devel
- libxkbcommon-devel pciutils-devel"
+ speexdsp-devel v4l-utils-devel vlc-devel qt6-svg-devel x264-devel
+ mbedtls-devel jansson-devel wayland-devel pipewire-devel libxkbcommon-devel
+ pciutils-devel librist-devel srt-devel"
 depends="xset xdg-desktop-portal"
 short_desc="Open Broadcaster Software"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
@@ -19,7 +20,13 @@ 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=f7297a7421cbfe2bb4bc6bf83659bb873bc8f1186667c35c34bdbaac3f0fd5fd
+checksum=e6074ba5be56b2b06a44329279f1eada662686b68e44616f453f1fa4c2c33165
+
+pre_configure() {
+	# it's not enough to use -DENABLE_BROWSER ...
+	touch plugins/obs-browser/CMakeLists.txt
+	touch plugins/obs-websocket/CMakeLists.txt
+}
 
 obs-devel_package() {
 	short_desc+=" - development files"
@@ -29,6 +36,7 @@ obs-devel_package() {
 		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
 		vmove usr/lib/pkgconfig

             reply	other threads:[~2022-09-10 22:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-10 22:30 lemmi [this message]
2022-09-24 22:08 ` [PR PATCH] [Closed]: " lemmi
2022-09-24 22:08 ` [PR PATCH] [Updated] " 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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39222@inbox.vuxu.org \
    --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).