diff --git a/x11/openrgb/Makefile b/x11/openrgb/Makefile index 06c33df5c702..dc6256874e6f 100644 --- a/x11/openrgb/Makefile +++ b/x11/openrgb/Makefile @@ -1,36 +1,36 @@ 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 BUILD_DEPENDS= git>0:devel/git \ hidapi>0:comms/hidapi \ mbedtls>0:security/mbedtls \ qt5-qmake>0:devel/qt5-qmake LIB_DEPENDS= libGL.so:graphics/libglvnd \ libhidapi.so:comms/hidapi \ libmbedcrypto.so:security/mbedtls \ libmbedtls.so:security/mbedtls \ libmbedx509.so:security/mbedtls 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 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/openrgb ${STAGEDIR}${PREFIX}/bin .include 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 ++#include + + /*----------------------------------------------------------------------------*\ + | 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,11 +1,11 @@ ---- 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) -unix:BUILDDATE = $$system(date -R -d "@${SOURCE_DATE_EPOCH:-$(date +%s)}") +unix:BUILDDATE = $$system(date -R) GIT_COMMIT_ID = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-parse HEAD) GIT_COMMIT_DATE = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ show -s --format=%ci HEAD) GIT_BRANCH = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-parse --abbrev-ref HEAD)