Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] obs: update to 27.0.0.
Date: Thu, 03 Jun 2021 22:20:45 +0200	[thread overview]
Message-ID: <20210603202045.DiS0OZztM36LO9LZCxB0Tf1gOaP4X9rbPe72PDSsl8U@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31245@inbox.vuxu.org>

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

  parent reply	other threads:[~2021-06-03 20:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-01 17:52 [PR PATCH] " 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 ` paper42 [this message]
2021-06-08  3:06 ` [PR PATCH] [Merged]: " ericonr

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=20210603202045.DiS0OZztM36LO9LZCxB0Tf1gOaP4X9rbPe72PDSsl8U@z \
    --to=paper42@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).