annotate src/of-tsa.mk @ 6113:24e29dcb2e64

Qt5: Update to version 5.15.3. * src/qtbase.mk: Update version and checksum. * src/qtbase-2-gcc11.patch: Remove hunks from patch that have been applied upstream. * src/qtimageformats.mk, src/qtsvg.mk, src/qttools.mk, src/qttranslationse.mk: Update checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 05 Mar 2022 10:59:53 +0100
parents 9d94b3f9d28c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3421
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := of-tsa
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_IGNORE :=
5815
9d94b3f9d28c of-tsa: Update to version 4.6.3
Markus Mützel <markus.muetzel@gmx.de>
parents: 5267
diff changeset
6 $(PKG)_VERSION := 4.6.3
9d94b3f9d28c of-tsa: Update to version 4.6.3
Markus Mützel <markus.muetzel@gmx.de>
parents: 5267
diff changeset
7 $(PKG)_CHECKSUM := 46b39fc968edb2d4e7c2cf9116f8635eca700ca3
3421
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
4327
8e9b2a147e2a of-tsa: update to v4.4.5
John D
parents: 4098
diff changeset
9 $(PKG)_SUBDIR := tsa-$($(PKG)_VERSION)
3421
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_FILE := tsa-$($(PKG)_VERSION).tar.gz
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/octave/$($(PKG)_FILE)?download
3888
e9f98ac0f81d of-tsa.mk: don't depend on libgomp if using system GCC
John W. Eaton <jwe@octave.org>
parents: 3561
diff changeset
12 $(PKG)_DEPS :=
e9f98ac0f81d of-tsa.mk: don't depend on libgomp if using system GCC
John W. Eaton <jwe@octave.org>
parents: 3561
diff changeset
13 ifeq ($(USE_SYSTEM_GCC),no)
e9f98ac0f81d of-tsa.mk: don't depend on libgomp if using system GCC
John W. Eaton <jwe@octave.org>
parents: 3561
diff changeset
14 $(PKG)_DEPS += libgomp
e9f98ac0f81d of-tsa.mk: don't depend on libgomp if using system GCC
John W. Eaton <jwe@octave.org>
parents: 3561
diff changeset
15 endif
4449
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4327
diff changeset
16 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4327
diff changeset
17 $(PKG)_DEPS += $(OCTAVE_TARGET)
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4327
diff changeset
18 endif
3421
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 define $(PKG)_UPDATE
4543
7d1e45c2f175 update: more PKG_UPDATE updates, added update-octaveforge target
John D
parents: 4449
diff changeset
21 $(OCTAVE_FORGE_PKG_UPDATE)
3421
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 endef
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
23
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
24 define $(PKG)_BUILD
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
25 $(OCTAVE_FORGE_PKG_BUILD)
7e0b4087cd58 Add octave forge tsa package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
26 endef