Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 4911B780794 for <~alpine/aports@lists.alpinelinux.org>; Thu, 7 Oct 2021 06:26:31 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amk.ie; s=key1; t=1633587511; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=nXeFlOalCdICP/soKMyjfXYn4LGur1HXemTCKPl1sLs=; b=oXdoVNOchxv5X9dkZ+TPB68a1GaLt9MoRSlg7TF5v41n2IzfsE056nOogxP6W7fw6vLaQ/ Ce2xsfWYdpS/rm/atznvBLiQD88lSq+AfifLKALkCgVN+UY75fqbpztFazjmL5S0jGFXMv 8QvJAVmdvh1JiTQVxRa2N7eI3cWeY/Rku1c41iP7stM2X4fHdVTLbO6QqwjGkMjZ7ylCkf RrZLUhfnJkcvACgoZ9WNLKNEv/PY2/KEXKDxH/+xaJZxTX0+Gy3Pip4xnx4QclO/sfFF9p rGjwnbrqg/TKhUhSnrQqoRXGlvjotNRp+jvZ/EiyoyRylDMy0u5ngce7J0gd3w== From: Alex McGrath To: ~alpine/aports@lists.alpinelinux.org Cc: Alex McGrath Subject: [PATCH v2] community/pamixer: upgrade to 1.5 Date: Thu, 7 Oct 2021 07:18:28 +0100 Message-Id: <20211007061828.7780-1-amk@amk.ie> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: amk@amk.ie --- community/pamixer/APKBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/community/pamixer/APKBUILD b/community/pamixer/APKBUILD index f8c259536d..5349e84bb5 100644 --- a/community/pamixer/APKBUILD +++ b/community/pamixer/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Alex McGrath # Maintainer: Alex McGrath pkgname=pamixer -pkgver=1.4 -pkgrel=3 +pkgver=1.5 +pkgrel=0 pkgdesc="pulseaudio command line mixer" url="https://github.com/cdemoulins/pamixer" arch="all" @@ -13,6 +13,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/cdemoulins/pamixer/archive/$ options="!check" build() { + export CXXFLAGS="$CXXFLAGS -DVERSION=$pkgver" make } @@ -21,4 +22,6 @@ package() { "$pkgdir"/usr/bin/"$pkgname" } -sha512sums="e3916ed8dc020bb43e57994a9f35a506147a0fde42b88c30c661cbeffa40e0f74cae66cd015394e524684c32f9674de3e3763a1396a3e1b9aecbfdc3ed117fe4 pamixer-1.4.tar.gz" +sha512sums=" +f520e43efcf77332b26d444529d8e706256fda2a497d5c4f694c074abda118f70d82f7f87f9cd1f1f52e19f84d51484cb00ec58ece458106cef40edac8b39d3c pamixer-1.5.tar.gz +" -- 2.33.0