search for: qtwebkit

Displaying 16 results from an estimated 16 matches for "qtwebkit".

2019 Sep 02
0
nextcloud-client currently not installable from EPEL in CentOS7
...o.0()(64bit) for package: nextcloud-client-2.3.3-1.el7.x86_64 --> Processing Dependency: libqt5keychain.so.1()(64bit) for package: nextcloud-client-2.3.3-1.el7.x86_64 --> Running transaction check ---> Package nextcloud-client-libs.x86_64 0:2.3.3-1.el7 will be installed ---> Package qt5-qtwebkit.x86_64 0:5.9.1-2.el7 will be installed --> Processing Dependency: qt5-qtbase(x86-64) = 5.9.7 for package: qt5-qtwebkit-5.9.1-2.el7.x86_64 --> Processing Dependency: qt5-qtdeclarative(x86-64) = 5.9.7 for package: qt5-qtwebkit-5.9.1-2.el7.x86_64 --> Processing Dependency: libQt5Positioning.s...
2020 May 21
1
RPM package builds backed by nbdkit
...g/nbdkit-tmpdisk-plugin.1.html https://github.com/libguestfs/nbdkit/blob/0632acc76bfeb7d70d3eefa42fc842ce6b7be4f8/plugins/tmpdisk/tmpdisk.c#L182 I did a bit of testing to try to see if this is really feasible, and yes I think it is. Discussion below, experimental results first ... I compiled qt5-qtwebkit from Rawhide dist-git by running the "fedpkg local" command. Version: qt5-qtwebkit-5.212.0-0.46.alpha4.fc33 Host: AMD Ryzen 9 3900X 12-Core Processor Disks: Fast NVME disks, but using dm-crypt and LVM. Compiling qtwebkit normally (baseline): 28m19.921s baseline with nosync ena...
2018 Apr 30
3
Problem with cr repo.
On Mon, 30 Apr 2018, Marek Blaha wrote: > I can achieve the same error by > removing /usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_hostname > and creating the directory in the same location instead. > So solution can be just removing this directory (or just renaming it): > > # mv /usr/lib/python2.7/site-packages/urllib3/packages/ssl_match_ > hostname >
2018 Aug 01
2
Why is rstudio not in Ubuntu repo or PPA?
...untu, but I will keep hoping that things work out. > > Thank you for all of your work! > > Kind regards, > > Xu > > On Fri, Jun 17, 2016 at 8:02 PM, JJ Allaire <jj at rstudio.com> wrote: >> We still haven't gone to Qt 5.6 unfortunately. They've deprecated QtWebKit >> (which is part of the Qt 5.4 release which we are on now) so that's not a >> good place to be long term. >> >> Qt 5.6 includes the Chromium based QWebView and is also an LTS Qt release so >> it's definitely the right platform to be on. We have a very small t...
2015 Sep 24
10
Why is rstudio not in Ubuntu repo or PPA?
Hi, rstudio is very easy to install, but it would be great if it were just an apt-get away. Is there a reason it is not in Ubuntu main repos or in rrutter PPA? Kind regards, Xu
2015 Sep 24
0
Why is rstudio not in Ubuntu repo or PPA?
...reciated! I wonder if Qt 5.6 will be in the default repos for 16.04. That make a nice time for things to come together. Kind regards, Xu On Thu, Sep 24, 2015 at 7:27 AM, JJ Allaire <jj at rstudio.com> wrote: > The biggest issue we have right now is fragility of dependencies (mostly > QtWebKit). To date it's been the case that minor Qt version updates can > break things rather easily. We're hoping to move to QWebEngine in Qt 5.6 > which will hopefully stabilize that dependency (especially as the Qt 5.x > line matures and most new development moves onto Qt 6.x). > >...
2016 Jun 18
0
Why is rstudio not in Ubuntu repo or PPA?
...d the environment is not right yet in Ubuntu, but I will keep hoping that things work out. Thank you for all of your work! Kind regards, Xu On Fri, Jun 17, 2016 at 8:02 PM, JJ Allaire <jj at rstudio.com> wrote: > We still haven't gone to Qt 5.6 unfortunately. They've deprecated QtWebKit > (which is part of the Qt 5.4 release which we are on now) so that's not a > good place to be long term. > > Qt 5.6 includes the Chromium based QWebView and is also an LTS Qt release so > it's definitely the right platform to be on. We have a very small team > though and...
2018 May 12
1
Private repository and upgrade to Centos 7.5 (Kernel / GStreamer / Mesa)
Hello Everyone, long time ago I wrote my last mail about my personal repository. The Upgrade went most smoostly. Only need to recompile mesa (enable by wayland ) and qt5-qtwebkit-5.9.2-1.el7.centos.src.rpm (missing by epel) nextcloud-client-2.3.3-1.el7.centos.src.rpm My current software Setup: - kernel 4.16.8 (elrepo with some amd switches) - updated graphic driver stack libdrm / libva 2.1/ amd & intel & nvidia (opensource driver) - gstreamer 10.5 & ffmpeg 2....
2012 Mar 17
1
qtbase installation problems on MacOS
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120317/aaf91ee9/attachment.pl>
2018 Aug 01
0
Why is rstudio not in Ubuntu repo or PPA?
...> > > > Thank you for all of your work! > > > > Kind regards, > > > > Xu > > > > On Fri, Jun 17, 2016 at 8:02 PM, JJ Allaire <jj at rstudio.com> wrote: > >> We still haven't gone to Qt 5.6 unfortunately. They've deprecated > QtWebKit > >> (which is part of the Qt 5.4 release which we are on now) so that's not > a > >> good place to be long term. > >> > >> Qt 5.6 includes the Chromium based QWebView and is also an LTS Qt > release so > >> it's definitely the right platfo...
2017 Sep 21
4
owncloud on CentOS - I have problems installing/updating recently
Le 21/09/2017 ? 17:24, Valeri Galtsev a ?crit?: > Thanks Nicolas and Sorin! Once I learned from you about another source of > owncloud packages (EPEL), I found my way out of suse repository timing out > on me... As I said in a previous post, the EPEL OwnCloud client packages are lagging behind a bit, but so far, the only inconvenience are the nagging update notifications on startup.
2018 Nov 06
3
Trying to cross-compile LLVM runtimes to Windows
I have been using this project with great success to achieve this : https://github.com/mstorsjo/llvm-mingw It generates a linux-based windows cross-compiler with clang, libc++, etc. I was able to build a large part of Qt with it afterwards for instance. Best, Jean-Michaƫl On 06/11/2018 04:21, Petr Hosek via llvm-dev wrote: > I've tried building libc++ for Windows on Linux by setting
2018 Aug 02
2
Why is rstudio not in Ubuntu repo or PPA?
...your work! >> > >> > Kind regards, >> > >> > Xu >> > >> > On Fri, Jun 17, 2016 at 8:02 PM, JJ Allaire <jj at rstudio.com> wrote: >> >> We still haven't gone to Qt 5.6 unfortunately. They've deprecated >> >> QtWebKit >> >> (which is part of the Qt 5.4 release which we are on now) so that's not >> >> a >> >> good place to be long term. >> >> >> >> Qt 5.6 includes the Chromium based QWebView and is also an LTS Qt >> >> release so >>...
2014 Dec 13
3
CentOS forum search link in http://wiki.centos.org/AdditionalResources/Repositories under Atomic Repo
[ https://www.centos.org/search.php?query=atomicorp&mid=30&action=showall&andor=AND forum search] returns a 404. Can the forum search https://www.centos.org/forums/search.php? be used with parameters that will provide the supporting material for the warning "Many CentOS users have had problems after enabling this repo"? -------------- next part -------------- An HTML
2015 Jun 16
0
Processed: raise severity of GCC 5 triggered build failures to important
...#778081 [src:qapt] qapt: ftbfs with GCC-5 Severity set to 'important' from 'normal' > severity 778084 important Bug #778084 [src:qt-gstreamer] qt-gstreamer: ftbfs with GCC-5 Severity set to 'important' from 'normal' > severity 778096 important Bug #778096 [src:qtwebkit] qtwebkit: ftbfs with GCC-5 Severity set to 'important' from 'normal' > severity 778098 important Bug #778098 [src:quarry] quarry: ftbfs with GCC-5 Severity set to 'important' from 'normal' > severity 778099 important Bug #778099 [src:ratbox-services] ratbox-se...
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
...dev] libesd0-dev: apt-cache search esound does not find libesd0-dev Added tag(s) jessie. > tags 643166 + jessie Bug #643166 [src:imsniff] imsniff: FTBFS: dpkg-buildpackage: error: dpkg-source -b imsniff-0.04 gave error exit status 2 Added tag(s) jessie. > tags 701345 + jessie Bug #701345 [src:qtwebkit] qtwebkit: ftbfs with GCC-4.8 Added tag(s) jessie. > tags 574331 + jessie Bug #574331 [src:libnet-dns-perl] libnet-dns-perl: FTBFS: tests failed Added tag(s) jessie. > tags 238770 + jessie Bug #238770 [kdm] kdm: small fonts in gnome apps due to removal of -dpi 100 Bug #236806 [kdm] In /etc/kd...