Search Criteria
Package Details: openmesh 8.1-1
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: | |
Submitter: | None |
Maintainer: | skogler |
Last Packager: | skogler |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2009-03-06 05:03 |
Last Updated: | 2020-08-01 11:30 |
Dependencies (4)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal-git, mesa-git, mesa-rc, mesa-stable, mesa-minimal+-git)
- cmake (cmake-git) (make)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless) (make)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless) (optional) – for using included applications
Latest Comments
1 2 3 4 Next › Last »
skogler commented on 2020-08-01 11:31
Updated to 8.1.
philm commented on 2020-05-19 11:40
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
Hello again! 8.1 has been released. Can you update the package? Thanks for your effort.
philm commented on 2019-03-08 14:01
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
Hi, 8.0 is out. Can you update the package?
ivan45654 commented on 2019-01-03 21:12
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
hi, could you remove me as comaintainer ?
philm commented on 2018-04-30 17:11
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
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
After updating to 7.0 it should build again with current arch linux