summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Duquesnoy2018-07-09 18:26:19 +0200
committerColin Duquesnoy2018-07-09 18:26:19 +0200
commitf2899682226d0d67c6485ae510d8fe7a6a055aa7 (patch)
tree12cfea30646de1710c11f733151ffeb5a26f3f29
parentd1303b73e8034cd614bbff9958fecb4b631ca760 (diff)
downloadaur-f2899682226d0d67c6485ae510d8fe7a6a055aa7.tar.gz
Add missing mesa dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28a5544b9c67..48806ef14df6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = mellowplayer
pkgdesc = Open source and cross-platform desktop application that runs web-based music streaming services in its own window and provides integration with your desktop.
pkgver = 3.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ColinDuquesnoy/MellowPlayer
arch = x86_64
license = GPL
makedepends = qt5-tools
makedepends = qbs
+ makedepends = mesa
depends = qt5-base
depends = qt5-webengine
depends = qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index 421aaf9a5ec1..8d5befecc5c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=mellowplayer
_pkgname=MellowPlayer
pkgver=3.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="Open source and cross-platform desktop application that runs web-based music streaming
services in its own window and provides integration with your desktop."
url='https://github.com/ColinDuquesnoy/MellowPlayer'
license=('GPL')
arch=('x86_64')
depends=('qt5-base' 'qt5-webengine' 'qt5-svg' 'qt5-quickcontrols2' 'qt5-quickcontrols' 'qt5-translations' 'qt5-graphicaleffects' 'xdg-utils' 'libnotify' 'libevent')
-makedepends=('qt5-tools' 'qbs')
+makedepends=('qt5-tools' 'qbs', 'mesa')
optdepends=( 'qt5-webengine-widevine: DRM needed for Spotify' 'pepper-flash: needed for Tidal and Deezer')
source=("https://github.com/ColinDuquesnoy/MellowPlayer/archive/${pkgver}.tar.gz"
"widevine-path.patch")