public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmpdclient/
Date: Sat, 22 Aug 2020 16:06:15 +0000 (UTC)	[thread overview]
Message-ID: <1598112350.9608a8ee4c8af8a66611c28bfa7196c1b6468c75.asturm@gentoo> (raw)

commit:     9608a8ee4c8af8a66611c28bfa7196c1b6468c75
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 21:10:58 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 16:05:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9608a8ee

media-libs/libmpdclient: 2.19 version bump, EAPI-7 bump

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/media-libs/libmpdclient/Manifest b/media-libs/libmpdclient/Manifest
index 74d404c7d33..dd6ec6f0598 100644
--- a/media-libs/libmpdclient/Manifest
+++ b/media-libs/libmpdclient/Manifest
@@ -1 +1,2 @@
 DIST libmpdclient-2.16.tar.xz 60480 BLAKE2B ef7a077195b08f24304e08701a303a6709f71792112b096b0e1741f550f215352936f30e05f4afad29c0f7a5e4340e87de6d7fd8cfcd4c27f34eda91c7d21891 SHA512 520568f61cee447e48c04075d212c46e9640fd3f82604a5b9f4c6ded94eeb4a841e857e44e9f4edad12d93c1052692e7d32d3dbf505d4c0cde6cc217cff0cae5
+DIST libmpdclient-2.19.tar.xz 69144 BLAKE2B c045c4847d43f166a3e1549654784bd994fa4156e3ecebf7c02a412b34ca150940f3c43cdc385839cd7c281bd4ed4fd1935b757d8505133d146ea955ec2d0832 SHA512 5d67b95d4b615bc750641f6d5a0240122e8f59c66108838a96bd4bc5cdda8b15288ad03d0e35d92d6e562e67c600f68aad643ca541092121074952a1bc5b3590

diff --git a/media-libs/libmpdclient/libmpdclient-2.19.ebuild b/media-libs/libmpdclient/libmpdclient-2.19.ebuild
new file mode 100644
index 00000000000..0a52798377e
--- /dev/null
+++ b/media-libs/libmpdclient/libmpdclient-2.19.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~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:[~2020-08-22 16:06 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-22 16:06 Andreas Sturmlechner [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-11-24  8:14 Miroslav Šulc
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
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=1598112350.9608a8ee4c8af8a66611c28bfa7196c1b6468c75.asturm@gentoo \
    --to=asturm@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