Search Criteria
Package Details: upplay 1.8.0-1
Package Actions
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.000133 |
First Submitted: | 2014-11-05 14:14 (UTC) |
Last Updated: | 2024-12-28 14:11 (UTC) |
Dependencies (10)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libupnpp
- libupnpp.so (libupnpp)
- qt6-base (qt6-base-gitAUR, qt6-base-noguiAUR, qt6-base-headlessAUR)
- qt6-webchannel
- qt6-webengine
- qt6-tools (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
e-v commented on 2019-02-24 21:57 (UTC) (edited on 2019-02-24 22:01 (UTC) by e-v)
This should work:
Edit: It would be cleaner with a patch file. Edit 2: And signature checking :)
phgGrue commented on 2019-02-23 21:20 (UTC)
Sorry for this garbage - please could someone clean it up and make a good PKGBUILD as shown. After explicit setting upnpav = 1 in /etc/upmpdcli.conf everything works perfect, the next track plays without any help by hand. (upnpav should be set by default, but seems not to be - but very, very big thanks to the one "from the Medoc"!!!)
phgGrue commented on 2019-02-23 19:42 (UTC)
prepare() { cd "${srcdir}/${pkgname}-${pkgver}/dirbrowser" sed -i 's/QtWebKit/QtWebKitWidgets/' dirbrowser.ui }
build(){ cd "$srcdir/${pkgname}-${pkgver}" qmake -o Makefile upplay.pro PREFIX=/usr }
package(){ cd "${srcdir}/${pkgname}-${pkgver}" make install INSTALL_ROOT="${pkgdir}" }
phgGrue commented on 2019-02-23 19:40 (UTC)
Sorry for the bad line breaks. Maybe nano does it better:# Maintainer: Fabio 'Lolix' Loli lolix@disroot.org -> https://github.com/FabioLolix
Contributor: Tristelune tristelune@archlinux.info
pkgname=upplay pkgver=1.3.0 pkgrel=1 pkgdesc="A Qt5 based UPnP audio Control point, stable version" url="http://www.lesbonscomptes.com/upplay/" arch=(x86_64 i686 arm armv6h armv7h aarch64) license=(GPL2) depends=(libupnpp qt5-webkit) makedepends=(qt5-script) source=("https://www.lesbonscomptes.com/${pkgname}/downloads/${pkgname}-$pkgver.tar.gz") sha256sums=('d2c6cdaf1c71219f389277070cd68bb6171b1a20f72212acbde46a356f6e17aa')
prepare() { cd "${srcdir}/${pkgname}-${pkgver}/dirbrowser" sed -i 's/QtWebKit/QtWebKitWidgets/' dirbrowser.ui }
build(){ cd "$srcdir/${pkgname}-${pkgver}" qmake -o Makefile upplay.pro PREFIX=/usr }
package(){ cd "${srcdir}/${pkgname}-${pkgver}" make install INSTALL_ROOT="${pkgdir}" }
phgGrue commented on 2019-02-23 19:30 (UTC)
I got it working. But first I had installed it with yay - got an error and then edit the PKGBUILD as ElVirolo described. Then: makepkg / sudo -U .....pkg.tar.gz But upplay does not play the next track automatically, I have to start it playing manually ----------(any idea?)!!!!!!!!!!!!! This is the PKGBUILD:
Maintainer: Fabio 'Lolix' Loli lolix@disroot.org -> https://github.com/FabioLolix
Contributor: Tristelune tristelune@archlinux.info
pkgname=upplay pkgver=1.3.0 pkgrel=1 pkgdesc="A Qt5 based UPnP audio Control point, stable version" url="http://www.lesbonscomptes.com/upplay/" arch=(x86_64 i686 arm armv6h armv7h aarch64) license=(GPL2) depends=(libupnpp qt5-webkit) makedepends=(qt5-script) source=("https://www.lesbonscomptes.com/${pkgname}/downloads/${pkgname}-$pkgver.tar.gz") sha256sums=('d2c6cdaf1c71219f389277070cd68bb6171b1a20f72212acbde46a356f6e17aa')
prepare() { cd "${srcdir}/${pkgname}-${pkgver}/dirbrowser" sed -i 's/QtWebKit/QtWebKitWidgets/' dirbrowser.ui }
build(){ cd "$srcdir/${pkgname}-${pkgver}" qmake -o Makefile upplay.pro PREFIX=/usr }
package(){ cd "${srcdir}/${pkgname}-${pkgver}" make install INSTALL_ROOT="${pkgdir}" }
FabioLolix commented on 2019-02-11 21:58 (UTC)
For build failures I'll get in touch with the developer in the next days
e-v commented on 2019-02-11 11:53 (UTC) (edited on 2019-02-11 13:08 (UTC) by e-v)
Quick fix: add the following function in the PKGBUILD before the build() function:
Edit: sorry, doesn't compile.
kaefert commented on 2019-02-09 10:28 (UTC)
@mqs @blueyed -> same error for me, both with this and also with https://aur.archlinux.org/packages/upplay-git
blueyed commented on 2019-01-19 11:42 (UTC)
@mqs Same for me.
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)All previous versions worked just fine, what did I miss?
« First ‹ Previous 1 2 3 Next › Last »