summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* many packages: cleanup deps orderingTony Theodore2015-09-2380-82/+87
|
* Makefile: add cleanup-deps-style to reorder depsTony Theodore2015-09-231-0/+13
|
* all packages: switch to sha256 checksumsTony Theodore2015-09-23371-371/+371
| | | | closes #871
* pthreads: test cmake find_package(Threads REQUIRED)Tony Theodore2015-09-231-4/+18
|
* Update versions.jsonMXEBot as Travis CI2015-09-231-0/+2
|
* Merge pull request #850 from LuaAndC/gtk3Tony Theodore2015-09-237-8/+318
|\ | | | | add packages gtk3 and gtkmm3
| * add packages gtk3 and gtkmm3Gerardo Ballabio2015-09-217-8/+318
| | | | | | | | | | | | | | | | | | | | | | Pango has been updated to 1.37.4 in 24cf97dbdd62ece0ea0b39cf33694a8804352bd1 Side effects: * mute function g_win32_run_session_bus of glib (see the thread) * add new external dependency: gdk-pixbuf Original thread: https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-08/msg00009.html
* | sdl_rwhttp: remove obsolete deps for i686-pc-mingw32Tony Theodore2015-09-221-5/+1
| |
* | Update versions.jsonMXEBot as Travis CI2015-09-211-1/+1
| |
* | Merge branch 'master' of github.com:mxe/mxeTony Theodore2015-09-211-1/+1
|\ \
| * | Update versions.jsonMXEBot as Travis CI2015-09-211-1/+1
| | |
* | | libepoxy: update 1.2 --> 1.3.1Tony Theodore2015-09-211-4/+5
|/ /
* | tinyxml2: update 2.2.0 --> 3.0.0Tony Theodore2015-09-212-39/+4
| |
* | Update versions.jsonMXEBot as Travis CI2015-09-211-1/+1
| |
* | wavpack: update 4.70.0 --> 4.75.0Tony Theodore2015-09-212-16/+2
| |
* | Update versions.jsonMXEBot as Travis CI2015-09-211-1/+1
| |
* | xapian-core: update 1.2.19 --> 1.2.21Tony Theodore2015-09-211-2/+2
| |
* | libjpeg-turbo: merge patchesTony Theodore2015-09-212-32/+27
| |
* | Merge pull request #834 from ↵Tony Theodore2015-09-212-2/+28
|\ \ | | | | | | | | | | | | LuaAndC/libjpeg-turbo-2-install-DLL-to-bin-libjpeg-turbo libjpeg-turbo: install DLL to bin/libjpeg-turbo
| * | libjpeg-turbo: install DLLs to bin/Boris Nagaev2015-09-081-1/+1
| | | | | | | | | | | | | | | | | | Do not install DLLs to bin/libjpeg-turbo/$dlname See #834
| * | libjpeg-turbo: install DLL to bin/libjpeg-turboBoris Nagaev2015-09-062-2/+28
| | | | | | | | | | | | | | | | | | | | | Enable shared build. It was disabled because DLLs were installed to lib/bin. see #826
* | | pire: fix shared build, build only libs and test programTony Theodore2015-09-213-51/+38
| | |
* | | Merge pull request #874 from LuaAndC/build-pkg-nm-and-predownloadTony Theodore2015-09-211-0/+24
|\ \ \ | | | | | | | | build-pkg: pre-download all packages and check *.a with nm
| * | | build-pkg: rename testCommand to executeBoris Nagaev2015-09-211-3/+3
| | | | | | | | | | | | | | | | see #874
| * | | build-pkg: pre-download all packagesBoris Nagaev2015-09-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Run `make download -j 6 -k` until it downloads all packages successfully before running further steps. close #855
| * | | build-pkg: check *.a files with nmBoris Nagaev2015-09-201-0/+13
| | | | | | | | | | | | | | | | | | | | close #858 see #854
| * | | build-pkg: add function testCommandBoris Nagaev2015-09-201-0/+9
| | |/ | |/| | | | | | | | | | This function runs a command and return whether it finished successfully.
* | | Merge pull request #876 from LuaAndC/fftw-combined-threadsTony Theodore2015-09-211-1/+4
|\ \ \ | | | | | | | | fftw: compile with combined thread libraries
| * | | fftw: compile with combined thread librariesBoris Nagaev2015-09-211-1/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From fftw-3.3.4/Makefile.am: > when using combined thread libraries (necessary on Windows), we want > to build threads/ first, because libfftw3_threads is added to > libfftw3. > > Otherwise, we want to build libfftw3_threads after libfftw3 > so that we can track the fact that libfftw3_threads depends upon > libfftw3. > > This is the inescapable result of combining three bad ideas > (threads, Windows, and shared libraries). When compiling with combined threads, all thread related functions are added to main libraries (libfftw3, libfftw3f, libfftw3l). I have checked their existance in libfftw3-3.dll by using nm. close #872 ^^ Instead of adding -lfftw3_threads to fftw*.pc files, add thread related functions to main fftw3 lib.
* | | Update versions.jsonMXEBot as Travis CI2015-09-211-0/+1
| | |
* | | Merge pull request #877 from LuaAndC/cimgTony Theodore2015-09-214-0/+283
|\ \ \ | | | | | | | | add package cimg
| * | | add package cimgBoris Nagaev2015-09-204-0/+283
| |/ /
* | | Merge pull request #875 from LuaAndC/imagemagick-sharedTony Theodore2015-09-211-6/+1
|\ \ \ | |/ / |/| | imagemagick: enable shared build
| * | imagemagick: enable shared buildBoris Nagaev2015-09-201-6/+1
|/ /
* | Merge pull request #870 from ooxi/add-violetland-to-used-by-sectionTony Theodore2015-09-201-34/+37
|\ \ | | | | | | Add violetland to used by section
| * | Add Violetland to the used by section.ooxi2015-09-191-0/+3
| | | | | | | | | | | | In this game the player should help a girl by name of Violet to struggle with hordes of monsters. For this purpose the various weapon, and also the special abilities of the heroine which are opening with experience can be used.
| * | Changed used by section to alphabetical orderooxi2015-09-191-34/+34
|/ /
* | Merge pull request #868 from LuaAndC/fix-suitesparse-download-urlTony Theodore2015-09-191-2/+2
|\ \ | | | | | | fix suitesparse download URL
| * | fix suitesparse download URLBoris Nagaev2015-09-181-2/+2
| | | | | | | | | | | | | | | | | | Old URL is 404. Parent URL redirects to [1]. [1] http://faculty.cse.tamu.edu/davis/research.html
* | | Merge pull request #867 from LuaAndC/fix-openscenegraph-download-urlTony Theodore2015-09-191-1/+1
|\ \ \ | | | | | | | | fix openscenegraph download URL
| * | | fix openscenegraph download URLBoris Nagaev2015-09-181-1/+1
| |/ /
* | | Merge pull request #864 from LuaAndC/report-download-from-backupTony Theodore2015-09-191-3/+6
|\ \ \ | |/ / |/| | report downloading from backup
| * | report downloading from backupBoris Nagaev2015-09-181-3/+6
|/ /
* | Merge pull request #860 from LuaAndC/build-pkg-file-dereferenceTony Theodore2015-09-171-23/+17
|\ \ | | | | | | build-pkg: improve launching file tool
| * | build-pkg: add option --brief to "file" commandBoris Nagaev2015-09-161-23/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Option --brief tells "file" not to prepend filenames to output lines. Using this option is better than parsing standard format of output of "file" with a regular expression. Some filenames contain ":". This confuses the regular expression: [build-pkg] i686-w64-mingw32.static Can't get type of file usr/i686-w64-mingw32.static/share/ gtk-doc/html/libgda-4.0/gen:sql_identifiers.html (libgda). file says "usr/i686-w64-mingw32.static/share/gtk-doc/html/ libgda-4.0/gen:sql_identifiers.html: HTML document, ASCII text"
| * | build-pkg: catch symlinks with bad extensionsBoris Nagaev2015-09-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Example: usr/i686-w64-mingw32.static/bin/luajit This file must have '.exe' in name, but build-pkg doesn't catch this error, because it's type was "symbolic link to luajit-2.0.4". With option --dereference, "file" follows symlinks. For usr/i686-w64-mingw32.static/bin/luajit it returns "PE32 executable (console) Intel 80386 (stripped to external PDB), for MS Windows".
* | | Merge pull request #859 from LuaAndC/build-pkg-report-dll-in-libTony Theodore2015-09-171-0/+3
|\ \ \ | | | | | | | | build-pkg: report DLL files in /lib/
| * | | build-pkg: report DLL files in /lib/Boris Nagaev2015-09-161-0/+3
| |/ / | | | | | | | | | | | | see #393 see #826
* | | Merge pull request #863 from LuaAndC/fix-gdal-wheezyTimothy Gu2015-09-161-1/+1
|\ \ \ | |/ / |/| | fix gdal build on Debian Wheezy
| * | fix gdal build on Debian WheezyBoris Nagaev2015-09-161-1/+1
|/ / | | | | | | close #862