summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-04-29 12:15:18 +0800
committerKhem Raj <raj.khem@gmail.com>2025-04-29 02:33:22 -0700
commit7116b00eed607c2c74ff00976e7c03ddc4cb6662 (patch)
treebce8e5827a61d0e252010e6cc77205e38afb2616 /meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb
parent946d7dc680df9595c9daed2dc61a92ab1e95c128 (diff)
downloadmeta-openembedded-7116b00eed607c2c74ff00976e7c03ddc4cb6662.tar.gz
gtkwave: upgrade 3.3.121 -> 3.3.122
Changelog: ============= - Buffer warning fix in fstVcdIDForFwrite. - Warning fixes in vzt_read.c and fstapi.c. - Prototype fixes for port to gcc15. - Fixes for tcl9 compatibility. - Added fixes for --saveonexit command line option. - Fix for convert_real for TR_REAL traces. - Fix for popen_san() in vcd2fst using fsdb binaries. - Added fstWriterGetFlushContextPending() to fstapi.c/.h. - Reenable wayland code for primary and baseline markers in wavewindow.c. - Unnamed scope fix for fstReader. - Opaque pointer warning fix for fstapi.c. - Remove broken pseudo-2D array support in fst.c. - Fix in fst.c for signals whose MSB/LSB/len mismatch. - Libfst #15: fstReaderOpen should not fail on empty FST file. - Fix crash introduced in 3.3.120 with legacy VCD loader caused by "Fix case of missing newline at EOF for VCD loaders." - Fix in fst.c for duplicate string values. - Remove duplicate string values from adjacent value changes. - Libghw add from upstream for ghdl_rtik_type_i64. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb')
-rw-r--r--meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb47
1 files changed, 0 insertions, 47 deletions
diff --git a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb b/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb
deleted file mode 100644
index 3f94933e6a..0000000000
--- a/meta-oe/recipes-graphics/gtkwave/gtkwave_3.3.121.bb
+++ /dev/null
@@ -1,47 +0,0 @@
1SUMMARY = "VCD (Value Change Dump) file waveform viewer"
2DESCRIPTION = "gtkwave is a viewer for VCD (Value Change Dump) files which are usually created by digital circuit simulators. (These files have no connection to video CDs!) "
3HOMEPAGE = "http://gtkwave.sourceforge.net/"
4
5LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
7
8SRC_URI = "http://gtkwave.sourceforge.net/gtkwave-gtk3-${PV}.tar.gz"
9SRC_URI[sha256sum] = "54aa45788d6d52afb659c3aef335aafde0ef2c8990a7770f8eaa64e57f227346"
10S = "${WORKDIR}/${BPN}-gtk3-${PV}"
11
12DEPENDS = " \
13 gperf-native \
14 gtk+3 \
15 gdk-pixbuf \
16 tcl \
17 tk \
18 bzip2 \
19 xz \
20 pango \
21 zlib \
22"
23
24inherit pkgconfig autotools gettext texinfo mime mime-xdg
25
26inherit features_check
27# depends on gtk+3 which has this restriction
28# ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
29# but https://github.com/gtkwave/gtkwave/blob/f9d82a82aa3ddc30ca47984278371f62c9a3bd81/gtkwave3-gtk3/src/gtk23compat.h#L10
30# explicitly includes gdk/gdkwayland.h for gtk-3.22.26 and newer (oe-core currently has 3.24.29)
31# and it needs x11 as well for tk dependency (so it happends to be both GTK3DISTROFEATURES instead of either of them)
32REQUIRED_DISTRO_FEATURES = "wayland x11"
33
34EXTRA_OECONF = " \
35 --enable-gtk3 \
36 --with-tirpc \
37 --disable-mime-update \
38"
39
40PACKAGECONFIG = ""
41
42PACKAGECONFIG[tcl] = "--with-tcl=${STAGING_BINDIR_CROSS},--disable-tcl,tcl"
43PACKAGECONFIG[tk] = "--with-tk=${STAGING_BINDIR_CROSS},--disable-tcl,tk"
44
45FILES:${PN} = "${bindir} ${datadir}"
46
47RDEPENDS:${PN} += "tk-lib"