mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mkchromecast: remove
no upstream releases since 2017 despite being minorly active. does not work with python 3.12 or 3.13, nor the packaged version of python3-chromecast. Patching might be possible but is highly complex due to the amount of refactoring upstream has done since the last release. if users want to stream to chromecast/sonos devices, they can use https://docs.pipewire.org/page_module_raop_discover.html
This commit is contained in:
parent
8a42f28992
commit
9854bfdbbf
2 changed files with 3 additions and 32 deletions
|
@ -1,30 +0,0 @@
|
||||||
# Template file for 'mkchromecast'
|
|
||||||
pkgname=mkchromecast
|
|
||||||
version=0.3.8.1
|
|
||||||
revision=8
|
|
||||||
pycompile_dirs="/usr/share/mkchromecast/mkchromecast"
|
|
||||||
depends="python3-Flask python3-netifaces python3-setuptools python3-requests
|
|
||||||
python3-mutagen python3-psutil python3-PyQt5 python3-SoCo python3-chromecast
|
|
||||||
python3-gobject python3-youtube-dl ffmpeg"
|
|
||||||
short_desc="Cast Linux Audio/Video to Google cast and Sonos devices"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="MIT"
|
|
||||||
homepage="https://mkchromecast.com/"
|
|
||||||
distfiles="https://github.com/muammar/mkchromecast/archive/${version}.tar.gz"
|
|
||||||
checksum=c680a398385d95d51c47eb522b95cf98f932b55caf065ab8b5725e78bf0099b2
|
|
||||||
python_version=3
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vmkdir usr/bin
|
|
||||||
ln -s /usr/share/mkchromecast/mkchromecast.py "$DESTDIR"/usr/bin/mkchromecast
|
|
||||||
vinstall mkchromecast.py 755 usr/share/mkchromecast
|
|
||||||
|
|
||||||
vman man/mkchromecast.1
|
|
||||||
|
|
||||||
cp -a --parents images/google* mkchromecast "$DESTDIR"/usr/share/mkchromecast
|
|
||||||
|
|
||||||
vinstall mkchromecast.desktop 644 usr/share/applications
|
|
||||||
vinstall images/mkchromecast.xpm 644 usr/share/pixmaps
|
|
||||||
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
|
@ -503,6 +503,7 @@ replaces="
|
||||||
mimms<=3.2.1_4
|
mimms<=3.2.1_4
|
||||||
miro-video-converter<=3.0.2_3
|
miro-video-converter<=3.0.2_3
|
||||||
mirrorbits<=0.5.1_1
|
mirrorbits<=0.5.1_1
|
||||||
|
mkchromecast<=0.3.8.1_8
|
||||||
mlt-data<=6.26.1_3
|
mlt-data<=6.26.1_3
|
||||||
mlt-devel<=6.26.1_3
|
mlt-devel<=6.26.1_3
|
||||||
mlt-doc<=6.26.1_3
|
mlt-doc<=6.26.1_3
|
||||||
|
@ -515,14 +516,14 @@ replaces="
|
||||||
monero<=0.18.1.2_4
|
monero<=0.18.1.2_4
|
||||||
mongroup<=0.4.1_2
|
mongroup<=0.4.1_2
|
||||||
mopidy-spotify<=4.0.1_5
|
mopidy-spotify<=4.0.1_5
|
||||||
|
mozjs102-devel<=102.15.1_1
|
||||||
|
mozjs102<=102.15.1_1
|
||||||
mozjs60<=60.8.0_6
|
mozjs60<=60.8.0_6
|
||||||
mozjs68<=68.11.0_1
|
mozjs68<=68.11.0_1
|
||||||
mozjs78-devel<=78.9.0_8
|
mozjs78-devel<=78.9.0_8
|
||||||
mozjs78<=78.9.0_8
|
mozjs78<=78.9.0_8
|
||||||
mozjs91-devel<=91.7.1_3
|
mozjs91-devel<=91.7.1_3
|
||||||
mozjs91<=91.7.1_3
|
mozjs91<=91.7.1_3
|
||||||
mozjs102-devel<=102.15.1_1
|
|
||||||
mozjs102<=102.15.1_1
|
|
||||||
mp3gain<=1.6.2_2
|
mp3gain<=1.6.2_2
|
||||||
mpir-devel<=3.0.0_1
|
mpir-devel<=3.0.0_1
|
||||||
mpir<=3.0.0_1
|
mpir<=3.0.0_1
|
||||||
|
|
Loading…
Add table
Reference in a new issue