Package Details: hasciicam 1.3-4

Git Clone URL: https://aur.archlinux.org/hasciicam.git (read-only, click to copy)
Package Base: hasciicam
Description: Renders video input as ascii (to the terminal, textfile, or live webpage)
Upstream URL: http://ascii.dyne.org/
Licenses: GPL3
Submitter: None
Maintainer: kode54
Last Packager: kode54
Votes: 31
Popularity: 0.001206
First Submitted: 2005-08-08 12:51 (UTC)
Last Updated: 2024-06-11 04:25 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

simona commented on 2024-06-02 15:57 (UTC)

same as me

musqz commented on 2024-06-02 15:36 (UTC) (edited on 2024-06-03 10:23 (UTC) by musqz)

Maybe this solution helps some one else too.

Look at Github Jaromil. I made an issue, with solution. Edited hasciicam.c. https://github.com/jaromil/hasciicam/issues/13

make[1]: Entering directory '/build/hasciicam/src/hasciicam_1.3/src'
  CC       hasciicam.o
hasciicam.c:183:3: error: initialization of ‘const char * const*’ from incompatible pointer type ‘char **’ [-Wincompatible-pointer-types]
  183 |   html_escapes
      |   ^~~~~~~~~~~~
hasciicam.c:183:3: note: (near initialization for ‘hascii_format.conversions’)

kode54 commented on 2024-05-28 04:05 (UTC)

This does not build with gcc 14 due to -Werror and some incompatible variable type warnings being treated as errors.

make[1]: Entering directory '/build/hasciicam/src/hasciicam_1.3/src'
  CC       hasciicam.o
hasciicam.c:183:3: error: initialization of ‘const char * const*’ from incompatible pointer type ‘char **’ [-Wincompatible-pointer-types]
  183 |   html_escapes
      |   ^~~~~~~~~~~~
hasciicam.c:183:3: note: (near initialization for ‘hascii_format.conversions’)

simona commented on 2020-09-19 18:22 (UTC)

fantastic

rokidakota commented on 2018-11-13 09:39 (UTC)

This seems to be the new upstream URL https://github.com/jaromil/HasciiCam

boenki commented on 2016-01-26 23:19 (UTC)

Adopted and updated. And I simply removed the dependancy :D

schuay commented on 2016-01-26 12:29 (UTC)

Disowned.

balwierz commented on 2016-01-26 12:15 (UTC)

Dependency problem error: target not found: ftplib

schuay commented on 2015-04-12 22:34 (UTC)

Thanks, update.

choopm commented on 2015-04-10 10:02 (UTC)

outdated, here's an updated PKGBUILD: https://git.0pointer.org/PKGBUILDs/tree/hasciicam