Leo Franchi
|
19ced2239c
|
Use new icons for windows installer
|
2012-06-22 10:26:12 -04:00 |
|
Leo Franchi
|
d659a1f339
|
Install libspotify to Frameworks/
|
2012-06-21 14:51:09 -03:00 |
|
Leo Franchi
|
5cce01d346
|
Use commands instead of subprocess.check_output
|
2012-06-21 13:19:42 -04:00 |
|
Leo Franchi
|
b6545f7d5c
|
Copy libspotify to app bundle when creating
|
2012-06-21 12:47:56 -04:00 |
|
Christian Muehlhaeuser
|
3b7a057dbb
|
* Added infoplugins to DMG.
|
2012-06-12 00:57:14 +02:00 |
|
Christian Muehlhaeuser
|
88ea5f7855
|
* Fixed macdeploy scripts for VLC2 and Qt 4.8.2.
|
2012-06-12 00:47:37 +02:00 |
|
Michael Coffey
|
9be74e001c
|
Change the bundle script to find VLC 2.0 plugins, which are no longer in subfolders. A few have been commented out as they don't exist anymore (at least not with the same name).
|
2012-05-31 12:17:08 +01:00 |
|
Leo Franchi
|
dbbf93bfcd
|
FIx macdeploy since plugins are .so now not .dylib
|
2012-05-18 16:06:04 -04:00 |
|
Leo Franchi
|
fb842a3580
|
Revert "Don't show spotify config widget unless we have a resolver"
This reverts commit e8247421ab418e23b12f070d7b7872635eed81b3.
|
2012-05-17 18:09:38 -04:00 |
|
Leo Franchi
|
e8247421ab
|
Don't show spotify config widget unless we have a resolver
|
2012-05-17 18:09:16 -04:00 |
|
Leo Franchi
|
34656e6395
|
bugfixing adding spotify account
|
2012-05-16 22:49:29 -04:00 |
|
Leo Franchi
|
5feee4ba75
|
Fix merge oops
|
2012-04-15 01:00:52 -03:00 |
|
Leo Franchi
|
cb484a2058
|
Merge remote-tracking branch 'origin/master' into spotifyplaylists
Conflicts:
admin/mac/macdeploy.py
|
2012-03-26 12:26:09 -04:00 |
|
Leo Franchi
|
1bd7d37a0a
|
eh
|
2012-03-25 09:58:09 -04:00 |
|
Leo Franchi
|
27978e5cd3
|
Now that vlc plugins are in Frameworks/vlc/plugins, we can rename plugins to PlugIns to retain case-sensitive compatibility on osx
|
2012-03-22 14:39:20 -04:00 |
|
Leo Franchi
|
c88058358e
|
Fix macdeploy and build shared instead of MODULE, we don't want .so's on osx either. domme: confirm plz :)
|
2012-03-12 17:23:45 -04:00 |
|
Leo Franchi
|
e1edd9c5ee
|
Account plugins have different names
|
2012-03-09 18:06:25 -05:00 |
|
Christian Muehlhaeuser
|
80b0eacfed
|
* Revert macdeploy back to use Qt 4.7.4.
|
2012-03-06 00:42:12 +01:00 |
|
Leo Franchi
|
46a86fe6a5
|
Install vlc plugins to Frameworks/vlc/plugins instead of plugins/
|
2012-03-04 16:55:57 -05:00 |
|
Christian Muehlhaeuser
|
1c561ba7a9
|
* Prepare macdeploy for Qt 4.8.
|
2012-02-28 15:49:21 +01:00 |
|
Dominik Schmidt
|
488eb387cb
|
Use my new pvlc build in update-vlc.sh
|
2012-02-12 20:49:55 +01:00 |
|
Dominik Schmidt
|
99143f6148
|
Fix windows for qt 4.8
|
2012-02-12 20:23:20 +01:00 |
|
Dominik Schmidt
|
d9c3162146
|
Remove now unneccesary workaround in mingw toolchain file
|
2012-02-10 19:36:10 +01:00 |
|
Dominik Schmidt
|
eff08a7cbd
|
Fix opening URLs with gvfs-open, why does firefox ignore it? why does epiphany ignore it? ...
|
2011-11-30 14:57:39 +01:00 |
|
Dominik Schmidt
|
29239e08d3
|
Boo for too pedantic desktop-file-validate
|
2011-11-29 14:02:18 +01:00 |
|
Dominik Schmidt
|
66914824af
|
Add MimeType=x-scheme-handler/tomahawk to tomahawk.desktop
|
2011-11-29 13:42:42 +01:00 |
|
Dominik Schmidt
|
b5ab183504
|
Use new phonon(-vlc) builds in update-vlc.sh, yay for umlauts and no-track-skipping (hopefully)
|
2011-11-29 02:53:24 +01:00 |
|
Christian Muehlhaeuser
|
e63eef8faf
|
* Updated new crash reporter binary name in release scripts.
|
2011-11-23 10:12:09 +01:00 |
|
Leo Franchi
|
c63e56712e
|
Use plugins/ instead of PlugIns/ as vlc hard-codes it internally.
|
2011-11-20 16:17:42 -05:00 |
|
Christian Muehlhaeuser
|
695902d962
|
* Add CrashReporter to DMG and fix deps.
|
2011-09-16 15:45:46 +02:00 |
|
Christian Muehlhaeuser
|
6d62fb8c1e
|
* Fixed MacDeploy to look for Qt 4.7.4 (needs proper version check still).
|
2011-09-16 15:26:47 +02:00 |
|
Christian Muehlhaeuser
|
d8d7347394
|
* Added breakpad support for Linux.
|
2011-09-15 07:27:31 +02:00 |
|
Christian Muehlhaeuser
|
89c04ea3f6
|
* Don't abort symbol management when dir already exists.
|
2011-09-15 04:43:48 +02:00 |
|
Christian Muehlhaeuser
|
93bf2e1bb9
|
* Added bash helper script for managing minidump symbols.
|
2011-09-15 04:32:36 +02:00 |
|
Leo Franchi
|
a8513d41ea
|
Fix sparkle. Again. No, undefined macros are not fun when #ifed.
|
2011-08-15 01:45:42 -04:00 |
|
Leo Franchi
|
e159698bfd
|
Use update.php instead of sparkle.xml to save stats
|
2011-08-14 22:40:30 -04:00 |
|
Leo Franchi
|
cd07bd4f71
|
Add system profiling
|
2011-08-14 22:26:25 -04:00 |
|
Dominik Schmidt
|
7d8e29a932
|
Removed revision.txt. No warranty, I'm drnuk
|
2011-08-14 02:47:45 +02:00 |
|
Christian Muehlhaeuser
|
001c42f19f
|
* Removed obsolete tomahawk.nsi.
|
2011-08-14 02:29:53 +02:00 |
|
Dominik Schmidt
|
e6bb2877ee
|
Fix building installers for windows
|
2011-08-13 22:18:44 +02:00 |
|
Leo Franchi
|
4bef594b53
|
actually fix things :)
|
2011-08-12 09:11:05 -04:00 |
|
Leo Franchi
|
a72ef2bf6e
|
qt.conf, not info.plist
|
2011-08-12 09:06:53 -04:00 |
|
Dominik Schmidt
|
6be91dd558
|
Fix cross-compilation in cmake 2.8.5
|
2011-08-12 14:05:47 +02:00 |
|
Leo Franchi
|
206c212767
|
Don't install Info.plist at cmake time, as it is only valid for releases
|
2011-08-11 16:07:12 -04:00 |
|
Leo Franchi
|
b0d01ec0fb
|
Add a new macdeploy.py script that intelligently handles osx bundling
Add sip plugins and spotify
Remove old scripts and update build-release-osx.sh to use new macdeploy
Remove old files
|
2011-08-11 14:40:12 -04:00 |
|
Dominik Schmidt
|
499f45402f
|
Build installers with phonon-vlc and vlc from 0.1 time because currently mingw32-phonon-vlc is broken
|
2011-07-25 00:32:35 +02:00 |
|
Dominik Schmidt
|
34c618ed94
|
Fix windows deployment to use local vlc plugins again
|
2011-07-24 00:36:34 +02:00 |
|
Dominik Schmidt
|
7c36fb68c6
|
Use ccache for windows builds
|
2011-06-20 21:59:58 +02:00 |
|
Jeff Mitchell
|
02414e8269
|
Update output location of .exe to be in build/ and update version number
|
2011-06-18 11:36:30 -04:00 |
|
Jeff Mitchell
|
0abb46f3e6
|
bump nsi revision
|
2011-06-18 11:12:26 -04:00 |
|