pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openrgb: compilation progress



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Oct 23 08:50:52 2024 -0400
Changeset:	ae396013467ec84755610cc4881b206daee703e8

Modified Files:
	openrgb/Makefile
	openrgb/TODO

Log Message:
openrgb: compilation progress

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ae396013467ec84755610cc4881b206daee703e8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openrgb/Makefile | 9 ++++++++-
 openrgb/TODO     | 6 +++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diffs:
diff --git a/openrgb/Makefile b/openrgb/Makefile
index 3e38a7d17c..381a574ef8 100644
--- a/openrgb/Makefile
+++ b/openrgb/Makefile
@@ -11,6 +11,13 @@ LICENSE=	gnu-gpl-v2
 
 USE_LANGUAGES=	c c++
 
-# \todo qmake
+do-configure:
+	cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake \
+	    -unix -recursive OpenRGB.pro \
+	    ${MAKE_ENV} \
+	    QMAKE_CFLAGS=${CFLAGS:Q} \
+	    QMAKE_CXXFLAGS=${CXXFLAGS:Q} \
+	    QMAKE_LFLAGS=${LDFLAGS:Q}
 
+.include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/openrgb/TODO b/openrgb/TODO
index 4f52631646..c76ca2a402 100644
--- a/openrgb/TODO
+++ b/openrgb/TODO
@@ -1,3 +1,7 @@
 - set PKGNAME to not contain release-
-- make it build
+- fix compilation issues
+  * va_list used without declaration
+  * mbedtls
+  * BSD support: https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/876
 - test it
+


Home | Main Index | Thread Index | Old Index