Package Details: upplay 1.7.2-2

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: GPL2
Submitter: None
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 15
Popularity: 0.047108
First Submitted: 2014-11-05 14:14 (UTC)
Last Updated: 2023-12-27 14:14 (UTC)

Latest Comments

1 2 3 Next › Last »

Corfromleuven commented on 2020-08-19 20:27 (UTC)

After last update, Upplay wouldn't start any more. I guess Libunpp support is the culprit as it wouldn't install or re-install any more whenever I tried to reinstall the dependencies.

marcaurel commented on 2020-06-19 20:44 (UTC) (edited on 2020-06-19 20:46 (UTC) by marcaurel)

Build error:

usr/sbin/ld: .obj/upputils.o: in function metaDataToHtml(MetaData const*, QString&): /home/marc/.cache/yay/upplay/src/upplay-1.4.4/upadapt/upputils.cpp:249: undefined reference to UPnPClient::UPnPDirContent::parse(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) collect2: Fehler: ld gab 1 als Ende-Status zurück make: *** [Makefile:594: upplay] Fehler 1

nl6720 commented on 2020-02-15 10:52 (UTC)

jsoncpp should be in the depends array not in makedepends.

upplay: error while loading shared libraries: libjsoncpp.so.21: cannot open shared object file: No such file or directory

drewlong commented on 2019-11-13 17:20 (UTC)

Build & install is all good. Many thanks ElVirolo

have cleaned my thread.

e-v commented on 2019-11-13 13:37 (UTC)

@drewlong: It is not a typo. Upplay does depend on libupnpp (and indeed on libupnp, which the former depends on). You need to have it installed (from the AUR, for instance) in order to be able to compile upplay.

e-v commented on 2019-11-10 12:40 (UTC)

This should work:

# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
# Contributor: Tristelune <tristelune@archlinux.info>

pkgname=upplay
pkgver=1.4.2
pkgrel=1
pkgdesc="A Qt5 based UPnP audio Control point"
url="http://www.lesbonscomptes.com/upplay/"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
license=(GPL2)
depends=(libupnpp qt5-webkit)
makedepends=(qt5-script jsoncpp qt5-tools)
source=("https://www.lesbonscomptes.com/${pkgname}/downloads/${pkgname}-$pkgver.tar.gz")

sha256sums=('790adcc4dd427b3dccba0ed8b043baed57f151a5d4242d8ea087aa07f40b3c76')

build(){
  cd "${pkgname}-${pkgver}"
  qmake -o Makefile upplay.pro PREFIX=/usr
}

package(){
  cd "${pkgname}-${pkgver}"
  make install INSTALL_ROOT="${pkgdir}"
}

drewlong commented on 2019-11-08 13:42 (UTC)

Current release is 1.4.2 I could not get it to build simply by hacking PKGBUILD.

Jose_Ramirez commented on 2019-04-04 18:18 (UTC)

Ebuild from ElVirolo works for me. FaipLolix Please Update.

FabioLolix commented on 2019-02-26 21:22 (UTC)

Update coming tomorrow