Search Criteria
Package Details: openmesh 11.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openmesh.git (read-only, click to copy) |
---|---|
Package Base: | openmesh |
Description: | A generic and efficient data structure for representing and manipulating polygonal meshes |
Upstream URL: | http://www.openmesh.org |
Licenses: | BSD-3-Clause |
Submitter: | None |
Maintainer: | michael_wzq |
Last Packager: | michael_wzq |
Votes: | 8 |
Popularity: | 0.47 |
First Submitted: | 2009-03-06 05:03 (UTC) |
Last Updated: | 2024-09-12 03:49 (UTC) |
Dependencies (6)
- 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)
- libglvnd (libglvnd-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- cmake (cmake-gitAUR) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
skogler commented on 2020-08-01 11:31 (UTC)
Updated to 8.1.
philm commented on 2020-05-19 11:40 (UTC)
Unfortunately I'm not using Arch anymore, so I'm removing myself from the maintainers, feel free to step in, it was relatively easy to maintain openmesh (I think I only had to change the versions in the PKGBUILD and the patch over the last years)
unclejimbo commented on 2020-05-12 04:19 (UTC)
Hello again! 8.1 has been released. Can you update the package? Thanks for your effort.
philm commented on 2019-03-08 14:01 (UTC)
Updated to 8.0, @ivan45654 I searched all files, but the new 8.0 release did not have any acg_qt4_automoc in there anymore, so I guess the developers resolved this issue.
unclejimbo commented on 2019-03-01 02:33 (UTC)
Hi, 8.0 is out. Can you update the package?
ivan45654 commented on 2019-01-03 21:12 (UTC) (edited on 2019-01-03 22:01 (UTC) by ivan45654)
If you have the same error:
Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.7") CMake Error at src/OpenMesh/Apps/Decimating/DecimaterGui/CMakeLists.txt:36 (acg_qt4_automoc): Unknown CMake command "acg_qt4_automoc".
you should replace in all cmake files in IF .. else acg_qt4_automoc to acg_qt5_automoc
xantares commented on 2018-05-29 12:43 (UTC)
hi, could you remove me as comaintainer ?
philm commented on 2018-04-30 17:11 (UTC)
added it to the PKGBUILD and also added you (neXyon) to the maintainers since I'm rarely using this package, hope it fixes the bug
neXyon commented on 2018-04-30 11:52 (UTC)
Yep thanks! There is a small bug in the PKGBUILD:
rm -r build
should probably be
rm -rf build
as the directory doesn't exist initially and then rm fails.
philm commented on 2018-04-23 13:38 (UTC)
After updating to 7.0 it should build again with current arch linux
1 2 3 4 Next › Last »