Page 1 of 1

Coniq, a new multi-platform desktop client

PostPosted: Sun Oct 09, 2011 8:22 pm
by Alexandre
Hello everyone,

I am pleased to announce the release of a new cross-platform desktop client for subsonic: Coniq.

For the moment it is still in development, but it is already possible to browse, search and play songs.
Coniq is an open source client. The code is available here: http://github.com/AlexandrePJ/coniq

Feel free to give feedback ;)

Re: Coniq, a new multi-platform desktop client

PostPosted: Tue Oct 11, 2011 10:33 pm
by parabola
..looks interesting, however how are we supposed to build it?

I think you forgot a configure script :)

Re: Coniq, a new multi-platform desktop client

PostPosted: Wed Oct 12, 2011 7:12 pm
by Alexandre
This is the main drawback of the developer who head to the grindstone...

If using linux, just do :
Code: Select all
qmake && make

Else I will provide Windows Binaries tomorrow ;)

Re: Coniq, a new multi-platform desktop client

PostPosted: Wed Oct 12, 2011 9:47 pm
by parabola
Alexandre wrote:This is the main drawback of the developer who head to the grindstone...

If using linux, just do :
Code: Select all
qmake && make

Else I will provide Windows Binaries tomorrow ;)


Perfect! I am on Linux :)

Keep up the great work!

Re: Coniq, a new multi-platform desktop client

PostPosted: Thu Oct 13, 2011 12:10 pm
by parabola
g++ -c -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_PHONON_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtXml -I/usr/include/phonon -I/usr/include -I/usr/include/phonon_compat -I. -I. -o mainwindow.o mainwindow.cpp
In file included from mainwindow.cpp:23:0:
player.h:23:30: fatal error: phonon/MediaObject: No such file or directory
compilation terminated.
make: *** [mainwindow.o] Error 1


:(

Re: Coniq, a new multi-platform desktop client

PostPosted: Sat Oct 15, 2011 7:08 pm
by Alexandre
To build Coniq, you need :

- Qt 4.7+
- Phonon (often bundled with Qt)
- A C++ compiler