diff options
author | zuntum <zuntum> | 2001-06-16 11:40:33 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-06-16 11:40:33 +0000 |
commit | ba7124a3d3f00d6721f0f68eefc164f7866037c6 (patch) | |
tree | 60ac288788b8bfe6c79b6afaf2cb947780747a17 /graphics/apla | |
parent | d32588f3f5d54ee0447201054d83e90262f8a62d (diff) | |
download | pkgsrc-ba7124a3d3f00d6721f0f68eefc164f7866037c6.tar.gz |
Initial import of apla-1.0
apla is temporary replacement for aviplay player. It uses avifile library.
If you have slow CPU/framebuffer you can try -s option to reduce count of
frames displayed (all frames have to be decoded in most video formats
though). Using 16 bit video mode may help as well. Absolutely mandatory
for optimal performance is use of write-combining access to framebuffer
memory on i386 hardware, see memconfig(8).
This great program was written by Witold J. Wnuk <w.wnuk@zodiac.mimuw.edu.pl>
Thanks Witold!
Diffstat (limited to 'graphics/apla')
-rw-r--r-- | graphics/apla/Makefile | 22 | ||||
-rw-r--r-- | graphics/apla/distinfo | 4 | ||||
-rw-r--r-- | graphics/apla/pkg/DESCR | 7 | ||||
-rw-r--r-- | graphics/apla/pkg/PLIST | 3 |
4 files changed, 36 insertions, 0 deletions
diff --git a/graphics/apla/Makefile b/graphics/apla/Makefile new file mode 100644 index 00000000000..a5affa78950 --- /dev/null +++ b/graphics/apla/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/06/16 11:40:33 zuntum Exp $ +# + +DISTNAME= apla-1.0 +CATEGORIES= graphics +MASTER_SITES= http://zuntum.net/distfiles/ \ + http://pd37.warszawa.sdi.tpnet.pl/NetBSD/ + +MAINTAINER= zuntum@netbsd.org,w.wnuk@zodiac.mimuw.edu.pl +COMMENT= replacement for aviplay player + +DEPENDS+= avifile-*:../../graphics/avifile-devel +DEPENDS+= SDL_ttf-*:../../devel/SDL_ttf +DEPENDS+= libiconv-*:../../converters/libiconv + +WRKSRC= ${WRKDIR}/apla + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/apla ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/apla.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/apla/distinfo b/graphics/apla/distinfo new file mode 100644 index 00000000000..8832571b260 --- /dev/null +++ b/graphics/apla/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/06/16 11:40:33 zuntum Exp $ + +SHA1 (apla-1.0.tar.gz) = 0cd8cfe4cccfc144cd07a54f589631d0f2b50fd2 +Size (apla-1.0.tar.gz) = 6661 bytes diff --git a/graphics/apla/pkg/DESCR b/graphics/apla/pkg/DESCR new file mode 100644 index 00000000000..f5d7e1dc690 --- /dev/null +++ b/graphics/apla/pkg/DESCR @@ -0,0 +1,7 @@ +apla is temporary replacement for aviplay player. It uses avifile library. + +If you have slow CPU/framebuffer you can try -s option to reduce count of +frames displayed (all frames have to be decoded in most video formats +though). Using 16 bit video mode may help as well. Absolutely mandatory +for optimal performance is use of write-combining access to framebuffer +memory on i386 hardware, see memconfig(8). diff --git a/graphics/apla/pkg/PLIST b/graphics/apla/pkg/PLIST new file mode 100644 index 00000000000..4341ffb9e41 --- /dev/null +++ b/graphics/apla/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/16 11:40:33 zuntum Exp $ +bin/apla +man/man1/apla.1 |