sledgehammer999
|
950574c4c5
|
Make configure detect qmake with different names. Closes #1924.
|
10 years ago |
sledgehammer999
|
3008d12c3c
|
Try to fix FreeBSD detection with configure.
|
10 years ago |
sledgehammer999
|
09c9968210
|
Fix QtBus detection with configure.
|
10 years ago |
sledgehammer999
|
112dd20395
|
Make configure search for sed.
|
10 years ago |
sledgehammer999
|
441f63d9af
|
LINUX: Fix build with libtorrent 1.0.x. Closes #1878.
|
10 years ago |
Jerome Leclanche
|
5a3927a22d
|
Fix configure script when running with dash
`test 1 == 1` will fail using dash as the default shell. The `test 1 = 1`
syntax works in both Bash and Dash.
|
10 years ago |
sledgehammer999
|
e6b2919eb2
|
Support out of srcdir builds.
|
11 years ago |
sledgehammer999
|
380438f99b
|
Migrate the build system to autotools.
|
11 years ago |
sledgehammer999
|
046420e7bd
|
Fix build system under Ubuntu 13.10. Closes #1061 #1130 #1124.
|
11 years ago |
sledgehammer999
|
b4dca951b2
|
Drop libtorrent 0.15.x support.
|
11 years ago |
Christophe Dumez
|
7f7802680b
|
Update configure script to stop requiring libboost-thread
|
12 years ago |
Christophe Dumez
|
bd4bb42e95
|
Link against boost thread
|
13 years ago |
Christophe Dumez
|
8e529fc179
|
RSS code clean up
- Also drops support for Qt 4.5
|
13 years ago |
Christophe Dumez
|
a53a70742d
|
Drop support for libtorrent v0.14.x
|
13 years ago |
Christophe Dumez
|
f6b7b8bd6e
|
Get rid of libboost-filesystem dependency if libtorrent >= v0.16.x is used
|
13 years ago |
Christophe Dumez
|
7354e9b738
|
Fix nox building
|
13 years ago |
Christophe Dumez
|
0c2a121304
|
Fix possible linking problems
|
14 years ago |
Christophe Dumez
|
40bd040c4a
|
Improvement to last commit
|
14 years ago |
Christophe Dumez
|
0241fa7593
|
Make sure asserts are disabled in release mode
|
14 years ago |
Christophe Dumez
|
d0afd46fd3
|
Get rid of libnotify dependency (Use DBus instead)
|
14 years ago |
Christophe Dumez
|
93a84655b6
|
Get rid of QtSVG dependency
|
14 years ago |
Christophe Dumez
|
5dc79e67fc
|
Made QtSvg dependency optional
|
14 years ago |
Christophe Dumez
|
b6c3189fe3
|
Make QtDBus dependency optional
|
14 years ago |
Christophe Dumez
|
02722dc3c9
|
Drop dependency on libboost-thread
|
14 years ago |
Christophe Dumez
|
cb719e2bf5
|
Fix freebsd compilation
|
14 years ago |
Christophe Dumez
|
888427d2df
|
Fix configure script
|
14 years ago |
Christophe Dumez
|
b09b1bb285
|
Fix configure script
|
14 years ago |
Christophe Dumez
|
2b179a53bf
|
Added --enable-debug switch to the configure script and remove related code from the project file
|
14 years ago |
Christophe Dumez
|
879f59c922
|
Fix wrong message in configure help
|
14 years ago |
Christophe Dumez
|
b7ae2eabc7
|
Further project file clean up
|
14 years ago |
Christophe Dumez
|
c9ff34af8d
|
Further project file clean up
|
14 years ago |
Christophe Dumez
|
8a1e79d22f
|
Restructured the project file
Move OS specific configuration to separate project files
|
14 years ago |
Christophe Dumez
|
a27d2dcac2
|
Big restructuring of the RSS code
Dropped Qt 4.4 support
|
14 years ago |
Christophe Dumez
|
208e988c70
|
Added --with-qtsingleapplication=[shipped|system] flag to the configure file to comply with Linux distributions that are packaging qtsingleapplication solution.
|
15 years ago |
Christophe Dumez
|
107b833703
|
Imported recent patches from stable branch
|
15 years ago |
Christophe Dumez
|
70f2bfdd9a
|
Updated configure file to remove our libtorrent DEFINE
|
15 years ago |
Christophe Dumez
|
b94ecb2383
|
Added support for single-thread boost
|
15 years ago |
Christophe Dumez
|
34052ce8f9
|
Less dependencies for nox
|
15 years ago |
Christophe Dumez
|
e4399412b6
|
Attempt to fix compatibility with libboost v1.34
|
15 years ago |
Christophe Dumez
|
37650d8156
|
Improved libboost detection again
|
15 years ago |
Christophe Dumez
|
6148e6b192
|
Improved libbost detection
|
15 years ago |
Christophe Dumez
|
057743a779
|
Do not display a warning when libtorrent < 0.14.x is detected since it is the advised version
|
15 years ago |
Christophe Dumez
|
e5b8b41373
|
Several compilation and execution fixes for Windows and OS/2
Cleaner binutils gold linker support
|
15 years ago |
Christophe Dumez
|
e082c02630
|
Make use of QT_VERSION define instead of using our own define
|
15 years ago |
Christophe Dumez
|
98d0c00f85
|
Link against boost and ssl to fix issues with gold linker
|
15 years ago |
Christophe Dumez
|
bc89845523
|
- Improve configure file output
|
15 years ago |
Christophe Dumez
|
9ffe9c2006
|
- Configure file now checks for pkg-config executable since it is required to detect libtorrent-rasterbar
|
15 years ago |
Christophe Dumez
|
31105aefe4
|
- Updated configure file (libtorrent >= 0.14.4 is required)
|
15 years ago |
Christophe Dumez
|
0b7ca15c4f
|
- Added --disable-gui flag to configure file (adds DISABLE_GUI define)
|
15 years ago |
Christophe Dumez
|
ed1d75ecb1
|
- Also look in /var/lib/GeoIP/GeoIP.dat for GeoIP database (OpenSuse 11.2)
* Thanks to Mariusz Fik for his report and patch
|
15 years ago |