Search Criteria
Package Details: cd 5.11-1
Git Clone URL: | https://aur.archlinux.org/cd.git (read-only) |
---|---|
Package Base: | cd |
Description: | C platform-independent graphics library, aka canvasdraw. |
Upstream URL: | http://www.tecgraf.puc-rio.br/cd/ |
Licenses: | |
Submitter: | None |
Maintainer: | keenerd |
Last Packager: | keenerd |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2009-09-13 14:59 |
Last Updated: | 2016-10-28 11:41 |
Dependencies (12)
- ftgl
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-patched-filechooser-icon-view)
- pangox-compat
- im>=3.7
- freetype2 (freetype2-v35, freetype2-ultimate5, freetype2-infinality, freetype2-cleartype, freetype2-ttmetrics, freetype2-old-hinting, freetype2-git, freetype2-infinality-ultimate) (make)
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-patched-filechooser-icon-view) (make)
- libx11 (libx11-threadsafe) (make)
- libxft (make)
- libxmu (make)
- libxpm (make)
- lua (make)
- lua (optional) – bindings for Lua are available
Latest Comments
mihaim commented on 2013-12-08 10:36
Alex: is that flag thread-related? If that so, I think it is better to leave this as it is - for multithreading - just I wonder how could one notify this solution for machines where the build fails.
Anonymous comment on 2013-09-12 20:34
Looks like this, like other Tecmake packages, needs ‘make -j1’ to be forced; otherwise, the build fails spuriously.
mihaim commented on 2012-02-01 20:34
Thank you punkrockguy, updated.
punkrockguy318 commented on 2012-02-01 03:12
/usr/bin/ld: cannot find -limlua52
worked fine after I updated to the latest im
might want to include im >= 3.7 as a dependency? it looks like they've changed the name of the library flag or something
axil42 commented on 2011-08-20 16:23
It's all yours!
mihaim commented on 2011-08-20 16:17
@markelos: yes, I would be willing to, it would be good to have them all neat. I'm sorry I missed your answer... Today I fixed something in iup-gtk and noticed again that this package is binary.
axil42 commented on 2011-04-11 06:13
@ akephalos
Do you want to adopt this package? It's totally fine by me! I only adopted it because it was orphan, I don't really use it...
mihaim commented on 2011-04-11 05:12
I took over the im and iup-gtk packages, I made some modifications on them, maybe you would like to take a look:
- 1 - built them from source, I think it's more appropriate than installing the binaries, IMO;
- 2 - removed provides, conflicts, as they're not necessary, the package name is the same -> automatically provides and conflicts;
- 3 - moved the optdepends in makedepends, as they are required to build the libraries and support them (if they're not statically linked, which I doubt, I may need to add them as optdepends too, but I didn't check this);
- 4 - removed the 'custom' license and replaced it with MIT;
- 5 - put all the path variables between curly brackets.
I think points 2 and 5 you should at least consider, to improve the quality of the package. I'm not sure about the total appropriateness of 4.
axil42 commented on 2011-03-24 07:40
Are you sure? In the PKGBUILD you provided you have the same md5sum for both arches. This is what I get:
$ md5sum cd-5.4.1_Linux26_lib.tar.gz cd-5.4.1_Linux26_64_lib.tar.gz
98e93ea2fdcc6cfa23dcb8182eb2419b cd-5.4.1_Linux26_lib.tar.gz
fd2a5c03138a35a3485032fa82517426 cd-5.4.1_Linux26_64_lib.tar.gz
Yeah, I found my mistake. The download url is the same for both... Thanks. Updated.
gbc921 commented on 2011-03-24 00:38
Hello!
I've tried to update this package and this latest update for Arch x86_64 has MD5Sum with different hash for "cd-5.4.1_Linux26_lib.tar.gz".
I've found that right MD5 is:
98e93ea2fdcc6cfa23dcb8182eb2419b
I've modified it, then it have installed.
PKGBUILD modified is here:
http://pastebin.com/M80wDNeQ
Thanks!