Package Details: wemed 0.7-1

Git Clone URL: https://aur.archlinux.org/wemed.git (read-only, click to copy)
Package Base: wemed
Description: Multipart MIME (eml,mhtml,rf822) editor
Upstream URL: http://wemed.ohwg.net
Licenses: GPL3
Submitter: ohwg
Maintainer: ohwg
Last Packager: ohwg
Votes: 3
Popularity: 0.000000
First Submitted: 2013-09-02 12:58 (UTC)
Last Updated: 2025-03-05 20:56 (UTC)

Latest Comments

1 2 Next › Last »

micwoj92 commented on 2025-03-05 22:28 (UTC)

Thanks, it now also needs to change gtksourceview3 to gtksourceview4.

micwoj92 commented on 2025-03-03 21:32 (UTC)

@ohwg latest version on git already has this change, but it's not in any stable release: https://github.com/ohwgiles/wemed/commit/0c2a182a29d9df0100e60ac958274a939af01465

ohwg commented on 2025-03-01 20:38 (UTC)

@micwoj92 unfortunately I don't have time to work on this project at the moment, but PRs are welcome

micwoj92 commented on 2025-02-26 22:02 (UTC)

@ohwg, is it possible to release new version for gmime3 compatibility?

ohwg commented on 2018-12-05 18:43 (UTC)

@Wenir done

Wenir commented on 2018-12-04 19:28 (UTC)

Please add gtksourceview3 as a dependency

ohwg commented on 2017-10-21 06:38 (UTC)

I've finished the port to webkit2gtk and released version 0.5 which includes several other minor improvements.

ohwg commented on 2017-09-28 04:56 (UTC)

@mocambo I think there is really no alternative other than upgrading wemed to a newer web library. I'll try to get it done over the next few weeks

mocambo commented on 2017-09-26 14:46 (UTC) (edited on 2017-09-26 19:24 (UTC) by mocambo)

Hi ! Got an error during compile: /tmp/yaourt-tmp-mocambo/aur-wemed/src/wemed-0.4/mainwindow.c:554:2: error: ‘gtk_show_uri’ is deprecated: Use 'gtk_show_uri_on_window' instead [-Werror=deprecated-declarations] gtk_show_uri(NULL, "http://wemed.ohwg.net", 0, NULL); ^~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:196:0, from /tmp/yaourt-tmp-mocambo/aur-wemed/src/wemed-0.4/mainwindow.c:5: I'm using webkitgtk-2.4.11-6-i686.pkg.tar.xz After replacing 'gtk_show_uri' with 'gtk_show_uri_on_window' and attempting make it locally I got ... [100%] Linking C executable wemed /usr/lib/gcc/i686-pc-linux-gnu/7.2.0/../../../libwebkitgtk-3.0.so: undefined reference to `cairo_gl_surface_get_width' /usr/lib/gcc/i686-pc-linux-gnu/7.2.0/../../../libwebkitgtk-3.0.so: undefined reference to `cairo_gl_surface_get_height' /usr/lib/gcc/i686-pc-linux-gnu/7.2.0/../../../libwebkitgtk-3.0.so: undefined reference to `cairo_gl_device_set_thread_aware' /usr/lib/gcc/i686-pc-linux-gnu/7.2.0/../../../libwebkitgtk-3.0.so: undefined reference to `cairo_egl_device_create' /usr/lib/gcc/i686-pc-linux-gnu/7.2.0/../../../libwebkitgtk-3.0.so: undefined reference to `cairo_gl_surface_create_for_texture' /usr/lib/gcc/i686-pc-linux-gnu/7.2.0/../../../libwebkitgtk-3.0.so: undefined reference to `cairo_glx_device_create' collect2: error: ld returned 1 exit status make[2]: *** [CMakeFiles/wemed.dir/build.make:277: wemed] Error 1 make[1]: *** [CMakeFiles/Makefile2:169: CMakeFiles/wemed.dir/all] Error 2 make: *** [Makefile:130: all] Error 2 Maybe it compiles well with another (older) version of webkitgtk ?