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

(-)b/x11/Makefile (+1 lines)
Lines 265-270 Link Here
265
    SUBDIR += nwg-look
265
    SUBDIR += nwg-look
266
    SUBDIR += nwg-menu
266
    SUBDIR += nwg-menu
267
    SUBDIR += nxcomp
267
    SUBDIR += nxcomp
268
    SUBDIR += openrgb
268
    SUBDIR += p5-Clipboard
269
    SUBDIR += p5-Clipboard
269
    SUBDIR += p5-X11-GUITest
270
    SUBDIR += p5-X11-GUITest
270
    SUBDIR += p5-X11-IdleTime
271
    SUBDIR += p5-X11-IdleTime
(-)b/x11/openrgb/Makefile (+33 lines)
Added Link Here
1
PORTNAME=	openrgb
2
PORTVERSION=	g20220505
3
CATEGORIES=	x11
4
5
MAINTAINER=	vidar@karlsen.tech
6
COMMENT=	Software to control a multitude of (a)RGB devices
7
8
LICENSE=	GPLv2
9
10
LIB_DEPENDS=	libmbedx509.so:security/mbedtls \
11
		libmbedtls.so:security/mbedtls \
12
		libmbedcrypto.so:security/mbedtls \
13
		libhidapi.so:comms/hidapi \
14
		libGL.so:graphics/libglvnd
15
BUILD_DEPENDS=	mbedtls>0:security/mbedtls \
16
		hidapi>0:comms/hidapi \
17
		qt5-qmake>0:devel/qt5-qmake \
18
		git>0:devel/git
19
20
USES=		gmake qt:5 qmake
21
USE_QT=		core gui widgets buildtools
22
USE_GL=		gl
23
USE_GITLAB=	yes
24
GL_ACCOUNT=	CalcProgrammer1
25
GL_PROJECT=	OpenRGB
26
GL_COMMIT=	817d5d55dfb2baf932effe9fec9c557ad1529eb9
27
28
PLIST_FILES=	bin/openrgb
29
30
do-install:
31
		${INSTALL_PROGRAM} ${WRKSRC}/openrgb ${STAGEDIR}${PREFIX}/bin
32
33
.include <bsd.port.mk>
(-)b/x11/openrgb/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1651760910
2
SHA256 (CalcProgrammer1-OpenRGB-817d5d55dfb2baf932effe9fec9c557ad1529eb9_GL0.tar.gz) = fdc25136ccbd97c793f170fff14b45a9195136fe46e8f8c594048e786a97fe3d
3
SIZE (CalcProgrammer1-OpenRGB-817d5d55dfb2baf932effe9fec9c557ad1529eb9_GL0.tar.gz) = 29236808
(-)b/x11/openrgb/files/patch-OpenRGB.pro (+11 lines)
Added Link Here
1
--- OpenRGB.pro.orig	2022-05-05 02:48:58 UTC
2
+++ OpenRGB.pro
3
@@ -40,7 +40,7 @@ TEMPLATE    = app
4
 # Automatically generated build information                                                     #
5
 #-----------------------------------------------------------------------------------------------#
6
 win32:BUILDDATE = $$system(date /t)
7
-unix:BUILDDATE  = $$system(date -R -d "@${SOURCE_DATE_EPOCH:-$(date +%s)}")
8
+unix:BUILDDATE  = $$system(date -R)
9
 GIT_COMMIT_ID   = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-parse HEAD)
10
 GIT_COMMIT_DATE = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ show -s --format=%ci HEAD)
11
 GIT_BRANCH      = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-parse --abbrev-ref HEAD)
(-)b/x11/openrgb/pkg-descr (-1 / +3 lines)
Added Link Here
0
- 
1
Open source RGB lighting control that doesn't depend on manufacturer software.
2
3
WWW: https://openrgb.org

Return to bug 263815