summaryrefslogtreecommitdiff
path: root/graphics/apla
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-06-16 11:40:33 +0000
committerzuntum <zuntum@pkgsrc.org>2001-06-16 11:40:33 +0000
commiteb079e3e0d917b0963412d5039a1823aa5e2833d (patch)
tree60ac288788b8bfe6c79b6afaf2cb947780747a17 /graphics/apla
parent008e9bc8a63d23c819558d840c7dccd1edf80007 (diff)
downloadpkgsrc-eb079e3e0d917b0963412d5039a1823aa5e2833d.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/Makefile22
-rw-r--r--graphics/apla/distinfo4
-rw-r--r--graphics/apla/pkg/DESCR7
-rw-r--r--graphics/apla/pkg/PLIST3
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