> I just found out "Jessie" is no longer the latest Raspian. Now It's
> "Stretch". I'm installing that. Seems to come with 5.7.1 :-)
The header you need is in the stretch package [1], good luck! Are you building
on the Pi, or in a (QEMU) chroot on a bigger machine? I found (Sandisk) SD
cards di
> Sent: Wednesday, November 07, 2018 at 5:38 PM
> From: "Thiago Macieira"
> To: interest@qt-project.org
> Subject: Re: [Interest] Compiling 5.11.2 on a Pi 3B
>
> On Wednesday, 7 November 2018 07:27:34 PST Jason H wrote:
> > I'm following along with https://github.com/tranter/raspberry-pi-qt-bui
On Wednesday, 7 November 2018 07:27:34 PST Jason H wrote:
> I'm following along with https://github.com/tranter/raspberry-pi-qt-builds
>
> Which seems to be pretty good, but then I hit a brick wall. I cannot get
> past: qwaylandinputdevice.cpp:74:41: fatal error:
> xkbcommon/xkbcommon-compose.h: N
Hi,
We have an application that use Qt and GStreamer to display a live camera feed
into a widget. The view work fine when inside the Window manager and maximize.
I get some glitch and refresh lag when I put the application into full screen.
I was wondering what is the difference when we do the f
I would be very interested in such a solution as well, but I don't know anything about "fragment shaders". If you know of any resources, I'm all ears!
Sent: Wednesday, November 07, 2018 at 11:46 AM
From: "Sean Harmer"
To: interest@qt-project.org
Subject: Re: [Interest] Screen Capture as
That would also be horribly slow for large frames. I'd suggest using a
fragment shader to perform the conversion then glReadPixels to get it
back to the CPU (or even better pass the texture id to gstreamer if it
can work with them and avoid the round trip).
Cheers,
Sean
On 07/11/2018 16:23,
No. Video formats are not supported for paint operations. You'll have to convert.
You can use a Runnable and do it on another core, though that adds asyncronicities...
Sent: Wednesday, November 07, 2018 at 4:25 AM
From: "Emre Cetin"
To: interest@qt-project.org
Subject: [Interest] Screen Ca
I'm following along with https://github.com/tranter/raspberry-pi-qt-builds
Which seems to be pretty good, but then I hit a brick wall. I cannot get past:
qwaylandinputdevice.cpp:74:41: fatal error: xkbcommon/xkbcommon-compose.h: No
such file or directory
#include
There doesn't seem to be any
On Wednesday November 07 2018 14:48:30 Kai Koehne wrote:
> What we're trying to support though is building a newer qtwebengine.git
> against older Qt versions (usually last LTS).
>
> For your example with Qt 5.8 I'm not sure, because there were some
> configuration system changes that probably
> -Original Message-
> From: Interest On Behalf
> Of René J.V. Bertin
> Sent: Wednesday, November 7, 2018 3:10 PM
> To: interest@qt-project.org
> Subject: [Interest] QWE hacking: "backporting" src/3rdparty/chromium?
>
> Hi,
>
> Out of curiosity, how feasible would it be to deploy a mo
Hi,
Out of curiosity, how feasible would it be to deploy a more up-to-date
QtWebEngine on a system that's stuck on an older Qt version. I understood from
a previous exchange that QWE is much more a "thin wrapper" around the actual
web engine than QtWebKit is, with the intention of making it eas
On Wednesday November 07 2018 11:13:29 Sérgio Martins wrote:
> Can you share a link to a LLVM or Qt bug report where you're expecting
> improvements ?
It was on this mailing list.
I haven't tried with Qt but I manage to use -flto with clang on Linux by making
sure a recent enough ld (and not th
On Mon, Nov 5, 2018 at 11:03 AM René J.V. Bertin wrote:
>
> Hi,
>
> Last time I asked the advice was still not to bother with trying to build
> (all of) Qt with clang on Linux. Is that still the case or is it now safe to
> use clang (5 or 6)?
Can you share a link to a LLVM or Qt bug report wher
Thiago Macieira wrote:
> More importantly, the decompression times: gzip took 0.84s, zstd 0.30s and xz
> 2.81s. But bzip2 needed 6.6s.
I cannot reproduce those relative performance figures on neither of my
machines.
On a 95Mb directory I'm getting on my Mac (tar -c dir | $compressor $opts >
/
Hi everyone,
I have a project related to image processing on QT and GStream. I have
created a program with QWidget, and I got a screenshot of this program with
QPixmap. However, I need to convert these frames into a YUV format and send
them to GStream because I am going to merge these frames anoth
On Wed, Nov 7, 2018 at 9:59 AM Hamish Moffatt
wrote:
> Does anyone know of a repository for updated Qt packages for Debian
> stable (stretch / 9)?
>
Pin debian testing repos with a low priority in the apt configuration and
you can get the binaries from there. Current it 5.11.2.
_
16 matches
Mail list logo