public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpdclient/
Date: Wed, 24 Nov 2021 08:14:25 +0000 (UTC)	[thread overview]
Message-ID: <1637741663.a23e04e62d72ceb549cebb26b04777ead2becb97.fordfrog@gentoo> (raw)

commit:     a23e04e62d72ceb549cebb26b04777ead2becb97
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 24 08:14:12 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Nov 24 08:14:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a23e04e6

media-libs/libmpdclient: bump to 2.20

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/libmpdclient/Manifest                 |  1 +
 media-libs/libmpdclient/libmpdclient-2.20.ebuild | 43 ++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/media-libs/libmpdclient/Manifest b/media-libs/libmpdclient/Manifest
index 6558cadb2f63..a830a005dfc4 100644
--- a/media-libs/libmpdclient/Manifest
+++ b/media-libs/libmpdclient/Manifest
@@ -1 +1,2 @@
 DIST libmpdclient-2.19.tar.xz 69144 BLAKE2B c045c4847d43f166a3e1549654784bd994fa4156e3ecebf7c02a412b34ca150940f3c43cdc385839cd7c281bd4ed4fd1935b757d8505133d146ea955ec2d0832 SHA512 5d67b95d4b615bc750641f6d5a0240122e8f59c66108838a96bd4bc5cdda8b15288ad03d0e35d92d6e562e67c600f68aad643ca541092121074952a1bc5b3590
+DIST libmpdclient-2.20.tar.xz 71552 BLAKE2B d80c343d7655ccddb253275694d40665d286bf9c59729d0c836c927ab479b1ab4819f36a69c62a29c3ad220fcbfa712da5418cf8c3cc9f9e24af4e3c39ce1e11 SHA512 3271c8eae017402976dbfabc51c7cb8d39912c8a3fd6cd075adc978d490f2eb850d86ccec9f7bccbda48c9d6ca1cda89918ac7c76b21f7f63ca1a276b67e94b6

diff --git a/media-libs/libmpdclient/libmpdclient-2.20.ebuild b/media-libs/libmpdclient/libmpdclient-2.20.ebuild
new file mode 100644
index 000000000000..dbea91ce11a1
--- /dev/null
+++ b/media-libs/libmpdclient/libmpdclient-2.20.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Library for interfacing Music Player Daemon (media-sound/mpd)"
+HOMEPAGE="https://www.musicpd.org https://github.com/MusicPlayerDaemon/libmpdclient"
+SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+DEPEND="test? ( dev-libs/check )"
+
+src_prepare() {
+	default
+
+	sed -e "s:@top_srcdir@:.:" -i doc/doxygen.conf.in || die
+
+	# meson doesn't support setting docdir
+	sed -e "/^docdir =/s/meson.project_name()/'${PF}'/" \
+		-e "/^install_data(/s/'COPYING', //" \
+		-i meson.build || die
+}
+
+src_configure() {
+	local emesonargs=(
+		-Ddocumentation=$(usex doc true false)
+		-Dtest=$(usex test true false)
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	use examples && dodoc src/example.c
+}


             reply	other threads:[~2021-11-24  8:14 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-24  8:14 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-01 11:07 [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpdclient/ Miroslav Šulc
2024-02-28  2:32 Ionen Wolkens
2024-02-12 16:27 Sam James
2024-02-12 10:22 Sam James
2024-02-12 10:12 Sam James
2024-02-12 10:12 Sam James
2023-12-23  9:41 Miroslav Šulc
2023-12-21  9:29 Miroslav Šulc
2022-08-03 10:35 Arthur Zamarin
2022-02-15  5:13 Matt Turner
2021-12-25 18:09 Miroslav Šulc
2021-12-25 18:01 Arthur Zamarin
2021-12-25 10:25 Sam James
2021-12-25 10:25 Sam James
2021-12-25  9:51 Jakov Smolić
2021-12-25  9:51 Jakov Smolić
2021-09-02 10:04 Yixun Lan
2020-10-13 15:02 Andreas Sturmlechner
2020-10-13  9:26 Agostino Sarubbo
2020-10-12 12:11 Agostino Sarubbo
2020-10-12  6:59 Agostino Sarubbo
2020-10-12  6:58 Agostino Sarubbo
2020-10-11 15:39 Sam James
2020-08-22 16:06 Andreas Sturmlechner
2019-05-13 21:00 Pacho Ramos
2019-05-13  0:38 Thomas Deutschmann
2019-05-06 18:04 Tobias Klausmann
2019-04-08 18:55 Mikle Kolyada
2019-04-08  1:18 Aaron Bauman
2018-10-13  8:19 Mikle Kolyada
2018-09-20  7:53 Mikle Kolyada
2018-09-20  7:53 Mikle Kolyada
2018-09-16 12:08 Sergei Trofimovich
2018-09-16 12:08 Sergei Trofimovich
2018-09-16 12:08 Sergei Trofimovich
2018-09-14 10:18 Tobias Klausmann
2018-09-03 12:31 Mikle Kolyada
2018-09-01 23:26 Sergei Trofimovich
2018-09-01 23:22 Sergei Trofimovich
2018-09-01 17:55 Thomas Deutschmann
2018-08-30  9:05 Mikle Kolyada
2018-08-30  8:32 Mikle Kolyada
2018-08-30  8:30 Mikle Kolyada
2017-08-24 22:28 Tim Harder
2017-04-26  5:40 Tim Harder
2015-10-17 10:55 Markus Meier
2015-09-27  5:25 Jeroen Roovers
2015-09-25 14:13 Agostino Sarubbo
2015-09-24 10:36 Agostino Sarubbo

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=1637741663.a23e04e62d72ceb549cebb26b04777ead2becb97.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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