More CPEs

This commit is contained in:
Christoph Reiter 2024-03-28 10:03:36 +01:00
parent 9de5425831
commit 8712729331
54 changed files with 114 additions and 0 deletions

View File

@ -10,6 +10,9 @@ pkgdesc='bc is an arbitrary precision numeric processing language (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
url='https://www.gnu.org/software/bc/'
msys2_references=(
"cpe: cpe:2.3:a:gnu:bc"
)
license=('GPL3')
options=('strip' '!libtool' 'staticlibs')
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools" "${MINGW_PACKAGE_PREFIX}-cc" "ed")

View File

@ -11,6 +11,9 @@ pkgdesc="Cairo vector graphics library (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://cairographics.org/"
msys2_references=(
"cpe: cpe:2.3:a:cairographics:cairo"
)
license=('spdx:LGPL-2.1-or-later' OR 'spdx:MPL-1.1')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-meson"

View File

@ -9,6 +9,9 @@ pkgdesc="A C++11 library for serialization (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://uscilab.github.io/cereal/"
msys2_references=(
"cpe: cpe:2.3:a:usc:cereal"
)
license=('spdx:BSD-3-Clause')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-cmake"

View File

@ -22,6 +22,7 @@ url="https://www.cmake.org/"
msys2_repository_url="https://gitlab.kitware.com/cmake/cmake"
msys2_references=(
'archlinux: cmake'
"cpe: cpe:2.3:a:cmake_project:cmake"
)
license=("spdx:MIT")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"

View File

@ -10,6 +10,9 @@ pkgdesc="GNU Diffutils is a package of several programs related to finding diffe
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
url='https://www.gnu.org/software/diffutils/'
msys2_references=(
"cpe: cpe:2.3:a:gnu:diffutils"
)
license=('GPL3')
depends=("${MINGW_PACKAGE_PREFIX}-libsigsegv"
"${MINGW_PACKAGE_PREFIX}-libwinpthread"

View File

@ -9,6 +9,9 @@ pkgdesc="Device Tree Compiler"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://git.kernel.org/pub/scm/utils/dtc/dtc.git/"
msys2_references=(
"cpe: cpe:2.3:a:dtc_project:dtc"
)
license=('spdx:GPL-2.0-or-later')
depends=("${MINGW_PACKAGE_PREFIX}-libyaml")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"

View File

@ -13,6 +13,7 @@ url='https://google.github.io/flatbuffers/'
msys2_repository_url="https://github.com/google/flatbuffers"
msys2_references=(
'pypi: flatbuffers'
"cpe: cpe:2.3:a:google:flatbuffers"
)
license=('spdx:Apache-2.0')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"

View File

@ -13,6 +13,7 @@ url="https://www.gnutls.org/"
msys2_repository_url="https://gitlab.com/gnutls/gnutls"
msys2_references=(
"cpe: cpe:/a:gnu:gnutls"
"cpe: cpe:2.3:a:gnutls:gnutls"
)
options=('!zipman')
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"

View File

@ -19,6 +19,7 @@ msys2_repository_url="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git"
msys2_references=(
'archlinux: gpgme'
"cpe: cpe:/a:gnu:gpgme"
"cpe: cpe:/a:gnupg:gpgme"
)
license=('spdx: LGPL-2.1-or-later OR GPL-2.0-or-later')
depends=("${MINGW_PACKAGE_PREFIX}-glib2"

View File

@ -9,6 +9,10 @@ pkgdesc="GStreamer Multimedia Framework Ugly Plugins (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://gstreamer.freedesktop.org/"
msys2_references=(
"cpe: cpe:2.3:a:gstreamer:gstreamer"
"cpe: cpe:2.3:a:gstreamer_project:gstreamer"
)
license=("LGPL")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-meson"

View File

@ -13,6 +13,7 @@ url='https://i2pd.website/'
msys2_repository_url="https://github.com/PurpleI2P/i2pd"
msys2_references=(
'archlinux: i2pd'
"cpe: cpe:2.3:a:i2pd:i2pd"
)
license=('spdx:BSD-3-Clause')
depends=("${MINGW_PACKAGE_PREFIX}-boost"

View File

@ -9,6 +9,9 @@ pkgdesc="A C++ library for interacting with JSON (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://github.com/open-source-parsers/jsoncpp"
msys2_references=(
"cpe: cpe:2.3:a:jsoncpp_project:jsoncpp"
)
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"

View File

@ -9,6 +9,9 @@ pkgdesc="Provides semi-portable access to hardware provided atomic memory operat
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://www.hboehm.info/gc"
msys2_references=(
"cpe: cpe:2.3:a:libatomic_ops_project:libatomic_ops"
)
license=('spdx:GPL-2.0' 'spdx:MIT')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-cmake"

View File

@ -12,6 +12,9 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
license=('GPL' 'LGPL')
url="https://www.gnu.org/software/libcdio/"
msys2_references=(
"cpe: cpe:2.3:a:gnu:libcdio"
)
depends=("${MINGW_PACKAGE_PREFIX}-libcdio")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools")
source=(https://ftp.gnu.org/gnu/libcdio/${_realname}-${pkgver}.tar.bz2{,.sig})

View File

@ -16,6 +16,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
options=('strip' 'staticlibs')
license=("LGPL2+")
url="https://wiki.gnome.org/Projects/Libgee"
msys2_references=(
"cpe: cpe:2.3:a:gnome:libgee"
)
source=("https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz"
0001-change-pkg-config-invocation.patch)
sha256sums=('1bf834f5e10d60cc6124d74ed3c1dd38da646787fbf7872220b8b4068e476d4d'

View File

@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://gnupg.org"
msys2_repository_url="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git"
msys2_references=(
"cpe: cpe:2.3:a:gnupg:libgpg-error"
)
license=("LGPL")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools" "${MINGW_PACKAGE_PREFIX}-gettext-tools")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-gettext-runtime")

View File

@ -10,6 +10,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://www.lesbonscomptes.com/upmpdcli/'
msys2_repository_url="https://framagit.org/medoc92/npupnp"
msys2_references=(
"cpe: cpe:2.3:a:npupnp_project:npupnp"
)
license=('spdx:BSD-3-Clause')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-meson"

View File

@ -12,6 +12,7 @@ url='https://www.libimobiledevice.org/'
msys2_repository_url="https://github.com/libimobiledevice/libplist"
msys2_references=(
"cpe: cpe:/a:libimobiledevice:libplist"
"cpe: cpe:2.3:a:libplist_project:libplist"
)
license=('spdx:GPL-2.0-or-later AND spdx:LGPL-2.1-or-later')
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")

View File

@ -9,6 +9,9 @@ pkgdesc="Library for SRTP (Secure Realtime Transport Protocol) (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://github.com/cisco/libsrtp'
msys2_references=(
"cpe: cpe:2.3:a:cisco:libsrtp"
)
license=('spdx:BSD-3-Clause')
makedepends=(
"${MINGW_PACKAGE_PREFIX}-cc"

View File

@ -9,6 +9,9 @@ pkgdesc="Library for manipulating Unicode strings and C strings. (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://www.gnu.org/software/libunistring"
msys2_references=(
"cpe: cpe:2.3:a:gnu:libunistring"
)
license=('spdx:LGPL-3.0-or-later OR GPL-3.0-or-later')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-autotools")

View File

@ -12,6 +12,7 @@ url="https://libusb.info/"
msys2_repository_url="https://github.com/libusb/libusb"
msys2_references=(
'archlinux: libusb'
"cpe: cpe:2.3:a:libusb:libusb"
)
license=("spdx:LGPL-2.1")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools")

View File

@ -9,6 +9,9 @@ pkgdesc="A fast image processing library with low memory needs (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://libvips.org/"
msys2_references=(
"cpe: cpe:2.3:a:libvips:libvips"
)
license=('spdx:LGPL-2.1-or-later')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-gobject-introspection"

View File

@ -11,6 +11,9 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
url="http://miniupnp.free.fr"
msys2_repository_url="https://github.com/miniupnp/miniupnp"
msys2_references=(
"cpe: cpe:2.3:a:miniupnp_project:miniupnpc"
)
license=('spdx:BSD-3-Clause')
depends=()
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"

View File

@ -10,6 +10,7 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'archlinux: minizip-ng'
"cpe: cpe:2.3:a:zlib-ng:minizip-ng"
)
url='https://github.com/zlib-ng/minizip-ng/'
license=('spdx:Zlib')

View File

@ -9,6 +9,9 @@ pkgver=${_pkgver}
# pkgver=${_pkgver}.p1
pkgrel=2
pkgdesc="Multiple-precision floating-point library (mingw-w64)"
msys2_references=(
"cpe: cpe:2.3:a:mpfr:gnu_mpfr"
)
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
license=('spdx:LGPL-3.0-or-later')

View File

@ -12,6 +12,8 @@ url="https://marlam.de/msmtp/"
msys2_repository_url="https://github.com/marlam/msmtp"
msys2_references=(
'archlinux: msmtp'
"cpe: cpe:2.3:a:marlam:msmtp"
"cpe: cpe:2.3:a:martin_lambers:msmtp"
)
license=('spdx:GPL-3.0-or-later')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools")

View File

@ -11,6 +11,9 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://www.opus-codec.org/"
msys2_repository_url="https://github.com/xiph/opus"
msys2_references=(
"cpe: cpe:2.3:a:opus-codec:opus"
)
license=('spdx:BSD-3-Clause')
makedepends=(
"${MINGW_PACKAGE_PREFIX}-cc"

View File

@ -9,6 +9,9 @@ pkgdesc="POrtable COmponents C++ Libraries (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
url="https://pocoproject.org/"
msys2_references=(
"cpe: cpe:2.3:a:pocoproject:poco"
)
license=('spdx:BSL-1.0')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-cmake"

View File

@ -9,6 +9,9 @@ pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support (mi
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://pugixml.org/"
msys2_references=(
"cpe: cpe:2.3:a:pugixml_project:pugixml"
)
license=("MIT")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"

View File

@ -11,6 +11,9 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'archlinux: python-aiohttp'
'pypi: aiohttp'
"cpe: cpe:2.3:a:aio-libs_project:aiohttp"
"cpe: cpe:2.3:a:aiohttp:aiohttp"
"cpe: cpe:2.3:a:aiohttp_project:aiohttp"
)
msys2_repository_url='https://github.com/aio-libs/aiohttp/'
url='https://docs.aiohttp.org/'

View File

@ -13,6 +13,7 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
msys2_references=(
'pypi: decorator'
"cpe: cpe:2.3:a:python:decorator"
)
url='https://pypi.python.org/pypi/decorator'
license=('BSD')

View File

@ -11,6 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/tiangolo/fastapi'
msys2_references=(
'pypi: fastapi'
"cpe: cpe:2.3:a:fastapi_project:fastapi"
)
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"

View File

@ -14,6 +14,7 @@ pkgdesc="A Python HTML parser/tokenizer based on the WHATWG HTML5 spec (mingw-w6
url="https://github.com/html5lib"
msys2_references=(
'pypi: html5lib'
"cpe: cpe:2.3:a:html5lib:html5lib"
)
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"

View File

@ -14,6 +14,7 @@ url='https://jinja.palletsprojects.com/'
msys2_repository_url='https://github.com/pallets/jinja'
msys2_references=(
"cpe: cpe:/a:palletsprojects:jinja"
"cpe: cpe:/a:pocoo:jinja2"
"pypi: jinja2"
)
depends=("${MINGW_PACKAGE_PREFIX}-python-markupsafe")

View File

@ -11,6 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/marshmallow-code/marshmallow'
msys2_references=(
'pypi: marshmallow'
"cpe: cpe:2.3:a:marshmallow_project:marshmallow"
)
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python"

View File

@ -16,6 +16,7 @@ url="https://networkx.org/"
msys2_repository_url="https://github.com/networkx/networkx"
msys2_references=(
'pypi: networkx'
"cpe: cpe:2.3:a:python:networkx"
)
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"

View File

@ -10,6 +10,7 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
msys2_references=(
'pypi: oauthlib'
"cpe: cpe:2.3:a:oauthlib_project:oauthlib"
)
url="https://github.com/idan/oauthlib"
license=('BSD')

View File

@ -14,6 +14,7 @@ mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://github.com/davidhalter/parso'
msys2_references=(
'pypi: parso'
"cpe: cpe:2.3:a:parso_project:parso"
)
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python")

View File

@ -15,6 +15,7 @@ mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url="https://github.com/giampaolo/psutil"
msys2_references=(
'pypi: psutil'
"cpe: cpe:2.3:a:psutil_project:psutil"
)
license=('spdx:BSD-3-Clause')
depends=("${MINGW_PACKAGE_PREFIX}-python")

View File

@ -11,6 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'archlinux: python-pycryptodomex'
'pypi: pycryptodomex'
"cpe: cpe:2.3:a:pycryptodome:pycryptodomex"
)
msys2_repository_url='https://github.com/Legrandin/pycryptodome/'
msys2_changelog_url='https://www.pycryptodome.org/src/changelog/'

View File

@ -11,6 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'archlinux: python-ruamel-yaml'
'pypi: ruamel.yaml'
"cpe: cpe:2.3:a:ruamel.yaml_project:ruamel.yaml"
)
msys2_documentation_url='https://yaml.readthedocs.io/'
msys2_issue_tracker_url='https://sourceforge.net/p/ruamel-yaml/tickets/'

View File

@ -16,6 +16,7 @@ url="https://www.scipy.org/"
msys2_repository_url="https://github.com/scipy/scipy"
msys2_references=(
'pypi: scipy'
"cpe: cpe:2.3:a:scipy:scipy"
)
license=('spdx:BSD-3-Clause')
depends=(

View File

@ -12,6 +12,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/encode/starlette'
msys2_references=(
'pypi: starlette'
"cpe: cpe:2.3:a:encode:starlette"
)
license=('spdx:BSD-3-Clause')
depends=("${MINGW_PACKAGE_PREFIX}-python"

View File

@ -11,6 +11,9 @@ arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://stachenov.github.io/quazip/"
msys2_repository_url="https://github.com/stachenov/quazip"
msys2_references=(
"cpe: cpe:2.3:a:quazip_project:quazip"
)
license=('spdx:LGPL-2.1-or-later')
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-bzip2"

View File

@ -9,6 +9,9 @@ pkgdesc='A fast JSON parser/generator for C++ with both SAX/DOM style API (mingw
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://github.com/Tencent/rapidjson'
msys2_references=(
"cpe: cpe:2.3:a:tencent:rapidjson"
)
license=('MIT')
makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-ninja"

View File

@ -12,6 +12,7 @@ url="https://librdf.org/raptor"
msys2_repository_url="https://github.com/dajobe/raptor"
msys2_references=(
'archlinux: raptor'
"cpe: cpe:2.3:a:librdf:raptor_rdf_syntax_library"
)
license=('spdx:Apache-2.0 OR LGPL-2.1-or-later OR GPL-2.0-or-later')
depends=("${MINGW_PACKAGE_PREFIX}-curl"

View File

@ -9,6 +9,9 @@ pkgdesc="Great utility for computing hash sums (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://sourceforge.net/projects/rhash/'
msys2_references=(
"cpe: cpe:2.3:a:rhash_project:rhash"
)
depends=("${MINGW_PACKAGE_PREFIX}-gettext-runtime")
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools"
"${MINGW_PACKAGE_PREFIX}-gettext-tools"

View File

@ -12,6 +12,7 @@ url='https://github.com/BurntSushi/ripgrep'
msys2_references=(
'archlinux: ripgrep'
'purl: pkg:cargo/ripgrep'
"cpe: cpe:2.3:a:ripgrep_project:ripgrep"
)
license=('spdx:MIT OR Unlicense')
depends=("${MINGW_PACKAGE_PREFIX}-pcre2")

View File

@ -12,6 +12,7 @@ url='http://www.sane-project.org'
msys2_repository_url="https://gitlab.com/sane-project/backends"
msys2_references=(
'archlinux: sane'
"cpe: cpe:2.3:a:sane-backends_project:sane-backends"
)
license=('spdx:GPL-2.0-or-later')
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"

View File

@ -10,6 +10,9 @@ pkgdesc="Sed is a stream editor (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://www.gnu.org/software/sed/'
msys2_references=(
"cpe: cpe:2.3:a:gnu:sed"
)
license=('GPL3')
depends=("${MINGW_PACKAGE_PREFIX}-gettext")
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools"

View File

@ -9,6 +9,9 @@ pkgdesc="simple C API for reading and writing ESRI Shapefiles (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32')
url="http://shapelib.maptools.org/"
msys2_references=(
"cpe: cpe:2.3:a:osgeo:shapelib"
)
license=("LGPL" "MIT")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-autotools")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")

View File

@ -11,6 +11,9 @@ arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
license=('BSD')
url="https://github.com/google/snappy"
msys2_references=(
"cpe: cpe:2.3:a:google:snappy"
)
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-cmake"

View File

@ -8,6 +8,9 @@ pkgrel=1
arch=(any)
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://software.intel.com/en-us/oneapi/onetbb'
msys2_references=(
"cpe: cpe:2.3:a:intel:threading_building_blocks"
)
license=('spdx:Apache-2.0')
pkgdesc='oneAPI Threading Building Blocks (mingw-w64)'
conflicts=("${MINGW_PACKAGE_PREFIX}-intel-tbb")

View File

@ -9,6 +9,9 @@ pkgdesc='Yet Another JSON Library (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
url='https://lloyd.github.io/yajl/'
msys2_references=(
"cpe: cpe:2.3:a:yajl_project:yajl"
)
license=('spdx:ISC')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/lloyd/$_realname/archive/refs/tags/${pkgver}.tar.gz"
'01-fix-compiler.patch'