FreeBSD Bugzilla – Attachment 233764 Details for
Bug 263815
[new port] x11/openrgb: Control various (a)RGB devices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git format-patch
0001-New-port-x11-openrgb.patch (text/plain), 3.64 KB, created by
Vidar Karlsen
on 2022-05-06 12:16:53 UTC
(
hide
)
Description:
git format-patch
Filename:
MIME Type:
Creator:
Vidar Karlsen
Created:
2022-05-06 12:16:53 UTC
Size:
3.64 KB
patch
obsolete
>From 5eb4bcbb9f725881ce6f3260cdca43f02f01375c Mon Sep 17 00:00:00 2001 >From: Vidar Karlsen <vidar@karlsen.tech> >Date: Fri, 6 May 2022 14:05:11 +0200 >Subject: [PATCH] New port: x11/openrgb > >--- > x11/Makefile | 1 + > x11/openrgb/Makefile | 33 +++++++++++++++++++++++++++++ > x11/openrgb/distinfo | 3 +++ > x11/openrgb/files/patch-OpenRGB.pro | 11 ++++++++++ > x11/openrgb/pkg-descr | 3 +++ > 5 files changed, 51 insertions(+) > create mode 100644 x11/openrgb/Makefile > create mode 100644 x11/openrgb/distinfo > create mode 100644 x11/openrgb/files/patch-OpenRGB.pro > create mode 100644 x11/openrgb/pkg-descr > >diff --git a/x11/Makefile b/x11/Makefile >index 3d5c648cd3d9..a1772c55d01e 100644 >--- a/x11/Makefile >+++ b/x11/Makefile >@@ -265,6 +265,7 @@ > SUBDIR += nwg-look > SUBDIR += nwg-menu > SUBDIR += nxcomp >+ SUBDIR += openrgb > SUBDIR += p5-Clipboard > SUBDIR += p5-X11-GUITest > SUBDIR += p5-X11-IdleTime >diff --git a/x11/openrgb/Makefile b/x11/openrgb/Makefile >new file mode 100644 >index 000000000000..be488009a4d4 >--- /dev/null >+++ b/x11/openrgb/Makefile >@@ -0,0 +1,33 @@ >+PORTNAME= openrgb >+PORTVERSION= g20220505 >+CATEGORIES= x11 >+ >+MAINTAINER= vidar@karlsen.tech >+COMMENT= Software to control a multitude of (a)RGB devices >+ >+LICENSE= GPLv2 >+ >+LIB_DEPENDS= libmbedx509.so:security/mbedtls \ >+ libmbedtls.so:security/mbedtls \ >+ libmbedcrypto.so:security/mbedtls \ >+ libhidapi.so:comms/hidapi \ >+ libGL.so:graphics/libglvnd >+BUILD_DEPENDS= mbedtls>0:security/mbedtls \ >+ hidapi>0:comms/hidapi \ >+ qt5-qmake>0:devel/qt5-qmake \ >+ git>0:devel/git >+ >+USES= gmake qt:5 qmake >+USE_QT= core gui widgets buildtools >+USE_GL= gl >+USE_GITLAB= yes >+GL_ACCOUNT= CalcProgrammer1 >+GL_PROJECT= OpenRGB >+GL_COMMIT= 817d5d55dfb2baf932effe9fec9c557ad1529eb9 >+ >+PLIST_FILES= bin/openrgb >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/openrgb ${STAGEDIR}${PREFIX}/bin >+ >+.include <bsd.port.mk> >diff --git a/x11/openrgb/distinfo b/x11/openrgb/distinfo >new file mode 100644 >index 000000000000..ab06e9449700 >--- /dev/null >+++ b/x11/openrgb/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1651760910 >+SHA256 (CalcProgrammer1-OpenRGB-817d5d55dfb2baf932effe9fec9c557ad1529eb9_GL0.tar.gz) = fdc25136ccbd97c793f170fff14b45a9195136fe46e8f8c594048e786a97fe3d >+SIZE (CalcProgrammer1-OpenRGB-817d5d55dfb2baf932effe9fec9c557ad1529eb9_GL0.tar.gz) = 29236808 >diff --git a/x11/openrgb/files/patch-OpenRGB.pro b/x11/openrgb/files/patch-OpenRGB.pro >new file mode 100644 >index 000000000000..ed6d88129dcc >--- /dev/null >+++ b/x11/openrgb/files/patch-OpenRGB.pro >@@ -0,0 +1,11 @@ >+--- OpenRGB.pro.orig 2022-05-05 02:48:58 UTC >++++ OpenRGB.pro >+@@ -40,7 +40,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) >diff --git a/x11/openrgb/pkg-descr b/x11/openrgb/pkg-descr >new file mode 100644 >index 000000000000..2de98194fa11 >--- /dev/null >+++ b/x11/openrgb/pkg-descr >@@ -0,0 +1,3 @@ >+Open source RGB lighting control that doesn't depend on manufacturer software. >+ >+WWW: https://openrgb.org >-- >2.35.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 263815
: 233764