summaryrefslogtreecommitdiffstats
path: root/src/libpng.mk
Commit message (Collapse)AuthorAgeFilesLines
* update package libpngMark Brand2014-03-071-2/+2
|
* update package libpngMark Brand2014-02-141-2/+2
|
* package qt4 and dependencies: enable shared buildsTony Theodore2014-02-091-4/+1
|
* update package libpngMark Brand2013-12-191-2/+2
|
* update package libpngMark Brand2013-11-151-2/+2
|
* update package libpngMark Brand2013-09-181-2/+2
|
* update package libpngMark Brand2013-09-131-4/+3
|
* update package libpngMark Brand2013-08-171-2/+2
|
* packages freetype libgpg_error libpng pcre: add prefixed *-config linksWerner Lemberg2013-08-071-0/+1
|
* 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)
* remove explicit configure option --libdirMark Brand2013-06-021-2/+1
| | | | | | | | | Unsetting CONFIG_SITE was the right way to solve the problem that --libdir was working around. This reverts commit 0b3240f9d8c74205cf128e9a7f865f22dbd6e771. This reverts commit 3653eb6ec1ba0f178e4ab39d7e9b72acb36298e9. This reverts commit 593ab5a7068d6142903ab839237100e92a5071f3.
* use --libdir to avoid <prefix>/<target>/lib64 confusion (more)Mark Brand2013-06-021-1/+2
| | | | follow-up to commit 593ab5a7068d6142903ab839237100e92a5071f3
* various packages: remove grep workarounds for version sortingTony Theodore2013-05-221-2/+2
|
* update package libpngMark Brand2013-03-281-3/+2
|
* update package libpngMark Brand2013-02-141-1/+1
|
* update package libpngMark Brand2013-02-011-1/+1
|
* update package libpngMark Brand2012-09-271-1/+1
|
* update package libpngMark Brand2012-07-111-1/+2
|
* update package libpngMark Brand2012-06-141-1/+1
|
* all packages: use $(WGET) portability variableTony Theodore2012-05-161-1/+1
|
* update package libpngMark Brand2012-03-291-1/+1
| | | | | | | --- index.html | 2 +- src/libpng.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
* 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
|
* Fix annoying whitespaces at EOLVolker Grabsch2012-03-271-1/+1
|
* package libpng: fix update macroTony Theodore2012-03-241-1/+1
|
* update package libpngMark Brand2012-02-191-2/+2
|
* update package libpngMark Brand2012-02-011-2/+2
|
* update packages: lcms libpng qt suitesparseMark Brand2011-12-161-2/+2
|
* mergeVolker Grabsch2011-11-151-2/+2
|\
| * update package libpngMark Brand2011-11-031-2/+2
| |
* | mergeVolker Grabsch2011-11-151-3/+3
|\ \ | |/
| * update packages libpng x264Mark Brand2011-09-231-2/+2
| |
| * package libpng: improve update macroMark Brand2011-08-251-1/+1
| |
| * update package libpngMark Brand2011-07-071-2/+2
| |
* | update broken download links in stable branchTony Theodore2011-10-221-1/+1
|/
* improved version recognition for packages: libpng pixman x264Volker Grabsch2011-04-221-1/+1
|
* upgrade package libpngMark Brand2011-03-311-2/+2
|
* package libpng: add test programTony Theodore2011-03-061-0/+5
|
* upgrade package libpngMark Brand2011-03-021-2/+2
|
* package libpng: revert to 1.4.5 for compatibility with gdk-pixbufMark Brand2011-01-221-2/+2
|
* upgrade libpng to 1.5.1beta07Mark Brand2011-01-221-2/+2
|
* package libpng: use recommended xz archiveMark Brand2011-01-211-2/+2
|
* upgrade libpng to 1.5.1beta6Mark Brand2011-01-211-2/+2
|
* upgrade libpng to 1.5.1beta5Mark Brand2011-01-191-2/+2
|
* upgrade package libpng (patched vulnerability)Mark Brand2011-01-131-2/+2
|
* upgrade package libpngMark Brand2011-01-131-2/+2
|
* upgrade package: libpngVolker Grabsch2010-12-111-2/+2
|
* upgrade download URL of package libpngVolker Grabsch2010-12-111-2/+2
|