1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-02 12:26:48 +01:00

349 Commits

Author SHA1 Message Date
John Maguire
08e1db494d Create dmg with genisoimage & libdmg-hfsplus 2016-12-20 15:55:30 +00:00
John Maguire
f829fd2d0d Use cross version of otool if available. 2016-12-19 12:54:23 +00:00
John Maguire
ae4fac4b4f Use cross version of install_name_tool if available. 2016-12-15 11:43:47 +00:00
John Maguire
acc5e9f07c Use linux-compatible commands in mac script. 2016-12-15 11:37:01 +00:00
Golubev Alexander
04f73d1253 Remove OnlyShowIn=Unity from clementine.desktop's action sections (#5444) 2016-07-18 10:45:03 +01:00
John Maguire
9291f09b1b Merge branch 'master' into PanderMusubi-master 2016-04-06 15:43:32 +01:00
René Tronsgaard Rasmussen
129bf80830 Add option "Stop after this track" to the Unity launcher icon. 2016-03-18 20:22:13 +01:00
Pander
dc534bbcef Added support for Intergalactic FM 2016-02-05 19:29:43 +01:00
David Sansome
1f864f3522 Use %{?dist} to get the rpm distro name, and remove the old Rpm.cmake 2015-12-31 16:02:19 +11:00
David Sansome
e869086530 Build with -fPIC on fedora, as is now required (https://fedoraproject.org/wiki/Changes/Harden_All_Packages) 2015-12-31 13:07:08 +11:00
David Sansome
ea0480f32c Don't create Versions/4/4 symlinks 2015-12-13 17:55:48 +11:00
David Sansome
978d849164 Create .xz instead of .gz for source releases 2015-12-13 15:52:30 +11:00
David Sansome
d50cfd5293 Install frameworks into the app bundle properly so Mavericks considers them signed 2015-12-10 23:31:01 -06:00
David Sansome
651753867a Install libsqlite 2015-09-17 00:17:55 +10:00
David Sansome
6ffa9b2459 Install libgpod.dll on Windows 2015-08-01 19:32:14 +10:00
Andreas
dfbf6a954b NSI: Delete gstreamer-1.0-0.dll instead of 0.10. 2015-05-01 12:23:23 +02:00
Andreas
d322c12387 Update windows uninstaller to remove all files correctly. 2015-04-30 10:28:27 +02:00
Andreas
7cd4a567d7 Fix two Delete statements. They didn't delete the files in the install dir. 2015-04-29 19:08:15 +02:00
Andreas
580cfa4977 Installer was always pointing to C:\Programs\Clementine when an active installation was found. This commit fixes this. 2015-04-29 19:07:29 +02:00
Andreas
150270aa54 Properly get the old install path. Fixes #4806 now. 2015-04-29 19:06:27 +02:00
Andreas
1e2fa10747 Revert "Remember last install dir on windows. Fixes #4806"
This reverts commit 9deb33139952e8bad9379c05a3b4d1a792875975.
2015-04-29 19:03:37 +02:00
Andreas
d30bd3b3e4 Revert "Fix writing install dir reg key."
This reverts commit d2bb07ead660a546ed6142bfaa984dcfd086ed14.
2015-04-29 19:03:29 +02:00
John Maguire
319b8a5824 Use SHA512 signatures for the spotify blob.
SHA512 is unsupported by reasonable QCA versions so we must use
libcrypto++ instead.
2015-04-28 12:27:07 +01:00
John Maguire
c3e88aced5 Update root certs file for mac 2015-04-27 11:21:22 +01:00
Chocobozzz
a07ff98456 Modify icon name of .protocol and .desktop too 2015-04-22 08:45:18 +02:00
John Maguire
766ba2ad89 Merge pull request #4816 from Chocobozzz/icons
Add 128x128 icon of Clementine and change the icons name
2015-04-20 17:18:42 +01:00
Chocobozzz
26718c777a Add 128x128 icon of Clementine and change the icons name 2015-04-20 18:06:34 +02:00
Andreas
d2bb07ead6 Fix writing install dir reg key. 2015-04-17 21:49:25 +02:00
Andreas
9deb331399 Remember last install dir on windows. Fixes #4806 2015-04-17 15:27:19 +02:00
Arnaud Bienner
34d3d7671d Oops: missed label 2015-04-01 14:07:58 +02:00
Arnaud Bienner
8bd97a1d38 Windows: check if there is already a previous install of Clementine and if so, ask the user if he wants to run the uninstaller. Running the installer will kill any running instance of Clementine, preventing installation issues because the files are used by this process and thus cannot be overwritten. 2015-04-01 11:41:05 +02:00
John Maguire
fca6214a3a Install chromaprint dll 2015-02-09 15:16:33 +01:00
John Maguire
c5867ee9f8 Add chromaprint build dependency for Fedora. 2015-02-09 15:09:13 +01:00
John Maguire
2795c4a8a6 Install libechonest.dll on win32. 2015-02-09 11:31:54 +01:00
John Maguire
c55c6130a0 Remove our copy of libechonest. 2015-02-09 11:22:05 +01:00
John Maguire
7f52793a74 Try fixing fedora deps for gstreamer 1 2015-01-15 17:59:17 +01:00
David Sansome
bb554a4685 Don't depend on libplist or usbmuxd on Fedora, since these packages currently have broken dependencies in the official repos (!!) 2014-12-26 10:34:56 +11:00
Krzysztof Sobiecki
8b934b7ada Make formater a little bit more generic 2014-12-16 14:32:10 +01:00
Krzysztof Sobiecki
63b0c10125 Update copyright.py to use Original Author lines 2014-11-29 20:17:04 +01:00
John Maguire
64c34f58ae Merge pull request #4608 from sobkas/src_core_fix
Fix the copyright info and formatting in src/podcast and src/core
2014-11-27 15:17:16 +01:00
Andreas
3fb6e0d2b5 Try to fix windows build. 2014-11-14 17:44:07 +01:00
Krzysztof Sobiecki
6efb5d05b7 Fix some problems 2014-11-05 17:48:04 +01:00
Krzysztof Sobiecki
a85728dfb3 Fix some problems 2014-11-05 17:48:03 +01:00
John Maguire
b4784e82fd Make Soup check SSL against our shipped root certs. 2014-10-01 15:06:22 +02:00
John Maguire
e9dc93942d Update plugin library names for gstreamer-1.0 2014-09-30 17:52:51 +02:00
John Maguire
db91aed036 Update mac gstreamer plugin search path 2014-09-30 17:30:34 +02:00
John Maguire
af11f5551d Update Fedora package names for gstreamer 1 2014-09-26 13:37:17 +02:00
David Sansome
4d3d12b93b Give those audio libraries some more libgstvideo. Audio libraries love libgstvideo. 2014-09-25 15:09:56 +00:00
David Sansome
98a583550c Include the new windows libraries in the NSIS installer. 2014-09-25 14:48:59 +00:00
David Sansome
abcd8e181d Change the deb and rpm specs to use gstreamer-1.0 instead of 0.10 2014-09-22 22:35:35 +10:00