Search Criteria
Package Details: mkchromecast-git 0.3.8.1.r165.g0de9fd78-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/mkchromecast-git.git (read-only, click to copy) |
---|---|
Package Base: | mkchromecast-git |
Description: | Cast Audio/Video to your Google Cast and Sonos Devices |
Upstream URL: | https://mkchromecast.com |
Keywords: | audio cast chromecast google pychromecast |
Licenses: | MIT |
Conflicts: | mkchromecast |
Provides: | mkchromecast |
Submitter: | Terence |
Maintainer: | samtoxie |
Last Packager: | benjamb |
Votes: | 19 |
Popularity: | 0.075438 |
First Submitted: | 2016-10-06 15:58 (UTC) |
Last Updated: | 2022-11-19 22:34 (UTC) |
Dependencies (22)
- faac (faac-gitAUR)
- flac (flac-gitAUR)
- lame (lame-svnAUR, lame-altivecAUR)
- python-flask (python-flask-gitAUR)
- python-gobject
- python-netifaces (python-netifaces-gitAUR)
- python-psutil
- python-pychromecastAUR (python-pychromecast-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- alsa-utils (alsa-utils-gitAUR) (optional) – to cast with ALSA
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR) (optional) – for ffmpeg backend and/or to cast with ALSA
- gstreamer (gstreamer-gitAUR) (optional) – for gstreamer backend
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron) (optional) – for node backend
- opus-tools (opus-tools-gitAUR) (optional) – for Opus content with parec/gstreamer
- pavucontrol (pavucontrol-gtk2AUR, pavucontrol-compact-gitAUR, pavucontrol-gitAUR, pavucontrol-gtk3AUR) (optional) – to cast with PulseAudio
- pulseaudio (pulseaudio-dummyAUR, pulseaudio-gitAUR) (optional) – to cast with PulseAudio
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR) (optional) – for system tray menu support
- python-socoAUR (optional) – to cast to Sonos devices
- sox (sox-dsd-gitAUR) (optional) – for WAV content with parec/gstreamer
- Show 2 more dependencies...
Required by (1)
- play-with-mpv-git (requires mkchromecast) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
benjamb commented on 2022-11-19 22:12 (UTC)
@tym007 I'm not entirely certain why
pulseaudio-dlna
listspython-pychromecast6
as a dependency, I can't see any reference to 'pychromecast' within the upstream code base.Anyway, you could likely explicitly install
python-pychromecast6
prior to attempting to installpulseaudio-dlna
, it's conflicting with thepython-pychromecast-git
dependency of this package.It appears the non-git version of
python-pychromecast
is up-to-date now though, so I'll switch back to that.tym007 commented on 2022-11-19 09:25 (UTC)
Hello, I have a little problem for installing this package with pulseaudio-dlna. First if I install python-pychromecast, it stops the process because some check didn't work. Second I install python-pychromecast-git, but we are No device found! [...] killed. So, I try to install pulseaudio-dlan, but there are a conflict: python-pychromecast-git and python-pychromecast6 are in conflict (python-pychromecast).
Any idea, maybe I missed something. Thanks for the help.
benjamb commented on 2022-11-05 17:12 (UTC) (edited on 2022-11-05 17:14 (UTC) by benjamb)
@exoro
python-pychromecast-git
is listed as an optional dependency to enable the casting to Chromecast devices.I'll bump this back up to a regular dependency though, since mkchromecast's original purpose was to cast to such devices. Sonos support came later, so I'll keep
python-soco
as an optdepends.exoro commented on 2022-11-05 16:16 (UTC)
I had to install pychromecast for it to find my device. Maybe that should be a dep.
benjamb commented on 2022-06-06 19:24 (UTC)
@F1iX @wget Does installing
python-pychromecast-git
not solve the problem of not finding Chromecast devices? Things work perfectly fine for me without installingpulseaudio-dlna
, and I'm hesitant to add that as an optional dependency since it is no longer maintained upstream.F1iX commented on 2022-06-04 11:30 (UTC)
I got
No devices found! [...] Killed
until installingpulseaudio-dlna
. Now works like a charm!wget commented on 2022-01-14 23:38 (UTC)
I have made quick changes in order to build the package and make it work (the solution was
pulseaudio-dlna
which allowed me to detect my Google Nest Hub).If this is useful for others passing by... https://github.com/wget/archlinux-aur-mkchromecast-git
benjamb commented on 2021-08-11 10:45 (UTC)
Could the changes suggested by frukt be made?
gi is definitely not required, that should instead be python-gobject.
Terence commented on 2021-02-12 17:39 (UTC)
Hey frukt sorry for taking so long to reply... I agree with the changes you want to make but I don't use this package anymore so I'm going to disown it. Feel free to adopt it if you can/want.
frukt commented on 2020-09-17 15:30 (UTC)
It seems like a bunch of the declared dependencies are at most optional. The mkchromecast package [1] has a much slimmer dependencies list and could be used as a template. In particular, python-pyqt5 seems wildly excessive (pulling in QT5 for a CLI app?), and I removed a few others before building, like gi.
That said, thanks for maintaining the package!
[1] https://aur.archlinux.org/packages/mkchromecast/
« First ‹ Previous 1 2 3 4 Next › Last »