Search Criteria
Package Details: pulseaudio-dlna-cygn 0.6.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/pulseaudio-dlna-cygn.git (read-only, click to copy) |
---|---|
Package Base: | pulseaudio-dlna-cygn |
Description: | Small DLNA server which brings DLNA/UPnP support to PulseAudio, Cygn edition |
Upstream URL: | https://github.com/Cygn/pulseaudio-dlna/ |
Licenses: | GPL3 |
Provides: | pulseaudio-dlna |
Submitter: | pika02 |
Maintainer: | None |
Last Packager: | pika02 |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2022-02-15 20:02 (UTC) |
Last Updated: | 2022-02-16 12:28 (UTC) |
Dependencies (26)
- python-chardet
- python-dbus
- python-docopt
- python-gobject
- python-lxml
- python-netifaces (python-netifaces-gitAUR, python-netifaces-plusAUR)
- python-notify2
- python-protobuf (python-protobuf-gitAUR)
- python-psutil
- python-pychromecastAUR (python-pychromecast-gitAUR)
- python-pyroute2
- python-requests
- python-setproctitle
- python-setuptools
- python-urllib3
- python-virtualenv
- python-zeroconf
- git (git-gitAUR, git-glAUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- faac (faac-gitAUR) (optional) – AAC transcoding support
- Show 6 more dependencies...
Required by (2)
- funiculi (requires pulseaudio-dlna)
- funiculi-git (requires pulseaudio-dlna)
Latest Comments
dreieck commented on 2024-09-05 11:09 (UTC)
Ahoj,
this package has a lot of packages in the
depends
array that should bemakdepenends
. And it still callssetup.py
directly which should not happen.I have made a VCS package of upstream anyway, see
pulseaudio-dlna-cygn-git
, you can check there if you want.Regards!
dreieck commented on 2024-09-05 10:44 (UTC)
Please add
conflicts=("pulseaudio-dlna")
.Regards and thanks for the package!
pika02 commented on 2022-02-23 07:19 (UTC)
I'm not a skillful python programmer and I cannot build a useful 0.6.4 package. Does anyone want to be a co-maintainer? Please reply me.
pika02 commented on 2022-02-15 20:04 (UTC) (edited on 2022-02-16 11:47 (UTC) by pika02)
I have no idea how to get it work after 0.6.2. Please switch to https://aur.archlinux.org/packages/pulseaudio-dlna-cygn, 0.6.1 works well with pychromecast 10.
pika02 commented on 2022-01-14 15:06 (UTC)
@polyzen, Thank you for your advise. I'm considering modify the package name in the future.
pika02 commented on 2022-01-14 15:00 (UTC)
@senorsnor, I meet the same problem on my old PC with 0.6.2. Sorry I have no idea to solve it.
senorsnor commented on 2022-01-14 11:43 (UTC) (edited on 2022-01-14 11:53 (UTC) by senorsnor)
Just updated and now get the following error message. python-gobject is installed and up to date:
I also notice now that in the 3rd line of this traceback it says the version is 0.6.3 while I did build 0.6.4. Just did a totally fresh checkout and reinstall and still the same.
polyzen commented on 2022-01-08 18:47 (UTC)
This should be named
pulseaudio-dlna-cygn
or something. The otherpulseaudio-dlna
package switched to Python 3 a year ago.pika02 commented on 2021-08-11 13:50 (UTC)
@lucian Sorry, nothing went wrong on my computer.
lucian commented on 2021-07-31 09:55 (UTC)
just installed and get following error message:
Failure: Module initialization failed Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/gi/overrides/GLib.py", line 671, in <lambda> func_fdtransform = lambda _, cond, data: callback(channel, cond, data) File "/usr/lib/python3.9/site-packages/pulseaudio_dlna/pulseaudio.py", line 641, in _on_new_message getattr(self, message_type)(**message) File "/usr/lib/python3.9/site-packages/pulseaudio_dlna/pulseaudio.py", line 835, in add_device sink = self.create_null_sink( File "/usr/lib/python3.9/site-packages/pulseaudio_dlna/pulseaudio.py", line 268, in create_null_sink if module_id > 0: TypeError: '>' not supported between instances of 'NoneType' and 'int'