Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all packages: really use sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | all packages: switch to sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | | | | closes #871 | ||||
* | Fix compilation of GLEW | Guilherme Lima Bernal | 2015-03-22 | 1 | -2/+5 |
| | | | | 1. pkg-config wrongly adds the flag `-I/usr/include`, creating conflict with system headers. 2. cflags contains a define on static builds, so it must come before sources when compiling the test. | ||||
* | GLEW updated to version 1.12.0 | Sergey Perepelitsa | 2015-03-14 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | apr glew: portability fix for $(MAKE) | Tony Theodore | 2014-11-30 | 1 | -1/+1 |
| | |||||
* | glew: install the static lib as libglew32 too | Timothy Gu | 2014-08-04 | 1 | -0/+2 |
| | | | | | | | | | | | Initial patch based on that of: Sergey <non_2001@mail.ru> Modifications made to build on master branch, and to make it work with shared build. See #442. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Package glew: Enable shared build & use original makefile. | Tobias Gruetzmacher | 2014-03-23 | 1 | -29/+25 |
| | | | | | | | - Using the upstream makefile looks like the cleaner approch. - Still needs minor patching of the pkg-config files. - For shared builds, we use -O0 instead of -O2, otherwise the resulting DLL does not work... | ||||
* | update packages glew harfbuzz libidn libntlm | Tony Theodore | 2013-07-31 | 1 | -2/+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) | ||||
* | package glew: fix update macro | Niels Kristian Bech Jensen | 2013-06-21 | 1 | -1/+1 |
| | |||||
* | update package glew | Mark Brand | 2012-08-12 | 1 | -1/+1 |
| | |||||
* | update package glew | Mark Brand | 2012-07-18 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Make the glew package build and install GLEWmx. | Martin Lambers | 2012-03-07 | 1 | -0/+24 |
| | | | | | | | | GLEWmx is the multi-context version of GLEW. --- src/glew-test.c | 9 +++++++++ src/glew.mk | 24 ++++++++++++++++++++++++ 2 files changed, 33 insertions(+) | ||||
* | package glew: add test program | Tony Theodore | 2011-09-19 | 1 | -0/+5 |
| | |||||
* | binutils glew imagemagick libffi x264 | Mark Brand | 2011-08-28 | 1 | -2/+2 |
| | |||||
* | bugfix for the pkg-config script of package glew | Martin Lambers | 2011-05-20 | 1 | -2/+2 |
| | |||||
* | upgrade packages: glew imagemagick libpaper x264 | Volker Grabsch | 2011-05-18 | 1 | -2/+2 |
| | |||||
* | update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore | Tony Theodore | 2011-03-01 | 1 | -2/+2 |
| | |||||
* | package glew: make use of the provided pkg-config file | Martin Lambers | 2011-01-05 | 1 | -0/+11 |
| | |||||
* | improved update script of packages: boost cppunit cunit expat freetype glew ↵ | Volker Grabsch | 2010-12-01 | 1 | -1/+1 |
| | | | | pcre pdcurses wxwidgets | ||||
* | 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 | ||||
* | upgrade package glew | Mark Brand | 2010-09-09 | 1 | -2/+2 |
| | |||||
* | fixed sourceforge URLs in UPDATE macros | Mark Brand | 2010-09-09 | 1 | -1/+1 |
| | |||||
* | upgrade packages curl freetype gcc glew gnutls gst* libarchive libevent ↵ | Mark Brand | 2010-08-29 | 1 | -2/+2 |
| | | | | | | libgcrypt pcre sqlite w32api New requirement XZ Utils for unpacking w32api lzma archive. | ||||
* | improved version recognition of packages: boost freetype gcc glew libgee ↵ | Volker Grabsch | 2010-06-04 | 1 | -3/+3 |
| | | | | mingwrt openssl pcre pdcurses w32api wxwidgets | ||||
* | upgrade packages boost gdal glew gst-plugins-base gstreamer gtk libgpg_error ↵ | Mark Brand | 2010-05-11 | 1 | -2/+2 |
| | | | | libgsf libpng librsvg libunistring taglib | ||||
* | upgrade packages: atk geos glew glib libpaper pango pcre pixman | Mark Brand | 2010-04-19 | 1 | -2/+2 |
| | |||||
* | point consequently to "doc/index.html" instead of "doc/index.html or doc/README" | Volker Grabsch | 2010-02-07 | 1 | -1/+1 |
| | |||||
* | simplified file markers | Volker Grabsch | 2010-01-16 | 1 | -21/+2 |
| | |||||
* | update version of package glew (by Martin Lambers) | Volker Grabsch | 2010-01-12 | 1 | -7/+7 |
| | |||||
* | improved version recognition, enable the notation of ignored (bad) package ↵ | Volker Grabsch | 2009-09-20 | 1 | -0/+1 |
| | | | | versions | ||||
* | improved download URLs for all SourceForge packages to ensure that the ↵ | Volker Grabsch | 2009-09-01 | 1 | -1/+1 |
| | | | | selected SOURCEFORGE_MIRROR is really used | ||||
* | replace the contact email address with hints to the project mailing list | Volker Grabsch | 2009-09-01 | 1 | -1/+1 |
| | |||||
* | add a copyright notice and license to each source file | Volker Grabsch | 2009-08-21 | 1 | -1/+22 |
| | |||||
* | improved version recognition for sourceforge packages | Volker Grabsch | 2009-08-10 | 1 | -3/+2 |
| | |||||
* | validate downloads using SHA-1 checksums | Volker Grabsch | 2009-04-05 | 1 | -7/+8 |
| | |||||
* | portability fix for Open Solaris: when "ginstall" exists, use that instead ↵ | Volker Grabsch | 2009-03-07 | 1 | -6/+6 |
| | | | | of "install" | ||||
* | improved the regexes for package version recognition | Volker Grabsch | 2009-03-02 | 1 | -1/+1 |
| | |||||
* | put all package's project websites into Make variables $($(PKG)_WEBSITE) | Volker Grabsch | 2009-03-01 | 1 | -1/+1 |
| | |||||
* | use ranlib to build the library of package glew | Volker Grabsch | 2009-02-16 | 1 | -0/+1 |
| | |||||
* | provide "-lglew32s" in addition to "-lGLEW" in package glew for ↵ | Volker Grabsch | 2009-02-16 | 1 | -0/+1 |
| | | | | compatibility with the official GLEW win32 binary package | ||||
* | new package: glew (by Martin Lambers) | Volker Grabsch | 2009-02-14 | 1 | -0/+26 |