From c6e62298405d39e635c0d8dd6e026c8cb667a478 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 12 Mar 2024 06:46:08 +0000 Subject: gentoo auto-resync : 12:03:2024 - 06:46:08 --- net-misc/pulseaudio-dlna/Manifest | 2 +- .../pulseaudio-dlna-0.6.5_p1-r1.ebuild | 70 ++++++++++++++++++++++ .../pulseaudio-dlna-0.6.5_p1.ebuild | 70 ---------------------- 3 files changed, 71 insertions(+), 71 deletions(-) create mode 100644 net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r1.ebuild delete mode 100644 net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild (limited to 'net-misc/pulseaudio-dlna') diff --git a/net-misc/pulseaudio-dlna/Manifest b/net-misc/pulseaudio-dlna/Manifest index 87fe5ba1ac86..d5467cba033d 100644 --- a/net-misc/pulseaudio-dlna/Manifest +++ b/net-misc/pulseaudio-dlna/Manifest @@ -1,5 +1,5 @@ AUX pulseaudio-dlna.desktop 300 BLAKE2B 47eba4d57809eed44acd5df2ce2b9333bede1713f9d291009888427c8ad507cec4a39472cee7422c4f689916b55935935d4b790c3a7ea9778e200d51cdc37fbe SHA512 f8c396e08d387c72fc60a278e40525da1922ca85ed87133538ceb2f0452c34db6da12412c65abd803702fb4a049588e7e3d47b43610e0f52ee0499323c4341b3 DIST pulseaudio-dlna-0.6.5-1.tar.gz 712483 BLAKE2B baf1fc94f41c9ac2ca7df5c239ace36b36da4d7a40e30cf19fa630f51a0e94fa44a1ba531943ad5c4425580e4bbe68af1d5de48f5f17163783aab7b471faa72e SHA512 6fd59ac6ff0dfa98baed7a5d929c6f7d9f3539016a6383770895732f7066bc260b3d56751691573d0834a0ee29a6e542ef26e66e48c7a7af97cc84ca23ff5c2d -EBUILD pulseaudio-dlna-0.6.5_p1.ebuild 1868 BLAKE2B 47f40b45b07fc598f2a3e0591640478e04975e2b2eb06600bd8c38366e11e74d1035faaf6f4a1eddf4be9ff9c9256dde7aa550268fa091a7d20b7b556b904a0e SHA512 962f9e12432e8a75c3cf6d9fbf8424e5413df46f84ca32d8ab395210dbab095ce4edb161b060673c2b8769d22fdda21f6e213b7da5b8a421a30bdd8f8b2654ec +EBUILD pulseaudio-dlna-0.6.5_p1-r1.ebuild 1868 BLAKE2B 47f40b45b07fc598f2a3e0591640478e04975e2b2eb06600bd8c38366e11e74d1035faaf6f4a1eddf4be9ff9c9256dde7aa550268fa091a7d20b7b556b904a0e SHA512 962f9e12432e8a75c3cf6d9fbf8424e5413df46f84ca32d8ab395210dbab095ce4edb161b060673c2b8769d22fdda21f6e213b7da5b8a421a30bdd8f8b2654ec EBUILD pulseaudio-dlna-9999.ebuild 1827 BLAKE2B 55527cdd263e49df17aaaa27ac723f7d2dcb314bd34c34f1d1e0475e52e47abf1363ed68b1d708ded484ca9e469e789412897942b2ab57bb06d75d2234333d9c SHA512 308c61a65869ebb291a67e894b840624af709cf73245a86a89cd77e4af8b9fdd3adfdf94ba99208cbaba22200c8871183d8e069ab3be53f79b4eebf8adb10cea MISC metadata.xml 341 BLAKE2B 9add00de1558ff7ed828022b6e7818de975fb233b6b821f9c7bded156081dfd5edca2ae3237fa3cd2324aa615c6ed02008727a002ddb7b3331f6dd25a2ffcabc SHA512 58ad5457eb2dd3c0f926f32f40433899b1fe2a0456136d0b37b45ae3628994349bd60984e83388514e58b778b6c070ab99c53673f56bd1b7c03a927f1e4afe42 diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r1.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r1.ebuild new file mode 100644 index 000000000000..596bd3f68add --- /dev/null +++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1-r1.ebuild @@ -0,0 +1,70 @@ +# 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 + +DESCRIPTION="A lightweight DLNA/UPNP/Chromecast streaming server for PulseAudio" +HOMEPAGE="https://github.com/Cygn/pulseaudio-dlna" + +if [[ ${PV} == *9999 ]];then + EGIT_REPO_URI="https://github.com/Cygn/pulseaudio-dlna" + inherit git-r3 +else + MY_P=${PN}-${PV/_p/-} + + SRC_URI="https://github.com/Cygn/pulseaudio-dlna/archive/refs/tags/${MY_P}.tar.gz" + S="${WORKDIR}"/${PN}-${MY_P} + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3" +SLOT="0" + +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-10[${PYTHON_USEDEP}] + dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] + >=dev-python/dbus-python-1.0.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-video/ffmpeg[encode,mp3,opus,vorbis] + media-video/ffmpeg[encode,fdk,mp3,opus,vorbis] + ) + ( + media-libs/flac + media-sound/lame + media-sound/opus-tools + media-sound/sox + media-sound/vorbis-tools + ) + )" + +python_prepare_all() { + sed -i -e 's/.gz//' 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-0.6.5_p1.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild deleted file mode 100644 index 596bd3f68add..000000000000 --- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.5_p1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# 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 - -DESCRIPTION="A lightweight DLNA/UPNP/Chromecast streaming server for PulseAudio" -HOMEPAGE="https://github.com/Cygn/pulseaudio-dlna" - -if [[ ${PV} == *9999 ]];then - EGIT_REPO_URI="https://github.com/Cygn/pulseaudio-dlna" - inherit git-r3 -else - MY_P=${PN}-${PV/_p/-} - - SRC_URI="https://github.com/Cygn/pulseaudio-dlna/archive/refs/tags/${MY_P}.tar.gz" - S="${WORKDIR}"/${PN}-${MY_P} - - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" - -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-10[${PYTHON_USEDEP}] - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] - >=dev-python/dbus-python-1.0.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-video/ffmpeg[encode,mp3,opus,vorbis] - media-video/ffmpeg[encode,fdk,mp3,opus,vorbis] - ) - ( - media-libs/flac - media-sound/lame - media-sound/opus-tools - media-sound/sox - media-sound/vorbis-tools - ) - )" - -python_prepare_all() { - sed -i -e 's/.gz//' setup.py || die - - distutils-r1_python_prepare_all -} - -src_install() { - distutils-r1_src_install - - domenu "${FILESDIR}"/${PN}.desktop -} -- cgit v1.2.3