Codebase list gupnp-igd / a0aafc7
Version 1.2.0 Olivier CrĂȘte 3 years ago
3 changed file(s) with 12 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 *******************
1 * GUPnP IGD 1.20 *
2 *******************
3
4 - Switch to GUPnP 1.2.0 API
5 - Update GLib dependency to 2.38
6 - Replace deprecated GLib APIs
7 - Fix crashes
8 - Switch to meson build
9
010 *******************
111 * GUPnP IGD 0.2.5 *
212 *******************
1919 libgupnp_igd = library(
2020 'gupnp-igd-1.0',
2121 sources + marshal,
22 version: '4.2.0',
22 version: '4.2.1',
2323 include_directories: include_directories('..'),
2424 dependencies : dependencies,
2525 c_args : ['-D_LOG_DOMAIN=GUPnP-IGD'],
0 project('gupnp-igd', 'c', version: '0.2.5')
0 project('gupnp-igd', 'c', version: '1.2.0')
11
22 gnome = import('gnome')
33 pkg = import('pkgconfig')