Re: [ANNOUNCE] Pan release 0.150
glen walpert <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.pan.user |
|---|---|
| Message-ID | <[email protected]> |
On 2/25/22 12:45 PM, Dominique Dumont wrote: > Hi > > I'm happy to announce Pan 0.150 "Moucherotte" > > Pan is a powerful and user-friendly Usenet newsreader for GTK+. > See http://pan.rebelbase.com/ for more information. > > The main changes of this release are: > - Dropped support for GMime2. Only Gmime3 is supported > - Gtk3 is now default build, Gtk2 is deprecated > > You can get Pan 0.150 release tarball on Gnome's gitlab: > > - https://gitlab.gnome.org/GNOME/pan/-/tags/v0.150 > > The detailed release log is there: > - https://gitlab.gnome.org/GNOME/pan/-/blob/master/NEWS > > All the best > > Dominique > > > > > _______________________________________________ > Pan-users mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/pan-users Attempting to compile Pan 0.150 on Ubuntu 18.04.6 LTS using: #+begin_src shell ./autogen.sh && make #+end_src I get: <clip> checking for GLIB - version >= 2.17.6... yes (version 2.56.4) checking for GMIME... no configure: error: Package requirements (gmime-3.0 >= 3.0.0) were not met: No package 'gmime-3.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GMIME_CFLAGS and GMIME_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ---- Searching for gmime-3.0 with synaptic package manager I find installed: gir1.2-gmime-3.0 MIME message parser and creator library - GObject introspection data Version 3.2.0-1 files: /. /usr /usr/lib /usr/lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu/girepository-1.0 /usr/lib/x86_64-linux-gnu/girepository-1.0/GMime-3.0.typelib /usr/share /usr/share/doc /usr/share/doc/gir1.2-gmime-3.0 /usr/share/doc/gir1.2-gmime-3.0/changelog.Debian.gz /usr/share/doc/gir1.2-gmime-3.0/copyright /usr/share/doc/gir1.2-gmime-3.0/examples /usr/share/doc/gir1.2-gmime-3.0/examples/README.txt /usr/share/doc/gir1.2-gmime-3.0/examples/example.eml /usr/share/doc/gir1.2-gmime-3.0/examples/gmime-example.py ---- So it seems that Ubuntu installed gmime-3.0 with the non-standard prefix 'gir1.2-' and I need to change an environment variable somewhere? Any hint appreciated. Glen _______________________________________________ Pan-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/pan-users