Search Criteria
Package Details: bb 1.3rc1-15
Package Actions
Git Clone URL: | https://aur.archlinux.org/bb.git (read-only, click to copy) |
---|---|
Package Base: | bb |
Description: | ASCII-art demo that uses AAlib |
Upstream URL: | http://aa-project.sourceforge.net/bb/ |
Licenses: | GPL |
Submitter: | lucaswerkmeister |
Maintainer: | lucaswerkmeister (forcegk) |
Last Packager: | lucaswerkmeister |
Votes: | 24 |
Popularity: | 0.000364 |
First Submitted: | 2015-08-12 12:16 (UTC) |
Last Updated: | 2023-05-01 13:40 (UTC) |
Dependencies (12)
- aalib
- allegro (allegro-gitAUR, allegro-sdl-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libmikmod
- libx11 (libx11-gitAUR)
- libxau
- libxdmcp
- ncurses (ncurses-gitAUR)
- xorg-fonts-encodings
- xorg-fonts-misc
- aalib (make)
- allegro (allegro-gitAUR, allegro-sdl-gitAUR) (make)
Latest Comments
1 2 Next › Last »
lucaswerkmeister commented on 2023-05-01 13:40 (UTC)
@sh1r4s3 Thanks, done!
sh1r4s3 commented on 2023-04-24 20:32 (UTC)
Seems that Debian dropped the diff files. I changed PKGBUILD to build and install the package. I'll post patch here if it might be useful:
lucaswerkmeister commented on 2022-04-04 19:12 (UTC)
Thanks – I only have xorg-fonts-encodings and xorg-fonts-misc installed from that list (
pacman -Q xorg-{font-util,fonts-{100dpi,75dpi,alias,encodings,misc,type1},mkfontscale}
), and bb seems to work on my end, so I’m assuming xorg-fonts-encodings is the important package (apart from xorg-fonts-misc, which is already a dependency). I’ve added it, let’s see if it helps…produnis commented on 2022-04-04 19:05 (UTC)
I installed these packages:
xorg-font-util xorg-fonts-100dpi xorg-fonts-75dpi xorg-fonts-alias xorg-fonts-encodings xorg-fonts-misc xorg-fonts-type1 xorg-mkfontscale
and rebooted my system. After that, bb runs well and the X_OpenFont-error is gone.
lucaswerkmeister commented on 2021-11-29 21:54 (UTC)
Strange, it still works on my system. Maybe you can strace the program to figure out which font it’s trying to load?
giovariot commented on 2021-11-28 18:14 (UTC)
This happens when I try to run it:
Changing xorg-fonts-misc with other versions from the AUR doesn't really solver the problem unfortunately
lucaswerkmeister commented on 2021-01-09 11:49 (UTC)
@pancho thanks, added the dependency now.
pancho commented on 2020-08-02 04:55 (UTC) (edited on 2020-08-02 05:12 (UTC) by pancho)
Thanks, @lukaswerkmeister! (and roger
-p1
)BTW, this happens to me when I try to run it:
I've traced the default font to
src/ui/ui-drv/x11/ui_x11.c L519
to "fixed", which seems available in my system.Any idea of what did I get wrong? TIA.
EDIT: Only after writing this query did I read the previous report and proposed fix.
So, I suggest adding
xorg-fonts-misc
to thedepends
array, which fixes the issue for me (X needs restarting, though).Sorry for the noise.
lucaswerkmeister commented on 2020-07-31 21:24 (UTC)
@pancho Thanks, I updated the PKGBUILD accordingly. (The patches are applied with -p1, so they didn’t need updating, just the PKGBUILD itself.)
pancho commented on 2020-07-31 06:41 (UTC) (edited on 2020-07-31 06:41 (UTC) by pancho)
Hi! SourceForge no longer hosts this project, and thus it can no longer be built. I see from the comments that updating to xaos 4.x is not trivial, so let me suggest that, for the time being, we keep being based on xaos 3.5, which can be obtained from github: https://github.com/xaos-project/XaoS/archive/release-3.5.tar.gz
CAVEAT PACKAGER :-) the base directory of the tar file is no longer
xaos-3.5
but insteadXaoS-release-3.5
, so either the patches need updating, or a hackishmv
is required...Thanks!
1 2 Next › Last »