Subject: pkg/15115: a patch for the devel/SDL library to add support for the graphics/aalib (ASCII Art library)
To: None <gnats-bugs@gnats.netbsd.org>
From: Lubomir Sedlacik <salo@Xtrmntr.org>
List: netbsd-bugs
Date: 01/02/2002 21:00:50
>Number: 15115
>Category: pkg
>Synopsis: a patch for the devel/SDL library to add support for the graphics/aalib (ASCII Art library)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Jan 02 13:01:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Lubomir Sedlacik
>Release: -current
>Organization:
>Environment:
>Description:
a patch which adds support for the aalib (ASCII Art library) to the SDL
library. so you could for example watch your mpegs in the ascii using
mplayer (mplayer -vo sdl:aalib) ;)
WARNING: this PR is dependent on the pkg/15114 PR! --
Category: pkg
Responsible: pkg-manager
Synopsis: buildlink.mk for the graphics/aalib library
Arrival-Date: Wed Jan 02 12:52:00 PST 2002
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/SDL/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- Makefile 2001/12/11 16:30:45 1.27
+++ Makefile 2002/01/02 20:38:32
@@ -38,6 +38,7 @@
CONFIGURE_ARGS+= --disable-arts
CONFIGURE_ARGS+= --disable-pthread-sem
+CONFIGURE_ARGS+= --enable-video-aalib
CONFIGURE_ENV+= NASMFLAGS="${NASMFLAGS}"
MAKE_ENV+= NASMFLAGS="${NASMFLAGS}"
@@ -59,6 +60,7 @@
.include "../../audio/esound/buildlink.mk"
.include "../../devel/pth/buildlink.mk"
.include "../../graphics/Mesa/buildlink.mk"
+.include "../../graphics/aalib/buildlink.mk"
.include "../../mk/ossaudio.buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"
>Release-Note:
>Audit-Trail:
>Unformatted: