annotate src/msys2-mpdecimal.mk @ 5893:53a6c7df43f8

Mesa 3D: Update to version 21.1.8. * src/mesa.mk: Update version and checksum. * src/mesa-2-uninitialized.patch: Remove file. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 16 Sep 2021 22:37:45 +0200
parents 38d42e4346af
children 1d9b775e3004
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5493
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := msys2-mpdecimal
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_NAME := mpdecimal
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 $(PKG)_IGNORE :=
5842
38d42e4346af msys2: update to lates i686/x86_64 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5493
diff changeset
7 $(PKG)_VERSION := 2.5.0-1
38d42e4346af msys2: update to lates i686/x86_64 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5493
diff changeset
8 $(PKG)_x86_64_CS := e49198d21fcd50b5b42baf2185e0046adffbd14d
38d42e4346af msys2: update to lates i686/x86_64 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5493
diff changeset
9 $(PKG)_i686_CS := b613d59ad12bd9de6741f61eda10719cd2a11fa8
5493
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_CS := $($(PKG)_$(MSYS2_ARCH)_CS)
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_CHECKSUM := $($(PKG)_CS)
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 $(PKG)_SUBDIR :=
5842
38d42e4346af msys2: update to lates i686/x86_64 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5493
diff changeset
13 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION)-$(MSYS2_ARCH).pkg.tar.zst
5493
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 $(PKG)_URL := $(MSYS2_URL)/$($(PKG)_FILE)
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16 $(PKG)_DEPS :=
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 define $(PKG)_UPDATE
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19 $(MSYS2_PKG_UPDATE)
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 endef
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 define $(PKG)_BUILD
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
23 $(MSYS2_PKG_BUILD)
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
24 endef