Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update pamixer
@ 2022-07-14 12:59 teldra
  2022-07-14 13:42 ` ishaanbhimwal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: teldra @ 2022-07-14 12:59 UTC (permalink / raw)
  To: ml

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Update pamixer
  2022-07-14 12:59 [PR PATCH] Update pamixer teldra
@ 2022-07-14 13:42 ` ishaanbhimwal
  2022-07-14 14:12 ` [PR PATCH] [Closed]: " sgn
  2022-07-14 14:12 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: ishaanbhimwal @ 2022-07-14 13:42 UTC (permalink / raw)
  To: ml

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

New comment by ishaanbhimwal on void-packages repository

https://github.com/void-linux/void-packages/pull/38061#issuecomment-1184464995

Comment:
[New package: cxxopts-3.0.0](https://github.com/void-linux/void-packages/pull/38061/commits/4121ceee09b64632e47e356b62d89afadebc8d0f) should have it's own individual PR.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: Update pamixer
  2022-07-14 12:59 [PR PATCH] Update pamixer teldra
  2022-07-14 13:42 ` ishaanbhimwal
@ 2022-07-14 14:12 ` sgn
  2022-07-14 14:12 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2022-07-14 14:12 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

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

Description:
<!-- 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
-->


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Update pamixer
  2022-07-14 12:59 [PR PATCH] Update pamixer teldra
  2022-07-14 13:42 ` ishaanbhimwal
  2022-07-14 14:12 ` [PR PATCH] [Closed]: " sgn
@ 2022-07-14 14:12 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2022-07-14 14:12 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/38061#issuecomment-1184499022

Comment:
> [New package: cxxopts-3.0.0](https://github.com/void-linux/void-packages/pull/38061/commits/4121ceee09b64632e47e356b62d89afadebc8d0f) should have it's own individual PR.

No, it must be separated.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-14 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-14 12:59 [PR PATCH] Update pamixer teldra
2022-07-14 13:42 ` ishaanbhimwal
2022-07-14 14:12 ` [PR PATCH] [Closed]: " sgn
2022-07-14 14:12 ` sgn

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