Search Criteria
Package Details: collada-dom 2.5.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/collada-dom.git (read-only, click to copy) |
---|---|
Package Base: | collada-dom |
Description: | An API that provides a C++ object representation of a COLLADA XML instance document. |
Upstream URL: | https://github.com/rdiankov/collada-dom/ |
Licenses: | custom |
Provides: | colladadom |
Submitter: | N30N |
Maintainer: | cbjamo |
Last Packager: | cbjamo |
Votes: | 20 |
Popularity: | 0.007885 |
First Submitted: | 2010-08-19 03:54 (UTC) |
Last Updated: | 2024-11-16 12:01 (UTC) |
Dependencies (8)
- boost-libs
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- minizip (minizip-gitAUR)
- pcre
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
Latest Comments
1 2 Next › Last »
Lone_Wolf commented on 2024-11-20 12:16 (UTC)
AUR packages are only tested against gcc / gnu ld etc (basically only packages that are members of the base-devel meta-package).
If you do want to use other compiler / libs, make changes in small steps. In your case try replacing just the linker first.
Keep in mind that collada-dom upstream hasn't done any commits since 2017 .
Mold didn't exist then and llvm/clang were only at version 4.
EndlessEden commented on 2024-11-18 06:36 (UTC)
i just wanted to point out, on my system it fails to link (clang + mold), complaining about recompiling with -fPIC
Lone_Wolf commented on 2024-09-02 22:29 (UTC) (edited on 2024-09-02 22:31 (UTC) by Lone_Wolf)
Build fails against boost 1.85+ , see https://github.com/rdiankov/collada-dom/issues/42
Until upstream solves this, change dependency to boost183 & boost183-libs from https://aur.archlinux.org/packages/boost183
Nim65s commented on 2023-05-09 11:20 (UTC)
Hi,
Thanks for this package.
Could you replace "make" by "cmake --build ." ? Otherwise, build is broken if eg. one use export CMAKE_GENERATOR=Ninja
ref. https://wiki.archlinux.org/title/CMake_package_guidelines#Template
korreckj328 commented on 2023-04-30 18:26 (UTC)
aarch64 works in the arch with no additional modification.
Lone_Wolf commented on 2022-05-02 13:55 (UTC)
PKGBUILD (collada-dom) W: Non-unique source name (v2.5.0.tar.gz). Use a unique filename
Please use something like
"${pkgname}.${pkgver}::https://github.com/rdiankov/${pkgname}/archive/v${pkgver}.tar.gz"
in source array.
dreieck commented on 2018-01-23 16:29 (UTC)
After building and checking with namcap, there are some issues:
collada-dom E: ELF file ('usr/lib/libcollada-dom2.4-dp.so.2.4.4') found in an 'any' package.
collada-dom E: Dependency uriparser detected and not included (libraries ['usr/lib/liburiparser.so.1'] needed in files ['usr/lib/libcollada-dom2.4-dp.so.2.4.4'])
racko commented on 2017-07-05 18:26 (UTC)
bartus commented on 2016-07-27 19:15 (UTC)
Alad commented on 2016-05-12 20:55 (UTC)
1 2 Next › Last »