Search Criteria
Package Details: c10t-git 1.7.r242.g15d0bfe-1
Git Clone URL: | https://aur.archlinux.org/c10t-git.git (read-only, click to copy) |
---|---|
Package Base: | c10t-git |
Description: | A minecraft cartography tool. |
Upstream URL: | https://github.com/udoprog/c10t |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | semi |
Maintainer: | Buce |
Last Packager: | Buce |
Votes: | 19 |
Popularity: | 0.000000 |
First Submitted: | 2010-09-19 10:02 |
Last Updated: | 2021-03-28 23:47 |
Dependencies (6)
- boost-libs (boost171, boost-libs-git)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-infinality-remix, freetype2-git, freetype2-minimal-git)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- git (git-git) (make)
Required by (2)
- clicraft (requires c10t) (optional)
- clicraft-git (requires c10t) (optional)
Latest Comments
1 2 Next › Last »
micwoj92 commented on 2021-03-29 04:53
Hey, thanks for updating.
Buce commented on 2021-01-21 20:40
P.S. could you add
provides=('c10t')
andconflicts=('c10t')
?Buce commented on 2021-01-21 20:33
The binary built with this package doesn't work unless palette.json is in the current working dir.
Also, not a big deal but the PKGBUILD does not conform to VCS packaging guidelines: https://wiki.archlinux.org/index.php/VCS_package_guidelines
I made a more up-to-date PKGBUILD that fixes both issues here:
https://gist.github.com/DMBuce/1bcce1b8ad966fd3185c5dadff72806f
beej commented on 2013-08-06 09:35
This won't build for me unless I patch CMakeLists.txt to read:
set(Boost_USE_STATIC_LIBS FALSE)
semi commented on 2012-03-05 11:54
I apologize for the long delay, it should build again now.
sakalisc commented on 2012-03-01 18:54
I emailed the maintainer asking him to update or orphan the package. If he does not reply in one week, I will ask on the AUR mailing list.
danbruegge commented on 2012-02-09 19:14
@Bruce thanks man, that worked for me. :)
Buce commented on 2012-01-04 18:20
This wouldn't compile until I added these lines after `cd "$srcdir/$_gitname-build"` and before the `cmake` invocation:
git submodule init
git submodule update
The error I got was something about not being able to find unc/unc.hpp.
semi commented on 2011-08-16 08:29
mdschech, I can't reproduce this on my system, unfortunately. What version of libpng are you using on your system? Please try reinstalling / upgrading to the most recent one (I use extra/libpng 1.4.8-1)
Good luck :)
Anonymous comment on 2011-08-12 17:27
Error I get while building:
[ 73%] Building CXX object src/CMakeFiles/c10t.dir/altitude_graph.cpp.o
In file included from /usr/include/png.h:417:0,
from /tmp/yaourt-tmp-matt/aur-c10t-git/src/c10t-gitrepo-build/src/image/format/png.hpp:4,
from /tmp/yaourt-tmp-matt/aur-c10t-git/src/c10t-gitrepo-build/src/altitude_graph.hpp:16,
from /tmp/yaourt-tmp-matt/aur-c10t-git/src/c10t-gitrepo-build/src/altitude_graph.cpp:1:
/usr/include/pngconf.h:386:12: error: â__pngconfâ does not name a type
/usr/include/pngconf.h:387:12: error: â__dont__â does not name a type
make[3]: *** [src/CMakeFiles/c10t.dir/altitude_graph.cpp.o] Error 1
make[2]: *** [src/CMakeFiles/c10t.dir/all] Error 2
make[1]: *** [src/CMakeFiles/c10t.dir/rule] Error 2
make: *** [c10t] Error 2