Package Details: prismatik-git 5.11.2.r0.g46ca39e-1

Git Clone URL: https://aur.archlinux.org/prismatik-git.git (read-only, click to copy)
Package Base: prismatik-git
Description: A controler for usb driven LED backlights.
Upstream URL: https://github.com/woodenshark/Lightpack
Licenses: GPL3
Provides: lightpack, prismatik
Submitter: edio
Maintainer: edio
Last Packager: edio
Votes: 2
Popularity: 0.000000
First Submitted: 2013-12-18 20:30 (UTC)
Last Updated: 2015-07-06 15:07 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

a821 commented on 2024-03-13 08:43 (UTC)

I get the following error during building:

g++ -c -pipe -g -Wall -Wextra -D_REENTRANT -fPIC -DGIT_REVISION=\"baafe163\" -DX11_GRAB_SUPPORT -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I. -I.. -Ihidapi -I../grab -I../alienfx -I../grab/include -I../math/include -Istuff -Iqtsingleapplication/src -I/usr/include/libusb-1.0 -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtCore -Istuff -Istuff -I/usr/lib/qt/mkspecs/linux-g++ -o stuff/GrabConfigWidget.o GrabConfigWidget.cpp
GrabConfigWidget.cpp: In member function ‘void GrabConfigWidget::showConfigFor(QRect, int)’:
GrabConfigWidget.cpp:62:59: warning: ‘const QRect QDesktopWidget::screenGeometry(const QPoint&) const’ is deprecated: Use QGuiApplication::screenAt() [-Wdeprecated-declarations]
   62 |     QRect screen = QApplication::desktop()->screenGeometry(widgetGeometry.center());
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt/QtWidgets/QDesktopWidget:1,
                 from GrabConfigWidget.cpp:30:
/usr/include/qt/QtWidgets/qdesktopwidget.h:80:68: note: declared here
   80 |     QT_DEPRECATED_X("Use QGuiApplication::screenAt()") const QRect screenGeometry(const QPoint &point) const
      |                                                                    ^~~~~~~~~~~~~~
GrabConfigWidget.cpp: In member function ‘void GrabConfigWidget::paintArrow(QPainter*, ArrowSide)’:
GrabConfigWidget.cpp:171:18: error: aggregate ‘QPainterPath pathArrow’ has incomplete type and cannot be defined
  171 |     QPainterPath pathArrow;
      |                  ^~~~~~~~~
make[1]: *** [Makefile:1168: stuff/GrabConfigWidget.o] Error 1
make[1]: Leaving directory '/build/prismatik-git/src/Lightpack/Software/src'
make: *** [Makefile:135: sub-src-make_first-ordered] Error 2

Saren commented on 2015-12-10 12:10 (UTC)

Just me? Makefile:1709: recipe for target 'stuff/qtlocalpeer.o' failed make[1]: *** [stuff/qtlocalpeer.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/tmp/yaourt-tmp-saren/aur-prismatik-git/src/Lightpack/Software/src' Makefile:130: recipe for target 'sub-src-make_first-ordered' failed make: *** [sub-src-make_first-ordered] Error 2

tadly commented on 2015-11-05 18:00 (UTC)

Hi there, I just made a package myself "prismatik" (and submitted it to the aur) including the needed patch so it actually builds As your package is named *-git, you should always use the master branch as source (not the releases) https://wiki.archlinux.org/index.php/Arch_User_Repository#What_is_the_difference_between_foo_and_foo-git_packages.3F All in all, thanks for putting this up :)

edio commented on 2015-09-29 17:46 (UTC)

Hi StS. Thanks for reporting. I can reproduce that. I'd propose to report upstream. If they refuse to fix or assist in fixing our issue, I will prepare a patch.

StS commented on 2015-09-27 16:55 (UTC)

Hi. I have tried to build it, but it fails at building. The errors was: qtsingleapplication/src/qtlocalpeer.cpp: In member function ‘bool QtLocalPeer::sendMessage(const QString&, int)’: qtsingleapplication/src/qtlocalpeer.cpp:160:19: error: variable ‘QDataStream ds’ has initializer but incomplete type QDataStream ds(&socket); ^ qtsingleapplication/src/qtlocalpeer.cpp: In member function ‘void QtLocalPeer::receiveConnection()’: qtsingleapplication/src/qtlocalpeer.cpp:180:26: error: variable ‘QDataStream ds’ has initializer but incomplete type QDataStream ds(socket); A little googling shows it's missing header declaration on top of this file. #include "qtlocalpeer.h" #include <QCoreApplication> #include <QTime> +#include <QDataStream>

unknown commented on 2014-10-19 09:39 (UTC)

Please add pkg-config as a build dep.

edio commented on 2014-07-31 06:34 (UTC)

Gilrain, thanks for scripts provided. Updated. ArchWA, thanks for reminding ;)

ArchWA commented on 2014-07-31 02:26 (UTC)

Hi edio. Thanks for your previous quick responses and updates. Are you planning on updating to the woodenshark repository?

Gilrain commented on 2014-07-24 15:37 (UTC)

Thanks for making this package and allowing me to easily test the software before (maybe) acquiring the hardware. Being a perfectionist, here are a couple of improvements to your PKGBUILD <http://pastie.org/9417704> and install script <http://pastie.org/9417709>, they should be closer to the AUR guidelines. Among the major changes, as per the README.md, are the move to a new git repository (atarity -> woodenshark) and the use of an updated udev rule (found in Software/dist_linux/deb/etc/udev/rules.d/93-lightpack.rules). Cheers

edio commented on 2014-07-23 09:17 (UTC)

Updated with libxkbcommmon-x11 as dependency.