mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
openrgb: update to 0.9.
This commit is contained in:
parent
c56533ed39
commit
47ce282d32
2 changed files with 3 additions and 29 deletions
|
@ -1,26 +0,0 @@
|
|||
https://gitlab.com/CalcProgrammer1/OpenRGB/-/commit/8c893fba4fcec17e6221f2d754def4aa71b020b8
|
||||
|
||||
From 8c893fba4fcec17e6221f2d754def4aa71b020b8 Mon Sep 17 00:00:00 2001
|
||||
From: Sirn Thanabulpong <sirn@ogsite.net>
|
||||
Date: Wed, 28 Dec 2022 00:49:47 +0900
|
||||
Subject: [PATCH] Fix build on musl in Nanoleaf settings
|
||||
|
||||
---
|
||||
qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp b/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp
|
||||
index 1e3c926b3..55ed5fcaa 100644
|
||||
--- a/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp
|
||||
+++ b/qt/OpenRGBNanoleafSettingsPage/OpenRGBNanoleafScanningThread.cpp
|
||||
@@ -8,6 +8,7 @@
|
||||
#else
|
||||
#include <netdb.h>
|
||||
#include <ifaddrs.h>
|
||||
+#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
#include "mdns.h"
|
||||
--
|
||||
GitLab
|
||||
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'openrgb'
|
||||
pkgname=openrgb
|
||||
version=0.8
|
||||
version=0.9
|
||||
revision=1
|
||||
build_style=qmake
|
||||
hostmakedepends="qt5-qmake qt5-host-tools git pkg-config"
|
||||
makedepends="qt5-devel libusb-devel hidapi-devel mbedtls-devel"
|
||||
short_desc="Open source RGB lighting control"
|
||||
maintainer="Neel Chotai <neel@chot.ai>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://gitlab.com/CalcProgrammer1/OpenRGB"
|
||||
distfiles="https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_${version}/OpenRGB-release_${version}.tar.gz"
|
||||
checksum=0d803753873ca1ec2bd78632b4ac605669394e7eeba2d2efe305c7f9c9d7df0c
|
||||
checksum=2e62799339b72b6d3afc4792e6ff39487583210bb5ddde93e2daa38ae35381c2
|
||||
|
||||
pre_build() {
|
||||
sed -i 's|rules.path=/lib|rules.path=/usr/lib|g' OpenRGB.pro
|
||||
|
|
Loading…
Add table
Reference in a new issue