Commit Graph

30 Commits

Author SHA1 Message Date
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Tony Theodore b672cd8266 update various packages (tested on i686-w64-mingw32.static)
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
2014-12-01 23:51:26 +11:00
Tobias Gruetzmacher 9dd03f469b Enable shared builds for atk, gdk-pixbuf and gtk2. 2014-03-08 22:00:19 +01:00
Niels Kristian Bech Jensen fb00392089 update package gdk-pixbuf 2014-02-01 22:19:22 +11:00
Niels Kristian Bech Jensen 1066ea7736 update package gdk-pixbuf 2014-01-29 01:48:00 +11:00
Tony Theodore 63fcd52dda package gdk-pixbuf: install autotools aux files 2014-01-28 15:04:55 +11:00
Niels Kristian Bech Jensen 7c37f8b438 update packages gdk-pixbuf pango 2013-11-12 17:32:38 +11:00
Niels Kristian Bech Jensen 02091d821a update package gtk2 and dependencies 2013-11-10 15:18:56 +11:00
Tony Theodore b7c827a965 Revert "package gdk-pixbuf: explicitly call aclocal and automake"
This reverts commit 99bee59b11.
2013-08-26 20:42:22 +10:00
koneu 99bee59b11 package gdk-pixbuf: explicitly call aclocal and automake 2013-08-24 12:16:44 +02: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
Tony Theodore 08bd15ca83 update packages curl gdk-pixbuf gtk2 harfbuzz imagemagick pango 2013-06-23 20:34:21 +10:00
Niels Kristian Bech Jensen 2fe7efa864 update package gdk-pixbuf 2013-04-20 15:19:50 +10:00
Tony Theodore 7324658809 update packages atk gdk-pixbuf 2013-03-29 16:38:54 +11:00
Tony Theodore a66de276a5 package gdk-pixbuf: use mxe aclocal macros 2013-02-10 15:03:32 +11:00
Tony Theodore 6419d15666 update package gdk-pixbuf 2012-12-08 23:23:50 +11:00
Mark Brand b6612a7e51 update package gdk-pixbuf 2012-10-12 12:29:21 +02:00
Hans Petter Jansson 6d39c73bad update package gdk-pixbuf 2012-06-15 15:54:54 +02:00
Tony Theodore 4ed13a9f30 all packages: use $(WGET) portability variable 2012-05-16 17:49:40 +10:00
Volker Grabsch 00f4690d3f Move full package names from src/*.mk into package list (index.html) 2012-03-29 21:41:44 +02:00
Volker Grabsch 7badad85c9 Move doc/index.html -> index.html 2012-03-29 12:14:15 +02:00
Volker Grabsch 7e6723adb5 Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html 2012-03-29 11:07:07 +02:00
Volker Grabsch defdff28f0 Rebrand to new project name MXE 2012-03-28 15:46:58 +02:00
Mark Brand 8f0f43974c package gdal gdk-pixbuf libpano13: tiff 4 detection workaround 2011-12-23 15:31:46 +01:00
Volker Grabsch 148931b4ae replaced $(BUILD) with a more direct and less brittle construct
For discussion, see the following email and its follow-ups:
http://lists.nongnu.org/archive/html/mingw-cross-env-list/2011-11/msg00112.html
2011-11-28 09:51:56 +01:00
Mark Brand 3cce3e9b58 many packages: use --build instead of wine cross_compiling hack 2011-11-26 16:30:36 +01:00
Volker Grabsch a7525b5645 upgrade packages: atkmm gdal gdk-pixbuf glew glib gtk imagemagick lapack librsvg libvpx libxml2 ogg pixman vorbis x264 2010-11-28 19:07:21 +01:00
Mark Brand d8553fcb2c disable dynamic module loading in package gdk-pixbuf
Also use included modules in gdk-pixbuf.

A consequence seems to be that librsvg cannot built a module for
gdk-pixbuf.
2010-09-27 21:19:20 +02:00
Mark Brand c5a79d1165 packages glib gdk-pixbuf: fix update macros 2010-09-24 22:30:15 +02:00
Mark Brand b9ae4389fc upgrade packages: glib gtk. new package: gdk-pixbuf 2010-09-24 16:33:16 +02:00