Alois Schloegl 5 years ago
commit f0d8691d3e

@ -489,7 +489,7 @@ feel free to submit a pull request.
<tr>
<th class="row" title=""> curl </th>
<td>7.65.0 </td>
<td>7.65.1 </td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
@ -509,7 +509,7 @@ feel free to submit a pull request.
<tr>
<th class="row" title=""> dbus </th>
<td>1.13.10 </td>
<td>1.13.12 </td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
@ -549,7 +549,7 @@ feel free to submit a pull request.
<tr>
<th class="row" title=""> dlfcn-win32 </th>
<td>f1acf5d </td>
<td>11ff86b </td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
@ -3979,7 +3979,7 @@ feel free to submit a pull request.
<tr>
<th class="row" title=""> qtxlsxwriter </th>
<td>9ba6f64 </td>
<td>ed26e5d </td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>
<td class="supported">&#x2713;</td>

@ -44,13 +44,13 @@
"cryptopp": {"version": "5.6.3", "website": "https://www.cryptopp.com/", "description": "Crypto++ Library"},
"crystalhd": {"version": "1", "website": "https://www.broadcom.com/support/crystal_hd/", "description": "Broadcom Crystal HD Headers"},
"cunit": {"version": "2.1-3", "website": "https://cunit.sourceforge.io/", "description": ""},
"curl": {"version": "7.65.0", "website": "https://curl.haxx.se/libcurl/", "description": "cURL"},
"curl": {"version": "7.65.1", "website": "https://curl.haxx.se/libcurl/", "description": "cURL"},
"db": {"version": "6.1.26", "website": "https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html", "description": "Oracle Berkeley DB"},
"dbus": {"version": "1.13.10", "website": "https://dbus.freedesktop.org/", "description": ""},
"dbus": {"version": "1.13.12", "website": "https://dbus.freedesktop.org/", "description": ""},
"dcmtk": {"version": "3.6.0", "website": "https://dicom.offis.de/dcmtk.php.en", "description": "DCMTK"},
"devil": {"version": "cba359b", "website": "https://openil.sourceforge.io/", "description": "DevIL"},
"djvulibre": {"version": "3.5.27", "website": "https://djvu.sourceforge.io/", "description": "DjVuLibre"},
"dlfcn-win32": {"version": "f1acf5d", "website": "https://github.com/dlfcn-win32/dlfcn-win32", "description": "POSIX dlfcn wrapper for Windows"},
"dlfcn-win32": {"version": "11ff86b", "website": "https://github.com/dlfcn-win32/dlfcn-win32", "description": "POSIX dlfcn wrapper for Windows"},
"eigen": {"version": "3.3.7", "website": "https://eigen.tuxfamily.org/", "description": ""},
"exiv2": {"version": "0.25", "website": "https://www.exiv2.org/", "description": "Exiv2"},
"expat": {"version": "2.2.6", "website": "https://github.com/libexpat/libexpat", "description": "Expat XML Parser"},
@ -393,7 +393,7 @@
"qtwebsockets": {"version": "5.12.3", "website": "https://www.qt.io/", "description": "Qt"},
"qtwebview": {"version": "5.12.3", "website": "https://www.qt.io/", "description": "Qt"},
"qtwinextras": {"version": "5.12.3", "website": "https://www.qt.io/", "description": "Qt"},
"qtxlsxwriter": {"version": "9ba6f64", "website": "https://github.com/VSRonin/QtXlsxWriter/", "description": "QtXlsxWriter"},
"qtxlsxwriter": {"version": "ed26e5d", "website": "https://github.com/VSRonin/QtXlsxWriter/", "description": "QtXlsxWriter"},
"qtxmlpatterns": {"version": "5.12.3", "website": "https://www.qt.io/", "description": "Qt"},
"quazip": {"version": "0.7.6", "website": "https://github.com/stachenov/quazip", "description": ""},
"qwt": {"version": "6.1.4", "website": "https://qwt.sourceforge.io/", "description": "Qwt"},

@ -9,7 +9,7 @@ $(PKG)_CHECKSUM := edcdf549d94d98aff08e201dcb3ca25bc3628a37b1309e320d5f556b6b665
$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST)))/$(PKG)-[0-9]*.patch)))
$(PKG)_SUBDIR := $(PKG)-opensource-src-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-opensource-src-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://download.qt.io/official_releases/qt/5.7/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE)
$(PKG)_URL := https://download.qt.io/archive/qt/5.7/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE)
$(PKG)_DEPS := cc dbus fontconfig freetds freetype harfbuzz jpeg libmysqlclient libpng openssl pcre postgresql sqlite zlib
# allows for side-by-side install with later Qt

@ -4,8 +4,8 @@ PKG := curl
$(PKG)_WEBSITE := https://curl.haxx.se/libcurl/
$(PKG)_DESCR := cURL
$(PKG)_IGNORE :=
$(PKG)_VERSION := 7.65.0
$(PKG)_CHECKSUM := 7766d263929404f693905b5e5222aa0f2bdf8c66ab4b8758f0c0820a42b966cd
$(PKG)_VERSION := 7.65.1
$(PKG)_CHECKSUM := f6c22074877f235aebc7c53057dbc7ee82358f8ae58bfb767e955c18c859a77a
$(PKG)_SUBDIR := curl-$($(PKG)_VERSION)
$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://curl.haxx.se/download/$($(PKG)_FILE)

@ -3,8 +3,8 @@
PKG := dbus
$(PKG)_WEBSITE := https://dbus.freedesktop.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.13.10
$(PKG)_CHECKSUM := a11239e504b99adfa9ded0bbdb2f752fd51f1afc768d78a7e5642282622855f2
$(PKG)_VERSION := 1.13.12
$(PKG)_CHECKSUM := 7588649b56dd257c6a5f85a8c45aa2dfdf9e99f4de3983710f452081ca43eca6
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://$(PKG).freedesktop.org/releases/$(PKG)/$($(PKG)_FILE)

@ -4,8 +4,8 @@ PKG := dlfcn-win32
$(PKG)_WEBSITE := https://github.com/dlfcn-win32/dlfcn-win32
$(PKG)_DESCR := POSIX dlfcn wrapper for Windows
$(PKG)_IGNORE :=
$(PKG)_VERSION := f1acf5d
$(PKG)_CHECKSUM := b89eabefdd52612379ddfdab1bea196200b1d3e3c5d4acf06f5c1d4ba1ce3fdf
$(PKG)_VERSION := 11ff86b
$(PKG)_CHECKSUM := 2e25a2b0a726704d213ae0f701d3373fdb6c06b922d8e863459df126396b480b
$(PKG)_GH_CONF := dlfcn-win32/dlfcn-win32/branches/master
$(PKG)_DEPS := cc

@ -4,8 +4,8 @@ PKG := qtxlsxwriter
$(PKG)_WEBSITE := https://github.com/VSRonin/QtXlsxWriter/
$(PKG)_DESCR := QtXlsxWriter
$(PKG)_IGNORE :=
$(PKG)_VERSION := 9ba6f64
$(PKG)_CHECKSUM := f1373d28337e514da07ca4a58f3a968118f4a539593055b7df08446b92ef65ae
$(PKG)_VERSION := ed26e5d
$(PKG)_CHECKSUM := b8d18c1d00e3eee4c4d824876fafcf4c00440e2866f8b2726d89b266a880a86b
$(PKG)_GH_CONF := VSRonin/QtXlsxWriter/branches/master
$(PKG)_DEPS := cc qtbase

Loading…
Cancel
Save