From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D93E1396D0 for ; Thu, 28 Sep 2017 06:09:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38AF8E0D88; Thu, 28 Sep 2017 06:09:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16F24E0D88 for ; Thu, 28 Sep 2017 06:09:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0F7E3416F0 for ; Thu, 28 Sep 2017 06:09:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21BE29078 for ; Thu, 28 Sep 2017 06:09:53 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1506578973.67fa3286ef91043177c182c964e4a6e6ec85a96c.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pulseaudio-dlna/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2-r1.ebuild X-VCS-Directories: net-misc/pulseaudio-dlna/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 67fa3286ef91043177c182c964e4a6e6ec85a96c X-VCS-Branch: master Date: Thu, 28 Sep 2017 06:09:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bd5f2c0b-00b2-458e-a0ac-ad3e313a264e X-Archives-Hash: 2ddb574957f9174ae6d389f214ffe9b7 commit: 67fa3286ef91043177c182c964e4a6e6ec85a96c Author: Matthew Thode gentoo org> AuthorDate: Thu Sep 28 06:09:14 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Sep 28 06:09:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67fa3286 net-misc/pulseaudio-dlna: allow newer ffmpeg use Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../pulseaudio-dlna-0.5.2-r1.ebuild | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2-r1.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2-r1.ebuild new file mode 100644 index 00000000000..6714dd0bdc2 --- /dev/null +++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2-r1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) +DISTUTILS_SINGLE_IMPL=1 + +inherit distutils-r1 + +DESCRIPTION="A lightweight DLNA/UPNP/Chromecast streaming server for PulseAudio" +HOMEPAGE="https://github.com/masmu/pulseaudio-dlna" +SRC_URI="https://github.com/masmu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}] + >=dev-python/chardet-2.0.1[${PYTHON_USEDEP}] + >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}] + >=dev-python/futures-2.1.6[${PYTHON_USEDEP}] + dev-python/librsvg-python[${PYTHON_USEDEP}] + >=dev-python/lxml-3[${PYTHON_USEDEP}] + >=dev-python/netifaces-0.8[${PYTHON_USEDEP}] + >=dev-python/notify2-0.3[${PYTHON_USEDEP}] + >=dev-python/psutil-1.2.1[${PYTHON_USEDEP}] + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + >=dev-python/requests-2.2.1[${PYTHON_USEDEP}] + >=dev-python/setproctitle-1.0.1[${PYTHON_USEDEP}] + >=dev-python/zeroconf-0.17[${PYTHON_USEDEP}] + || ( + || ( media-video/ffmpeg[encode,faac,mp3,opus,vorbis] + media-video/ffmpeg[encode,fdk,mp3,opus,vorbis] ) + ( media-video/libav[encode,faac,mp3,opus,vorbis] ) + ( media-libs/faac + media-libs/flac + media-sound/lame + media-sound/opus-tools + media-sound/sox + media-sound/vorbis-tools ) + ) + virtual/python-futures[${PYTHON_USEDEP}]" + +DEPEND="${RDEPEND} + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + media-sound/pulseaudio" + +src_install() { + distutils-r1_src_install + + insinto /usr/share/applications + doins "${FILESDIR}/${PN}.desktop" +}