summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* libsvm: fix indention and styleRashad M2015-06-232-3/+3
|
* libsvm: add packageRashad M2015-06-212-0/+44
|
* 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
| | |
* | | Add CMake script for finding TIFFTimothy Gu2015-06-191-0/+13
| | | | | | | | | | | | Fixes #721.
* | | hdf4: Update download URLTimothy Gu2015-06-191-1/+1
| | |
* | | hdf4: SimplifyTimothy Gu2015-06-191-2/+3
| | |
* | | hdf4: Fix styleTimothy Gu2015-06-191-6/+6
| | |
* | | Merge pull request #713 from luckyhacky/fixhdf4Timothy Gu2015-06-191-1/+1
|\ \ \ | | | | | | | | fixes hdf4 compilation due to missing -lportablexdr for non-static builds introduced with last fix
| * | | fixes hdf4 compilation due to missing -lportablexdr for non-static builds ↵luckyhacky2015-06-141-1/+1
| | | | | | | | | | | | | | | | introduced with last fix
* | | | Style fixesTimothy Gu2015-06-191-1/+1
| | | |
* | | | ffmpeg: UpdateTimothy Gu2015-06-191-2/+2
| | | | | | | | | | | | | | | | Fixes #692.
* | | | Update minizipTimothy Gu2015-06-191-10/+6
| | | | | | | | | | | | | | | | Fixes #719.
* | | | Merge pull request #722 from LuaAndC/masterTimothy Gu2015-06-191-2/+2
|\ \ \ \ | | | | | | | | | | update Lua from 5.3.0 to 5.3.1
| * | | | update Lua from 5.3.0 to 5.3.1Boris Nagaev2015-06-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Lua 5.3.1 was released on 17 Jun 2015. It is a bug-fix release of Lua 5.3. http://www.lua.org/bugs.html#5.3.0
* | | | | dbus: updateMark Brand2015-06-181-2/+2
| | | | |
* | | | | gsoap: use openssl instead of gnutlsMark Brand2015-06-182-20/+13
|/ / / / | | | | | | | | | | | | | | | | | | | | Gsoap uses deprecated gnutls calls that have been removed in gnutls 3.4. To keep SSL support in gsoap, let's switch to openssl.
* | | | freetds: updateMark Brand2015-06-181-3/+3
| | | |
* | | | curl: updateMark Brand2015-06-181-2/+2
| | | |
* | | | gnutls nettle: updateMark Brand2015-06-186-64/+79
| |_|/ |/| | | | | | | | | | | libgsasl and nettle no longer conflict over memxor, so the workaround is removed.
* | | Merge pull request #717 from xnakos/jack2Timothy Gu2015-06-172-0/+56
|\ \ \ | | | | | | | | Add jack2 package
| * | | Patch wscript to link to FLAC, vorbis, vorbisenc, and ogg libraries, which ↵Harry Nakos2015-06-161-0/+28
| | | | | | | | | | | | | | | | libsndfile is dependent on, since libsndfile will most probably have not been built statically linked to those libraries.
| * | | Do some housekeeping for jack.Harry Nakos2015-06-161-4/+1
| | | |
| * | | Investigate jack2 support.Harry Nakos2015-06-151-0/+31
| | | |
* | | | Merge pull request #699 from saiarcot895/upstream-add-gdal-shared-buildTimothy Gu2015-06-161-12/+3
|\ \ \ \ | | | | | | | | | | Add gdal shared build
| * \ \ \ Merge branch 'upstream-master' into upstream-add-gdal-shared-buildSaikrishna Arcot2015-06-1317-35/+216
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/hdf4.mk src/netcdf.mk
| * | | | | Uncomment OGR.Saikrishna Arcot2015-06-131-1/+1
| | | | | |