Search Criteria
Package Details: mrpt 1.5.8-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mrpt.git (read-only, click to copy) |
|---|---|
| Package Base: | mrpt |
| Description: | Provides an extensive set of libraries, algorithms, and applications employed in a number of mobile robotics research areas. |
| Upstream URL: | http://www.mrpt.org |
| Licenses: | GPL3 |
| Submitter: | majorx234 |
| Maintainer: | None |
| Last Packager: | majorx234 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-03-02 03:25 (UTC) |
| Last Updated: | 2019-12-13 00:41 (UTC) |
Dependencies (14)
- desktop-file-utils (desktop-file-utils-gitAUR)
- opencv (opencv-cuda)
- wxgtk (wxwidgets-gtk2AUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- subversion (make)
- assimp (assimp-gitAUR, assimp-gitAUR) (optional)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-obsAUR, librempeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-full-gitAUR) (optional) – Video Support
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR) (optional)
- libdc1394 (optional)
- libftdi (optional)
- libusb (libusb-gitAUR) (optional) – Kinect support
- pclAUR (pcl-gitAUR) (optional)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat) (optional)
Latest Comments
billypilgrim commented on 2021-01-20 15:51 (UTC)
It should be fine to use OpenCV v3+ now, so hopefully that'll mean a couple of patches can be dropped.
majorx234 commented on 2019-12-13 00:49 (UTC)
@jerry73204 I added both patches, seems to work. looks for me a bit messy,but I haven't any better solution atm.
jerry73204 commented on 2019-12-05 16:10 (UTC)
Also, include this path to prevent from linking GTK 3 symbols. Since OpenCV 2 links to GTK 2.x, the program will fail if both GTK {2.x, 3} are present.
jerry73204 commented on 2019-12-05 15:32 (UTC)
It does not compile when
opencvandopencv2-optare simultaneously installed. Could you include this patch to fix this?