Commit Graph

34 Commits

Author SHA1 Message Date
Saikrishna Arcot 4a2dfcebb2
Get value of variable instead of using the variable name itself. 2016-06-07 17:34:26 -05:00
Saikrishna Arcot 3b3af3e8b9
Simplify overrides, and add shared build support to poppler. 2016-06-05 17:35:41 -05:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore ac7344aaef many packages: cleanup deps ordering 2015-09-23 17:41:16 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Mark Brand b320c8815d poppler: update 2015-01-05 16:41:50 +01: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
Timothy Gu 9a33fb56ef poppler: update
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-09-15 20:09:06 -07:00
Tony Theodore 8de0584a23 many packages: explicitly disable shared builds
closes #369
2014-04-06 23:18:24 +10:00
Tony Theodore 8a11421ee8 package poppler: fix PKG_CONFIG_PATH_* 2014-02-10 04:45:23 +11:00
Mark Brand 1b6765e389 update package poppler 2014-01-04 21:21:15 +01:00
Mark Brand a6c4d0b7c9 update package poppler 2013-11-28 02:10:44 +01:00
Mark Brand 26da12071a update package poppler 2013-10-27 00:54:43 +02:00
Mark Brand a66594b371 update package poppler 2013-10-06 18:17:21 +02:00
Mark Brand b8a16754fb package poppler: fix update macro 2013-10-05 19:56:28 +02:00
Mark Brand b25a684e1a package poppler: fix building poppler Qt 4 libraries
Poppler doesn't use qmake, so we resort to fixing the PATH so moc
can be found by the configure script.
2013-08-17 22:40:07 +02:00
Mark Brand 9e7512f444 package poppler: use lcms 2
Now that Qt uses libmng 2 which uses lcms 2, we should too.
2013-08-17 21:55:56 +02:00
Tony Theodore c5b1f712a1 package poppler: use lcms1 for qt/libmng compatibility 2013-08-02 23:25:40 +10: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 b485ce8560 update packages openscenegraph poppler 2013-06-23 21:33:58 +10:00
Mark Brand 5e7360b884 update package poppler 2013-05-14 09:10:04 +02:00
Tony Theodore b6c22794a2 packages poppler mdbtools: separate make and install steps 2013-05-11 16:41:46 +10:00
Mark Brand 7756456a88 update package poppler 2013-04-13 10:12:38 +02:00
Mark Brand 75914ee94a update package poppler 2013-03-12 00:00:57 +01:00
Mark Brand 03a083d686 update package poppler 2013-02-10 14:10:24 +01:00
Mark Brand 907a070710 update package poppler 2012-12-30 12:20:18 +01:00
Mark Brand be3c1910d7 update package poppler 2012-10-11 17:25:35 +02:00
Mark Brand 233978a172 update package poppler 2012-09-21 14:51:40 +02:00
Mark Brand bf668ad08e package poppler: use TARGET rather than assuming its value 2012-09-20 20:03:47 +02:00
Mark Brand fe90269b30 package poppler: use extra pkgconfig directory for qt 2012-09-20 17:01:13 +02:00
Mark Brand 7bd6681a4a update package poppler 2012-07-11 21:25:16 +02:00
Mark Brand 898d3e399d update package poppler 2012-06-14 17:25:04 +02:00
Tony Theodore 4ed13a9f30 all packages: use $(WGET) portability variable 2012-05-16 17:49:40 +10:00
Stefan Löffler 04d70b56a3 New package: poppler 2012-04-17 21:07:25 +02:00