Search Criteria
Package Details: libastro-git 20.08.3.81.gabdada2a0-1
Git Clone URL: | https://aur.archlinux.org/marble-git.git (read-only, click to copy) |
---|---|
Package Base: | marble-git |
Description: | Marble astronomy library |
Upstream URL: | https://www.kde.org/applications/system/marble |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | archtux |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2011-04-21 15:32 |
Last Updated: | 2020-12-01 21:12 |
Dependencies (17)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- git (git-git) (make)
- gpsd (gpsd-timing) (make)
- hicolor-icon-theme (hicolor-icon-theme-git) (make)
- knewstuff (knewstuff-git) (make)
- kparts (kparts-git) (make)
- krunner (krunner-git) (make)
- libwlocate (make)
- opencv (opencv-cuda-git, opencv2, opencv2-samples, opencv-with-python2-support, opencv-git, opencv-cuda) (make)
- phonon-qt5 (make)
- python (python-dbg) (make)
- qt5-serialport (qt5-serialport-git) (make)
- qt5-tools (qt5-tools-git) (make)
- qt5-webkit (qt5-webkit-print, qt5-webkit-git) (make)
- quazip (make)
- shapelib (make)
Latest Comments
1 2 3 Next › Last »
ng0177 commented on 2020-01-19 13:46
builds fine from https://anongit.kde.org/marble.git on aarch64 but is not available on pacman
haawda commented on 2018-09-26 19:17
Thanks for your suggestions - they were implemented.
dreieck commented on 2018-09-26 07:43
marble-data-git
conflictsmarble<15.07.80-3
, but version is currently 2.2.20.r12987.4476573c2 which is smaller than 15.07.80-3.(Installation works, though, since
marble-git
has theprovides=('marble')
-entry without a=${pkgver}
)Since
extra/marble
is at version18.08.1-2
, I suggest to adapt the same versioning scheme formarble-git
, or addepoch=1
. Otherwise,marble-git
is regarded as older thanmarble
.dreieck commented on 2018-09-26 07:39
There are packages out there (e.g.
digikam
, but also others) which depend onmarble-common
.The collection of the three packages provided by the split package
marble-git
provide the same files -- distributed over the packageslibastro-git
,marble-git
andmarble-data-git
.So, I recommend to add a fourth package,
marble-common
, to the split packagemarble-git
, in the following way:desaparecido commented on 2016-08-18 16:27
thanks for the quickly update of PKGBUILD ... all builds/install it fine ;-)
desaparecido commented on 2016-08-18 10:38
hi, file conflict when try to install it:
error: failed to commit transaction (conflicting files)
/usr/lib/cmake/Astro/AstroConfig.cmake exists in both 'libastro-git' and 'marble-git'
/usr/lib/cmake/Astro/AstroConfigVersion.cmake exists in both 'libastro-git' and 'marble-git'
/usr/lib/cmake/Astro/AstroTargets-release.cmake exists in both 'libastro-git' and 'marble-git'
/usr/lib/cmake/Astro/AstroTargets.cmake exists in both 'libastro-git' and 'marble-git'
Errors occurred, no packages were upgraded.
sl1pkn07 commented on 2015-10-04 21:24
try with
-DBUILD_MARBLE_EXAMPLES=OFF
-DBUILD_MARBLE_TOOLS=OFF
jat255 commented on 2015-10-04 20:52
Yeah, not sure, but I got it to work by using the following cmake options:
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DQTONLY=FALSE \
-DWITH_KF5=ON \
Following the instructions from https://marble.kde.org/sources.php
sl1pkn07 commented on 2015-10-04 20:15
sounds a problem with opencv and other dependency builded with it
jat255 commented on 2015-10-04 19:42
Having some trouble compiling this package. Seems to be some sort of error with the animation-video code. I'm guessing it's an upstream issue, but I figured I'd mention it here:
Scanning dependencies of target marble
[ 98%] Building CXX object examples/cpp/animation-video/CMakeFiles/animation-video.dir/animation-video_automoc.cpp.o
[ 98%] Linking CXX executable animation-video
[ 99%] Building CXX object src/apps/marble-kde/CMakeFiles/marble.dir/kdemain.cpp.o
[ 99%] Building CXX object examples/cpp/marble-game/CMakeFiles/marble-game.dir/CountryByShape.cpp.o
CMakeFiles/animation-video.dir/main.cpp.o: In function `animatedFlight(Marble::MarbleWidget*)':
main.cpp:(.text+0x21f): undefined reference to `cv::VideoWriter::VideoWriter(cv::String const&, int, double, cv::Size_<int>, bool)'
main.cpp:(.text+0x55a): undefined reference to `cv::VideoWriter::write(cv::Mat const&)'
main.cpp:(.text+0x651): undefined reference to `cv::VideoWriter::write(cv::Mat const&)'
main.cpp:(.text+0x712): undefined reference to `cv::VideoWriter::~VideoWriter()'
main.cpp:(.text+0x75f): undefined reference to `cv::VideoWriter::~VideoWriter()'
collect2: error: ld returned 1 exit status
examples/cpp/animation-video/CMakeFiles/animation-video.dir/build.make:143: recipe for target 'examples/cpp/animation-video/animation-video' failed
make[2]: *** [examples/cpp/animation-video/animation-video] Error 1
CMakeFiles/Makefile2:10630: recipe for target 'examples/cpp/animation-video/CMakeFiles/animation-video.dir/all' failed