blob: 6c22f0e044894c1cc309f201fad498dd170d85df [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "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 = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e"
7
8SRC_URI = "http://gtkwave.sourceforge.net/${BP}.tar.gz"
9
10SRC_URI[md5sum] = "23879689ecf7e2cdd2cd5a91c5c601da"
11SRC_URI[sha256sum] = "d20dd1a9307b908439c68122a9f81d3ff434a6bfa5439f0cb01398fec650894f"
12
13inherit pkgconfig autotools gettext texinfo mime mime-xdg
14DEPENDS += "tcl tk gperf-native bzip2 xz pango zlib gtk+ gdk-pixbuf glib-2.0"
15RDEPENDS_${PN} += "tk-lib"
16
17# depends on gtk+ which has this restriction
18inherit features_check
19ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
20
Andrew Geissler2ee498a2020-05-29 15:52:06 -050021EXTRA_OECONF = "--with-tcl=${STAGING_BINDIR_CROSS} --with-tk=${STAGING_BINDIR_CROSS} --with-tirpc --disable-mime-update"
Andrew Geissler82c905d2020-04-13 13:39:40 -050022
23FILES_${PN} = "${bindir} ${datadir}"