pkgsrc-WIP-changes archive

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

openrgb: Add dependencies



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

Modified Files:
	openrgb/Makefile
	openrgb/TODO
	openrgb/distinfo
Added Files:
	openrgb/patches/patch-i2c__smbus_i2c__smbus.h

Log Message:
openrgb: Add dependencies

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

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

diffstat:
 openrgb/Makefile                              |  5 +++++
 openrgb/TODO                                  |  2 +-
 openrgb/distinfo                              |  1 +
 openrgb/patches/patch-i2c__smbus_i2c__smbus.h | 12 ++++++++++++
 4 files changed, 19 insertions(+), 1 deletion(-)

diffs:
diff --git a/openrgb/Makefile b/openrgb/Makefile
index 381a574ef8..d535eff4e5 100644
--- a/openrgb/Makefile
+++ b/openrgb/Makefile
@@ -19,5 +19,10 @@ do-configure:
 	    QMAKE_CXXFLAGS=${CXXFLAGS:Q} \
 	    QMAKE_LFLAGS=${LDFLAGS:Q}
 
+.include "../../mk/bsd.prefs.mk"
+
+
+.include "../../comms/libhidapi/buildlink3.mk"
+.include "../../security/mbedtls/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/openrgb/TODO b/openrgb/TODO
index c76ca2a402..80278ab603 100644
--- a/openrgb/TODO
+++ b/openrgb/TODO
@@ -1,7 +1,7 @@
 - set PKGNAME to not contain release-
 - fix compilation issues
   * va_list used without declaration
-  * mbedtls
   * BSD support: https://gitlab.com/CalcProgrammer1/OpenRGB/-/issues/876
+  * i2c/smbus: disable or fix
 - test it
 
diff --git a/openrgb/distinfo b/openrgb/distinfo
index 92812ed0f5..9daf014ee7 100644
--- a/openrgb/distinfo
+++ b/openrgb/distinfo
@@ -3,3 +3,4 @@ $NetBSD$
 BLAKE2s (OpenRGB-release_0.9.tar.gz) = 55da7a1f2ced80454c2112afa94e728c1d4d3fd5fcacc71d6070313388323001
 SHA512 (OpenRGB-release_0.9.tar.gz) = 3ac0cc6e6ec7b1719c0a4f069cface22f42d9d83d47ab1c5ddedb830568fdaa57956f73370a2daaecf8d694f66cbcf83b119935b5f4693a201adc36c63a21e1a
 Size (OpenRGB-release_0.9.tar.gz) = 29880152 bytes
+SHA1 (patch-i2c__smbus_i2c__smbus.h) = f43f04cb92d1eced6a9a34e8d8c422150248f14c
diff --git a/openrgb/patches/patch-i2c__smbus_i2c__smbus.h b/openrgb/patches/patch-i2c__smbus_i2c__smbus.h
new file mode 100644
index 0000000000..e135d6b684
--- /dev/null
+++ b/openrgb/patches/patch-i2c__smbus_i2c__smbus.h
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- i2c_smbus/i2c_smbus.h.orig	2024-10-23 13:05:19.802903692 +0000
++++ i2c_smbus/i2c_smbus.h
+@@ -12,6 +12,7 @@
+ #define I2C_SMBUS_H
+ 
+ #include <atomic>
++#include <stdarg.h>
+ #include <thread>
+ #include <condition_variable>
+ #include <mutex>


Home | Main Index | Thread Index | Old Index