Package Details: openctm-tools 2:1.0.3-3

Git Clone URL: https://aur.archlinux.org/openctm-tools.git (read-only, click to copy)
Package Base: openctm-tools
Description: Open Compressed Triangle Mesh file format
Upstream URL: https://sourceforge.net/projects/openctm
Keywords: 3d, collada compression, geometry3ds, meshes, openctm, stl,
Licenses: zlib
Submitter: exos
Maintainer: exos
Last Packager: exos
Votes: 7
Popularity: 0.46
First Submitted: 2021-06-26 17:51 (UTC)
Last Updated: 2025-11-16 19:39 (UTC)

Required by (5)

Sources (2)

Latest Comments

1 2 Next › Last »

simona commented on 2026-03-05 23:54 (UTC)

:: gtk2-compat-1.0.0-5 e gtk2-2.24.33-5 vanno in conflitto. Rimuovere gtk2? [s/N]

flipmess commented on 2026-03-05 23:32 (UTC)

hi, does this has to have gtk2-compat as a dependency? i cannot install it on my system any more since i have some packages which still use gtk2.

exos commented on 2025-11-16 19:40 (UTC)

Updated .SRCINFO file. I thought it did it automatically. :)

cmsigler commented on 2025-11-10 19:29 (UTC)

Hi,

In PKGBUILD, gtk2 -> gtk2-compat has been performed.

However, in .SRCINFO gtk2 has not been replaced by gtk2-compat. Please run makepkg --printsrcinfo , then push the updated .SRCINFO

HTH :)

Clemmitt

simona commented on 2025-11-08 17:15 (UTC)

missing gtk2-compat

exos commented on 2025-11-08 02:36 (UTC)

Replaced gtk2 by gtk2-compat

bartus commented on 2025-11-07 14:30 (UTC)

replace gtk2 with gkt2-compat

sl1pkn07 commented on 2022-11-22 14:39 (UTC) (edited on 2022-11-22 14:49 (UTC) by sl1pkn07)

Hi. why this is installed on foo/local?

diff --git a/PKGBUILD b/PKGBUILD
index 51eb6be..d82224e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,11 +35,11 @@ package() {
     cd "OpenCTM-${pkgver}"

     O_LIBDIR=/usr/lib/
-    O_INCDIR=/usr/local/include/
-    O_BINDIR=/usr/local/bin/
-    O_MAN1DIR=/usr/local/man/man1/ # Use original directory 'share/man' breaks
+    O_INCDIR=/usr/include/
+    O_BINDIR=/usr/bin/
+    O_MAN1DIR=/usr/share/man/man1/

-    mkdir -p ${pkgdir}/usr/{lib,local/{include,bin},local/man/man1}
+    mkdir -p "${pkgdir}/usr/"{lib,include,bin,share/man/man1}

     make LIBDIR="${pkgdir}/${O_LIBDIR}" \
          INCDIR="${pkgdir}/${O_INCDIR}" \

bradpitcher commented on 2022-09-29 17:25 (UTC)

Please add the aarch64 architecture. It is working for me in Asahi linux

diff --git a/.SRCINFO b/.SRCINFO
index 3dcea17..e5b8c74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = openctm-tools
        epoch = 2
        url = https://sourceforge.net/projects/openctm
        arch = x86_64
+       arch = aarch64
        license = zlib
        depends = gtk2
        depends = glu
diff --git a/PKGBUILD b/PKGBUILD
index 51eb6be..72fde22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.3
 pkgrel=1
 epoch=2
 pkgdesc="Open Compressed Triangle Mesh file format"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
 url="https://sourceforge.net/projects/openctm"
 license=('zlib')
 depends=('gtk2' 'glu' 'glut')

mostlyharmless commented on 2022-05-18 16:32 (UTC) (edited on 2022-05-19 19:37 (UTC) by mostlyharmless)

Fails to build 5/18/2022

Same error as below, seems I was missing pkgconfig somehow; installing it fixed the problem