mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-12-21 10:59:03 +00:00
Bump OS X requirements to 10.8 and update README
Because of Sparkle, it's now required to build dupeguru on 10.10+, but with MACOSX_DEPLOYMENT_TARGET, which we now properly set, the results properly runs on 10.8. This requires a python that has also been compiled with MACOSX_DEPLOYMENT_TARGET=10.8
This commit is contained in:
parent
9f2c3e7732
commit
3aa99c396b
@ -59,6 +59,7 @@ This folder contains the source for dupeGuru. Its documentation is in `help`, bu
|
||||
There are also other sub-folder that comes from external repositories and are part of this repo as
|
||||
git submodules:
|
||||
|
||||
* Sparkle: An auto-update library for the OS X version.
|
||||
* hscommon: A collection of helpers used across HS applications.
|
||||
* cocoalib: A collection of helpers used across Cocoa UI codebases of HS applications.
|
||||
* qtlib: A collection of helpers used across Qt UI codebases of HS applications.
|
||||
@ -79,7 +80,7 @@ Prerequisites are installed through `pip`. However, some of them are not "pip in
|
||||
to be installed manually.
|
||||
|
||||
* All systems: [Python 3.4+][python]
|
||||
* Mac OS X: The last XCode to have the 10.7 SDK included.
|
||||
* Mac OS X: OS X 10.10+ with XCode command line tools.
|
||||
* Linux: PyQt5
|
||||
|
||||
On Ubuntu (14.04+), the apt-get command to install all pre-requisites is:
|
||||
|
@ -30,6 +30,7 @@ def configure(conf):
|
||||
conf.check_python_headers()
|
||||
conf.env.FRAMEWORK_COCOA = 'Cocoa'
|
||||
conf.env.ARCH_COCOA = ['x86_64']
|
||||
conf.env.MACOSX_DEPLOYMENT_TARGET = '10.8'
|
||||
conf.env.CFLAGS = ['-F'+op.abspath('Sparkle/build/Release')]
|
||||
conf.env.LINKFLAGS = ['-F'+op.abspath('Sparkle/build/Release')]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
=== 4.0.0 (2016-06-10)
|
||||
=== 4.0.0 (2016-07-01)
|
||||
|
||||
* Merge Standard, Music and Picture editions in the same application!
|
||||
* Improve documentation. (#294)
|
||||
@ -6,6 +6,7 @@
|
||||
* qt: Fix wrong use_regexp option propagation to core. (#295)
|
||||
* qt: Fix progress window mistakenly showing up on startup. (#357)
|
||||
* Bump Python requirement to v3.4.
|
||||
* Bump OS X requirement to 10.8
|
||||
* Drop Windows support, maybe temporarily.
|
||||
`Details <https://www.hardcoded.net/archive2015#2015-11-01>`_
|
||||
* cocoa: Drop iPhoto, Aperture and iTunes support. Was unmaintained and obsolete.
|
||||
|
Loading…
Reference in New Issue
Block a user