summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | libsvm: add packageRashad M2015-06-212-0/+44
| |/
* | Merge pull request #661 from lbguilherme/masterTimothy Gu2015-07-262-151/+35
|\ \ | | | | | | sfml: update to 2.2
| * | sfml: update to 2.2GuilhermeBernal2015-03-222-151/+35
| | |
* | | Merge pull request #762 from tehnick/libjpeg-turboTimothy Gu2015-07-261-0/+24
|\ \ \ | | | | | | | | Add package libjpeg-turbo
| * | | libjpeg-turbo: add yasm to dependenciesBoris Pek2015-07-161-3/+3
| | | |
| * | | Add package libjpeg-turboBoris Pek2015-07-151-0/+24
| | | |
* | | | update opensslTimothy Gu2015-07-231-2/+2
| | | | | | | | | | | | | | | | Fixes #767.
* | | | Merge pull request #766 from nathan-osman/add-qhttpengineTimothy Gu2015-07-201-0/+20
|\ \ \ \ | | | | | | | | | | Add qhttpengine library.
| * | | | Add qhttpengine library.Nathan Osman2015-07-201-0/+20
| | | | |
* | | | | Remove Qt5_DIR definitionTimothy Gu2015-07-201-2/+0
| | | | | | | | | | | | | | | It's extraneous, and let's let CMake find that out.
* | | | | Add missing backslashesTimothy Gu2015-07-201-2/+2
|/ / / /
* | | | Set CMAKE_SYSTEM_PREFIX_PATH and Qt5_DIR in CMake toolchainTimothy Gu2015-07-201-2/+4
| | | |
* | | | Merge pull request #584 from uwehermann/qt5_cmakeTimothy Gu2015-07-201-0/+4
|\ \ \ \ | |/ / / |/| | | qtbase: Append Qt5 cmake dir to CMAKE_PREFIX_PATH.
| * | | qtbase: Append Qt5 cmake dir to CMAKE_PREFIX_PATH.Uwe Hermann2014-12-111-0/+4
| | | | | | | | | | | | | | | | This allows cmake-using programs to find Qt5 components.
* | | | wget: FixTimothy Gu2015-07-091-2/+3
| | | |
* | | | wget: Fix compilationTimothy Gu2015-07-091-1/+2
| | | |
* | | | rucksack: Disable shared buildsTimothy Gu2015-07-091-0/+1
| | | | | | | | | | | | | | | | freeimage, one of its dependencies, is disabled onn shared targets.
* | | | Fix eigenTimothy Gu2015-07-092-1/+15
| | | |
* | | | Fix portaudio patch line endings againTimothy Gu2015-07-091-114/+114
| | | |
* | | | eigen/ffmpeg: updateTimothy Gu2015-07-062-4/+4
| | | |
* | | | Merge pull request #743 from LuaAndC/masterTimothy Gu2015-07-061-0/+48
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | fix libgcrypt on x86_64 (automake < 1.12) fixes #681
| * | | | fix libgcrypt on x86_64 (automake < 1.12)Boris Nagaev2015-06-281-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automake < 1.12 didn't have serial-tests and gives an error if it sees this, but for automake >= 1.13 serial-tests is required so we have to include it. Solution is to test for the version of automake (by running an external command) and provide serial-tests if necessary. See #681 See https://www.redhat.com/archives/libguestfs/2013-February/msg00102.html
* | | | | Merge pull request #655 from newnon/master_WEBP_fixTimothy Gu2015-07-061-0/+18
|\ \ \ \ \ | | | | | | | | | | | | WebP SSE2 crash fix
| * | | | | WebP SSE2 crash fixSergey Perepelitsa2015-03-141-0/+18
| | | | | |
* | | | | | Merge pull request #631 from andrewrk/rucksack-pkgTimothy Gu2015-07-063-0/+96
|\ \ \ \ \ \ | | | | | | | | | | | | | | add rucksack package
| * | | | | | add rucksack packageAndrew Kelley2015-02-263-0/+96
| | | | | | |
* | | | | | | Merge pull request #597 from sergio91pt/mingwTimothy Gu2015-07-061-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mingw-w64: Use --enable-idl so widl can be used.
| * | | | | | | mingw-w64: Use --enable-idl so widl can be used.Sérgio Faria2015-01-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Any attempt to generate headers for an idl that imports a "standard" idl will fail if the respective idl files are not in the include path. MingW-W64 copies the idl .h files but not the idl files unless --enable-idl is used.
* | | | | | | | Rename portaudio-1-fixes.patch to portaudio-1-fixes-crlf.patchTimothy Gu2015-07-061-114/+114
| | | | | | | | | | | | | | | | | | | | | | | | Makes sure Git doesn't mess up the line endings
* | | | | | | | Merge pull request #746 from mgeier/portaudio-wasapi-line-endingsTimothy Gu2015-07-061-19/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Change line endings in PortAudio/WASAPI patch
| * | | | | | | | Change line endings in PortAudio/WASAPI patchMatthias Geier2015-07-011-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the change, I get this error: (cd '.../tmp-portaudio-x86_64-w64-mingw32.static/portaudio' && patch -p1 -u) < ./src/portaudio-1-fixes.patch patching file configure.in patching file src/hostapi/dsound/pa_win_ds.c patching file src/hostapi/wdmks/pa_win_wdmks.c patching file configure.in patching file src/hostapi/wasapi/pa_win_wasapi.c Hunk #1 FAILED at 49 (different line endings). 1 out of 1 hunk FAILED -- saving rejects to file src/hostapi/wasapi/pa_win_wasapi.c.rej
* | | | | | | | | Merge pull request #750 from hamzaalloush/master-gcc_exports_fixTimothy Gu2015-07-061-0/+42
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | GCC: Export codecvt_byname and codecvt symbols for mingw32.
| * | | | | | | | | config/abi/pre/gnu.ver: Export codecvt_byname and codecvt symbols for ↵Hamza Alloush2015-07-041-0/+42
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | mingw32. fixing Boost compilation.
* | | | | | | | | various qt packages: fix libraries having debug postfix in pkg-config filesMoritz Bunkus2015-07-0424-48/+72
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qmake is invoked with removed debug options as a workaround for https://bugreports.qt-project.org/browse/QTBUG-30898 This fix uses the same mechanism used for qtbase.mk in b30e9d41.
* | | | | | | | Add wasapi support for portaudioTimothy Gu2015-07-014-58/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #715.
* | | | | | | | Enable WDM/KS support for PortAudioMatthias Geier2015-06-302-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #716.
* | | | | | | | new package box2dMartin Gerhardy2015-06-291-0/+32
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | this introduces a new dependency for unpacking the 7z archive from Box2D
* | | | | | | netpbm: updateMark Brand2015-06-281-2/+2
| | | | | | |
* | | | | | | tiff: updateMark Brand2015-06-261-2/+2
| | | | | | |
* | | | | | | freetds: updateMark Brand2015-06-232-64/+2
| | | | | | |
* | | | | | | qtbase: Disable icuTimothy Gu2015-06-231-1/+2
| | | | | | | | | | | | | | | | | | | | | Fixes #653.
* | | | | | | hdf4: Fix implicit dllimportTimothy Gu2015-06-231-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #732.
* | | | | | | minizip: Try to fix buildingTimothy Gu2015-06-231-1/+4
| | | | | | | | | | | | | | | | | | | | | Might fix #730.
* | | | | | | gd: Fix build failureGary KL Tam2015-06-231-0/+30
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #703 from bugbrains/gdal_sharedTimothy Gu2015-06-214-6/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Gdal shared build
| * | | | | | libgeotiff: remove ltmain.sh patch and use autoreconf -fiRashad M2015-06-213-12/+13
| | | | | | |
| * | | | | | fixing merge conflictRashad M2015-06-1716-21/+184
| |\ \ \ \ \ \
| * | | | | | | enable sharedRashad2015-06-091-17/+12
| | | | | | | |
| * | | | | | | fix ltmain.sh for geotiff. gdal shared link errorRashad2015-06-091-0/+12
| | | | | | | |
| * | | | | | | do not turn on c++11 for boostRashad2015-06-091-1/+1
| | | | | | | |