Re: [orca-list] How to make Mumble accessible in Arch/Antergos?



Hello,

On 08/25/2018 11:32 PM, Dave Hunt via orca-list wrote:
In a recent installation of Antergos, I find that the included mumble package still depends on qt 4, yet, 
qt-at-spi is no longer in the repository.  Once upon a time, I could use mumble-git package (it had to be 
builted from sources), and have an accessible client.  This seems no longer to be the case.  Is there a GTK 
client, I don't know about? 

I don't think so, but compiling qt-at-spi is in no way a daunting task.

Here (Slint64-14.2 also shipping qt-4.8.7), basically:
(cd to the root of the source archive of qtatspi then):
cmake \
        -Wno-dev \
        -DCMAKE_INSTALL_PREFIX="/usr" \
        -DCMAKE_LIBRARY_PATH="/usr/lib$LIBDIRSUFFIX"
make
make install DESTDIR=$PKG

Cheers,
Didier


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]