diff options
author | classabbyamp <void@placeviolette.net> | 2025-02-17 22:16:05 +0000 |
---|---|---|
committer | classabbyamp <5366828+classabbyamp@users.noreply.github.com> | 2025-02-28 15:20:56 +0000 |
commit | 9854bfdbbf0e701120305783af976f713925fe46 (patch) | |
tree | 5d33739d514b15abc3ab3b2bd54bb6f026049f33 | |
parent | 8a42f289929f39e60977e8f2d9c3662be988ec26 (diff) | |
download | void-packages-9854bfdbbf0e701120305783af976f713925fe46.tar void-packages-9854bfdbbf0e701120305783af976f713925fe46.tar.gz void-packages-9854bfdbbf0e701120305783af976f713925fe46.tar.bz2 void-packages-9854bfdbbf0e701120305783af976f713925fe46.tar.lz void-packages-9854bfdbbf0e701120305783af976f713925fe46.tar.xz void-packages-9854bfdbbf0e701120305783af976f713925fe46.tar.zst void-packages-9854bfdbbf0e701120305783af976f713925fe46.zip |
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
-rw-r--r-- | srcpkgs/mkchromecast/template | 30 | ||||
-rw-r--r-- | srcpkgs/removed-packages/template | 5 |
2 files changed, 3 insertions, 32 deletions
diff --git a/srcpkgs/mkchromecast/template b/srcpkgs/mkchromecast/template deleted file mode 100644 index 83d68c4155b..00000000000 --- a/srcpkgs/mkchromecast/template +++ /dev/null @@ -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 -} diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index 2884559c92a..e3a72ff3577 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -503,6 +503,7 @@ replaces=" mimms<=3.2.1_4 miro-video-converter<=3.0.2_3 mirrorbits<=0.5.1_1 + mkchromecast<=0.3.8.1_8 mlt-data<=6.26.1_3 mlt-devel<=6.26.1_3 mlt-doc<=6.26.1_3 @@ -515,14 +516,14 @@ replaces=" monero<=0.18.1.2_4 mongroup<=0.4.1_2 mopidy-spotify<=4.0.1_5 + mozjs102-devel<=102.15.1_1 + mozjs102<=102.15.1_1 mozjs60<=60.8.0_6 mozjs68<=68.11.0_1 mozjs78-devel<=78.9.0_8 mozjs78<=78.9.0_8 mozjs91-devel<=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 mpir-devel<=3.0.0_1 mpir<=3.0.0_1 |