Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] obs: update to 27.0.0.
@ 2021-06-01 17:52 paper42
  2021-06-01 18:53 ` [PR PATCH] [Updated] " paper42
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: paper42 @ 2021-06-01 17:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages obs-27
https://github.com/void-linux/void-packages/pull/31245

obs: update to 27.0.0.
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

ping @lemmi
I couldn't test it on aarch64.

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

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

From 49865dce627287fc96549d5303f9880baa2ba998 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Mon, 8 Mar 2021 13:16:27 +0000
Subject: [PATCH] obs: update to 27.0.0.

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

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 830b94bcb6c9..da6ccd02a762 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,23 +1,24 @@
 # Template file for 'obs'
 pkgname=obs
-version=26.1.2
+version=27.0.0
 revision=1
-archs="i686* x86_64* ppc64le*"
+archs="i686* x86_64* aarch64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake
-configure_args="-DOBS_VERSION_OVERRIDE=${version}"
-hostmakedepends="pkg-config swig"
+configure_args="-DOBS_VERSION_OVERRIDE=${version} -DBUILD_BROWSER=OFF -DBUILD_VST=OFF"
+hostmakedepends="pkg-config swig qt5-qmake qt5-host-tools"
 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"
+ x264-devel mbedtls-devel jansson-devel wayland-devel pipewire-devel"
+depends="xset xdg-desktop-portal"
 short_desc="Open Broadcaster Software"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 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=bc8b4c61ba4aae87b70c589a6a5b8538e4f03121b31e9b98a2071d9f6006b897
+checksum=c7ea5369f4c94203a8a81b73c6372873f08ab9e5b20860691dad2c29f5dda85e
 
 CFLAGS="-fcommon"
 

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

* Re: [PR PATCH] [Updated] obs: update to 27.0.0.
  2021-06-01 17:52 [PR PATCH] obs: update to 27.0.0 paper42
@ 2021-06-01 18:53 ` paper42
  2021-06-02  4:22 ` ericonr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2021-06-01 18:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages obs-27
https://github.com/void-linux/void-packages/pull/31245

obs: update to 27.0.0.
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

ping @lemmi
I couldn't test it on aarch64.

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

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

From d50c7f7b270e1827b2be689fdb1c3169dce5fc26 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Mon, 8 Mar 2021 13:16:27 +0000
Subject: [PATCH] obs: update to 27.0.0.

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

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 830b94bcb6c9..b283e6e34246 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,23 +1,24 @@
 # Template file for 'obs'
 pkgname=obs
-version=26.1.2
+version=27.0.0
 revision=1
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake
-configure_args="-DOBS_VERSION_OVERRIDE=${version}"
-hostmakedepends="pkg-config swig"
+configure_args="-DOBS_VERSION_OVERRIDE=${version} -DBUILD_BROWSER=OFF -DBUILD_VST=OFF"
+hostmakedepends="pkg-config swig qt5-qmake qt5-host-tools"
 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"
+ x264-devel mbedtls-devel jansson-devel wayland-devel pipewire-devel"
+depends="xset xdg-desktop-portal"
 short_desc="Open Broadcaster Software"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 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=bc8b4c61ba4aae87b70c589a6a5b8538e4f03121b31e9b98a2071d9f6006b897
+checksum=c7ea5369f4c94203a8a81b73c6372873f08ab9e5b20860691dad2c29f5dda85e
 
 CFLAGS="-fcommon"
 

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

* Re: obs: update to 27.0.0.
  2021-06-01 17:52 [PR PATCH] obs: update to 27.0.0 paper42
  2021-06-01 18:53 ` [PR PATCH] [Updated] " paper42
@ 2021-06-02  4:22 ` ericonr
  2021-06-02 18:42 ` Noah-Huppert
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-06-02  4:22 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31245#issuecomment-852709481

Comment:
Should be able to remove `-fcommon` from the template now.

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

* Re: obs: update to 27.0.0.
  2021-06-01 17:52 [PR PATCH] obs: update to 27.0.0 paper42
  2021-06-01 18:53 ` [PR PATCH] [Updated] " paper42
  2021-06-02  4:22 ` ericonr
@ 2021-06-02 18:42 ` Noah-Huppert
  2021-06-03 16:24 ` Gottox
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Noah-Huppert @ 2021-06-02 18:42 UTC (permalink / raw)
  To: ml

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

New comment by Noah-Huppert on void-packages repository

https://github.com/void-linux/void-packages/pull/31245#issuecomment-853292547

Comment:
Thanks for working on this PR @paper42 :) 

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

* Re: obs: update to 27.0.0.
  2021-06-01 17:52 [PR PATCH] obs: update to 27.0.0 paper42
                   ` (2 preceding siblings ...)
  2021-06-02 18:42 ` Noah-Huppert
@ 2021-06-03 16:24 ` Gottox
  2021-06-03 20:20 ` [PR PATCH] [Updated] " paper42
  2021-06-08  3:06 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: Gottox @ 2021-06-03 16:24 UTC (permalink / raw)
  To: ml

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

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/31245#issuecomment-854003599

Comment:
suggested change:

```diff
commit 40b51af080db6ab9d2c56073fa81bb99b52b5571 (HEAD -> obs-27)
Author: Enno Boland <gottox@voidlinux.org>
Date:   Thu Jun 3 18:19:44 2021 +0200

    obs: move *.so links to -devel subpkg when possible

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index b283e6e342..0fa9a9dcc7 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -26,12 +26,12 @@ obs-devel_package() {
        short_desc+=" - development files"
        depends="${sourcepkg}>=${version}_${revision}"
        pkg_install() {
+               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/include
                vmove usr/lib/cmake
                vmove usr/lib/pkgconfig
        }
 }
-
-# REMARKS:
-# lemmi writes: needed to remove vmove usr/lib/*.so from the devel package,
-# otherwise obs would pull it in.
```

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

* Re: [PR PATCH] [Updated] obs: update to 27.0.0.
  2021-06-01 17:52 [PR PATCH] obs: update to 27.0.0 paper42
                   ` (3 preceding siblings ...)
  2021-06-03 16:24 ` Gottox
@ 2021-06-03 20:20 ` paper42
  2021-06-08  3:06 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2021-06-03 20:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages obs-27
https://github.com/void-linux/void-packages/pull/31245

obs: update to 27.0.0.
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

ping @lemmi

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

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

From 39162d343e3e708f57f7e312a2ad5b6dbf0ca8eb Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Mon, 8 Mar 2021 13:16:27 +0000
Subject: [PATCH] obs: update to 27.0.0.

---
 srcpkgs/obs/template | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template
index 830b94bcb6c9..d20e02da824a 100644
--- a/srcpkgs/obs/template
+++ b/srcpkgs/obs/template
@@ -1,36 +1,35 @@
 # Template file for 'obs'
 pkgname=obs
-version=26.1.2
+version=27.0.0
 revision=1
 archs="i686* x86_64* ppc64le*"
 wrksrc="obs-studio-${version}"
 build_style=cmake
-configure_args="-DOBS_VERSION_OVERRIDE=${version}"
-hostmakedepends="pkg-config swig"
+configure_args="-DOBS_VERSION_OVERRIDE=${version} -DBUILD_BROWSER=OFF -DBUILD_VST=OFF"
+hostmakedepends="pkg-config swig qt5-qmake qt5-host-tools"
 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"
+ x264-devel mbedtls-devel jansson-devel wayland-devel pipewire-devel"
+depends="xset xdg-desktop-portal"
 short_desc="Open Broadcaster Software"
 maintainer="lemmi <lemmi@nerd2nerd.org>"
 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=bc8b4c61ba4aae87b70c589a6a5b8538e4f03121b31e9b98a2071d9f6006b897
-
-CFLAGS="-fcommon"
+checksum=c7ea5369f4c94203a8a81b73c6372873f08ab9e5b20860691dad2c29f5dda85e
 
 obs-devel_package() {
 	short_desc+=" - development files"
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
+		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/include
 		vmove usr/lib/cmake
 		vmove usr/lib/pkgconfig
 	}
 }
-
-# REMARKS:
-# lemmi writes: needed to remove vmove usr/lib/*.so from the devel package,
-# otherwise obs would pull it in.

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

* Re: [PR PATCH] [Merged]: obs: update to 27.0.0.
  2021-06-01 17:52 [PR PATCH] obs: update to 27.0.0 paper42
                   ` (4 preceding siblings ...)
  2021-06-03 20:20 ` [PR PATCH] [Updated] " paper42
@ 2021-06-08  3:06 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-06-08  3:06 UTC (permalink / raw)
  To: ml

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

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

obs: update to 27.0.0.
https://github.com/void-linux/void-packages/pull/31245

Description:
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

ping @lemmi

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

end of thread, other threads:[~2021-06-08  3:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 17:52 [PR PATCH] obs: update to 27.0.0 paper42
2021-06-01 18:53 ` [PR PATCH] [Updated] " paper42
2021-06-02  4:22 ` ericonr
2021-06-02 18:42 ` Noah-Huppert
2021-06-03 16:24 ` Gottox
2021-06-03 20:20 ` [PR PATCH] [Updated] " paper42
2021-06-08  3:06 ` [PR PATCH] [Merged]: " ericonr

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