Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201908 - app-misc/bb (new ebuild)
Summary: app-misc/bb (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-12-10 22:46 UTC by Gokdeniz Karadag
Modified: 2008-01-05 22:05 UTC (History)
0 users

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


Attachments
new ebuild for app-misc/bb (bb-1.3.0_rc1.ebuild,1.02 KB, text/plain)
2007-12-10 22:47 UTC, Gokdeniz Karadag
Details
patch to fix compilation error (bb-1.3.0_rc1-noattr.patch,509 bytes, patch)
2007-12-10 22:48 UTC, Gokdeniz Karadag
Details | Diff
new version of app-misc/bb ebuild (bb-1.3.0_rc1.ebuild,1.04 KB, text/plain)
2007-12-10 23:22 UTC, Gokdeniz Karadag
Details
updated ebuild (bb-1.3.0_rc1.ebuild,1.08 KB, text/plain)
2008-01-05 21:39 UTC, Gokdeniz Karadag
Details
removed src_compile and formatted variables (bb-1.3.0_rc1.ebuild,1.00 KB, text/plain)
2008-01-05 21:55 UTC, Gokdeniz Karadag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gokdeniz Karadag 2007-12-10 22:46:46 UTC
bb is a simple demo application for aalib, ascii art library.
It shows images, text and animations using ascii art and is very impressive :)

Website is at http://aa-project.sourceforge.net/bb/
Latest release is at SF as the project abandoned this website and uses only sf.net pages.

Downloading the tar.gz may bounce you between a few SF mirrors but the file exists (checked before submitting)

Reproducible: Always

Steps to Reproduce:
Comment 1 Gokdeniz Karadag 2007-12-10 22:47:27 UTC
Created attachment 138215 [details]
new ebuild for app-misc/bb
Comment 2 Gokdeniz Karadag 2007-12-10 22:48:33 UTC
Created attachment 138216 [details, diff]
patch to fix compilation error

removes two REGISTERS (3) macros, which expand to __attribute__, used for error checking only.
Comment 3 Gokdeniz Karadag 2007-12-10 23:22:12 UTC
Created attachment 138219 [details]
new version of app-misc/bb ebuild

Replace libmikmod dependency with a conditional dependency on "mikmod" use flag. BB compiles without libmikmod if it cannot find the lib.
Comment 4 Gokdeniz Karadag 2008-01-05 21:39:01 UTC
Created attachment 140234 [details]
updated ebuild

use standard functions in src_install, better.

By the way, this package would have near zero maintenance burden, as it is just an ascii-art video with sound. [but still impressive :) and shows capabilities of aalib ]
Comment 5 Gokdeniz Karadag 2008-01-05 21:55:02 UTC
Created attachment 140236 [details]
removed src_compile and formatted variables
Comment 6 Markus Ullmann (RETIRED) gentoo-dev 2008-01-05 22:05:33 UTC
Added to CVS, keep up the good work :)