Search Criteria
Package Details: lua53-cd 5.14-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/libcd.git (read-only, click to copy) |
---|---|
Package Base: | libcd |
Description: | Lua (5.3) bindings for Canvas Draw library |
Upstream URL: | https://www.tecgraf.puc-rio.br/cd/ |
Licenses: | MIT |
Submitter: | None |
Maintainer: | blueowl |
Last Packager: | blueowl |
Votes: | 6 |
Popularity: | 0.066846 |
First Submitted: | 2010-07-22 08:52 (UTC) |
Last Updated: | 2024-07-25 08:58 (UTC) |
Dependencies (12)
- libcdAUR
- glu (glu-gitAUR) (make)
- lsb-release (make)
- lua (make)
- lua-imAUR (make)
- lua51 (luajit-symlinksAUR) (make)
- lua51-imAUR (make)
- lua52 (make)
- lua52-imAUR (make)
- lua53 (make)
- lua53-imAUR (make)
- pdflib-liteAUR (make)
Required by (6)
Sources (4)
- fix-build-gcc-14.patch
- https://downloads.sourceforge.net/project/canvasdraw/5.14/Docs%20and%20Sources/cd-5.14_Docs.pdf
- https://downloads.sourceforge.net/project/canvasdraw/5.14/Docs%20and%20Sources/cd-5.14_Sources.tar.gz
- https://downloads.sourceforge.net/project/canvasdraw/5.14/Docs%20and%20Sources/ftgl-2.1.5_Sources.tar.gz
Latest Comments
1 2 3 Next › Last »
andrewkoz commented on 2024-07-11 23:05 (UTC) (edited on 2024-07-12 02:23 (UTC) by andrewkoz)
There are some problems with this package:
The md5 hash for cd-5.14_Sources.tar.gz should be 7b7bc2cd0d0b598e957aaf16e8bc6884
If building in parallel then some targets are built at the same time as their dependencies which causes a race condition where the build fails if the targets are linked against dependencies that are still being built. To fix the build order add the following to package() in the PKGBUILD:
MrSoup678 commented on 2023-08-02 10:16 (UTC)
@destinghim Same error here. Reproducible with manual build (makepkg). Apparently some targets are build before other targets. In the libim repo the im_jp2 target is build BEFORE im. I had to split the make call to build only im first, then the rest. Likely the same case in this package.
desttinghim commented on 2022-02-12 06:33 (UTC)
I am getting an error when trying to build this using yay. For some reason it can't link against the libraries it just built. I managed to get around this by downloading the PKGBUILD and running makepkg multiple times, until all versions of libcd were built. Any idea why this is the case?
blueowl commented on 2021-08-06 11:15 (UTC) (edited on 2021-08-06 11:15 (UTC) by blueowl)
@mov-rax: thanks for pointing it out and the link. libcd now depends on AUR pdflib-lite package. But it provides a library named libpdf rather than libpdflib (Upstream now uses its internal copy of PDFlib-lite sources instead).
Fixed in https://aur.archlinux.org/cgit/aur.git/commit/?h=libcd&id=5bb04f6e9a4a0616b99dfee9242a7e9862bc0875
mov-rax commented on 2021-01-30 00:41 (UTC)
This package fails to link.
This linking error was also referenced here.
blueowl commented on 2020-01-27 17:01 (UTC) (edited on 2020-01-27 17:02 (UTC) by blueowl)
Made an update to build with pango >= 1.44 (depending on harfbuzz).
@daurnimator: pango 1.44 and up depends on harfbuzz [1],[2]. However the upstream tecmake.mak has not been updated yet. So I have patched that in PKGBUILD for now.
[1] https://gitlab.gnome.org/GNOME/pango/blob/master/NEWS#L66
[2] https://blogs.gnome.org/mclasen/2019/07/19/pango-updates/
daurnimator commented on 2019-12-21 06:04 (UTC) (edited on 2019-12-21 06:08 (UTC) by daurnimator)
Missing harfbuzz dependency?
blueowl commented on 2018-10-11 19:20 (UTC) (edited on 2018-10-11 19:26 (UTC) by blueowl)
Updated
@ktamp: added 'lua' to makedepends
@quipa: fixed ftgl checksum
Thanks for pointing out the issues.
ktamp commented on 2018-08-27 23:29 (UTC)
Please add 'lua' to makedepends. This would solve potential problems on systems where 'lua' is not already installed and pikaur AUR helper is used (possibly others too).
quipa commented on 2018-08-10 19:45 (UTC)
There seems to be an issue with the md5sums for ftgl, getting the following error:
1 2 3 Next › Last »