1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 16:31:58 +02:00

249 Commits

Author SHA1 Message Date
Leo Franchi
ecd8b302c4 build liblastfm2 statically on non-win32, and don't build fingerprinter.
got multiple reports of tomahawk not finding liblastfm2 due to rpath or other issues, and we are building our o ther 3rdparty deps statically like this.
2011-03-27 22:06:55 -04:00
Leo Franchi
1697b27aca fix compile on osx
don't use API that doesn't exist in snow leopard---same code is in liblastfmv1. if jono wants to rewrite the path detection code in snow leopard-compatible APIs, we can use that
2011-03-26 18:29:35 -04:00
Jeff Mitchell
3182df93dd Don't install liblastfm2 headers 2011-03-26 12:25:35 -04:00
Christian Muehlhaeuser
74ea476ad6 Merge remote-tracking branch 'origin/stable' 2011-03-26 02:40:12 +01:00
Leo Franchi
631c39163d don't install a static lib 2011-03-25 17:45:32 -04:00
Jeff Mitchell
6b1bb4da61 Merge remote branch 'origin/master' into liblastfm2 2011-03-25 09:40:56 -04:00
Leo Franchi
a080323e2e switch to using KDSingleApplicationGuard instead of QtUniqueApp as it's broken on windows.
KDSingleApplicationGuard is from KDTools and this is the GPL-licensed version.

Conflicts:

	src/main.cpp
2011-04-03 00:14:24 -04:00
Jeff Mitchell
b7a1cb8d99 Add liblastfm2 and make tomahawk build against it 2011-03-24 19:27:01 -04:00
Jeff Mitchell
1780781e12 Fix qtweetlib qjson linking too 2011-03-24 19:06:36 -04:00
Guillermo A. Amaral
32d82159d9 Fix to allow building with dependencies that are outside the usual system locations. 2011-03-25 05:15:14 +08:00
Guillermo A. Amaral
c23422ff8e More build fixes 2011-03-25 10:02:01 +08:00
Jeff Mitchell
6d92d158bb Have proper visibility of the libraries instead of assuming it's only needed on WIN32 2011-03-24 15:55:02 -04:00
Jeff Mitchell
1211bf23b6 Revamp twitter auth mechanism, which will hopefully remove false-positive auth success and allow de-authing 2011-03-22 14:37:06 -04:00
Jeff Mitchell
c15c99cfa9 Sync with upstream qtweetlib 2011-03-22 10:12:46 -04:00
Christian Muehlhaeuser
e1c687640e * Did not plan to commit that. 2011-03-21 12:58:50 +01:00
Christian Muehlhaeuser
8e42c8964b * Fixed JavaScript errors causing a Pipeline assert. 2011-03-21 12:49:53 +01:00
Dominik Schmidt
4e4d304b01 Respect 64 when installing libraries 2011-03-20 19:53:27 +01:00
Christian Muehlhaeuser
eea1a5e0b6 * Final CMakeLists.txt fixes? 2011-03-20 03:54:45 +01:00
Christian Muehlhaeuser
e109415add * Fixed rtaudio install. 2011-03-20 03:50:19 +01:00
Christian Muehlhaeuser
fe518a5cbb * Fixed cmake install targets. 2011-03-20 03:48:07 +01:00
Christian Muehlhaeuser
a18c0eed7a * Fixed GPL headers. 2011-03-18 21:33:20 +01:00
Leo Franchi
69e9cda5e6 fix some cmake stuff. add uninstall support
change plugin names, load changed names, don't install static libs, etc
2011-03-18 14:46:30 -04:00
Christian Muehlhaeuser
4c46055e88 * Fixed phonon branch. 2011-03-04 08:48:12 +01:00
Dominik Schmidt
ac066e53f6 Updated jreen revision to fix linking sip_jreen on windows 2011-03-02 15:18:42 +01:00
Dominik Schmidt
528918831e Implement adding friends in sip_jreen 2011-03-02 03:23:59 +01:00
Christian Muehlhaeuser
fd70ca0a1b Merge remote branch 'origin' into phonon 2011-02-28 01:45:00 +01:00
Dominik Schmidt
f09a101db2 Add jreen submodule 2011-02-28 00:47:06 +01:00
Christian Muehlhaeuser
c50f0626db * Getting rid of old & obsolete audioengine / transcoder stuff. 2011-02-23 19:05:04 +01:00
Dominik Schmidt
8fb19bf84d Move rtaudio, alsa-playback and qxt into thirdparty/. 2011-02-21 15:25:43 +01:00
Jeff Mitchell
9059dd4782 Remove unused qtweetlib_export.h, move our custom tomahawkoauthtwitter
to the tomahawk_qtweetlib library where it belongs.

Probably broke Windows again. Sorry domme  :-)
2011-02-16 07:44:49 -05:00
Leo Franchi
8d91fb6f99 i don't know why my Qt no longer works with module-wide includes... but they are bad anyway. Include what we need. 2011-02-15 18:17:33 -05:00
Dominik Schmidt
053fa4220c Fix cross compiling/linking once again: today's episode: scanmanager and sip_twitter. 2011-02-15 05:51:24 +01:00
Jeff Mitchell
d858c3fae8 Clean up qtweetlib a bit, and put API keys back...can change them at some point if it becomes a problem 2011-02-14 14:29:37 -05:00
Jeff Mitchell
9ef55b5fa1 Merge remote branch 'origin/master' into tweetsip
Conflicts:
	src/libtomahawk/CMakeLists.txt
	src/libtomahawk/tomahawksettings.cpp
2011-02-14 13:43:58 -05:00
Jeff Mitchell
697d69a54f Display warning if twitter consumer key/secret file not found, letting users know it will not be available 2011-02-14 13:40:52 -05:00
Jeff Mitchell
a5895da883 Only include twitter key file if it actually exists 2011-02-14 13:38:50 -05:00
Christian Muehlhaeuser
496a09dc81 * Unbreak windows compile. 2011-02-14 17:49:28 +01:00
Christian Muehlhaeuser
7a081128e6 * Make it compile again for Win32. 2011-02-14 17:29:23 +01:00
Jeff Mitchell
202e43668c Cmake will now source a file with the necessary property definitions 2011-02-13 13:51:45 -05:00
Jeff Mitchell
98bd3d226c Remove twitter api keys from oauth.cpp, they've been regenerated 2011-02-13 13:39:22 -05:00
Jeff Mitchell
29d096be15 Fix misnamed signals and stupidity in qtweetnetbase 2011-02-12 20:15:54 -05:00
Jeff Mitchell
1ef02210d6 Add our swanky new Twitter OAuth credentials 2011-02-11 19:22:29 -05:00
Jeff Mitchell
a190db23f8 Merge branch 'master' into tweetsip 2011-02-11 17:51:30 -05:00
Leo Franchi
82c5aece40 make compile on osx. don't ask.
break lib dependency on gui

minor UI tweaks
2011-02-11 16:29:35 -05:00
Jeff Mitchell
b5b1ad16ff lowercase the dirname 2011-02-11 15:39:55 -05:00
Jeff Mitchell
4fafb4c7c3 Import QTweetLib and add CMakeLists and export files. 2011-02-11 15:36:44 -05:00
Jeff Mitchell
d18236afb4 Add forgotten file 2011-02-10 14:01:47 -05:00
Jeff Mitchell
2d11571812 Integrate qjdns/jdnsshared, make a shared library, and do some implementation 2011-02-10 13:03:35 -05:00
Jeff Mitchell
c9aec3d55e It's good to be back. Add jdns and make libtomahawk link to it, so that we can do proper SRV resolving. Also create thirdparty/ which portfwd and others should really be moved in to 2011-01-27 00:05:16 -05:00