community/audacious-plugins: upgrade to 4.0.1

This commit is contained in:
Ariadne Conill 2020-04-05 17:04:13 +00:00
parent ad93470a50
commit 4d11148c15
2 changed files with 3 additions and 28 deletions

View File

@ -1,23 +0,0 @@
From a51aa5fc4133da3359854d1ba03584a1f97a360f Mon Sep 17 00:00:00 2001
From: Ariadne Conill <ariadne@dereferenced.org>
Date: Sun, 22 Mar 2020 03:20:18 -0500
Subject: [PATCH] qtglspectrum: work around Qt including OpenGLES headers
instead of OpenGL headers on ARM systems
---
src/qtglspectrum/gl-spectrum.cc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/qtglspectrum/gl-spectrum.cc b/src/qtglspectrum/gl-spectrum.cc
index 7c80f5e00..0e0c03cf7 100644
--- a/src/qtglspectrum/gl-spectrum.cc
+++ b/src/qtglspectrum/gl-spectrum.cc
@@ -31,6 +31,8 @@
#include <QGLWidget>
#include <QGLFunctions>
+#include <GL/gl.h>
+
#define NUM_BANDS 32
#define DB_RANGE 40

View File

@ -2,7 +2,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Ariadne Conill <ariadne@dereferenced.org>
pkgname=audacious-plugins
pkgver=4.0
pkgver=4.0.1
pkgrel=0
pkgdesc="A playlist-oriented media player with multiple interfaces (plugins)"
url="https://audacious-media-player.org/"
@ -42,8 +42,7 @@ makedepends="
autoconf
"
subpackages="$pkgname-lang $pkgname-dbg"
source="http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2
0001-qtglspectrum-work-around-qt-including-opengles.patch"
source="http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2"
options="!check" # No test suite (or any plans for one)
build() {
@ -63,5 +62,4 @@ package() {
DESTDIR="$pkgdir" make install
}
sha512sums="f9f7d249ff5b8337729ce59b24ec249b96842ed9986a6a42a4de179bed44a431316537311a5514d652c0f847d7e849afd18e0bb2a2a5628d24cc6d449c52095c audacious-plugins-4.0.tar.bz2
17e5eef6973023e70fb90f75b0e531fed21d67f05903adecc6b161b1fd1232eba4e348e7f50c7f37db8c0a4144449c7774e7f3c384f7392c3aa51b638e24751a 0001-qtglspectrum-work-around-qt-including-opengles.patch"
sha512sums="6611a9204f3f6e70b126ec4712078ba3e5a317b8a41e6d753a24e37e9b19894444ae091654240c6aa0c4d13d53b72d722549edf6077a565ebdd8caf3000823a0 audacious-plugins-4.0.1.tar.bz2"