Github messages for voidlinux
 help / color / mirror / Atom feed
From: teldra <teldra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Update pamixer
Date: Thu, 14 Jul 2022 14:59:48 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38061@inbox.vuxu.org> (raw)

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

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

https://github.com/teldra/void-packages update-pamixer
https://github.com/void-linux/void-packages/pull/38061

Update pamixer
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-pamixer-38061.patch --]
[-- Type: text/x-diff, Size: 2196 bytes --]

From 4121ceee09b64632e47e356b62d89afadebc8d0f Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 14 Jul 2022 14:52:10 +0200
Subject: [PATCH 1/2] New package: cxxopts-3.0.0

---
 srcpkgs/cxxopts/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/cxxopts/template

diff --git a/srcpkgs/cxxopts/template b/srcpkgs/cxxopts/template
new file mode 100644
index 000000000000..07c6c0b6a310
--- /dev/null
+++ b/srcpkgs/cxxopts/template
@@ -0,0 +1,16 @@
+# Template file for 'cxxopts'
+pkgname=cxxopts
+version=3.0.0
+revision=1
+build_style=cmake
+short_desc="Lightweight C++ command line option parser"
+maintainer="teldra <teldra@rotce.de>"
+license="MIT"
+homepage="https://github.com/jarro2783/cxxopts"
+changelog="https://raw.githubusercontent.com/jarro2783/cxxopts/master/CHANGELOG.md"
+distfiles="https://github.com/jarro2783/cxxopts/archive/refs/tags/v${version}.tar.gz"
+checksum=36f41fa2a46b3c1466613b63f3fa73dc24d912bc90d667147f1e43215a8c6d00
+
+post_install() {
+	vlicense LICENSE
+}

From fcda60341257c0c39bb22e4b32913f3eff818bde Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Thu, 14 Jul 2022 14:52:18 +0200
Subject: [PATCH 2/2] pamixer: update to 1.6.

---
 srcpkgs/pamixer/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/pamixer/template b/srcpkgs/pamixer/template
index 67a9df9ece51..0fb88c1e6f05 100644
--- a/srcpkgs/pamixer/template
+++ b/srcpkgs/pamixer/template
@@ -1,17 +1,14 @@
 # Template file for 'pamixer'
 pkgname=pamixer
-version=1.5
+version=1.6
 revision=1
-build_style=gnu-makefile
-makedepends="pulseaudio-devel boost-devel"
+build_style=meson
+hostmakedepends="cmake pkg-config"
+makedepends="pulseaudio-devel cxxopts"
 short_desc="Pulseaudio command line mixer"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/cdemoulins/pamixer"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=eb75a9f71b99429bc5a789e82bbd3260bc27104aaaf8d9c17b56e23f74531708
+checksum=8b7199e495dc19b190f8f02ace8782f533266a4bd7c7d3cf6f4cf09b2de13e71
 CXXFLAGS="-DVERSION=$version"
-
-do_install() {
-	vbin pamixer
-}

             reply	other threads:[~2022-07-14 12:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-14 12:59 teldra [this message]
2022-07-14 13:42 ` ishaanbhimwal
2022-07-14 14:12 ` [PR PATCH] [Closed]: " sgn
2022-07-14 14:12 ` sgn

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38061@inbox.vuxu.org \
    --to=teldra@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).