summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
| | | | | | | |
* | | | | | | | harfbuzz: fix update macroMark Brand2015-06-201-1/+1
| | | | | | | |
* | | | | | | | gdb: updateMark Brand2015-06-201-2/+2
| | | | | | | |
* | | | | | | | cairo freetype harfbuzz: updateMark Brand2015-06-203-6/+6
| | | | | | | |
* | | | | | | | mpfr; updateMark Brand2015-06-201-2/+2
| | | | | | | |
* | | | | | | | freetds: fix windows includesMark Brand2015-06-191-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This problem broke freetds detection in qtbase and qt.
* | | | | | | | libvpx: UpdateTimothy Gu2015-06-191-7/+8
| | | | | | | |
* | | | | | | | sox: Fix buildingTimothy Gu2015-06-192-62/+4
| | | | | | | |
* | | | | | | | gettext: UpdateTimothy Gu2015-06-191-2/+2
| | | | | | | |
* | | | | | | | gettext: Fix update routineTimothy Gu2015-06-191-1/+2
| | | | | | | |
* | | | | | | | termcap: Fix update routineTimothy Gu2015-06-191-1/+4
| | | | | | | |
* | | | | | | | speex: UpdateTimothy Gu2015-06-191-2/+2
| | | | | | | |
* | | | | | | | sox: UpdateTimothy Gu2015-06-191-2/+2
| | | | | | | |
* | | | | | | | qt: Fix update routineTimothy Gu2015-06-191-3/+4
| | | | | | | |
* | | | | | | | qtbase: Fix update routineTimothy Gu2015-06-191-1/+1
| | | | | | | |
* | | | | | | | file: updateTimothy Gu2015-06-192-75/+34
| | | | | | | |
* | | | | | | | apr: UpdateTimothy Gu2015-06-191-2/+2
| | | | | | | |
* | | | | | | | chipmunk: UpdateTimothy Gu2015-06-191-2/+2
| | | | | | | |
* | | | | | | | xerces: UpdateTimothy Gu2015-06-192-17/+2
| | | | | | | |
* | | | | | | | fdk-aac: UpdateTimothy Gu2015-06-191-2/+2
| | | | | | | |