mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-01-18 22:21:39 +00:00
update instpatch to 1.1.6
This commit is contained in:
parent
45cf6ee515
commit
3e6cdc361c
4 changed files with 7 additions and 3 deletions
|
@ -136,7 +136,11 @@ struct _IpatchSLIInstCatMapEntry
|
|||
|
||||
/* Defined in IpatchSLIInst_CatMaps.c */
|
||||
extern const char *ipatch_sli_inst_cat_strings[];
|
||||
/* getter fonction that returns pointer on ipatch_sli_inst_cat_strings table */
|
||||
extern const gchar **ipatch_sli_inst_get_cat_strings(void);
|
||||
extern const IpatchSLIInstCatMapEntry ipatch_sli_inst_cat_map[];
|
||||
/* getter fonction that returns pointer on ipatch_sli_inst_cat_map table */
|
||||
extern const IpatchSLIInstCatMapEntry * ipatch_sli_inst_get_cat_map(void);
|
||||
|
||||
/* SoundFont instrument item */
|
||||
struct _IpatchSLIInst
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
* IPATCH_VERSION: (skip)
|
||||
* libInstPatch version static string.
|
||||
*/
|
||||
#define IPATCH_VERSION "1.1.5"
|
||||
#define IPATCH_VERSION "1.1.6"
|
||||
|
||||
/**
|
||||
* IPATCH_VERSION_MAJOR: (skip)
|
||||
|
@ -44,7 +44,7 @@
|
|||
* IPATCH_VERSION_MICRO: (skip)
|
||||
* libInstPatch micro version integer.
|
||||
*/
|
||||
#define IPATCH_VERSION_MICRO 5
|
||||
#define IPATCH_VERSION_MICRO 6
|
||||
|
||||
void ipatch_version (guint *major, guint *minor, guint *micro);
|
||||
|
||||
|
|
BIN
deps/instpatch/lib/libinstpatch-1.0.a
vendored
BIN
deps/instpatch/lib/libinstpatch-1.0.a
vendored
Binary file not shown.
|
@ -5,7 +5,7 @@ includedir=${prefix}/include/libinstpatch-2
|
|||
|
||||
Name: libInstPatch
|
||||
Description: MIDI instrument patch library
|
||||
Version: 1.1.5
|
||||
Version: 1.1.6
|
||||
Requires: glib-2.0 gobject-2.0 gthread-2.0 sndfile
|
||||
Libs: -L${libdir} -linstpatch-1.0
|
||||
Cflags: -I${includedir}
|
||||
|
|
Loading…
Reference in a new issue