Package Details: tacentview 1.0.46-1

Git Clone URL: https://aur.archlinux.org/tacentview.git (read-only, click to copy)
Package Base: tacentview
Description: Image viewer/editor for tga, png, apng, exr, dds, pvr, ktx, ktx2, astc, pkm, qoi, gif, hdr, jpg, tif, ico, webp, and bmp files
Upstream URL: https://github.com/bluescan/tacentview
Keywords: and apng astc bmp dds dear-imgui dearimgui editor exr files for gif hdr ico image image-processing jpg ktx ktx2 opengl pkm png pvr qoi tacent texture texture-viewer tga tif viewer webp
Licenses: ISC
Submitter: begin-theadventu
Maintainer: begin-theadventu
Last Packager: begin-theadventu
Votes: 4
Popularity: 0.022490
First Submitted: 2023-06-13 11:38 (UTC)
Last Updated: 2024-09-10 17:08 (UTC)

Latest Comments

« First ‹ Previous 1 2

dreieck commented on 2024-02-09 12:38 (UTC)

libxcb and hicolor-icon-theme are needed as dependencies.

And you must install the License file.

dreieck commented on 2024-02-09 11:57 (UTC) (edited on 2024-02-09 11:57 (UTC) by dreieck)

For me, now build works well with up to date GCC 13.2.1.

You can remove gcc12 from makedepends, and from the cmake options.

Regards!

dreieck commented on 2024-02-09 11:57 (UTC)

In package(), you use ${_pkgname}, but this variable is not defined.

Also, you use $INPUT, but user defined variables in PKGBUILDs must start with an underscore (_).

Regards and thanks for maintaining!

dreieck commented on 2024-02-09 11:50 (UTC)

package() fails for me:

==> Starting package()...
mv: cannot move '.' to '/tmp/makepkg/build/tacentview/pkg/tacentview/.': Device or resource busy

Regards!

dreieck commented on 2024-02-09 10:41 (UTC) (edited on 2024-02-09 11:09 (UTC) by dreieck)

build() seems to download a lot of stuff -- build output stalls and I see maxed out network throughput.

Since download seems to be big, please make it a bit more verbose (-DFETCHCONTENT_QUIET=OFF), telling what it does and maybe even showing progress.

Please move the download into the source array and tell cmake where to find the downloaded stuff (-DFETCHCONTENT_FULLY_DISCONNECTED=ON, -DFETCHCONTENT_UPDATES_DISCONNECTED=ON and -DFETCHCONTENT_UPDATES_DISCONNECTED_TACENT=ON and set -DFETCHCONTENT_SOURCE_DIR_TACENT), or if not possible, let the download be carried out during prepare(), so that build() can run offline.

Download takes place after:

==> Starting build()...
-- Viewer -- Default to Release build.
-- Viewer -- Build type set to: Release
-- The C compiler identification is GNU 12.3.0
-- The CXX compiler identification is GNU 12.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc-12 - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/gcc-12 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Viewer -- Name tacentview Version 1.0.43
-- Viewer -- Major:1 Minor:0 Revision:43
-- Found Git: /usr/bin/git (found version "2.43.0") 
-- Viewer -- Git found: /usr/bin/git

Regards and thanks for maintaining!

dreieck commented on 2024-02-09 10:39 (UTC)

Build fails for me:

==> Starting build()...
CMake Error: No source directory specified for -S
CMake Error: Run 'cmake --help' for all supported options.

You say $_pkgname but have it nowhere defined.

Regards!

begin-theadventu commented on 2023-09-16 01:49 (UTC)

Thank you very much @dreieck.

dreieck commented on 2023-09-15 12:07 (UTC)

pkgver() fails:

==> Starting pkgver()...
fatal: not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

Regards!

begin-theadventu commented on 2023-06-13 11:43 (UTC)

Based on the -git package.