summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-01-26 15:34:47 +0000
committerjmmv <jmmv>2004-01-26 15:34:47 +0000
commit9a84459ce4d3d69578704fd4fdb978f410087edb (patch)
tree19d77dfdb1ab821eaa31657ce28ce4b0feea6952
parenta58989994db00749360de771aaa1a8f0ba614439 (diff)
downloadpkgsrc-9a84459ce4d3d69578704fd4fdb978f410087edb.tar.gz
apla moved to the multimedia category.
-rw-r--r--graphics/Makefile3
-rw-r--r--graphics/apla/DESCR7
-rw-r--r--graphics/apla/Makefile28
-rw-r--r--graphics/apla/PLIST3
-rw-r--r--graphics/apla/distinfo5
-rw-r--r--graphics/apla/patches/patch-aa26
6 files changed, 1 insertions, 71 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index eb2cdfd7251..9109e2f9318 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.285 2004/01/26 15:21:09 jmmv Exp $
+# $NetBSD: Makefile,v 1.286 2004/01/26 15:34:47 jmmv Exp $
#
COMMENT= Graphics tools and libraries
@@ -22,7 +22,6 @@ SUBDIR+= SDLKit
SUBDIR+= SDL_image
SUBDIR+= aalib
SUBDIR+= aalib-x11
-SUBDIR+= apla
SUBDIR+= aqsis
SUBDIR+= artist
SUBDIR+= autotrace
diff --git a/graphics/apla/DESCR b/graphics/apla/DESCR
deleted file mode 100644
index f5d7e1dc690..00000000000
--- a/graphics/apla/DESCR
+++ /dev/null
@@ -1,7 +0,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).
diff --git a/graphics/apla/Makefile b/graphics/apla/Makefile
deleted file mode 100644
index 8817604eb96..00000000000
--- a/graphics/apla/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2004/01/26 15:16:53 jmmv Exp $
-#
-
-DISTNAME= apla-1.0.3
-PKGREVISION= 6
-CATEGORIES= graphics
-MASTER_SITES= http://pd37.warszawa.sdi.tpnet.pl/NetBSD/
-
-MAINTAINER= zuntum@NetBSD.org,w.wnuk@zodiac.mimuw.edu.pl
-COMMENT= Replacement for aviplay player
-
-USE_BUILDLINK2= YES
-USE_X11= YES
-
-MAKE_ENV+= AVIFILE_CONFIG=avifile-config
-MAKE_ENV+= SDL_CONFIG=sdl-config
-MAKE_ENV+= FREETYPE_CONFIG=freetype-config
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/apla ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/apla.1 ${PREFIX}/man/man1
-
-.include "../../converters/libiconv/buildlink2.mk"
-.include "../../devel/SDL_ttf/buildlink2.mk"
-.include "../../graphics/freetype2/buildlink2.mk"
-.include "../../multimedia/avifile-devel/buildlink2.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/apla/PLIST b/graphics/apla/PLIST
deleted file mode 100644
index 41759a138d1..00000000000
--- a/graphics/apla/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:50:16 zuntum Exp $
-bin/apla
-man/man1/apla.1
diff --git a/graphics/apla/distinfo b/graphics/apla/distinfo
deleted file mode 100644
index f7610dde4cb..00000000000
--- a/graphics/apla/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.6 2002/08/28 05:31:00 jlam Exp $
-
-SHA1 (apla-1.0.3.tar.gz) = 7b28dd78644884bb737ff3ada416e838c7f5fe62
-Size (apla-1.0.3.tar.gz) = 6790 bytes
-SHA1 (patch-aa) = 32a3e6db237e5a660241e3cf5224f570a1349060
diff --git a/graphics/apla/patches/patch-aa b/graphics/apla/patches/patch-aa
deleted file mode 100644
index 9f1acd6c813..00000000000
--- a/graphics/apla/patches/patch-aa
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2002/08/28 05:31:01 jlam Exp $
-
---- Makefile.orig Wed Jun 27 04:14:07 2001
-+++ Makefile
-@@ -4,9 +4,9 @@ LOCALBASE?=/usr/pkg
- X11BASE?=/usr/X11R6
- CC=${CXX}
-
--AVIFILE_CONFIG?=${LOCALBASE}/bin/avifile-config
--SDL_CONFIG?=${LOCALBASE}/bin/sdl-config
--FREETYPE_CONFIG?=${LOCALBASE}/bin/freetype-config
-+AVIFILE_CONFIG?=avifile-config
-+SDL_CONFIG?=sdl-config
-+FREETYPE_CONFIG?=freetype-config
-
- AVIFILE_CFLAGS?=`${AVIFILE_CONFIG} --cflags`
- SDL_CFLAGS?=`${SDL_CONFIG} --cflags`
-@@ -20,8 +20,6 @@ CPPFLAGS+=${AVIFILE_CFLAGS} ${SDL_CFLAGS
- '-DX11BASE="${X11BASE}"'
-
- LDFLAGS+=${AVIFILE_LIBS} ${SDL_LIBS} ${FREETYPE_LIBS} \
-- -L${X11BASE}/lib -Wl,-R${X11BASE}/lib \
-- -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib \
- -lSDL_ttf -liconv -li386
-
- SRCS=main.cc cmdline.cc help.cc text.cc \