Package Details: mudlet 4.19.1-1

Git Clone URL: https://aur.archlinux.org/mudlet.git (read-only, click to copy)
Package Base: mudlet
Description: A modern MUD client with a graphical user inteface and built in Lua scripting
Upstream URL: http://www.mudlet.org
Keywords: client games mud
Licenses: GPL
Submitter: None
Maintainer: rantnar
Last Packager: rantnar
Votes: 23
Popularity: 0.013446
First Submitted: 2009-03-14 03:05 (UTC)
Last Updated: 2025-04-27 09:26 (UTC)

Dependencies (21)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »

Xabre commented on 2017-08-08 13:47 (UTC) (edited on 2017-08-08 17:03 (UTC) by Xabre)

Problem below is fixed now, package updated to 3.4.0. --------------------------------------------------------------------------- There is a slight delay with 3.4.0 release. Source tarball is incomplete, library that is supposed to be packaged in a source tarball is missing. I've contacted the developer and they said that archive will be fixed soon. Meanwhile, if impatient, here's a PKGBUILD with a workaround that clones the missing files from the git. http://sprunge.us/QgUQ I will update the package here in AUR as soon as the source tarball is fixed.

Xabre commented on 2017-07-08 10:42 (UTC)

Updated to 3.3.1 There are two new deps: qt5-gamepad and lua51-utf8.

Xabre commented on 2017-05-16 22:29 (UTC)

OK, that's fixed, though I hope that mudet devs will swtch to Lua 5.2 soon.

Xabre commented on 2017-05-16 21:46 (UTC)

Seems that some of the dependancies have been deleted from AUR for whichever reason. I'm working on fixing that.

Xabre commented on 2017-03-26 16:35 (UTC)

OK, updated to 3.0.0 release, please let me know if I fscked up something. :)

chrys87 commented on 2016-11-26 18:34 (UTC)

Version 3.0 is the most current one. http://www.mudlet.org/download/ would you please update :)?

lpapp commented on 2016-11-08 19:53 (UTC)

g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O3 -w -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -isystem /usr/include/lua5.1 -isystem /usr/include/qt -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -Itmp -I/usr/lib/qt/mkspecs/linux-g++ -o tmp/main.o main.cpp g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -O3 -w -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -isystem /usr/include/lua5.1 -isystem /usr/include/qt -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -Itmp -I/usr/lib/qt/mkspecs/linux-g++ -o tmp/Host.o Host.cpp TConsole.cpp:22:23: fatal error: QMessageBox: No such file or directory #include <QMessageBox> ^ compilation terminated. make: *** [Makefile:1623: tmp/TConsole.o] Error 1 make: *** Waiting for unfinished jobs.... main.cpp:24:24: fatal error: QApplication: No such file or directory #include <QApplication> ^ compilation terminated. make: *** [Makefile:1702: tmp/main.o] Error 1 In file included from ctelnet.cpp:26:0: mudlet.h:26:23: fatal error: QMainWindow: No such file or directory #include <QMainWindow> ^ compilation terminated. make: *** [Makefile:1663: tmp/ctelnet.o] Error 1 In file included from TriggerUnit.h:24:0, from Host.h:36, from Host.cpp:28: TTrigger.h:41:18: fatal error: QSound: No such file or directory #include <QSound> ^ compilation terminated. make: *** [Makefile:1743: tmp/Host.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

tyrannis.hawk commented on 2016-07-22 11:09 (UTC)

Shouldn't this package have been bumped to version 2.1 long ago? It has been out for quite a while now.

chrys87 commented on 2016-05-21 13:54 (UTC)

can confirm the QMessageBox problem. doesnt compile. i used the git package, that seems to work.

Senco commented on 2015-08-09 09:48 (UTC)

Compilation fails as seen below. QMessageBox seems to point at qt4, but that's already installed as dependency. Any suggestions? ==> Starting build()... patching file src.pro g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -O3 -w -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -isystem /usr/include/lua5.1 -isystem /usr/include/qt -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -Itmp -I/usr/lib/qt/mkspecs/linux-g++ -o tmp/TConsole.o TConsole.cpp TConsole.cpp:22:23: fatal error: QMessageBox: No such file or directory compilation terminated. Makefile:1643: recipe for target 'tmp/TConsole.o' failed make: *** [tmp/TConsole.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...