Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

obs: update to 27.0.0. #31245

Merged
merged 1 commit into from Jun 8, 2021
Merged

obs: update to 27.0.0. #31245

merged 1 commit into from Jun 8, 2021

Conversation

paper42
Copy link
Member

@paper42 paper42 commented Jun 1, 2021

General

Have the results of the proposed changes been tested?

  • 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

@ericonr
Copy link
Member

ericonr commented Jun 2, 2021

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

@Noah-Huppert
Copy link
Contributor

Thanks for working on this PR @paper42 :)

@Gottox
Copy link
Member

Gottox commented Jun 3, 2021

suggested change:

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.

@ericonr ericonr merged commit 6550b79 into void-linux:master Jun 8, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2021
@paper42 paper42 deleted the obs-27 branch April 8, 2022 11:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants