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

(-)b/x11/openrgb/Makefile (-8 / +5 lines)
Lines 1-6 Link Here
1
PORTNAME=	openrgb
1
PORTNAME=	openrgb
2
PORTVERSION=	0.8
2
PORTVERSION=	0.8
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	x11
4
CATEGORIES=	x11
5
5
6
MAINTAINER=	vidar@karlsen.tech
6
MAINTAINER=	vidar@karlsen.tech
Lines 9-26 WWW= https://openrgb.org Link Here
9
9
10
LICENSE=	GPLv2
10
LICENSE=	GPLv2
11
11
12
DEPRECATED=	Depends on expired security/mbedtls2
13
EXPIRATION_DATE=2025-03-31
14
15
BUILD_DEPENDS=	git>0:devel/git \
12
BUILD_DEPENDS=	git>0:devel/git \
16
		hidapi>0:comms/hidapi \
13
		hidapi>0:comms/hidapi \
17
		mbedtls2>0:security/mbedtls2 \
14
		mbedtls3>0:security/mbedtls3 \
18
		qt5-qmake>0:devel/qt5-qmake
15
		qt5-qmake>0:devel/qt5-qmake
19
LIB_DEPENDS=	libGL.so:graphics/libglvnd \
16
LIB_DEPENDS=	libGL.so:graphics/libglvnd \
20
		libhidapi.so:comms/hidapi \
17
		libhidapi.so:comms/hidapi \
21
		libmbedcrypto.so:security/mbedtls2 \
18
		libmbedcrypto.so:security/mbedtls3 \
22
		libmbedtls.so:security/mbedtls2 \
19
		libmbedtls.so:security/mbedtls3 \
23
		libmbedx509.so:security/mbedtls2
20
		libmbedx509.so:security/mbedtls3
24
21
25
USES=		gmake gl qmake qt:5
22
USES=		gmake gl qmake qt:5
26
23
(-)b/x11/openrgb/files/patch-OpenRGB.pro (-1 / +1 lines)
Lines 1-6 Link Here
1
--- OpenRGB.pro.orig	2022-11-28 03:44:33 UTC
1
--- OpenRGB.pro.orig	2022-11-28 03:44:33 UTC
2
+++ OpenRGB.pro
2
+++ OpenRGB.pro
3
@@ -42,7 +42,7 @@ TEMPLATE    = app
3
@@ -42,7 +42,7 @@ win32:BUILDDATE = $$system(date /t)
4
 # Automatically generated build information                                                     #
4
 # Automatically generated build information                                                     #
5
 #-----------------------------------------------------------------------------------------------#
5
 #-----------------------------------------------------------------------------------------------#
6
 win32:BUILDDATE = $$system(date /t)
6
 win32:BUILDDATE = $$system(date /t)
(-)b/x11/openrgb/files/patch-dependencies_hueplusplus-1.0.0_src_EntertainmentMode.cpp (-1 / +10 lines)
Added Link Here
0
- 
1
--- dependencies/hueplusplus-1.0.0/src/EntertainmentMode.cpp.orig	2022-11-28 03:44:33 UTC
2
+++ dependencies/hueplusplus-1.0.0/src/EntertainmentMode.cpp
3
@@ -21,7 +21,6 @@
4
 **/
5
 
6
 #include "hueplusplus/EntertainmentMode.h"
7
-#include "mbedtls/certs.h"
8
 #include "mbedtls/ctr_drbg.h"
9
 #include "mbedtls/debug.h"
10
 #include "mbedtls/entropy.h"

Return to bug 283857