annotate src/of-ltfat.mk @ 7251:e3bf1ceb1511 default tip @

Mesa 3D: Fix building for Linux without libdrm. * src/mesa-1-libdrm.patch: Add new patch. * dist-files.mk: Add new file to list.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 12 Jun 2024 20:54:42 +0200
parents 233137818bb1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3739
6dc67bfb5958 ltfat: add of-ltfat package
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
6dc67bfb5958 ltfat: add of-ltfat package
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
6dc67bfb5958 ltfat: add of-ltfat package
John Donoghue
parents:
diff changeset
3
6dc67bfb5958 ltfat: add of-ltfat package
John Donoghue
parents:
diff changeset
4 PKG := of-ltfat
6dc67bfb5958 ltfat: add of-ltfat package
John Donoghue
parents:
diff changeset
5 $(PKG)_IGNORE :=
7206
233137818bb1 of-ltfat: update to version 2.6.0
Markus Mützel <markus.muetzel@gmx.de>
parents: 4750
diff changeset
6 $(PKG)_VERSION := 2.6.0
233137818bb1 of-ltfat: update to version 2.6.0
Markus Mützel <markus.muetzel@gmx.de>
parents: 4750
diff changeset
7 $(PKG)_CHECKSUM := 6e9a197c073a9aa72247d39aa207f2bdc6e82655
3739
6dc67bfb5958 ltfat: add of-ltfat package
John Donoghue
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
6dc67bfb5958 ltfat: add of-ltfat package
John Donoghue
parents:
diff changeset
9 $(PKG)_SUBDIR := ltfat
6dc67bfb5958 ltfat: add of-ltfat package
John Donoghue
parents:
diff changeset
10 $(PKG)_FILE := ltfat-$($(PKG)_VERSION).tar.gz
7206
233137818bb1 of-ltfat: update to version 2.6.0
Markus Mützel <markus.muetzel@gmx.de>
parents: 4750
diff changeset
11 $(PKG)_URL := https://github.com/ltfat/ltfat/releases/download/v$($(PKG)_VERSION)/ltfat-$($(PKG)_VERSION)-of.tar.gz
3739
6dc67bfb5958 ltfat: add of-ltfat package
John Donoghue
parents:
diff changeset
12 $(PKG)_DEPS := portaudio
6dc67bfb5958 ltfat: add of-ltfat package
John Donoghue
parents:
diff changeset
13
4449
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4288
diff changeset
14 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: 4288
diff changeset
15 $(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: 4288
diff changeset
16 endif
1933a9113e65 of-*: add octave as a dependancy to the of packages is binary enable is set (Bug #46235)
John D
parents: 4288
diff changeset
17
4750
a65bf962f556 of-ltfat: update to v2.3.1
John Donoghue
parents: 4543
diff changeset
18 ifeq ($(MXE_SYSTEM),mingw)
a65bf962f556 of-ltfat: update to v2.3.1
John Donoghue
parents: 4543
diff changeset
19 $(PKG)_OPTIONS := OPTCXXFLAGS='-DLTFAT_BUILD_STATIC -DMINGW=1' MINGW=1
a65bf962f556 of-ltfat: update to v2.3.1
John Donoghue
parents: 4543
diff changeset
20 else
a65bf962f556 of-ltfat: update to v2.3.1
John Donoghue
parents: 4543
diff changeset
21 $(PKG)_OPTIONS :=
a65bf962f556 of-ltfat: update to v2.3.1
John Donoghue
parents: 4543
diff changeset
22 endif
a65bf962f556 of-ltfat: update to v2.3.1
John Donoghue
parents: 4543
diff changeset
23
3739
6dc67bfb5958 ltfat: add of-ltfat package
John Donoghue
parents:
diff changeset
24 define $(PKG)_UPDATE
7206
233137818bb1 of-ltfat: update to version 2.6.0
Markus Mützel <markus.muetzel@gmx.de>
parents: 4750
diff changeset
25 $(call GITHUB_PKG_UPDATE,ltfat,ltfat,v)
3739
6dc67bfb5958 ltfat: add of-ltfat package
John Donoghue
parents:
diff changeset
26 endef
6dc67bfb5958 ltfat: add of-ltfat package
John Donoghue
parents:
diff changeset
27
6dc67bfb5958 ltfat: add of-ltfat package
John Donoghue
parents:
diff changeset
28 define $(PKG)_BUILD
4750
a65bf962f556 of-ltfat: update to v2.3.1
John Donoghue
parents: 4543
diff changeset
29 $(call OCTAVE_FORGE_PKG_BUILD,$(1),$(2),$(3),$($(PKG)_OPTIONS))
3739
6dc67bfb5958 ltfat: add of-ltfat package
John Donoghue
parents:
diff changeset
30 endef