public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: net-libs/dleyna-renderer/
@ 2015-02-21 23:42 Gilles Dartiguelongue
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2015-02-21 23:42 UTC (permalink / raw
  To: gentoo-commits

commit:     d21e2a40ec3e4be06135605300ebd15a1c70bf81
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 21 21:10:14 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Feb 21 21:10:14 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d21e2a40

net-libs/dleyna-renderer: initial ebuild

As requested in bug #540714 and bug #509228.

---
 .../dleyna-renderer/dleyna-renderer-0.5.0.ebuild   | 34 ++++++++++++++++++++++
 net-libs/dleyna-renderer/metadata.xml              |  5 ++++
 2 files changed, 39 insertions(+)

diff --git a/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild b/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild
new file mode 100644
index 0000000..595c87d
--- /dev/null
+++ b/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="library implementing services that allow clients to discover and manipulate DLNA renderers"
+HOMEPAGE="https://01.org/dleyna/"
+SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+	>=dev-libs/glib-2.28:2
+	>=media-libs/gupnp-dlna-0.9.4:2.0
+	>=net-libs/dleyna-core-0.5
+	>=net-libs/gssdp-0.13.2
+	>=net-libs/gupnp-0.20.5
+	>=net-libs/gupnp-av-0.11.5
+	>=net-libs/libsoup-2.28.2:2.4
+"
+DEPEND="${DEPEND}
+	virtual/pkgconfig
+"
+
+src_install() {
+	default
+	prune_libtool_files
+}

diff --git a/net-libs/dleyna-renderer/metadata.xml b/net-libs/dleyna-renderer/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/net-libs/dleyna-renderer/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-libs/dleyna-renderer/
@ 2015-03-26 12:04 Gilles Dartiguelongue
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2015-03-26 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     0a284c82c9036a415f0a53968106ca250a9c9f1b
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 26 12:04:21 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Mar 26 12:04:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0a284c82

net-libs/dleyna-renderer: needs dbus connector to actually work

Makes gnome-photos work as expected for bug #509228.

 net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild b/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild
index 595c87d..10d2d85 100644
--- a/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild
+++ b/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND="
+COMMON_DEPEND="
 	>=dev-libs/glib-2.28:2
 	>=media-libs/gupnp-dlna-0.9.4:2.0
 	>=net-libs/dleyna-core-0.5
@@ -24,7 +24,10 @@ RDEPEND="
 	>=net-libs/gupnp-av-0.11.5
 	>=net-libs/libsoup-2.28.2:2.4
 "
-DEPEND="${DEPEND}
+RDEPEND="${COMMON_DEPEND}
+	net-libs/dleyna-connector-dbus
+"
+DEPEND="${COMMON_DEPEND}
 	virtual/pkgconfig
 "
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: net-libs/dleyna-renderer/
@ 2015-06-10 10:37 Gilles Dartiguelongue
  0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-10 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     32570b9f82ab2dd9e58ff31d56a7d468998dc704
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 22:50:51 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 22:50:51 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=32570b9f

net-libs/dleyna-renderer: moved to gentoo-x86

 .../dleyna-renderer/dleyna-renderer-0.5.0.ebuild   | 37 ----------------------
 1 file changed, 37 deletions(-)

diff --git a/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild b/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild
deleted file mode 100644
index 10d2d85..0000000
--- a/net-libs/dleyna-renderer/dleyna-renderer-0.5.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="library implementing services that allow clients to discover and manipulate DLNA renderers"
-HOMEPAGE="https://01.org/dleyna/"
-SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-COMMON_DEPEND="
-	>=dev-libs/glib-2.28:2
-	>=media-libs/gupnp-dlna-0.9.4:2.0
-	>=net-libs/dleyna-core-0.5
-	>=net-libs/gssdp-0.13.2
-	>=net-libs/gupnp-0.20.5
-	>=net-libs/gupnp-av-0.11.5
-	>=net-libs/libsoup-2.28.2:2.4
-"
-RDEPEND="${COMMON_DEPEND}
-	net-libs/dleyna-connector-dbus
-"
-DEPEND="${COMMON_DEPEND}
-	virtual/pkgconfig
-"
-
-src_install() {
-	default
-	prune_libtool_files
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-10 10:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-10 10:37 [gentoo-commits] proj/gnome:master commit in: net-libs/dleyna-renderer/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2015-03-26 12:04 Gilles Dartiguelongue
2015-02-21 23:42 Gilles Dartiguelongue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox