mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
qmmp: update to 1.7.3
This commit is contained in:
parent
3b1c126553
commit
3ccaa40df2
2 changed files with 3 additions and 25 deletions
|
@ -1,22 +0,0 @@
|
|||
--- a/src/plugins/Visual/projectm/projectm.pro 2021-02-04 20:09:45.000000000 +0100
|
||||
+++ b/src/plugins/Visual/projectm/projectm.pro 2021-02-12 15:19:03.951750274 +0100
|
||||
@@ -22,6 +22,7 @@
|
||||
LIBS += -L/usr/lib -I/usr/include
|
||||
#projectM config path
|
||||
PROJECTM_CONFIG_FILES = /usr/share/projectM/config.inp \
|
||||
+ /usr/libexec/projectM/config.inp \
|
||||
/usr/local/share/projectM/config.inp
|
||||
for(path, PROJECTM_CONFIG_FILES) {
|
||||
exists($$path) {
|
||||
diff -rub a/src/plugins/Visual/projectm/projectmwidget.cpp b/src/plugins/Visual/projectm/projectmwidget.cpp
|
||||
--- a/src/plugins/Visual/projectm/projectmwidget.cpp 2021-02-04 20:09:45.000000000 +0100
|
||||
+++ b/src/plugins/Visual/projectm/projectmwidget.cpp 2021-02-12 15:22:26.833419341 +0100
|
||||
@@ -34,7 +34,7 @@
|
||||
#include "projectmwidget.h"
|
||||
|
||||
#ifndef PROJECTM_CONFIG
|
||||
-#define PROJECTM_CONFIG "/usr/share/projectM/config.inp"
|
||||
+#define PROJECTM_CONFIG "/usr/libexec/projectM/config.inp"
|
||||
#endif
|
||||
|
||||
ProjectMWidget::ProjectMWidget(QListWidget *listWidget, QWidget *parent)
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qmmp'
|
||||
pkgname=qmmp
|
||||
version=1.6.1
|
||||
revision=4
|
||||
version=1.7.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DUSE_HAL:BOOL=FALSE -DQMMP_DEFAULT_UI:STRING=simple"
|
||||
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
|
||||
|
@ -20,7 +20,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="http://qmmp.ylsoftware.com"
|
||||
distfiles="http://qmmp.ylsoftware.com/files/qmmp/${version%.*}/qmmp-${version}.tar.bz2"
|
||||
checksum=2d8d5be8ed81dfa3b67de98b00800f7ea0fe9ac2d0f912e49265b0f4f7f5693f
|
||||
checksum=093100644c6d826170ba8bc22f8619fc4ae555ff41174ced510dd87a0a0dcbf0
|
||||
|
||||
qmmp-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue