Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34965 - we need libcaca. now with ebuild
Summary: we need libcaca. now with ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL: http://sam.zoy.org/projects/libcaca/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 37639
  Show dependency tree
 
Reported: 2003-12-03 04:19 UTC by Derk-Jan Hartman
Modified: 2004-01-14 10:42 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
well it's an ebuild of course :) (libcaca-0.2.ebuild,1.00 KB, patch)
2003-12-04 03:35 UTC, Derk-Jan Hartman
Details | Diff
New version (libcaca-0.6.ebuild,1.12 KB, patch)
2004-01-05 10:29 UTC, Derk-Jan Hartman
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Derk-Jan Hartman 2003-12-03 04:19:10 UTC
The libcaca library is a graphics library that outputs text instead of pixels, 
so that it can work on older video cards or text terminals. It is not unlike 
the famous AAlib library. libcaca needs a terminal to work, thus it should work 
on all Unix systems (including Mac OS X) using either the slang library or the 
ncurses library, on DOS using the <conio.h> library, and on Windows systems 
using either slang or ncurses (through Cygwin emulation) or <conio.h>. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Derk-Jan Hartman 2003-12-04 03:35:30 UTC
Created attachment 21684 [details, diff]
well it's an ebuild of course :)
Comment 2 Derk-Jan Hartman 2003-12-18 10:27:58 UTC
Description contains 'ASCI'
This should of course be 'ASCII'
Comment 3 Christoph Brill (egore) (RESIGNED) 2003-12-25 05:06:36 UTC
mplayerhq news says:

MPlayer is yet to support libcaca directly, but with the following patch, the -vo sdl:caca MPlayer option will enable caca video output (if it's monochrome, check the TERM enviroment variable).

The patch for the vanilla SDL 1.2.6 can be downloaded here: http://www.mplayerhq.hu/MPlayer/patches/patch-SDL-1.2.6-deb-caca.diff.bz2
Comment 4 Derk-Jan Hartman 2003-12-25 19:31:23 UTC
VLC version 0.7.0 to be released this newyear, already supports full blown caca output. There is also a patch to SDL that can give you caca output in every SDL based program. witht the earlier mentioned patch to this include mplayer for instance.
Comment 5 Derk-Jan Hartman 2004-01-05 10:29:29 UTC
Created attachment 23197 [details, diff]
New version

This is an ebuild for the new version of caca.
Someone please commit this? It's fine as it is. doesn't require much work at
all.
Comment 6 Derk-Jan Hartman 2004-01-08 13:35:27 UTC
VLC 0.7.0 does not yet work with 0.6, so the 0.2 ebuild I uploaded earlier should be committed as well as the 0.6, so VLC can use the 0.2 version (nothing else supports caca yet, so it doesn't really matter :)
Comment 7 Martin Holzer (RETIRED) gentoo-dev 2004-01-08 14:09:48 UTC
did you try this with sandbox enabled ?
Comment 8 Derk-Jan Hartman 2004-01-08 14:26:20 UTC
sandbox? isn't that enabled by default?
Why?
Comment 9 Martin Holzer (RETIRED) gentoo-dev 2004-01-13 11:32:47 UTC
ACCESS DENIED  mkdir:     /var/cache/fonts/tfm/jknappen/tc
mkdir: cannot create directory `/var/cache/fonts/tfm/jknappen/tc': Permission denied
kpsestat: /var/cache/fonts/tfm/jknappen/tc/..: No such file or directory
chmod: too few arguments
Comment 10 Derk-Jan Hartman 2004-01-14 04:03:13 UTC
I asked the developer

>Is it possible that libcaca isn't fully respecting PREFIX or something?
>I'm not really sure what the problem is (see also the entire bugreport)
>
>I don't get what it is doing in this directory

   Looks like a problem in the LaTeX installation. libcaca 0.8 will have
a --disable-doc flag to ask it not to build documentation, but this
problem should probably be fixed nonetheless.
Comment 11 Martin Holzer (RETIRED) gentoo-dev 2004-01-14 10:42:39 UTC
0.2 is in cvs