Skip to content
Snippets Groups Projects

testing/wlrobs: enable more arches

Closed mailinglist-bot requested to merge patches/3941 into master
2 unresolved threads

Patchset from Drew DeVault sir@cmpwn.com via aports #3941:

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 1 # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
2 2 pkgname=wlrobs
3 3 pkgver=1.0
4 pkgrel=1
4 pkgrel=2
5 5 pkgdesc="obs-studio plugin that allows you to screen capture on wlroots"
6 6 url="https://hg.sr.ht/~scoopta/wlrobs"
7 arch="x86 x86_64" # obs-stduio not provided on other platforms
7 arch="all"
8 8 license="GPL-3.0-only"
9 makedepends="meson ninja obs-studio-dev wayland-dev"
9 makedepends="meson ninja obs-studio-dev wayland-dev libdrm-dev mesa-dev"
  • Please keep them sorted alphabeticaly and preferably reformat them to one item per line.

    -makedepends="meson ninja obs-studio-dev wayland-dev libdrm-dev mesa-dev"
    +makedepends="
    +	libdrm-dev
    +	mesa-dev
    +	meson
    +	ninja
    +	obs-studio-dev
    +	wayland-dev
    +	"
  • Please register or sign in to reply
    • Thanks for splitting independent changes into separate commits. However, splitting pkgrel bump is unnecessary, you can do it in the first commit of MR.

      Also, please don’t open a new MR for the same thing, just amend commits to the original one.

    • Drew DeVault sir@cmpwn.com replied via email:

      On Tue Feb 15, 2022 at 11:28 AM CET, Jakub Jirutka wrote:
      > Thanks for splitting independent changes into separate commits.
      > However, splitting pkgrel bump is unnecessary, you can do it in the
      > first commit of MR.
      >
      > Also, please don’t open a new MR for the same thing, just amend
      > commits to the original one.
      
      I contribute via email, which does not support new MRs. Sorry.
      
    • Please register or sign in to reply
  • Superseded by !30936 (merged).

  • closed

  • Please register or sign in to reply
    Loading