summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libusb: now deprecated upstream - disable build and updateTony Theodore2015-09-051-1/+8
|
* Makefile: print package messages during buildTony Theodore2015-09-051-0/+2
|
* Makefile: don't remove versions.json on cleanTony Theodore2015-09-051-1/+1
|
* Merge pull request #819 from LuaAndC/fix-jackTony Theodore2015-09-054-1/+178
|\ | | | | Fix jack
| * jack: install libs to lib/jack/ instead of lib/Boris Nagaev2015-09-041-0/+80
| |
| * jack: depend on readlineBoris Nagaev2015-09-041-1/+1
| | | | | | | | | | | | | | | | Example example-clients/transport.c depends on readline. Jack can be built without this example, but it worth adding it to dependencies to make build more predictable. See #731
| * jack: link transport.c with readline and termcapBoris Nagaev2015-09-041-0/+52
| | | | | | | | See #731
| * jack: disable SIGQUIT and SIGHUPBoris Nagaev2015-09-041-0/+45
| | | | | | | | see #731
* | Merge pull request #809 from LuaAndC/build-pkg-requirements-releaseTony Theodore2015-09-051-42/+142
|\ \ | | | | | | build-pkg: add release to mxe-requirements version
| * | build-pkg: change path to .list file of commonBoris Nagaev2015-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | "%s.common-list" -> "common-%s.list" New style of name is closer to name format of other packages: "target-pkg.list".
| * | build-pkg: add more checks for generated filesBoris Nagaev2015-09-051-6/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PE32 files without .exe or .dll * .exe or .dll files which are not in PE32 format * files with other target in name * changed files * file belongs to the same target -- add a dependency * otherwise: log this message with label 'error' close #822
| * | build-pkg: create a variable with list of targetsBoris Nagaev2015-09-041-4/+10
| | |
| * | build-pkg: blacklist usr/<target>/share/(doc|info)Boris Nagaev2015-09-041-0/+2
| | | | | | | | | | | | Another directories with documentation.
| * | build-pkg: use git to find new/changed filesBoris Nagaev2015-09-041-24/+45
| | | | | | | | | | | | close #818
| * | build-pkg: add [build-pkg] to log messagesBoris Nagaev2015-09-041-1/+1
| | |
| * | build-pkg: function log() formats message stringBoris Nagaev2015-09-041-5/+5
| | |
| * | build-pkg: include target to name of .list fileBoris Nagaev2015-09-041-1/+1
| | | | | | | | | | | | | | | Do not overwrite .list files produced by one target with ones produced by other target.
| * | build-pkg: a function to generate .list file nameBoris Nagaev2015-09-041-4/+8
| | | | | | | | | | | | | | | | | | This operation (package_name .. '.list') was coded many times in many functions. I move it to function listFile(pkg) to keep it in one place.
| * | build-pkg: add release to mxe-requirements versionBoris Nagaev2015-09-041-1/+1
| |/ | | | | | | | | | | | | | | 2.23 -> 2.23jessie | 2.23wheezy Package mxe-requirements has different dependencies for Wheezy and Jessie. APT server reprepro doesn't allow to add two different packages with same name and version.
* | Update versions.jsonMXEBot as Travis CI2015-09-051-1/+1
| |
* | sfml: update 2.2 -> 2.3.1 and fix external lib installationTony Theodore2015-09-052-32/+10
|/
* Update versions.jsonMXEBot as Travis CI2015-09-041-0/+1
|
* Merge branch 'LuaAndC-libtorrent-rasterbar'Tony Theodore2015-09-046-0/+162
|\
| * libtorrent-rasterbar: disable tests and examplesTony Theodore2015-09-041-1/+2
| |
| * Merge branch 'libtorrent-rasterbar' of https://github.com/LuaAndC/mxe into ↵Tony Theodore2015-09-046-0/+161
| |\ |/ / | | | | LuaAndC-libtorrent-rasterbar
| * add package libtorrent-rasterbarBoris Nagaev2015-08-316-0/+161
| |
* | Merge branch 'LuaAndC-wt-enable-more'Tony Theodore2015-09-033-6/+115
|\ \
| * | wt: consolidate static and shared build rulesTony Theodore2015-09-031-26/+2
| | |
| * | Merge branch 'wt-enable-more' of https://github.com/LuaAndC/mxe into ↵Tony Theodore2015-09-033-3/+136
| |\ \ |/ / / | | | | | | LuaAndC-wt-enable-more
| * | wt: enable shared buildBoris Nagaev2015-08-303-1/+136
| | |
| * | wt: enable x86_64-w64-mingw32 targetBoris Nagaev2015-08-301-2/+0
| | |
* | | Update versions.jsonMXEBot as Travis CI2015-09-031-1/+1
| | |
* | | db: enable shared buildBoris Nagaev2015-09-032-2/+29
| | |
* | | db: update to 6.1.26Boris Nagaev2015-09-032-2/+30
| | |
* | | db: add update scriptBoris Nagaev2015-09-031-2/+3
| | |
* | | db: enable internal encryption (no crypto lib deps)Boris Nagaev2015-09-031-2/+3
| | |
* | | Merge pull request #817 from LuaAndC/package-updatersTony Theodore2015-09-033-6/+9
|\ \ \ | | | | | | | | Package updaters for jack, libdca, libwebsockets
| * | | write update script for libwebsocketsBoris Nagaev2015-08-311-2/+3
| | | |
| * | | write update script for libdcaBoris Nagaev2015-08-311-2/+3
| | | |
| * | | write update script for jackBoris Nagaev2015-08-311-2/+3
| | |/ | |/|
* | | Update versions.jsonMXEBot as Travis CI2015-09-031-1/+1
| | |
* | | update libwebsockets to 1.4-chrome43-firefox-36Boris Nagaev2015-09-031-2/+2
| | |
* | | ncurses: fix TIC_PATH issue in make 3.81Tony Theodore2015-09-031-3/+4
| | | | | | | | | | | | fixes #806 and #807
* | | Update versions.jsonMXEBot as Travis CI2015-09-021-1/+1
| | |
* | | harfbuzz: updateMark Brand2015-09-021-2/+2
| | |
* | | Update versions.jsonMXEBot as Travis CI2015-09-011-0/+1
| | |
* | | db: Various fixesTimothy Gu2015-09-011-2/+3
| | |
* | | Merge pull request #791 from mezzovide/masterTimothy Gu2015-09-012-2/+34
|\ \ \ | | | | | | | | new package berkeleydb
| * | | change berkeleydb to dbmezzovide2015-08-192-3/+3
| | | |
| * | | added new package : berkeleydbmezzovide2015-08-192-2/+34
| | | |