Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gdk-pixbuf: update 2.30.8 --> 2.32.3 | Tony Theodore | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | all packages: really use sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | many packages: cleanup deps ordering | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | all packages: switch to sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | | | | closes #871 | ||||
* | update various packages (tested on i686-w64-mingw32.static) | Tony Theodore | 2014-12-01 | 1 | -2/+2 |
| | | | | | | | ffmpeg flac gdk-pixbuf glew glib graphicsmagick ilmbase imagemagick libffi libftdi1 libircclient libmicrohttpd libpaper librsvg libtool libwebp libxml++ libxml2 mpg123 mxml nlopt oce openblas opencv opusfile pfstools poco poppler primesieve x264 xine-lib | ||||
* | Enable shared builds for atk, gdk-pixbuf and gtk2. | Tobias Gruetzmacher | 2014-03-08 | 1 | -5/+1 |
| | |||||
* | update package gdk-pixbuf | Niels Kristian Bech Jensen | 2014-02-01 | 1 | -2/+2 |
| | |||||
* | update package gdk-pixbuf | Niels Kristian Bech Jensen | 2014-01-28 | 1 | -2/+2 |
| | |||||
* | package gdk-pixbuf: install autotools aux files | Tony Theodore | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | update packages gdk-pixbuf pango | Niels Kristian Bech Jensen | 2013-11-12 | 1 | -2/+2 |
| | |||||
* | update package gtk2 and dependencies | Niels Kristian Bech Jensen | 2013-11-10 | 1 | -2/+2 |
| | |||||
* | Revert "package gdk-pixbuf: explicitly call aclocal and automake" | Tony Theodore | 2013-08-26 | 1 | -2/+0 |
| | | | | This reverts commit 99bee59b113787fbf3a6af2285b144cb9e5bb41d. | ||||
* | package gdk-pixbuf: explicitly call aclocal and automake | koneu | 2013-08-24 | 1 | -0/+2 |
| | |||||
* | Move package versions from index.html back into the src/*.mk files | Volker Grabsch | 2013-07-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | update packages curl gdk-pixbuf gtk2 harfbuzz imagemagick pango | Tony Theodore | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | update package gdk-pixbuf | Niels Kristian Bech Jensen | 2013-04-20 | 1 | -1/+1 |
| | |||||
* | update packages atk gdk-pixbuf | Tony Theodore | 2013-03-29 | 1 | -1/+1 |
| | |||||
* | package gdk-pixbuf: use mxe aclocal macros | Tony Theodore | 2013-02-10 | 1 | -1/+2 |
| | |||||
* | update package gdk-pixbuf | Tony Theodore | 2012-12-08 | 1 | -1/+1 |
| | |||||
* | update package gdk-pixbuf | Mark Brand | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | update package gdk-pixbuf | Hans Petter Jansson | 2012-06-15 | 1 | -3/+5 |
| | |||||
* | all packages: use $(WGET) portability variable | Tony Theodore | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | Move full package names from src/*.mk into package list (index.html) | Volker Grabsch | 2012-03-29 | 1 | -1/+0 |
| | |||||
* | Move doc/index.html -> index.html | Volker Grabsch | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html | Volker Grabsch | 2012-03-29 | 1 | -2/+0 |
| | |||||
* | Rebrand to new project name MXE | Volker Grabsch | 2012-03-28 | 1 | -1/+1 |
| | |||||
* | package gdal gdk-pixbuf libpano13: tiff 4 detection workaround | Mark Brand | 2011-12-23 | 1 | -1/+2 |
| | |||||
* | replaced $(BUILD) with a more direct and less brittle construct | Volker Grabsch | 2011-11-28 | 1 | -1/+1 |
| | | | | | For discussion, see the following email and its follow-ups: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2011-11/msg00112.html | ||||
* | many packages: use --build instead of wine cross_compiling hack | Mark Brand | 2011-11-26 | 1 | -2/+1 |
| | |||||
* | upgrade packages: atkmm gdal gdk-pixbuf glew glib gtk imagemagick lapack ↵ | Volker Grabsch | 2010-11-28 | 1 | -2/+2 |
| | | | | librsvg libvpx libxml2 ogg pixman vorbis x264 | ||||
* | disable dynamic module loading in package gdk-pixbuf | Mark Brand | 2010-09-27 | 1 | -1/+3 |
| | | | | | | | Also use included modules in gdk-pixbuf. A consequence seems to be that librsvg cannot built a module for gdk-pixbuf. | ||||
* | packages glib gdk-pixbuf: fix update macros | Mark Brand | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | upgrade packages: glib gtk. new package: gdk-pixbuf | Mark Brand | 2010-09-24 | 1 | -0/+31 |