z3ntu / RazerGenie

Qt application for configuring your Razer devices under GNU/Linux.
GNU General Public License v3.0
376 stars 35 forks source link

RazerGenie wont build any more #78

Closed hedmo closed 4 years ago

hedmo commented 4 years ago

today i was rebuilding RazerGenie and found out it fails .here is the log build.log

regards

toluschr commented 4 years ago

Since the latest release, the author of this project added two new dependencies. razer_test and libopenrazer. You will need to compile and install both of them first.

hedmo commented 4 years ago

does that mean i loose openrazer?

toluschr commented 4 years ago

Why would that mean loosing openrazer?

hedmo commented 4 years ago

"A work-in-progress replacement for OpenRazer" or they are working together ?

toluschr commented 4 years ago

It just gives you an option in the settings to use the other backend, which is supposed to be faster. You can still use openrazer if you want to.

hedmo commented 4 years ago

okej..checking it out ..

thanks for the info.

z3ntu commented 4 years ago

The (fixed) razer_test dependency is just for the header https://github.com/z3ntu/razer_test/blob/master/include/razer_test.h (I want to remove the dependency and include the header here but I'm not sure how exactly), the rest of the communication happens exclusively through dbus. And yes, the previously included libopenrazer library is now in a separate repository https://github.com/z3ntu/libopenrazer .

hedmo commented 4 years ago

@z3ntu i have made a ebuild that pulls in openrazer if i want full features(openrazer) if i want to add the deps for it .i like to get a full razer_test up and running without openrazer and try to contribute to get razer_test a go. as i have the razer hyperflux,razer goliathus,razer orbweaver chroma,razer firefly and the razer ouroboros. i like to see them running on razer_test. if you can give me some info how to get them to run i am glad to fork razer_test and try to make them work as i did with the hyperflux...by the way why do want to remove the dependency for razer_test?.if one want to use RazerGenie..... pull razer_test in. it is good for the project and i think go all meson with RazerGenie and try to pull out openrazer....

regards hedmo