Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libpulse/
Date: Sun, 27 Feb 2022 01:04:33
Message-Id: 1645923845.7fea3259675f48677668e18fa05171077e8c78c7.sam@gentoo
1 commit: 7fea3259675f48677668e18fa05171077e8c78c7
2 Author: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 23 06:56:10 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 01:04:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fea3259
7
8 media-libs/libpulse: Version bump to 15.99.1
9
10 Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail.com>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/libpulse/Manifest | 3 +--
14 .../libpulse/{libpulse-15.0-r1.ebuild => libpulse-15.99.1.ebuild} | 5 +----
15 2 files changed, 2 insertions(+), 6 deletions(-)
16
17 diff --git a/media-libs/libpulse/Manifest b/media-libs/libpulse/Manifest
18 index 620fb8498703..fe4662eb346a 100644
19 --- a/media-libs/libpulse/Manifest
20 +++ b/media-libs/libpulse/Manifest
21 @@ -1,2 +1 @@
22 -DIST pulseaudio-15.0.tar.xz 1521760 BLAKE2B a6f7b74fdcfe7f2a993eafb9f465946915a24b6801d3077971b9377290d6c70b3f8640a800abd09d5901db96a20349f31b1beedd9da2249f69b591fb8392f489 SHA512 352ef20384c76c631c0faa73b08e2318902a433712e0c086a5ac7a0ae58873c8d4be8f35879bdec71a93b19ae8e2ba073cacac4d56215bcf58375a0cd9d88833
23 -DIST pulseaudio-daemon-15.0-patchset-1.tar.bz2 13739 BLAKE2B 0a9497536481b79ebb9928fc753d44cde30b331890cf7a912f0e038fc270a79e4774fdca209a52b6d50de93e32c30c6636e4d7e57e9daceb90ee80e699599ac8 SHA512 04d98d2a1862cc65cc48837bd3c9d6c8ece4591966bc9d673c8273b445fc63dcc59d8aa891ae8c802ebacacdf56e2790a3f20a95009107c5e5cf6581d1f5f996
24 +DIST pulseaudio-15.99.1.tar.xz 1546536 BLAKE2B d77b7f9d05c1ffe1490b72dbf58b479962798d6e961d4efc935cbab0a6ad7fcd6ecb99de5efa5b85658b58e59024087cfd446ac4e7eeef1cd38fa7e579b5fb3c SHA512 3eb7cdc9795204513d43336836d12709e78ebb001a97e9bab81969a4981a10df2d68a5fad34aef2660f37b72d269cb01e4c6e76c42a5c5742ac56c0f575778d5
25
26 diff --git a/media-libs/libpulse/libpulse-15.0-r1.ebuild b/media-libs/libpulse/libpulse-15.99.1.ebuild
27 similarity index 96%
28 rename from media-libs/libpulse/libpulse-15.0-r1.ebuild
29 rename to media-libs/libpulse/libpulse-15.99.1.ebuild
30 index 721e285a24b4..357eea6b8537 100644
31 --- a/media-libs/libpulse/libpulse-15.0-r1.ebuild
32 +++ b/media-libs/libpulse/libpulse-15.99.1.ebuild
33 @@ -5,8 +5,7 @@ EAPI="7"
34
35 MY_PV="${PV/_pre*}"
36 MY_P="pulseaudio-${MY_PV}"
37 -MY_PATCHSET="pulseaudio-daemon-15.0-patchset-1"
38 -inherit bash-completion-r1 gnome2-utils meson-multilib optfeature systemd tmpfiles udev
39 +inherit bash-completion-r1 gnome2-utils meson-multilib optfeature systemd udev
40
41 DESCRIPTION="Libraries for PulseAudio clients"
42 HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/"
43 @@ -17,7 +16,6 @@ if [[ ${PV} = 9999 ]]; then
44 EGIT_REPO_URI="https://gitlab.freedesktop.org/pulseaudio/pulseaudio"
45 else
46 SRC_URI="https://freedesktop.org/software/pulseaudio/releases/${MY_P}.tar.xz"
47 - SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/media-sound/pulseaudio-daemon/${MY_PATCHSET}.tar.bz2"
48 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
49 fi
50
51 @@ -74,7 +72,6 @@ DOCS=( NEWS README )
52
53 # patches merged upstream, to be removed with 16.0 bump
54 PATCHES=(
55 - "${WORKDIR}"/${MY_PATCHSET}/
56 )
57
58 src_prepare() {