public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/
Date: Sun, 27 Aug 2017 10:03:02 +0000 (UTC)	[thread overview]
Message-ID: <1503828175.684b71d6ff28e69e2a876f280a613f15451846f9.eva@gentoo> (raw)

commit:     684b71d6ff28e69e2a876f280a613f15451846f9
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 09:49:11 2017 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 10:02:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684b71d6

net-libs/libdmapsharing: version bump 2.9.37 → 2.9.39

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-libs/libdmapsharing/Manifest                   |  1 +
 .../libdmapsharing/libdmapsharing-2.9.39.ebuild    | 47 ++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index 65e9d2199c6..5ba3bbb0b75 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1 +1,2 @@
 DIST libdmapsharing-2.9.37.tar.gz 760469 SHA256 9b6847b4021596913c927cca51600727cd44582b4417a3b1ec6967d0ab42ec79 SHA512 db64c7e9ca6d8e06fdbec44853d8667a5d698244bc0881beae6aee447d464882accd885685636b3cd84735fe16eaa3b7bf692f2ac217525a9b86f5a12c810e8f WHIRLPOOL b8055b26a08417eb88950d35ab3c8c1bdbd26e86c0908edd65a4190e59f34a572731afd14b3283ed04311245e2c4731cbeeb4b6afd7d74ae6a50958ce2fecdbe
+DIST libdmapsharing-2.9.39.tar.gz 757492 SHA256 a90dc0681ae81700e46efc539f70edb6edd936b782a9a695434bea660a43a5ef SHA512 7003b947e1982735b647c1fa8e7e80e05322acf4ed4b5c1c28708da00a0bfe3eecac01bc2ddf59966e7db045f14fc78e749a2859d7e909bcea41164939f15b4a WHIRLPOOL 1d033a2ccc1d02ef1f4e916251c06b39a7ce52dc9c9b577a4a793518b41f4bef015ac654a8b3517a9539f0d6be671b245e7113b733ee4de5b1b630af837f8403

diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
new file mode 100644
index 00000000000..1f4570f4141
--- /dev/null
+++ b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="A library that implements the DMAP family of protocols"
+HOMEPAGE="http://www.flyn.org/projects/libdmapsharing"
+SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="3.0/2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+introspection test"
+
+# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
+# Doesn't seem to be used for anything...
+RDEPEND="
+	>=dev-libs/glib-2.36:2
+	x11-libs/gdk-pixbuf:2
+	>=net-dns/avahi-0.6[dbus]
+	>=net-libs/libsoup-2.48.0:2.4
+	media-libs/gstreamer:1.0
+	media-libs/gst-plugins-base:1.0
+	sys-libs/zlib
+	introspection? ( >=dev-libs/gobject-introspection-1.30:= )
+"
+DEPEND="${RDEPEND}
+	dev-util/gtk-doc-am
+	virtual/pkgconfig
+	test? ( >=dev-libs/check-0.9.4 )
+"
+
+src_prepare() {
+	# Remove useless CFLAGS alteration in configure
+	sed -e 's/CFLAGS -O2/CFLAGS/' \
+		-i configure.ac configure || die
+	gnome2_src_prepare
+}
+
+src_configure() {
+	gnome2_src_configure \
+		--with-mdns=avahi \
+		$(use_enable introspection) \
+		$(use_enable test tests) \
+		$(use_enable test check)
+}


             reply	other threads:[~2017-08-27 10:03 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-27 10:03 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-05 20:28 [gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/ Matt Turner
2023-08-30  7:57 Arthur Zamarin
2023-08-29 18:02 Arthur Zamarin
2023-08-14 14:34 Matt Turner
2023-07-27  8:29 WANG Xuerui
2023-07-21 15:33 Matt Turner
2023-06-03  2:29 Sam James
2023-06-03  1:57 Sam James
2023-06-03  1:57 Sam James
2022-10-31 14:28 Matt Turner
2022-07-29  2:59 Sam James
2022-06-17 17:24 Sam James
2021-08-27 15:19 Yixun Lan
2021-03-04  0:23 Sam James
2018-10-06 22:37 Mart Raudsepp
2018-05-05  1:26 Aaron Bauman
2017-12-21 23:31 Mart Raudsepp
2017-12-16 14:04 Tobias Klausmann
2017-07-29 20:36 Alexis Ballier
2017-02-16  0:17 Mart Raudsepp
2016-12-05 13:52 Pacho Ramos
2016-12-05 13:52 Pacho Ramos
2016-09-11 11:28 Gilles Dartiguelongue
2016-09-11 11:28 Gilles Dartiguelongue
2016-06-11 19:39 Pacho Ramos
2016-06-11 12:06 Pacho Ramos
2016-05-29 12:42 Pacho Ramos
2016-05-29 12:42 Pacho Ramos
2015-11-11  8:20 Agostino Sarubbo
2015-11-10 17:02 Agostino Sarubbo
2015-11-07 12:16 Pacho Ramos
2015-11-07 12:16 Pacho Ramos

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=1503828175.684b71d6ff28e69e2a876f280a613f15451846f9.eva@gentoo \
    --to=eva@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