Package Details: upplay 1.9.6-1

Git Clone URL: https://aur.archlinux.org/upplay.git (read-only, click to copy)
Package Base: upplay
Description: Qt5 based UPnP audio Control point
Upstream URL: https://www.lesbonscomptes.com/upplay/
Keywords: upnp
Licenses: GPL-2.0-or-later
Submitter: None
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 15
Popularity: 0.000004
First Submitted: 2014-11-05 14:14 (UTC)
Last Updated: 2025-04-29 13:27 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

mqs commented on 2018-12-21 11:00 (UTC) (edited on 2018-12-21 11:05 (UTC) by mqs)

Doesn't build for me... (even with jsoncpp installed)

==> Making package: upplay 1.3.0-1 (Fr 21 Dez 2018 11:56:30 CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found upplay-1.3.0.tar.gz
==> Validating source files with sha256sums...
    upplay-1.3.0.tar.gz ... Passed
==> Extracting sources...
  -> Extracting upplay-1.3.0.tar.gz with bsdtar
==> Starting build()...
Info: creating stash file /home/mqs/.cache/pacaur/upplay/src/upplay-1.3.0/.qmake.stash
Project MESSAGE: Prefix is /usr
==> Entering fakeroot environment...
==> Starting package()...
/usr/bin/uic GUI/playctlwidget/playctlwidget.ui -o .ui/ui_playctlwidget.h
/usr/bin/uic GUI/progresswidget/progresswidget.ui -o .ui/ui_progresswidget.h
/usr/bin/uic GUI/playerwidget/playerhwidget.ui -o .ui/ui_playerhwidget.h
/usr/bin/uic GUI/mainw/mainhw.ui -o .ui/ui_mainhw.h
/usr/bin/uic GUI/playerwidget/playervwidget.ui -o .ui/ui_playervwidget.h
/usr/bin/uic GUI/mainw/mainw.ui -o .ui/ui_mainw.h
/usr/bin/uic GUI/playlist/GUI_Playlist.ui -o .ui/ui_GUI_Playlist.h
/usr/bin/uic GUI/playlist/entry/GUI_PlaylistEntryBig.ui -o .ui/ui_GUI_PlaylistEntryBig.h
/usr/bin/uic GUI/playlist/entry/GUI_PlaylistEntrySmall.ui -o .ui/ui_GUI_PlaylistEntrySmall.h
/usr/bin/uic GUI/prefs/sortprefs.ui -o .ui/ui_sortprefs.h
/usr/bin/uic GUI/renderchoose/renderchoose.ui -o .ui/ui_renderchoose.h
/usr/bin/uic GUI/songcast/songcastdlg.ui -o .ui/ui_songcastdlg.h
/usr/bin/uic GUI/sourcechoose/sourcechoose.ui -o .ui/ui_sourcechoose.h
make: *** No rule to make target 'QtWebKit/QWebView', needed by '.ui/ui_dirbrowser.h'.  Stop.
==> ERROR: A failure occurred in package().
    Aborting...

All previous versions worked just fine, what did I miss?

bartus commented on 2018-12-05 13:36 (UTC)

makedepends is missing jsoncpp

<deleted-account> commented on 2017-06-04 21:12 (UTC)

At the moment there is a compilation error with the new version of libupnpp. As soon as it is fixed, I'll update upplay.

<deleted-account> commented on 2017-01-07 08:52 (UTC)

Update to version 1.2.8

<deleted-account> commented on 2016-11-05 08:36 (UTC)

Update to version 1.2.7

<deleted-account> commented on 2016-10-14 09:26 (UTC)

Update to version 1.2.6

ewtoombs commented on 2016-09-16 07:28 (UTC)

Yeah, I got the same error. I fixed it with an #include <math.h> in the relevant .cpp file.

delexi commented on 2016-06-28 20:30 (UTC)

This fails to build for me with the following compiler message: dirbrowser/randplayer.cpp: In member function ‘void RandPlayer::selectNextGroup()’: dirbrowser/randplayer.cpp:86:39: error: ‘round’ was not declared in this scope int istart = vgstarts[round(fstart)]; It looks like this was fixed in cfdef405c614b26c2240ac78b91b1fd827d326d7: https://github.com/medoc92/upplay/commit/cfdef405c614b26c2240ac78b91b1fd827d326d7

<deleted-account> commented on 2014-12-19 14:33 (UTC)

I have also updated the package. Thank you!

mtorromeo commented on 2014-12-16 10:55 (UTC)

Please change PREFIX to "$pkgdir/usr". Also the qt4 dependency is already satisfied by qtwebkit so there's no need to add it.