Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] obs: update to 28.0.1.
@ 2022-09-10 22:30 lemmi
  2022-09-24 22:08 ` [PR PATCH] [Closed]: " lemmi
  2022-09-24 22:08 ` [PR PATCH] [Updated] " lemmi
  0 siblings, 2 replies; 3+ messages in thread
From: lemmi @ 2022-09-10 22:30 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Closed]: obs: update to 28.0.1.
  2022-09-10 22:30 [PR PATCH] obs: update to 28.0.1 lemmi
@ 2022-09-24 22:08 ` lemmi
  2022-09-24 22:08 ` [PR PATCH] [Updated] " lemmi
  1 sibling, 0 replies; 3+ messages in thread
From: lemmi @ 2022-09-24 22:08 UTC (permalink / raw)
  To: ml

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

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

obs: update to 28.0.1.
https://github.com/void-linux/void-packages/pull/39222

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

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

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

* Re: [PR PATCH] [Updated] obs: update to 28.0.1.
  2022-09-10 22:30 [PR PATCH] obs: update to 28.0.1 lemmi
  2022-09-24 22:08 ` [PR PATCH] [Closed]: " lemmi
@ 2022-09-24 22:08 ` lemmi
  1 sibling, 0 replies; 3+ messages in thread
From: lemmi @ 2022-09-24 22:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 454 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/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: 0 bytes --]



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

end of thread, other threads:[~2022-09-24 22:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-10 22:30 [PR PATCH] obs: update to 28.0.1 lemmi
2022-09-24 22:08 ` [PR PATCH] [Closed]: " lemmi
2022-09-24 22:08 ` [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).