Commit Graph

3680 Commits

Author SHA1 Message Date
Tony Theodore ae3d9a6be1 update 2.23 release date 2013-07-27 14:36:54 +10:00
Tony Theodore ca337a1207 doc update: add build system integration and project maturity to introduction 2013-07-26 14:39:23 +10:00
Tony Theodore c3d3bb1b31 add release process notes 2013-07-26 13:17:02 +10:00
Tony Theodore 4bc0f0f924 remove optional native builds for autoconf automake cmake libtool
these need more testing and proper multi-target support
2013-07-26 12:56:28 +10:00
Tony Theodore d71a209af5 doc update: add notes about make clean and freebsd support to history section 2013-07-26 12:52:25 +10:00
Tony Theodore e39032d3f1 package sfml: cleanup style in test program 2013-07-25 20:55:43 +10:00
Tony Theodore 35cd662d68 doc update: add note about new qmake invocation 2013-07-25 20:54:22 +10:00
Tony Theodore 25a3a7f0ff package hdf5: add prefixed compiler wrappers and add to cmake toolchain file 2013-07-25 18:36:14 +10:00
Tony Theodore 8ff8097dbd add optional package cmake with native build 2013-07-23 00:54:29 +10:00
Tony Theodore bf660c2508 packages itk vtk6: remove FindHDF5.cmake 2013-07-23 00:53:16 +10:00
Tony Theodore b80ad1abbe Merge branch 'master' of github.com:mxe/mxe 2013-07-22 18:45:30 +10:00
Tony Theodore 22cb455078 package itk: add missing cmake module 2013-07-22 18:44:47 +10:00
Tony Theodore 57eb309587 package itk: add missing cmake maodule 2013-07-22 17:34:53 +10:00
Tony Theodore 395f67af46 packages itk vtk6: add standard FindHDF5.cmake 2013-07-22 15:52:15 +10:00
Tony Theodore 25e443f9f4 package vmime: expand filename in url
The filename isn't actually used, but we'll keep it consistent.
2013-07-22 15:33:46 +10:00
Volker Grabsch e412eb642d Move package versions from index.html back into the src/*.mk files
Most of the automatic conversion was done using the following Python script:

import os
import re
pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk'))
with open('index.html', 'rb') as f:
    index = f.read()
pkgs_index = re.findall('<td class="package">([^<]*)</td>', index)
assert pkgs_index == pkgs
versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index))
assert sorted(versions.keys()) == pkgs
for pkg in pkgs:
    version = versions[pkg]
    with open('src/' + pkg + '.mk', 'rb') as f:
        mk = f.read()
    checksumpos = mk.index('\n$(PKG)_CHECKSUM ')
    versionline = '\n$(PKG)_VERSION  := %(version)s' % {'version': version}
    newmk = mk[:checksumpos] + versionline + mk[checksumpos:]
    with open('src/' + pkg + '.mk', 'wb') as f:
        f.write(newmk)
2013-07-22 01:41:31 +02:00
Volker Grabsch 4419187a68 Replace unneeded "*-package" IDs in the docs 2013-07-22 00:19:50 +02:00
Volker Grabsch 2a4577f4df Replace unneeded "*-website" IDs in the docs 2013-07-22 00:19:49 +02:00
Volker Grabsch 0a181fc560 Fix redirects of ocaml-core to ocaml-native 2013-07-22 00:19:23 +02:00
Volker Grabsch 2b3a8dfeb9 Fix typo 2013-07-22 00:18:09 +02:00
Volker Grabsch 836f2e8658 Fix order of packages in package list 2013-07-21 22:49:25 +02:00
Volker Grabsch a34ea233b1 Fix initial comments of all src/*.mk files 2013-07-21 18:47:20 +02:00
Volker Grabsch aeab6a46d2 Use "shorter" URL for MXE (without the optional trailing slash) 2013-07-21 15:22:40 +02:00
Volker Grabsch c431e13b46 Bugfix in docs: Make the first column of package list match the internal package name 2013-07-21 15:18:56 +02:00
Volker Grabsch a40f71047b Fix spacing issue in docs 2013-07-21 14:44:46 +02:00
Tony Theodore 56d733395b Merge branch 'master' of github.com:mxe/mxe 2013-07-20 17:17:04 +10:00
Tony Theodore dc626d8787 doc update: add biosig to list of projects using mxe 2013-07-20 17:16:48 +10:00
Martin Gerhardy 39920d2b26 Revert "Merge branch 'master' of https://github.com/mgerhardy/mxe into mgerhardy-master"
This reverts commit 9c4386e2f7, reversing
changes made to b54718e220.
2013-07-19 21:30:18 +02:00
Martin Gerhardy 150af3c448 Revert "* updated checksums for the latest release candidates"
This reverts commit b2d13c15af.
2013-07-19 21:30:03 +02:00
Martin Gerhardy b2d13c15af * updated checksums for the latest release candidates 2013-07-19 20:29:32 +02:00
Martin Gerhardy 9c4386e2f7 Merge branch 'master' of https://github.com/mgerhardy/mxe into mgerhardy-master
Conflicts:
	index.html
2013-07-19 20:27:15 +02:00
Tony Theodore b54718e220 package libtool: add optional native build 2013-07-19 20:31:34 +10:00
Volker Grabsch 4bfd1ca749 Merge branch 'stable' 2013-07-18 12:25:52 +02:00
Volker Grabsch 835dac9718 Clarify branch concept 2013-07-18 12:18:25 +02:00
Volker Grabsch fabef6cc30 Improve release notes for the next release 2013-07-18 12:14:20 +02:00
Volker Grabsch c8a53cbd7f Improve old release notes of release 2.2 2013-07-18 12:01:05 +02:00
Volker Grabsch b657668b9c Fix HTML issues in docs 2013-07-18 11:41:01 +02:00
Volker Grabsch 5039456c1e Fix empty line 2013-07-18 11:31:05 +02:00
Tony Theodore 2b8d7eaf67 add optional native automake and autoconf 2013-07-17 13:27:00 +10:00
Tony Theodore 3a18c57c08 doc update: mention FreeBSD partial support 2013-07-15 22:09:04 +10:00
Tony Theodore 7b98bf28dc Merge branch 'master' of github.com:mxe/mxe 2013-07-15 02:50:30 +10:00
Tony Theodore e1b0b109bf package pthreads: define pseudo file and checksum
Oops! accidentally added the freebsd-excludes,
but it should be harmless.
2013-07-15 02:48:30 +10:00
Tony Theodore d9cdc2c4d7 package pthreads: define pseudo file and checksum 2013-07-15 02:34:34 +10:00
Tony Theodore 6d7fc718cf package qtquickcontrols: add qtbase dependency 2013-07-15 02:25:35 +10:00
Tony Theodore b009e1f19f Makefile: log OSX software version 2013-07-14 20:21:19 +10:00
Tony Theodore 7752f2240f package gd: remove url2 2013-07-14 18:42:30 +10:00
Tony Theodore d311959c24 doc update: prepare for stable update 2013-07-14 02:42:58 +10:00
Tony Theodore 82f84a6fb5 packages libvpx x264: use prefixed yasm 2013-07-13 21:07:36 +10:00
Tony Theodore b7627171c2 package yasm: install prefixed binary in mxe bin path 2013-07-13 21:07:11 +10:00
Tony Theodore 5b4088165a Merge branch 'master' of github.com:mxe/mxe 2013-07-13 20:33:10 +10:00