Search Criteria
Package Details: remmina-git 1.4.39+r10075+g96819db53-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/remmina-git.git (read-only, click to copy) |
---|---|
Package Base: | remmina-git |
Description: | A remote desktop client written in GTK+ - git checkout |
Upstream URL: | http://www.remmina.org/ |
Licenses: | GPL-2.0-or-later |
Conflicts: | remmina |
Provides: | remmina-plugins |
Replaces: | remmina-plugins |
Submitter: | eworm |
Maintainer: | storbake |
Last Packager: | storbake |
Votes: | 55 |
Popularity: | 0.000007 |
First Submitted: | 2011-10-06 08:11 (UTC) |
Last Updated: | 2025-03-21 06:58 (UTC) |
Dependencies (40)
- avahi
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- cairo (cairo-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- json-glib (json-glib-gitAUR)
- libayatana-appindicator
- libgcrypt
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libssh (libssh-gitAUR)
- libx11 (libx11-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pango (pango-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- vte3 (vte3-notificationAUR, vte3-gitAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- Show 20 more dependencies...
Latest Comments
1 2 3 4 5 6 .. 17 Next › Last »
envolution commented on 2025-01-05 00:07 (UTC)
block comments are made with 3 backticks -> `
the current HEAD of remmina does not compile, you will notice https://aur.archlinux.org/cgit/aur.git/log/?h=remmina-git here each update are successful compilations - so you can refer to the commit https://github.com/FreeRDP/Remmina/commit/a42a143afdbfdb7e9863bed3a1c459042ca400bb as the last one having successfully compiled
Now change source=('git+https://gitlab.com/remmina/remmina.git') in this PKGBUILD to:
and try makepkg -si
Because upstream is constantly changing, when it breaks, this breaks.
19topgun93 commented on 2025-01-04 23:24 (UTC) (edited on 2025-01-04 23:29 (UTC) by 19topgun93)
Hello :) I have try a update of my Remmina :)
How to make block Comment? xD
[ 40%] Linking C shared module remmina-plugin-gvnc.so [ 40%] Built target remmina-plugin-gvnc [ 40%] Building C object plugins/spice/CMakeFiles/remmina-plugin-spice.dir/spice_plugin.c.o [ 41%] Building C object plugins/spice/CMakeFiles/remmina-plugin-spice.dir/spice_file.c.o /home/lukas/.cache/yay/remmina-git/src/remmina/plugins/spice/spice_file.c: In Funktion »remmina_spice_file_import_field«: /home/lukas/.cache/yay/remmina-git/src/remmina/plugins/spice/spice_file.c:75:79: Fehler: Übergabe des Arguments 3 von »remmina_plugin_service->file_set_int« wandelt eine Zahl in einen Zeiger um, ohne explizite Typkonvertierung [-Wint-conversion] 75 | remmina_plugin_service->file_set_int(remminafile, "viewmode", value); | ^~~~~ | | | const gchar * {alias const char *} /home/lukas/.cache/yay/remmina-git/src/remmina/plugins/spice/spice_file.c:75:79: Anmerkung: »gint« {alias »int«} erwartet, aber Argument hat Typ »const gchar *« {alias »const char *«} /home/lukas/.cache/yay/remmina-git/src/remmina/plugins/spice/spice_file.c:65:18: Warnung: Variable »unix_string« wird nicht verwendet [-Wunused-variable] 65 | const gchar *unix_string = "unix://"; | ^~~~~~~~~~~ /home/lukas/.cache/yay/remmina-git/src/remmina/plugins/spice/spice_file.c: In Funktion »remmina_spice_file_export_channel«: /home/lukas/.cache/yay/remmina-git/src/remmina/plugins/spice/spice_file.c:215:27: Warnung: Übergabe des Arguments 1 von »strtok« entfernt Kennzeichner »const« von Zeiger-Ziel-Typ [-Wdiscarded-qualifiers] 215 | host = strtok(cs, ":"); | ^~ In Datei, eingebunden von /usr/include/glib-2.0/glib/galloca.h:35, von /usr/include/glib-2.0/glib.h:32, von /usr/include/gtk-3.0/gdk/gdkconfig.h:8, von /usr/include/gtk-3.0/gdk/gdk.h:30, von /usr/include/gtk-3.0/gtk/gtk.h:30, von /home/lukas/.cache/yay/remmina-git/src/remmina/src/include/remmina/plugin.h:40, von /home/lukas/.cache/yay/remmina-git/src/remmina/plugins/spice/spice_file.c:37: /usr/include/string.h:356:39: Anmerkung: »char * restrict« erwartet, aber Argument hat Typ »const gchar *« {alias »const char *«} 356 | extern char *strtok (char *__restrict __s, const char *__restrict __delim) | ~~~~~~~~~~~~~~~~~^~~ make[2]: *** [plugins/spice/CMakeFiles/remmina-plugin-spice.dir/build.make:93: plugins/spice/CMakeFiles/remmina-plugin-spice.dir/spice_file.c.o] Fehler 1 make[1]: *** [CMakeFiles/Makefile2:780: plugins/spice/CMakeFiles/remmina-plugin-spice.dir/all] Fehler 2 make: *** [Makefile:136: all] Fehler 2 ==> FEHLER: Ein Fehler geschah in package(). Breche ab... -> Fehler beim Erstellen: remmina-git-exit status 4 -> Die folgenden Pakete konnten nicht installiert werden. Ein manueller Eingriff ist erforderlich: remmina-git - exit status 4
envolution commented on 2024-11-22 02:25 (UTC)
@Trollnado - could you please try install this new version?
Trollnado commented on 2024-11-01 18:12 (UTC) (edited on 2024-11-01 18:15 (UTC) by Trollnado)
19topgun93 commented on 2024-09-12 00:53 (UTC) (edited on 2024-09-12 00:55 (UTC) by 19topgun93)
/home/lukas/.cache/yay/remmina-git/src/remmina/plugins/rdp/rdp_plugin.c: In Funktion »remmina_rdp_present_gateway_message«: /home/lukas/.cache/yay/remmina-git/src/remmina/plugins/rdp/rdp_plugin.c:1109:76: Fehler: Übergabe des Arguments 2 von »remmina_plugin_service->protocol_widget_panel_accept« von inkompatiblem Zeigertyp [-Wincompatible-pointer-types] 1109 | int ret = remmina_plugin_service->protocol_widget_panel_accept(gp, message); | ^
Update with Yay failed.~~ | | | const WCHAR * {alias const short unsigned int } /home/lukas/.cache/yay/remmina-git/src/remmina/plugins/rdp/rdp_plugin.c:1109:76: Anmerkung: »const char « erwartet, aber Argument hat Typ »const WCHAR « {alias »const short unsigned int «} make[2]: *** [plugins/rdp/CMakeFiles/remmina-plugin-rdp.dir/build.make:76: plugins/rdp/CMakeFiles/remmina-plugin-rdp.dir/rdp_plugin.c.o] Fehler 1 make[1]: *** [CMakeFiles/Makefile2:513: plugins/rdp/CMakeFiles/remmina-plugin-rdp.dir/all] Fehler 2 make: *** [Makefile:136: all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab... -> Fehler beim Erstellen: remmina-git-exit status 4 -> Die folgenden Pakete konnten nicht installiert werden. Ein manueller Eingriff ist erforderlich: remmina-git - exit status 4Matty_r commented on 2024-09-10 19:55 (UTC)
No problems, I'll sort that out tonight
dylan_liu commented on 2024-09-10 03:24 (UTC)
No RDP plugin unless add
-DWITH_FREERDP3=ON
.xiota commented on 2024-08-05 21:28 (UTC)
I've opened an issue for the incompatible-pointer-types error. Remmina#3162
If upstream decides not to fix, solution is to add following to
build()
:thechickenmoo commented on 2024-07-26 05:36 (UTC)
VNC plugin seems unhappy:
1 2 3 4 5 6 .. 17 Next › Last »