View | Details | Raw Unified | Return to bug 270174
Collapse All | Expand All

(-)b/x11/openrgb/Makefile (-4 / +4 lines)
Lines 1-9 Link Here
1
PORTNAME=	openrgb
1
PORTNAME=	openrgb
2
PORTVERSION=	0.7.20220505
2
PORTVERSION=	0.8
3
CATEGORIES=	x11
3
CATEGORIES=	x11
4
4
5
MAINTAINER=	vidar@karlsen.tech
5
MAINTAINER=	vidar@karlsen.tech
6
COMMENT=	Software to control a multitude of (a)RGB devices
6
COMMENT=	Software to control a multitude of RGB devices
7
WWW=		https://openrgb.org
7
WWW=		https://openrgb.org
8
8
9
LICENSE=	GPLv2
9
LICENSE=	GPLv2
Lines 23-32 USES= gmake gl qmake qt:5 Link Here
23
USE_GITLAB=	yes
23
USE_GITLAB=	yes
24
GL_ACCOUNT=	CalcProgrammer1
24
GL_ACCOUNT=	CalcProgrammer1
25
GL_PROJECT=	OpenRGB
25
GL_PROJECT=	OpenRGB
26
GL_COMMIT=	817d5d55dfb2baf932effe9fec9c557ad1529eb9
26
GL_COMMIT=	fb88964b8e514cdf4eb22da314e13f8db06a3636
27
27
28
USE_GL=		gl
28
USE_GL=		gl
29
USE_QT=		buildtools core gui widgets
29
USE_QT=		buildtools core gui linguisttools widgets
30
30
31
PLIST_FILES=	bin/openrgb
31
PLIST_FILES=	bin/openrgb
32
32
(-)b/x11/openrgb/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1651760910
1
TIMESTAMP = 1678395750
2
SHA256 (CalcProgrammer1-OpenRGB-817d5d55dfb2baf932effe9fec9c557ad1529eb9_GL0.tar.gz) = fdc25136ccbd97c793f170fff14b45a9195136fe46e8f8c594048e786a97fe3d
2
SHA256 (CalcProgrammer1-OpenRGB-fb88964b8e514cdf4eb22da314e13f8db06a3636_GL0.tar.gz) = 5887b33c8d4e717f6636ff97f2ff0317d622490bc1cf79706e7c6a5c6fbebb84
3
SIZE (CalcProgrammer1-OpenRGB-817d5d55dfb2baf932effe9fec9c557ad1529eb9_GL0.tar.gz) = 29236808
3
SIZE (CalcProgrammer1-OpenRGB-fb88964b8e514cdf4eb22da314e13f8db06a3636_GL0.tar.gz) = 29736847
(-)b/x11/openrgb/files/patch-Controllers-LianLiController-LianLiUniHub_AL10Controller.h (+11 lines)
Added Link Here
1
--- Controllers/LianLiController/LianLiUniHub_AL10Controller.h.orig	2022-11-28 03:44:33 UTC
2
+++ Controllers/LianLiController/LianLiUniHub_AL10Controller.h
3
@@ -16,7 +16,7 @@
4
 
5
 #include "RGBController.h"
6
 
7
-#include <libusb-1.0/libusb.h>
8
+#include <libusb.h>
9
 
10
 /*----------------------------------------------------------------------------*\
11
 | Global definitions.                                                          |
(-)b/x11/openrgb/files/patch-OpenRGB.pro (-2 / +2 lines)
Lines 1-6 Link Here
1
--- OpenRGB.pro.orig	2022-05-05 02:48:58 UTC
1
--- OpenRGB.pro.orig	2022-11-28 03:44:33 UTC
2
+++ OpenRGB.pro
2
+++ OpenRGB.pro
3
@@ -40,7 +40,7 @@ TEMPLATE    = app
3
@@ -42,7 +42,7 @@ TEMPLATE    = app
4
 # Automatically generated build information                                                     #
4
 # Automatically generated build information                                                     #
5
 #-----------------------------------------------------------------------------------------------#
5
 #-----------------------------------------------------------------------------------------------#
6
 win32:BUILDDATE = $$system(date /t)
6
 win32:BUILDDATE = $$system(date /t)

Return to bug 270174