* [gentoo-commits] repo/gentoo:master commit in: net-misc/pulseaudio-dlna/
@ 2017-09-28 6:09 Matt Thode
0 siblings, 0 replies; 11+ messages in thread
From: Matt Thode @ 2017-09-28 6:09 UTC (permalink / raw
To: gentoo-commits
commit: 67fa3286ef91043177c182c964e4a6e6ec85a96c
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 06:09:14 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> 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"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pulseaudio-dlna/
@ 2017-12-09 0:25 Matt Thode
0 siblings, 0 replies; 11+ messages in thread
From: Matt Thode @ 2017-12-09 0:25 UTC (permalink / raw
To: gentoo-commits
commit: b0b8163936e4b564ba5e6922d89d879947f7fb9e
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 00:22:53 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 00:25:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b81639
net-misc/pulseaudio-dlna: adding live ebuild
Package-Manager: Portage-2.3.14, Repoman-2.3.6
net-misc/pulseaudio-dlna/Manifest | 2 +-
.../pulseaudio-dlna/pulseaudio-dlna-9999.ebuild | 66 ++++++++++++++++++++++
2 files changed, 67 insertions(+), 1 deletion(-)
diff --git a/net-misc/pulseaudio-dlna/Manifest b/net-misc/pulseaudio-dlna/Manifest
index d87a91f4760..861b33a0ef7 100644
--- a/net-misc/pulseaudio-dlna/Manifest
+++ b/net-misc/pulseaudio-dlna/Manifest
@@ -1 +1 @@
-DIST pulseaudio-dlna-0.5.2.tar.gz 701412 SHA256 e07f6db31502d90f6f8971d2cd1f96a540e2bd7f26f0090afdaee5b5c73f6a68 SHA512 298f61d643c35449fbb0001efa69a1792e41518953f58506703f3568902da4457d0f4f9e52b9641df26fc6f978670dd29a7f5d786b99339bd2a71f5fa59dd7db WHIRLPOOL 3a338048e99e9b37e6b583890d6799f07cc94470b8dc2d0a65f6e94c23528c4f4c10399856340d98fb4f2d580ed1fced2b457ad5129664db5678ceaabe13b86c
+DIST pulseaudio-dlna-0.5.2.tar.gz 701412 BLAKE2B f31d2e5f9adb79fc2882b14582f2787f152675c6f2c97857edf93d6b28fe2d3cbc85badf427665dac44e7d37802365b287e42fd2f8c11bde7cec5267a2fddeb6 SHA512 298f61d643c35449fbb0001efa69a1792e41518953f58506703f3568902da4457d0f4f9e52b9641df26fc6f978670dd29a7f5d786b99339bd2a71f5fa59dd7db
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
new file mode 100644
index 00000000000..ab32925b3a8
--- /dev/null
+++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
@@ -0,0 +1,66 @@
+# 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"
+
+if [[ ${PV} == *9999 ]];then
+ inherit git-r3
+ SRC_URI=""
+ EGIT_REPO_URI="${HOMEPAGE}"
+ KEYWORDS=""
+else
+ SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}]
+ >=dev-python/chardet-2.0.1[${PYTHON_USEDEP}]
+ >=dev-python/pyroute2-0.3.5[${PYTHON_USEDEP}]
+ >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
+ >=dev-python/futures-2.1.6[${PYTHON_USEDEP}]
+ gnome-base/librsvg[introspection]
+ x11-libs/gtk+:3[introspection]
+ >=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.4[${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"
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pulseaudio-dlna/
@ 2020-01-14 18:19 Matthew Thode
0 siblings, 0 replies; 11+ messages in thread
From: Matthew Thode @ 2020-01-14 18:19 UTC (permalink / raw
To: gentoo-commits
commit: 06fd15ace1c206f8e4145feffdc5fdc820c2dab7
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 18:19:10 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 18:19:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06fd15ac
net-misc/pulseaudio-dlna: python3 bump
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
net-misc/pulseaudio-dlna/Manifest | 1 +
...ld => pulseaudio-dlna-0.6.0_pre20200114.ebuild} | 59 +++++++++++-----------
.../pulseaudio-dlna/pulseaudio-dlna-9999.ebuild | 48 ++++++++++--------
3 files changed, 59 insertions(+), 49 deletions(-)
diff --git a/net-misc/pulseaudio-dlna/Manifest b/net-misc/pulseaudio-dlna/Manifest
index 861b33a0ef7..9da23b5d4e7 100644
--- a/net-misc/pulseaudio-dlna/Manifest
+++ b/net-misc/pulseaudio-dlna/Manifest
@@ -1 +1,2 @@
+DIST b0db8137224f5a293329a60187365168304c3768.zip 744009 BLAKE2B d70584a3a188dffc2ace995318300f35aec235e1cb85d96d98f6c2eb758623c9cece8c5548a7369f88f291491e8edd013a4320ef3498a5efc73497168dfb933b SHA512 9533d890d3a7fca1a694abb94795a263549bbf60919f405c876281f23312065474a9444384c1d9c908b6d1282cb95ae891f345eba1b57b7bf2c136deeda5b5e7
DIST pulseaudio-dlna-0.5.2.tar.gz 701412 BLAKE2B f31d2e5f9adb79fc2882b14582f2787f152675c6f2c97857edf93d6b28fe2d3cbc85badf427665dac44e7d37802365b287e42fd2f8c11bde7cec5267a2fddeb6 SHA512 298f61d643c35449fbb0001efa69a1792e41518953f58506703f3568902da4457d0f4f9e52b9641df26fc6f978670dd29a7f5d786b99339bd2a71f5fa59dd7db
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild
similarity index 53%
copy from net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
copy to net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild
index c62f80c399b..2b1044ecf8f 100644
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
+++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild
@@ -1,48 +1,43 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1
DESCRIPTION="A lightweight DLNA/UPNP/Chromecast streaming server for PulseAudio"
HOMEPAGE="https://github.com/masmu/pulseaudio-dlna"
-if [[ ${PV} == *9999 ]];then
- inherit git-r3
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/masmu/pulseaudio-dlna"
- KEYWORDS=""
-else
- SRC_URI="https://github.com/masmu/pulseaudio-dlna/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
+SRC_URI="https://github.com/masmu/pulseaudio-dlna/archive/b0db8137224f5a293329a60187365168304c3768.zip"
+KEYWORDS="~amd64 ~x86"
+S="${WORKDIR}/pulseaudio-dlna-b0db8137224f5a293329a60187365168304c3768"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}]
- >=dev-python/chardet-2.0.1[${PYTHON_USEDEP}]
- >=dev-python/pyroute2-0.3.5[${PYTHON_USEDEP}]
>=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
- >=dev-python/futures-2.1.6[${PYTHON_USEDEP}]
- gnome-base/librsvg[introspection]
- x11-libs/gtk+:3[introspection]
- >=dev-python/lxml-3[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.8[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
+ >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}]
>=dev-python/notify2-0.3[${PYTHON_USEDEP}]
- >=dev-python/psutil-1.2.1[${PYTHON_USEDEP}]
- dev-python/pycairo[${PYTHON_USEDEP}]
+ >=dev-python/psutil-5.4.7[${PYTHON_USEDEP}]
+ >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
+ >=dev-python/pyroute2-0.3.5[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.0[${PYTHON_USEDEP}]
+ >=dev-python/lxml-3[${PYTHON_USEDEP}]
+ >=dev-python/pychromecast-2.3.0[${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/dbus-python-1.0.0[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.17.4[${PYTHON_USEDEP}]
+ dev-python/pygobject[cairo,${PYTHON_USEDEP}]
+ gnome-base/librsvg[introspection]
+ x11-libs/gtk+:3[introspection]
|| (
- || ( media-video/ffmpeg[encode,faac,mp3,opus,vorbis]
- media-video/ffmpeg[encode,fdk,mp3,opus,vorbis] )
+ || (
+ 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
@@ -50,14 +45,20 @@ RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}]
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"
+python_prepare_all() {
+ sed -i '/dbus-python/d' setup.py || die
+ sed -i '/notify2/d' setup.py || die
+ sed -i '/docopt/d' setup.py || die
+ sed -i '/pychromecast/d' setup.py || die
+ distutils-r1_python_prepare_all
+}
+
src_install() {
distutils-r1_src_install
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
index c62f80c399b..09bcb5e3320 100644
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
+++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=1
+EAPI=7
+PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1
@@ -14,6 +13,7 @@ if [[ ${PV} == *9999 ]];then
inherit git-r3
SRC_URI=""
EGIT_REPO_URI="https://github.com/masmu/pulseaudio-dlna"
+ EGIT_BRANCH="python3"
KEYWORDS=""
else
SRC_URI="https://github.com/masmu/pulseaudio-dlna/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -25,24 +25,26 @@ SLOT="0"
IUSE=""
RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}]
- >=dev-python/chardet-2.0.1[${PYTHON_USEDEP}]
- >=dev-python/pyroute2-0.3.5[${PYTHON_USEDEP}]
>=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
- >=dev-python/futures-2.1.6[${PYTHON_USEDEP}]
- gnome-base/librsvg[introspection]
- x11-libs/gtk+:3[introspection]
- >=dev-python/lxml-3[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.8[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
+ >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}]
>=dev-python/notify2-0.3[${PYTHON_USEDEP}]
- >=dev-python/psutil-1.2.1[${PYTHON_USEDEP}]
- dev-python/pycairo[${PYTHON_USEDEP}]
+ >=dev-python/psutil-5.4.7[${PYTHON_USEDEP}]
+ >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
+ >=dev-python/pyroute2-0.3.5[${PYTHON_USEDEP}]
+ >=dev-python/netifaces-0.10.0[${PYTHON_USEDEP}]
+ >=dev-python/lxml-3[${PYTHON_USEDEP}]
+ >=dev-python/pychromecast-2.3.0[${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/dbus-python-1.0.0[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.17.4[${PYTHON_USEDEP}]
+ dev-python/pygobject[cairo,${PYTHON_USEDEP}]
+ gnome-base/librsvg[introspection]
+ x11-libs/gtk+:3[introspection]
|| (
- || ( media-video/ffmpeg[encode,faac,mp3,opus,vorbis]
- media-video/ffmpeg[encode,fdk,mp3,opus,vorbis] )
+ || (
+ 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
@@ -50,14 +52,20 @@ RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}]
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"
+python_prepare_all() {
+ sed -i '/dbus-python/d' setup.py || die
+ sed -i '/notify2/d' setup.py || die
+ sed -i '/docopt/d' setup.py || die
+ sed -i '/pychromecast/d' setup.py || die
+ distutils-r1_python_prepare_all
+}
+
src_install() {
distutils-r1_src_install
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pulseaudio-dlna/
@ 2020-01-14 19:13 Matthew Thode
0 siblings, 0 replies; 11+ messages in thread
From: Matthew Thode @ 2020-01-14 19:13 UTC (permalink / raw
To: gentoo-commits
commit: 4051e16ed6e72425d75b91efe4243c97e2711d96
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 19:11:49 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 19:13:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4051e16e
net-misc/pulseaudio-dlna: fix pkgcheck issues
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
net-misc/pulseaudio-dlna/Manifest | 2 +-
.../pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild | 10 ++++------
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/net-misc/pulseaudio-dlna/Manifest b/net-misc/pulseaudio-dlna/Manifest
index 9da23b5d4e7..ecb54a90f20 100644
--- a/net-misc/pulseaudio-dlna/Manifest
+++ b/net-misc/pulseaudio-dlna/Manifest
@@ -1,2 +1,2 @@
-DIST b0db8137224f5a293329a60187365168304c3768.zip 744009 BLAKE2B d70584a3a188dffc2ace995318300f35aec235e1cb85d96d98f6c2eb758623c9cece8c5548a7369f88f291491e8edd013a4320ef3498a5efc73497168dfb933b SHA512 9533d890d3a7fca1a694abb94795a263549bbf60919f405c876281f23312065474a9444384c1d9c908b6d1282cb95ae891f345eba1b57b7bf2c136deeda5b5e7
DIST pulseaudio-dlna-0.5.2.tar.gz 701412 BLAKE2B f31d2e5f9adb79fc2882b14582f2787f152675c6f2c97857edf93d6b28fe2d3cbc85badf427665dac44e7d37802365b287e42fd2f8c11bde7cec5267a2fddeb6 SHA512 298f61d643c35449fbb0001efa69a1792e41518953f58506703f3568902da4457d0f4f9e52b9641df26fc6f978670dd29a7f5d786b99339bd2a71f5fa59dd7db
+DIST pulseaudio-dlna-0.6.0_pre20200114.tar.gz 709196 BLAKE2B 3113d34eaadf735646f7e421e8271fcac02ea4faed76676d5a70e05c8a26745ffd1ae135d2c5186d9db7ad146d166535a1c901927d24ae2a1a4d08720a4f78d2 SHA512 9c97d160116acf07325b18f35000b58a042243345f98cb1c9e42848e39ef3ef32a9199e31044a758a0a5ec81176be651fa3ef2917a227347017fe375e27385c7
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild
index 2b1044ecf8f..b82c8ca4501 100644
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild
+++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild
@@ -4,12 +4,12 @@
EAPI=7
PYTHON_COMPAT=( python3_6 python3_7 )
-inherit distutils-r1
+inherit desktop 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/pulseaudio-dlna/archive/b0db8137224f5a293329a60187365168304c3768.zip"
+SRC_URI="https://github.com/masmu/pulseaudio-dlna/archive/b0db8137224f5a293329a60187365168304c3768.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/pulseaudio-dlna-b0db8137224f5a293329a60187365168304c3768"
@@ -31,12 +31,11 @@ RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
>=dev-python/dbus-python-1.0.0[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.17.4[${PYTHON_USEDEP}]
- dev-python/pygobject[cairo,${PYTHON_USEDEP}]
+ dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
gnome-base/librsvg[introspection]
x11-libs/gtk+:3[introspection]
|| (
|| (
- 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
@@ -62,6 +61,5 @@ python_prepare_all() {
src_install() {
distutils-r1_src_install
- insinto /usr/share/applications
- doins "${FILESDIR}/${PN}.desktop"
+ domenu "${FILESDIR}/${PN}.desktop"
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pulseaudio-dlna/
@ 2020-02-06 7:10 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2020-02-06 7:10 UTC (permalink / raw
To: gentoo-commits
commit: 3c4457205300b7bd9803bd903379e94fff79f065
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 6 07:03:50 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 07:08:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c445720
net-misc/pulseaudio-dlna: Remove old (py2)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/pulseaudio-dlna/Manifest | 1 -
.../pulseaudio-dlna-0.5.2-r1.ebuild | 56 ----------------------
.../pulseaudio-dlna/pulseaudio-dlna-0.5.2.ebuild | 55 ---------------------
3 files changed, 112 deletions(-)
diff --git a/net-misc/pulseaudio-dlna/Manifest b/net-misc/pulseaudio-dlna/Manifest
index ecb54a90f20..b32dbbedb20 100644
--- a/net-misc/pulseaudio-dlna/Manifest
+++ b/net-misc/pulseaudio-dlna/Manifest
@@ -1,2 +1 @@
-DIST pulseaudio-dlna-0.5.2.tar.gz 701412 BLAKE2B f31d2e5f9adb79fc2882b14582f2787f152675c6f2c97857edf93d6b28fe2d3cbc85badf427665dac44e7d37802365b287e42fd2f8c11bde7cec5267a2fddeb6 SHA512 298f61d643c35449fbb0001efa69a1792e41518953f58506703f3568902da4457d0f4f9e52b9641df26fc6f978670dd29a7f5d786b99339bd2a71f5fa59dd7db
DIST pulseaudio-dlna-0.6.0_pre20200114.tar.gz 709196 BLAKE2B 3113d34eaadf735646f7e421e8271fcac02ea4faed76676d5a70e05c8a26745ffd1ae135d2c5186d9db7ad146d166535a1c901927d24ae2a1a4d08720a4f78d2 SHA512 9c97d160116acf07325b18f35000b58a042243345f98cb1c9e42848e39ef3ef32a9199e31044a758a0a5ec81176be651fa3ef2917a227347017fe375e27385c7
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
deleted file mode 100644
index 6714dd0bdc2..00000000000
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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"
-}
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2.ebuild
deleted file mode 100644
index eca97fcf2c7..00000000000
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.5.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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/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"
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pulseaudio-dlna/
@ 2020-04-26 12:25 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2020-04-26 12:25 UTC (permalink / raw
To: gentoo-commits
commit: 1c8d1226376beead2193862217fdd39d2d081173
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 12:25:21 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 12:25:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8d1226
net-misc/pulseaudio-dlna: Remove media-video/libav
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild | 7 ++++---
net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild | 10 ++++++----
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild
index b82c8ca4501..74777d29cf6 100644
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild
+++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild
@@ -37,13 +37,14 @@ RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}]
|| (
|| (
media-video/ffmpeg[encode,fdk,mp3,opus,vorbis] )
- ( media-video/libav[encode,faac,mp3,opus,vorbis] )
- ( media-libs/faac
+ (
+ media-libs/faac
media-libs/flac
media-sound/lame
media-sound/opus-tools
media-sound/sox
- media-sound/vorbis-tools )
+ media-sound/vorbis-tools
+ )
)"
DEPEND="${RDEPEND}
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
index 09bcb5e3320..e40690d4ccb 100644
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
+++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
@@ -44,14 +44,16 @@ RDEPEND=">=dev-python/protobuf-python-2.5.0[${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-video/ffmpeg[encode,fdk,mp3,opus,vorbis]
+ )
+ (
+ media-libs/faac
media-libs/flac
media-sound/lame
media-sound/opus-tools
media-sound/sox
- media-sound/vorbis-tools )
+ media-sound/vorbis-tools
+ )
)"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pulseaudio-dlna/
@ 2021-02-22 22:40 Matthew Thode
0 siblings, 0 replies; 11+ messages in thread
From: Matthew Thode @ 2021-02-22 22:40 UTC (permalink / raw
To: gentoo-commits
commit: ed7067cfe785b1ebefb0f620d1ab0ae051bdc1be
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 22:18:06 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 22:39:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7067cf
net-misc/pulseaudio-dlna: update python impls
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
net-misc/pulseaudio-dlna/Manifest | 1 -
.../pulseaudio-dlna-0.6.0_pre20200114.ebuild | 66 ----------------------
.../pulseaudio-dlna/pulseaudio-dlna-9999.ebuild | 10 ++--
3 files changed, 4 insertions(+), 73 deletions(-)
diff --git a/net-misc/pulseaudio-dlna/Manifest b/net-misc/pulseaudio-dlna/Manifest
deleted file mode 100644
index b32dbbedb20..00000000000
--- a/net-misc/pulseaudio-dlna/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pulseaudio-dlna-0.6.0_pre20200114.tar.gz 709196 BLAKE2B 3113d34eaadf735646f7e421e8271fcac02ea4faed76676d5a70e05c8a26745ffd1ae135d2c5186d9db7ad146d166535a1c901927d24ae2a1a4d08720a4f78d2 SHA512 9c97d160116acf07325b18f35000b58a042243345f98cb1c9e42848e39ef3ef32a9199e31044a758a0a5ec81176be651fa3ef2917a227347017fe375e27385c7
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild
deleted file mode 100644
index b52ffad2c0b..00000000000
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 )
-
-inherit desktop 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/pulseaudio-dlna/archive/b0db8137224f5a293329a60187365168304c3768.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-S="${WORKDIR}/pulseaudio-dlna-b0db8137224f5a293329a60187365168304c3768"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}]
- >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
- >=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
- >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}]
- >=dev-python/notify2-0.3[${PYTHON_USEDEP}]
- >=dev-python/psutil-5.4.7[${PYTHON_USEDEP}]
- >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
- >=dev-python/pyroute2-0.3.5[${PYTHON_USEDEP}]
- >=dev-python/netifaces-0.10.0[${PYTHON_USEDEP}]
- >=dev-python/lxml-3[${PYTHON_USEDEP}]
- >=dev-python/pychromecast-2.3.0[${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- >=dev-python/dbus-python-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/zeroconf-0.17.4[${PYTHON_USEDEP}]
- dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
- gnome-base/librsvg[introspection]
- x11-libs/gtk+:3[introspection]
- || (
- || (
- media-video/ffmpeg[encode,fdk,mp3,opus,vorbis] )
- (
- media-libs/faac
- media-libs/flac
- media-sound/lame
- media-sound/opus-tools
- media-sound/sox
- media-sound/vorbis-tools
- )
- )"
-
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- media-sound/pulseaudio"
-
-python_prepare_all() {
- sed -i '/dbus-python/d' setup.py || die
- sed -i '/notify2/d' setup.py || die
- sed -i '/docopt/d' setup.py || die
- sed -i '/pychromecast/d' setup.py || die
- distutils-r1_python_prepare_all
-}
-
-src_install() {
- distutils-r1_src_install
-
- domenu "${FILESDIR}/${PN}.desktop"
-}
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
index 27c53833cce..d314e16809d 100644
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
+++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
-inherit distutils-r1
+inherit desktop distutils-r1
DESCRIPTION="A lightweight DLNA/UPNP/Chromecast streaming server for PulseAudio"
HOMEPAGE="https://github.com/masmu/pulseaudio-dlna"
@@ -42,11 +42,10 @@ RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}]
x11-libs/gtk+:3[introspection]
|| (
|| (
- media-video/ffmpeg[encode,faac,mp3,opus,vorbis]
+ media-video/ffmpeg[encode,mp3,opus,vorbis]
media-video/ffmpeg[encode,fdk,mp3,opus,vorbis]
)
(
- media-libs/faac
media-libs/flac
media-sound/lame
media-sound/opus-tools
@@ -70,6 +69,5 @@ python_prepare_all() {
src_install() {
distutils-r1_src_install
- insinto /usr/share/applications
- doins "${FILESDIR}/${PN}.desktop"
+ domenu "${FILESDIR}/${PN}.desktop"
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pulseaudio-dlna/
@ 2023-05-03 15:18 Matthew Thode
0 siblings, 0 replies; 11+ messages in thread
From: Matthew Thode @ 2023-05-03 15:18 UTC (permalink / raw
To: gentoo-commits
commit: 6690121ba49a7e94b6458a79198942f420a8b339
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed May 3 15:15:25 2023 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed May 3 15:15:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6690121b
net-misc/pulseaudio-dlna: enable py3.11
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild | 2 +-
net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild
index 3836fd21fc68..837b1c73c4fd 100644
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild
+++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit desktop distutils-r1
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
index 3836fd21fc68..837b1c73c4fd 100644
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
+++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit desktop distutils-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pulseaudio-dlna/
@ 2023-05-29 13:11 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2023-05-29 13:11 UTC (permalink / raw
To: gentoo-commits
commit: f4e251252fca402794dc23751568948d81dac6d9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 09:39:17 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 29 13:10:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e25125
net-misc/pulseaudio-dlna: Drop media-sound/pulseaudio
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
index 837b1c73c4fd..e099c0d732d9 100644
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
+++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
@@ -41,7 +41,7 @@ RDEPEND=">=dev-python/protobuf-python-2.5.0[${PYTHON_USEDEP}]
>=dev-python/zeroconf-0.17.4[${PYTHON_USEDEP}]
gnome-base/librsvg[introspection]
x11-libs/gtk+:3[introspection]
- || ( media-sound/pulseaudio-daemon media-sound/pulseaudio[daemon(+)] )
+ media-sound/pulseaudio-daemon
|| (
|| (
media-video/ffmpeg[encode,mp3,opus,vorbis]
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pulseaudio-dlna/
@ 2024-03-08 4:09 Matthew Thode
0 siblings, 0 replies; 11+ messages in thread
From: Matthew Thode @ 2024-03-08 4:09 UTC (permalink / raw
To: gentoo-commits
commit: dd5b24324cdcfe19f7668cf94fe07417f724e0b8
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 8 04:09:00 2024 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar 8 04:09:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5b2432
net-misc/pulseaudio-dlna: update pep517
closes: https://bugs.gentoo.org/910010
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild | 3 ++-
net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild
index 837b1c73c4fd..596bd3f68add 100644
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild
+++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
index e099c0d732d9..41b49563f683 100644
--- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
+++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
inherit desktop distutils-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/pulseaudio-dlna/
@ 2024-03-12 5:16 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-03-12 5:16 UTC (permalink / raw
To: gentoo-commits
commit: d7120a5c19ab3233cec596b80e713f30ebc08b6b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 04:16:42 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 05:15:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7120a5c
net-misc/pulseaudio-dlna: revbump for PEP517 change
diff is OK:
```
* CMP: =net-misc/pulseaudio-dlna-0.6.5_p1 with net-misc/pulseaudio-dlna-0.6.5_p1/image
* FILES:-usr/lib/python3.10/site-packages/pulseaudio_dlna-*-py3.10.egg-info/PKG-INFO
* FILES:-usr/lib/python3.10/site-packages/pulseaudio_dlna-*-py3.10.egg-info/SOURCES.txt
* FILES:-usr/lib/python3.10/site-packages/pulseaudio_dlna-*-py3.10.egg-info/dependency_links.txt
* FILES:-usr/lib/python3.10/site-packages/pulseaudio_dlna-*-py3.10.egg-info/entry_points.txt
* FILES:-usr/lib/python3.10/site-packages/pulseaudio_dlna-*-py3.10.egg-info/not-zip-safe
* FILES:-usr/lib/python3.10/site-packages/pulseaudio_dlna-*-py3.10.egg-info/requires.txt
* FILES:-usr/lib/python3.10/site-packages/pulseaudio_dlna-*-py3.10.egg-info/top_level.txt
* FILES:+usr/lib/python3.10/site-packages/pulseaudio_dlna-*.dist-info/METADATA
* FILES:+usr/lib/python3.10/site-packages/pulseaudio_dlna-*.dist-info/RECORD
* FILES:+usr/lib/python3.10/site-packages/pulseaudio_dlna-*.dist-info/WHEEL
* FILES:+usr/lib/python3.10/site-packages/pulseaudio_dlna-*.dist-info/entry_points.txt
* FILES:+usr/lib/python3.10/site-packages/pulseaudio_dlna-*.dist-info/top_level.txt
* FILES:-usr/lib/python3.11/site-packages/pulseaudio_dlna-*-py3.11.egg-info/PKG-INFO
* FILES:-usr/lib/python3.11/site-packages/pulseaudio_dlna-*-py3.11.egg-info/SOURCES.txt
* FILES:-usr/lib/python3.11/site-packages/pulseaudio_dlna-*-py3.11.egg-info/dependency_links.txt
* FILES:-usr/lib/python3.11/site-packages/pulseaudio_dlna-*-py3.11.egg-info/entry_points.txt
* FILES:-usr/lib/python3.11/site-packages/pulseaudio_dlna-*-py3.11.egg-info/not-zip-safe
* FILES:-usr/lib/python3.11/site-packages/pulseaudio_dlna-*-py3.11.egg-info/requires.txt
* FILES:-usr/lib/python3.11/site-packages/pulseaudio_dlna-*-py3.11.egg-info/top_level.txt
* FILES:+usr/lib/python3.11/site-packages/pulseaudio_dlna-*.dist-info/METADATA
* FILES:+usr/lib/python3.11/site-packages/pulseaudio_dlna-*.dist-info/RECORD
* FILES:+usr/lib/python3.11/site-packages/pulseaudio_dlna-*.dist-info/WHEEL
* FILES:+usr/lib/python3.11/site-packages/pulseaudio_dlna-*.dist-info/entry_points.txt
* FILES:+usr/lib/python3.11/site-packages/pulseaudio_dlna-*.dist-info/top_level.txt
* ------> FILES(+10,-14)
```
Fixes: dd5b24324cdcfe19f7668cf94fe07417f724e0b8
Bug: https://bugs.gentoo.org/910010
Signed-off-by: Sam James <sam <AT> gentoo.org>
...pulseaudio-dlna-0.6.5_p1.ebuild => pulseaudio-dlna-0.6.5_p1-r1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r1.ebuild
similarity index 100%
rename from net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild
rename to net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r1.ebuild
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-03-12 5:16 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-06 7:10 [gentoo-commits] repo/gentoo:master commit in: net-misc/pulseaudio-dlna/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-03-12 5:16 Sam James
2024-03-08 4:09 Matthew Thode
2023-05-29 13:11 Andreas Sturmlechner
2023-05-03 15:18 Matthew Thode
2021-02-22 22:40 Matthew Thode
2020-04-26 12:25 David Seifert
2020-01-14 19:13 Matthew Thode
2020-01-14 18:19 Matthew Thode
2017-12-09 0:25 Matt Thode
2017-09-28 6:09 Matt Thode
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox