summaryrefslogtreecommitdiffstats
path: root/src/libevent.mk
Commit message (Collapse)AuthorAgeFilesLines
* all packages: really use sha256 checksumsTony Theodore2015-09-231-1/+1
|
* all packages: switch to sha256 checksumsTony Theodore2015-09-231-1/+1
| | | | closes #871
* libevent: add openssl, shared build, and multithread buildingTimothy Gu2014-04-151-9/+5
| | | | | | Fixes #379. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* many packages: explicitly disable shared buildsTony Theodore2014-04-061-0/+2
| | | | closes #369
* Move package versions from index.html back into the src/*.mk filesVolker Grabsch2013-07-211-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)
* Github downloads are deprecated, using tags instead or remove Github as ↵Thomas Mayer2013-03-101-5/+5
| | | | alternative URL.
* update package libeventMark Brand2012-11-201-1/+1
|
* update package libeventMark Brand2012-08-251-1/+1
|
* all packages: use $(WGET) portability variableTony Theodore2012-05-161-1/+1
|
* update package libeventMark Brand2012-05-051-1/+2
|
* Move full package names from src/*.mk into package list (index.html)Volker Grabsch2012-03-291-1/+0
|
* Move doc/index.html -> index.htmlVolker Grabsch2012-03-291-1/+1
|
* Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.htmlVolker Grabsch2012-03-291-2/+0
|
* Rebrand to new project name MXEVolker Grabsch2012-03-281-1/+1
|
* update package libeventMark Brand2012-03-231-2/+2
| | | | | | --- src/libevent.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* update package libeventMark Brand2012-02-111-2/+2
|
* update package libeventMark Brand2011-11-191-2/+2
|
* update packages libevent pixman x264Mark Brand2011-10-121-2/+2
|
* package libevent: updated websiteMark Brand2011-09-271-2/+2
|
* update package libeventMark Brand2011-09-271-3/+3
|
* update packages: gdb imagemagick libevent libvpx x264Mark Brand2011-08-251-2/+2
|
* upgrade packages: dbus fltk geos glib gnutls imagemagick lcms libass ↵Mark Brand2011-06-081-2/+2
| | | | libevent libgsf pfstools x264 xvidcore xz
* update packages: imagemagick libevent x264Mark Brand2011-04-281-2/+2
|
* upgrade package libeventMark Brand2011-01-041-2/+2
|
* upgrade packages curl freetype gcc glew gnutls gst* libarchive libevent ↵Mark Brand2010-08-291-3/+3
| | | | | | libgcrypt pcre sqlite w32api New requirement XZ Utils for unpacking w32api lzma archive.
* upgrade packages: gettext libevent libtool tiffMark Brand2010-06-131-3/+3
|
* upgrade packages: exiv2 gettext glib gst-plugins-good libevent libtoolMark Brand2010-06-051-2/+2
|
* point consequently to "doc/index.html" instead of "doc/index.html or doc/README"Volker Grabsch2010-02-071-1/+1
|
* simplified file markersVolker Grabsch2010-01-161-21/+2
|
* update version of packages atk, boost, fontconfig, gdal, geos, glib, lcms, ↵Volker Grabsch2009-12-021-2/+2
| | | | libevent, pango, pixman, sdl_image and sdl_mixer
* improved version recognition, enable the notation of ignored (bad) package ↵Volker Grabsch2009-09-201-0/+1
| | | | versions
* replace the contact email address with hints to the project mailing listVolker Grabsch2009-09-011-1/+1
|
* add a copyright notice and license to each source fileVolker Grabsch2009-08-211-1/+22
|
* update version of packages fontconfig, glib, gtk, libevent, libiconv, ↵Volker Grabsch2009-08-101-2/+2
| | | | libpng, libusb, ogg, pixman, sqlite and vorbis
* update version of packages atk, curl, gcc, gdal, glib, gnutls, gtk, ↵Volker Grabsch2009-06-101-2/+2
| | | | libevent, libidn, libntlm, libpng, nsis, pango, pdflib_lite, pixman, sqlite, tre and xmlwrapp
* update version of package libeventVolker Grabsch2009-04-201-2/+2
|
* new package: libevent (by Giuseppe Scrivano)Volker Grabsch2009-04-161-0/+25