Package Details: mpd-youtube-dl 0.21.16-1

Git Clone URL: https://aur.archlinux.org/mpd-youtube-dl.git (read-only, click to copy)
Package Base: mpd-youtube-dl
Description: mpd fork with youtube support
Upstream URL: https://github.com/MusicPlayerDaemon/MPD/pull/223
Licenses: GPL
Conflicts: mpd
Submitter: arcnmx
Maintainer: None
Last Packager: arcnmx
Votes: 2
Popularity: 0.000000
First Submitted: 2019-02-15 20:06 (UTC)
Last Updated: 2019-10-18 19:47 (UTC)

Latest Comments

eric2 commented on 2023-01-30 15:08 (UTC) (edited on 2023-01-30 15:10 (UTC) by eric2)

PKGBUILD for mpd 0.23.12 with 0.23.8 patch: http://ix.io/4mBn

arcnmx commented on 2022-07-23 18:41 (UTC)

I don't use arch anymore, but for anyone who wants to pick it up it should be easy enough to update to the latest patch: https://github.com/MusicPlayerDaemon/MPD/compare/v0.23.8...arcnmx:ytdl-0.23.8

Luclu7 commented on 2019-09-30 07:52 (UTC) (edited on 2019-09-30 07:52 (UTC) by Luclu7)

In file included from ../src/event/ServerSocket.cxx:22:
../src/net/IPv4Address.hxx: In member function ‘constexpr IPv4Address::operator SocketAddress() const’:
../src/net/IPv4Address.hxx:171:24: error: a reinterpret_cast is not a constant expression
  171 |   return SocketAddress((const struct sockaddr *)&address,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../src/event/ServerSocket.cxx:23:
../src/net/IPv6Address.hxx: In member function ‘constexpr IPv6Address::operator SocketAddress() const’:
../src/net/IPv6Address.hxx:138:24: error: a reinterpret_cast is not a constant expression
  138 |   return SocketAddress((const struct sockaddr *)&address,
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[64/637] Compiling C++ object 'src/event/e796227@@event@sta/Loop.cxx.o'.
ninja: build stopped: subcommand failed.

Does the build fails for anyone else?