Date: Tue, 14 Mar 2023 11:22:19 GMT From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 97edf5fd1950 - main - x11/openrgb: Update to 0.8 Message-ID: <202303141122.32EBMJ93061555@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by martymac: URL: https://cgit.FreeBSD.org/ports/commit/?id=97edf5fd1950f9b18d927f96e4e96b56a0400c96 commit 97edf5fd1950f9b18d927f96e4e96b56a0400c96 Author: Ganael LAPLANCHE <martymac@FreeBSD.org> AuthorDate: 2023-03-14 11:19:43 +0000 Commit: Ganael LAPLANCHE <martymac@FreeBSD.org> CommitDate: 2023-03-14 11:19:43 +0000 x11/openrgb: Update to 0.8 While here, fix COMMENT and re-generate patch. PR: 270174 Approved by: vidar@karlsen.tech (maintainer) --- x11/openrgb/Makefile | 8 ++++---- x11/openrgb/distinfo | 6 +++--- ...Controllers-LianLiController-LianLiUniHub_AL10Controller.h | 11 +++++++++++ x11/openrgb/files/patch-OpenRGB.pro | 4 ++-- 4 files changed, 20 insertions(+), 9 deletions(-) diff --git a/x11/openrgb/Makefile b/x11/openrgb/Makefile index 06c33df5c702..dc6256874e6f 100644 --- a/x11/openrgb/Makefile +++ b/x11/openrgb/Makefile @@ -1,9 +1,9 @@ PORTNAME= openrgb -PORTVERSION= 0.7.20220505 +PORTVERSION= 0.8 CATEGORIES= x11 MAINTAINER= vidar@karlsen.tech -COMMENT= Software to control a multitude of (a)RGB devices +COMMENT= Software to control a multitude of RGB devices WWW= https://openrgb.org LICENSE= GPLv2 @@ -23,10 +23,10 @@ USES= gmake gl qmake qt:5 USE_GITLAB= yes GL_ACCOUNT= CalcProgrammer1 GL_PROJECT= OpenRGB -GL_COMMIT= 817d5d55dfb2baf932effe9fec9c557ad1529eb9 +GL_COMMIT= fb88964b8e514cdf4eb22da314e13f8db06a3636 USE_GL= gl -USE_QT= buildtools core gui widgets +USE_QT= buildtools core gui linguisttools widgets PLIST_FILES= bin/openrgb diff --git a/x11/openrgb/distinfo b/x11/openrgb/distinfo index ab06e9449700..01d10aa79d0e 100644 --- a/x11/openrgb/distinfo +++ b/x11/openrgb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651760910 -SHA256 (CalcProgrammer1-OpenRGB-817d5d55dfb2baf932effe9fec9c557ad1529eb9_GL0.tar.gz) = fdc25136ccbd97c793f170fff14b45a9195136fe46e8f8c594048e786a97fe3d -SIZE (CalcProgrammer1-OpenRGB-817d5d55dfb2baf932effe9fec9c557ad1529eb9_GL0.tar.gz) = 29236808 +TIMESTAMP = 1678395750 +SHA256 (CalcProgrammer1-OpenRGB-fb88964b8e514cdf4eb22da314e13f8db06a3636_GL0.tar.gz) = 5887b33c8d4e717f6636ff97f2ff0317d622490bc1cf79706e7c6a5c6fbebb84 +SIZE (CalcProgrammer1-OpenRGB-fb88964b8e514cdf4eb22da314e13f8db06a3636_GL0.tar.gz) = 29736847 diff --git a/x11/openrgb/files/patch-Controllers-LianLiController-LianLiUniHub_AL10Controller.h b/x11/openrgb/files/patch-Controllers-LianLiController-LianLiUniHub_AL10Controller.h new file mode 100644 index 000000000000..91fdaaa963a5 --- /dev/null +++ b/x11/openrgb/files/patch-Controllers-LianLiController-LianLiUniHub_AL10Controller.h @@ -0,0 +1,11 @@ +--- Controllers/LianLiController/LianLiUniHub_AL10Controller.h.orig 2022-11-28 03:44:33 UTC ++++ Controllers/LianLiController/LianLiUniHub_AL10Controller.h +@@ -16,7 +16,7 @@ + + #include "RGBController.h" + +-#include <libusb-1.0/libusb.h> ++#include <libusb.h> + + /*----------------------------------------------------------------------------*\ + | Global definitions. | diff --git a/x11/openrgb/files/patch-OpenRGB.pro b/x11/openrgb/files/patch-OpenRGB.pro index ed6d88129dcc..7a3c10f01119 100644 --- a/x11/openrgb/files/patch-OpenRGB.pro +++ b/x11/openrgb/files/patch-OpenRGB.pro @@ -1,6 +1,6 @@ ---- OpenRGB.pro.orig 2022-05-05 02:48:58 UTC +--- OpenRGB.pro.orig 2022-11-28 03:44:33 UTC +++ OpenRGB.pro -@@ -40,7 +40,7 @@ TEMPLATE = app +@@ -42,7 +42,7 @@ TEMPLATE = app # Automatically generated build information # #-----------------------------------------------------------------------------------------------# win32:BUILDDATE = $$system(date /t)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303141122.32EBMJ93061555>