Search Criteria
Package Details: otter-browser-git 0.9.99.1.r1266.g97a464177-1
Git Clone URL: | https://aur.archlinux.org/otter-browser-git.git (read-only, click to copy) |
---|---|
Package Base: | otter-browser-git |
Description: | Browser aiming to recreate the best aspects of the classic Opera (12.x) UI using Qt5 - git checkout |
Upstream URL: | http://otter-browser.org/ |
Keywords: | browser c-plus-plus cross-platform opera otter qt web webkit |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Barthalion |
Maintainer: | mkljczk |
Last Packager: | mkljczk |
Votes: | 31 |
Popularity: | 0.002078 |
First Submitted: | 2014-01-01 20:07 |
Last Updated: | 2020-04-18 17:44 |
Dependencies (8)
- qt5-webkit (qt5-webkit-print, qt5-webkit-git)
- qt5-multimedia>=5.6 (qt5-multimedia-git)
- qt5-xmlpatterns>=5.6 (qt5-xmlpatterns-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
- qt5-declarative>=5.6 (qt5-declarative-git) (make)
- hunspell (hunspell-git) (optional) – for spell checking
- qt5-webengine (optional) – for experimental backend using the Chromium browser project
Latest Comments
1 2 3 Next › Last »
hk3wx commented on 2020-07-25 02:06
CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5Svg" with any
of the following names:
Qt5SvgConfig.cmake
qt5svg-config.cmake
Add the installation prefix of "Qt5Svg" to CMAKE_PREFIX_PATH or set
"Qt5Svg_DIR" to a directory containing one of the above files. If "Qt5Svg"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
CMakeLists.txt:75 (find_package)
-- Configuring incomplete, errors occurred!
keren_sky commented on 2018-07-04 23:09
Hai, my sucky ISP switched my landline to a new package. Now svn:// and plain git:// clones don't work anymore. Would you modify the sources to git+https://github.com/OtterBrowser/otter-browser.git Thnx!
dreieck commented on 2018-06-02 18:46
Fails when packaging:
Xeno_Idaltu commented on 2017-12-20 11:25
Beautiful browser when used with QTCurve.
My only wish is for Otter Browser let us choose icon themes.
I have a dark blue color theme and it's hard to see the icons since they are black.
mkljczk commented on 2017-01-27 15:55
It's better to use qt5-webkit-ng package, maintained fork of qt5-webkit, maybe there should be info about it?
esclapion commented on 2016-05-28 12:31
Needs gst-libav and gst-good-plugins to watch videos.
boenki commented on 2016-01-01 23:09
now depends on 'sonnet' for spellchecking
eworm commented on 2015-08-13 20:13
@renegat: Builds just fine here with qt5-declarative-5.5.0-1... What's your issue?
Anonymous comment on 2015-08-13 19:18
Does not build, has to depend on 'qt5-declarative-git' (libqt5quick, QOpenGLFunctions)
pmattern commented on 2015-03-05 14:42
Any attempt to update this package in a way that reuses an existing checkout, e. g. just running 'makepkg -s' in $startdir again or using 'pacaur -S' with clean=false and builddir set in pacaur's config file, fails as command 'mkdir otter-browser/build' fails if directory build exists.
Changing 'mkdir' to 'mkdir -p' solves this.