Package Details: ueberzugpp 2.9.5-1

Git Clone URL: https://aur.archlinux.org/ueberzugpp.git (read-only, click to copy)
Package Base: ueberzugpp
Description: Command line util which allows to display images in combination with X11 written in C++
Upstream URL: https://github.com/jstkdng/ueberzugpp
Licenses: GPL-3.0-or-later
Conflicts: ueberzug
Provides: ueberzug
Submitter: JstKddng
Maintainer: JstKddng
Last Packager: JstKddng
Votes: 20
Popularity: 1.32
First Submitted: 2023-01-17 07:11 (UTC)
Last Updated: 2024-05-11 03:41 (UTC)

Required by (23)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

JstKddng commented on 2023-08-01 21:16 (UTC)

@deshdeepak

ueberzugpp is now on the chaotic-aur repo, go ahead and use it.

cyqsimon commented on 2023-07-25 07:18 (UTC)

@deshdeepak this is not the right place to ask for such a thing because upstream doesn't provide a binary build in releases; you'd have to pester them for it first.

Alternatively, you can either:

  1. send a package request to chaotic-aur and use that;

  2. or vote for this package.

deshdeepak commented on 2023-07-21 14:16 (UTC)

Can we get a pre compiled binary ueberzugpp-bin. This installs too many deps.

JstKddng commented on 2023-05-26 04:37 (UTC)

woops, forgot to add a new make dependency, should be working now.

se7en commented on 2023-05-26 04:00 (UTC)

CMake Error at CMakeLists.txt:123 (find_package): Could not find a package configuration file provided by "ECM" with any of the following names:

ECMConfig.cmake
ecm-config.cmake

Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR" to a directory containing one of the above files. If "ECM" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'ueberzugpp-2.8.5-1': error: packages failed to build: ueberzugpp-2.8.5-1

JstKddng commented on 2023-04-25 14:11 (UTC)

should be fixed in the latest release

PutridPete commented on 2023-04-25 13:50 (UTC) (edited on 2023-04-25 13:50 (UTC) by PutridPete)

I get the following error when trying to install the latest version:

/usr/bin/ld: CMakeFiles/ueberzug.dir/src/util/util.cpp.o: in function `util::base64_encode(unsigned char const*, int)':
util.cpp:(.text+0xd55): undefined reference to `tb64enc'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/ueberzug.dir/build.make:404: ueberzug] Error 1
make[1]: *** [CMakeFiles/Makefile2:109: CMakeFiles/ueberzug.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

However, building ueberzugpp from source works without issues. Any ideas on what to change to make it work?

cyqsimon commented on 2023-03-15 08:26 (UTC)

Can you please consider making the build multithreaded by default?

cmake --build build -j $(nproc)

See https://stackoverflow.com/a/70552553/5637701.

mahor1221 commented on 2023-02-11 09:42 (UTC)

I had install libvips manually to make 1.3.0-1 compile. I think it should be added to the depends=(..).

mahor1221 commented on 2023-02-07 23:41 (UTC)

Please consider adding this line to the PKGBUILD

conflicts=("ueberzug")

to make pacman able to replace the ueberzug package