summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColinDuquesnoy2020-04-29 18:25:24 +0200
committerColinDuquesnoy2020-04-29 18:25:24 +0200
commit9e2bdfd41ae86f6241a4878b69a02788978a3e66 (patch)
treeb44747b2f39366c800d114e23315bc777716d803
parentb8cc1d401098ced41213d3b9f431f0903b4a6007 (diff)
downloadaur-9e2bdfd41ae86f6241a4878b69a02788978a3e66.tar.gz
Remove widevine.patch that is not necessary anymore
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
-rw-r--r--widevine-path.patch11
3 files changed, 4 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3763cef8999b..d31f675d9297 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/ColinDuquesnoy/MellowPlayer
arch = x86_64
arch = aarch64
@@ -24,9 +24,7 @@ pkgbase = mellowplayer
optdepends = chromium-widevine: DRM needed for Spotify and Amazon Music
optdepends = pepper-flash: needed for Tidal
source = https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/3.6.2/MellowPlayer-3.6.2.tar.gz
- source = widevine-path.patch
md5sums = e490e5e9b7871faeb01f700bbfa24821
- md5sums = 67f8c5c6af4b770a4017a5ca9f137b90
pkgname = mellowplayer
diff --git a/PKGBUILD b/PKGBUILD
index 36af1ad33023..07d68ac07a1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mellowplayer
_pkgname=MellowPlayer
pkgver=3.6.2
-pkgrel=1
+pkgrel=2
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://gitlab.com/ColinDuquesnoy/MellowPlayer'
@@ -12,15 +12,8 @@ arch=('x86_64' 'aarch64')
depends=('qt5-base' 'qt5-webengine' 'qt5-svg' 'qt5-quickcontrols2' 'qt5-quickcontrols' 'qt5-translations' 'qt5-graphicaleffects' 'xdg-utils' 'libnotify' 'libevent')
makedepends=('qt5-tools' 'cmake' 'mesa' 'ninja' 'pkgconf')
optdepends=( 'chromium-widevine: DRM needed for Spotify and Amazon Music' 'pepper-flash: needed for Tidal')
-source=("https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/${pkgver}/MellowPlayer-${pkgver}.tar.gz"
- "widevine-path.patch")
-md5sums=('e490e5e9b7871faeb01f700bbfa24821'
- '67f8c5c6af4b770a4017a5ca9f137b90')
-
-prepare() {
- cd $srcdir/MellowPlayer-${pkgver}
- patch -Np1 -i "${srcdir}/widevine-path.patch" "$srcdir/MellowPlayer-${pkgver}/src/main/share/applications/mellowplayer.desktop"
-}
+source=("https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/${pkgver}/MellowPlayer-${pkgver}.tar.gz")
+md5sums=('e490e5e9b7871faeb01f700bbfa24821')
build() {
cd $srcdir/MellowPlayer-${pkgver}
diff --git a/widevine-path.patch b/widevine-path.patch
deleted file mode 100644
index f63bd6fbfe1f..000000000000
--- a/widevine-path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/share/applications/mellowplayer.desktop 2017-12-18 19:35:26.705475288 +0100
-+++ src/share/applications/mellowplayer.desktop 2017-12-18 21:19:48.807747384 +0100
-@@ -3,7 +3,7 @@
- Version=1.0
- Type=Application
- Name=MellowPlayer
--Exec=MellowPlayer
-+Exec=MellowPlayer --ppapi-widevine-path=/usr/lib/qt/plugins/ppapi/libwidevinecdmadapter.so
- TryExec=MellowPlayer
- Icon=mellowplayer
- Terminal=false