Anthony Bilinski
e12e6fecaa
chore(deps): update c-toxcore to v0.2.13
4 years ago
Anthony Bilinski
bc2d41b42d
fix(osx): Don't tap kde-mac/kde since it us deprecated and unused
...
This has been updated on master.
5 years ago
Anthony Bilinski
191147be04
chore(travis): revert 8e597ed736
...
https://github.com/qTox/qTox/pull/5866 both updated our travis xcode version,
and also added the dots in 8e597ed736
. When macOS
was updated by Apple, older versions aged out of support, and brew also stopped
supporting them. Our travis xcode9.2 at the time stopped getting binary
packages (kegs) from brew because of that, and started having to compile
packages which is what was causing the timeouts.
Updating our xcode version allowed us to get binary packages from brew again,
so the workaround of constant output to avoid timing out while compiling large
packages is no longer needed.
(cherry picked from commit db1397d69c
)
5 years ago
Anthony Bilinski
8f3a621fc3
fix(osx): Allow rebuild using build script
...
Was failing if directory was already present on -i
(cherry picked from commit 56151ea6fd
)
5 years ago
Anthony Bilinski
b40ba27be5
fix(osx): Fix missing variables in macOS build script
...
(cherry picked from commit 360cde9d36
)
5 years ago
Anthony Bilinski
c5959f40a3
chore(deps): update c-toxcore to v0.2.12
...
(cherry picked from commit 728621f627
)
5 years ago
Anthony Bilinski
9888bc2d80
fix(build): disable Werror by default, keep enabled on CI
...
To allow for easier building with different compilers on user systems. Keep
strict checks on CI to make sure new warnings aren't ignored.
5 years ago
sudden6
a4ac178bbd
chore(deps): update c-toxcore to v0.2.11
5 years ago
Anthony Bilinski
4f7056385f
refactor: remove dependency on libfilteraudio
...
The audio filtering/echo compensation didn't ever work reliably, so just
remove it.
5 years ago
Anthony Bilinski
e97b270584
fix(osx): create /usr/local/sbin directory for brew package installation
...
ffmpeg dependency unbound attempts to symlink to /usr/local/sbin, failing if
the directory does not exist. /usr/local/sbin does not exist by default on
10.13 High Sierra, so prompt to create it if it doesn't exit, and create it for
travis CI automatically.
6 years ago
Anthony Bilinski
8e597ed736
chore(travis): make travis happy by having some output - but not too much
...
Fix #5515
brew install might take a long time to build Qt or ffmpeg. Travis kills us if
we don't output for 10 minutes. Travis also kills us if we output too much, so
verbose isn't an option. So just output some dots...
6 years ago
jenli669
04a9bc46f4
docs(copyright): update and add copyright info
...
zealously updates and adds qTox copyright information.
Fixes #5713
6 years ago
Anthony Bilinski
86f0c3a54c
chore(build): update toxcore to v0.2.10
6 years ago
sudden6
a3f7732db2
chore: temporarily disable spell checking for MacOS
6 years ago
Anthony Bilinski
23da95a983
chore(build): update toxcore to v0.2.9
7 years ago
Anthony Bilinski
fd7097222d
fix(build): show brew compilation progress to avoid being killed by Travis
7 years ago
Anthony Bilinski
6c9d7b59c1
feat(ui): add update notification enabled with -DUPDATE_CHECK
...
Fix #5335
7 years ago
Anthony Bilinski
a14595b4f1
chore(release): update toxcore version to v0.2.7
7 years ago
Anthony Bilinski
5cc56c82f5
chore(build): allow osx mac deployer ultimate script outside of home
...
Also update toxcore build to cmake
7 years ago
sudden6
18358fc716
chore(deploy): build qTox with Sonnet on Mac
7 years ago
Diadlo
4c9b7bfccc
chore: Add sonnect in build scripts and update docs
7 years ago
sudden6
f490f3b43f
chore: update dependencies to newest versions
7 years ago
Anthony Bilinski
5dc4e6de81
chore(legal): update copyright date to 2018 for all source files
7 years ago
Anthony Bilinski
a918e559ee
chore(version): update toxcore version to v0.2.2
7 years ago
sudden6
5f03e44db2
chore: update to c-toxcore 0.2.1
7 years ago
sudden6
a2feaf3fc6
chore: update c-toxcore for all builds
8 years ago
anthony.bilinski
414fa178b4
feat(exif): Honour exif orientation tag
...
Fixes #1848
8 years ago
sudden6
8f2401fee6
fix(build): add install steps for libfilteraudio on OSX
8 years ago
vit9696
bf8b23e373
fix(build): avoid version checking where unnecessary
9 years ago
vit9696
07639011da
fix(build): do not invoke version update on travis
...
Suggested by zetok due to travis not fetching all the commits.
9 years ago
vit9696
919a94b978
fix(build): attempt to make travis happy
9 years ago
vit9696
8912e9e016
fix(build): correct macOS deployment
9 years ago
Zetok Zalbavar
657d1a84d1
chore(build): correct switch to cmake
9 years ago
Diadlo
5694f97d58
chore: Update build scripts
...
Migration from qmake on cmake
9 years ago
Diadlo
7ff84b070e
chore(toxcore): Added checkout on v0.1.0 toxcore
9 years ago
Diadlo
fe8671f35e
chore: Updated build scrips
9 years ago
Zetok Zalbavar
54556803d1
chore(build): make sure that OSX building script cleans up files
...
It should clean up any files tracked by the git from changes before
trying to get newer versions, otherwise script could fail to update.
9 years ago
Zetok Zalbavar
c717f128da
chore: add current version in OSX's .plist file(s) with a script
...
Also add a script to update both osx and windows versions.
9 years ago
Zetok Zalbavar
7b60a5dd36
chore: explicitly mention that copyright belongs to qTox contributors
9 years ago
initramfs
624441f71e
chore(build): fix toxcore clone location in OSX build script
9 years ago
Zetok Zalbavar
0fecb55024
style(OSX build): change tabs to spaces and adjust style to existing one
...
Also remove unnecessary `function`, since it's equal to `()`.
9 years ago
initramfs
b7aa982a57
chore: rewrite all links to the qTox repository from tux3 to qTox
9 years ago
iphydf
07ac196326
chore: Fix Mac OS X build.
...
- Add /usr/local to the search paths for includes and libs.
- Build toxcore before updating homebrew. Updating homebrew somehow breaks the
toxcore build.
9 years ago
RowenStipe
2639217747
chore(travis): Allow for Travis deployment
...
Allows for OSX packages through travis, .travis.yml requires editing
chore(travis): Let Travis deploy OSX
Allows Travis to start Deploying when ever a tag is applied.
9 years ago
Nils Fenner
792103f8b0
refactor(filter_audio): completely remove filter_audio dependency
...
The filter_audio API is not working for qTox/Tox and thus disabled by default via compiler switch. In current qTox UI, it is not configurable, even when this switch is enabled. According to issue #3194 the library is no longer maintained as well. I don't see any reason to keep it in qTox.
9 years ago
RowenStipe
9dd46c249b
Applied ductile to home-brew's mouth on update
9 years ago
RowenStipe
ff41443b1e
Make Brew quitter: Round 3
9 years ago
RowenStipe
bfe730241b
Make update silent for travis
9 years ago
RowenStipe
ac72a12eb3
Auto ver finding for lib sodium & qt + attempt to make brew less noisy
9 years ago
Zetok Zalbavar
858c4b47fe
chore(osx): update building script to use Qt 5.6.0
9 years ago