Hi Tiago, and thanks for bringing this up. I've tested it and Gnome Subtitles already supports the Enchant 2 API (the methods it uses haven't changed from 1.6 to 2.X). However, the runtime dependencies config (gnome-subtitles.exe.config) is currently mapping to version 1: <dllmap dll="libenchant" target="libenchant.so.1" /> To use enchant 2, it needs to be: <dllmap dll="libenchant" target="libenchant-2.so.2" />
I'll look for a way to make this configurable for the next version (issue #153 <https://gitlab.gnome.org/GNOME/gnome-subtitles/issues/153>), as some distros are still using Enchant 1 so I need to support both. On the meanwhile, would you be able to patch the file above in the current debian package? Best, Pedro On Sat, Mar 14, 2020 at 8:23 PM Tiago Bortoletto Vaz <[email protected]> wrote: > Hi Boyuan, > > I've uploaded a 1.6-2 source-only version, thanks for reporting. > > Pedro, can you consider this issue for next gnomesubititles release? > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948437 > > Let me know if you open an issue for that on gnomesubititles gitlab, then > I add > a proper tag at Debian BTS. > > Bests, > > On Sun, Mar 08, 2020 at 02:54:10PM -0400, Boyuan Yang wrote: > > Source: gnome-subtitles > > Version: 1.6-1 > > Severity: important > > X-Debbugs-CC: [email protected] > > > > Hi Tiago, > > > > Thanks for updating gnome-subtitles to the new release. However, the > latest > > upload of gnome-subtitles was not a source-only upload; this means that > the > > new version will not be able to migrate to Testing. > > > > Please make another source-only upload to allow testing migration. For > > details, please see https://wiki.debian.org/SourceOnlyUpload . > > > > Also I would be very much appreciated if https://bugs.debian.org/948437 > can be > > solved soon. > > > > -- > > Best Regards, > > Boyuan Yang > > >

