Github messages for voidlinux
 help / color / mirror / Atom feed
From: Gottox <Gottox@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: obs: update to 27.0.0.
Date: Thu, 03 Jun 2021 18:24:06 +0200	[thread overview]
Message-ID: <20210603162406.h0w8qC_um0XUBc02e6Mabnb5tzHZgpidKfrIp8zW5C4@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: 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.
```

  parent reply	other threads:[~2021-06-03 16:24 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 [this message]
2021-06-03 20:20 ` [PR PATCH] [Updated] " paper42
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=20210603162406.h0w8qC_um0XUBc02e6Mabnb5tzHZgpidKfrIp8zW5C4@z \
    --to=gottox@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).