Hi Gerd, Debian is currently transitioning to a world without GTK2 libraries, and this includes the VTE libraries. It appears that gamt does depend on VTE libraries that the Debian Gnome maintainers would like to remove in favor of their GTK3 versions.
Do you still work on gamt/amtterm? If so, maybe you could have a look at porting the package? Thank you for looking into this, Reinhard -------- Forwarded Message -------- Subject: Bug#790166: amtterm: depends on vte which is deprecated Resent-Date: Mon, 13 Jul 2015 06:51:02 +0000 Resent-From: Emilio Pozuelo Monfort <[email protected]> Resent-To: [email protected] Resent-CC: Reinhard Tartler <[email protected]> Date: Mon, 13 Jul 2015 08:48:59 +0200 From: Emilio Pozuelo Monfort <[email protected]> Reply-To: Emilio Pozuelo Monfort <[email protected]>, [email protected] To: Reinhard Tartler <[email protected]>, [email protected] On 13/07/15 04:04, Reinhard Tartler wrote: > > > On 27.06.2015 11:29, [email protected] wrote: > >> amtterm depends on python-vte / libvte9, which are deprecated in >> favor of gir1.2-vte-2.91 / libvte-2.91-0. Thus we want to remove >> src:vte from the archive. amtterm should switch to the new vte >> version. >> >> Please try to do this before the Stretch release as we're going to >> try to remove src:vte this cycle. >> >> We'll bump this to serious when the list of rdeps is small and we're >> getting ready to removing vte completely. >> >> If you have any question don't hesitate to ask. > > Thank you for your report. Any chance that you could detail what exactly need > to > change? It seems that the new vte packages have new -dev packages, and I'm not > sure what to depend on. You need to build-depend on libvte-2.91-dev and libgtk-3-dev, check for their new .pc file names (gtk+-3.0, vte-2.91) in GNUMakefile, and port your app as necessary. I'm not sure how much Vte has changed. For GTK+, there are some guides: https://developer.gnome.org/gtk3/stable/gtk-migrating-2-to-3.html https://developer.gnome.org/Gnome3PortingGuide/ > Also, is the new vte version API compatible? If not, is there a porting guide? See above. If you have trouble finding the replacement for a specific method/class, I can look for it or ask upstream. Cheers, Emilio -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

