summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* update to ocaml 4.00.1William2013-01-143-191/+9
|
* update package jpegMark Brand2013-01-131-1/+1
|
* update package fontconfigTony Theodore2013-01-132-1/+31
|
* package qtbase: fix prls and other patchesMark Brand2013-01-111-13/+272
|
* update package harfbuzzMark Brand2013-01-101-1/+1
|
* update package cairoMark Brand2013-01-101-1/+1
|
* update package pangoMark Brand2013-01-102-2/+2
|
* update package xapian-coreMark Brand2013-01-091-1/+1
|
* update package sqliteMark Brand2013-01-091-1/+1
|
* package netpbm: add update scriptTony Theodore2013-01-081-2/+3
|
* package netcdf: add update scriptTony Theodore2013-01-081-2/+5
|
* package libftdi: fix usb detection overrideTony Theodore2013-01-081-1/+1
|
* package libftdi: override libusb detectionMark Brand2013-01-081-1/+2
| | | | | Otherwise libusb will be detected on the build system and fail if it isn't there.
* package libftdi: use config.guessMark Brand2013-01-081-2/+3
|
* Merge pull request #116 from uwehermann/libftdimabrand2013-01-081-0/+26
|\ | | | | Add libftdi package.
| * Add libftdi package.Uwe Hermann2013-01-081-0/+26
| |
* | packages vtk ocaml-* cross builds: add explicit gcc dependencyTony Theodore2013-01-087-7/+7
| |
* | package libgda: disable postgresql supportTony Theodore2013-01-081-1/+2
| | | | | | | | I doubt this ever worked, it doesn't detect the prefixed pg_config and doesn't seem to support postgresql 9+
* | package xvidcore: disable parallel buildTony Theodore2013-01-081-1/+1
|/
* update packages ffmpeg giflib imagemagickTony Theodore2013-01-073-3/+3
|
* libusb's header must be named usb.h.Uwe Hermann2013-01-051-1/+1
| | | | | | The current libusb package installs it as usb0_usb.h, which is incorrect. For other packages to actually be able to use the installed libusb, the header file must be named usb.h.
* update package muparserTony Theodore2013-01-051-1/+1
|
* update package giflibTony Theodore2013-01-051-1/+1
|
* update package gstreamer and pluginsTony Theodore2013-01-053-3/+3
|
* package file: update checksum after replaced tarballTony Theodore2013-01-051-1/+1
| | | | http://mx.gw.com/pipermail/file/2013/001021.html
* upgrade and patch wxwidgets in order to compile for target x86_64 (64 bit ↵Alois Schloegl2013-01-042-3/+14
| | | | windows)
* update package fileMark Brand2013-01-031-1/+1
|
* update package harfbuzzMark Brand2013-01-032-2/+2
|
* update package gnutlsMark Brand2013-01-031-9/+5
|
* package hdf4: expand range of host os checkTony Theodore2012-12-311-1/+1
|
* package ocaml-flexdll: remove unprefixed link from bin/Tony Theodore2012-12-311-2/+1
|
* update package popplerMark Brand2012-12-301-2/+2
|
* package gnutls: add libregex support via pcreMark Brand2012-12-281-1/+7
|
* package gnutls: add missing gettext dependencyMark Brand2012-12-281-1/+1
|
* update package vmimeMark Brand2012-12-272-59/+7
|
* update package llvmTony Theodore2012-12-272-1/+21
|
* update package gettextMark Brand2012-12-251-1/+1
|
* update package vmimeMark Brand2012-12-242-10/+63
|
* Merge branch 'master' of github.com:mxe/mxeTony Theodore2012-12-231-3/+0
|\
| * package qtbase: remove obsolete optionsMark Brand2012-12-211-3/+0
| |
* | package sdl_gfx: autoreconf with mxe installed m4 macrosTony Theodore2012-12-231-0/+1
|/
* Merge pull request #106 from ufoai/masterTony Theodore2012-12-211-0/+25
|\ | | | | new package picomodel
| * * added new package picomodelMartin Gerhardy2012-12-201-0/+25
| |
* | packages gtkglarea libglade libzip qdbm sdl_gfx: use $(WGET) variableTony Theodore2012-12-215-5/+5
| |
* | Merge pull request #103 from Beuc/sdl_ttfTony Theodore2012-12-211-0/+1
|\ \ | | | | | | sdl_ttf: add Requires.private:freetype2...
| * | sdl_ttf: add Requires.private:freetype2, otherwise -lfreetype is missing ↵Sylvain Beucler2012-12-191-0/+1
| | | | | | | | | | | | when doing a static build using pkg-config --static --libs
* | | Merge pull request #102 from Beuc/masterTony Theodore2012-12-216-0/+164
|\ \ \ | | | | | | | | New packages: SDL_gfx and libzip
| * | | libzip: use Requires.private rather than RequiresSylvain Beucler2012-12-192-3/+16
| | | |
| * | | Add build file for SDL_gfxSylvain Beucler2012-12-182-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Build against latest stable release - _UPDATE rule implemented - Test case included Coded while hacking GNU FreeDink :)
| * | | Add build file for libzipSylvain Beucler2012-12-183-0/+95
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Build against latest stable release - Cross-compilation broke somewhere between 0.9 and 0.10, we could recommend http://www.sourceware.org/autobook/autobook/autobook_255.html to upstream so they fix 'zip.h'. Provided quick patch meanwhile. - Added 'Requires: zlib' in the pkg-config file, we could suggest the improvement to upstream - _UPDATE rule implemented - Test case included Coded while hacking GNU FreeDink :)