Remove apla. zuntum@ (MAINTAINER) and apla's original author both agree
that this package is useless. Then there's the fact that this depends on avifile-devel, which is broken.
This commit is contained in:
parent
0cb4c47f8b
commit
640fda758d
7 changed files with 3 additions and 72 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES,v 1.5637 2004/04/18 17:12:23 jmmv Exp $
|
||||
$NetBSD: CHANGES,v 1.5638 2004/04/18 18:04:29 snj Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2004:
|
||||
|
||||
|
@ -2055,3 +2055,4 @@ Changes to the packages collection and infrastructure in 2004:
|
|||
Updated gnome2-terminal to 2.6.1 [jmmv 2004-04-18]
|
||||
Updated ggv2 to 2.6.1 [jmmv 2004-04-18]
|
||||
Updated fam to 2.7.0nb1 [jmmv 2004-04-18]
|
||||
Removed apla [snj 2004-04-18]
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.38 2004/04/16 13:39:54 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.39 2004/04/18 18:04:29 snj Exp $
|
||||
#
|
||||
|
||||
COMMENT= Multimedia utilities
|
||||
|
||||
SUBDIR+= alevt
|
||||
SUBDIR+= apla
|
||||
SUBDIR+= avidemux
|
||||
SUBDIR+= avifile
|
||||
SUBDIR+= avifile-devel
|
||||
|
|
|
@ -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).
|
|
@ -1,28 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.2 2004/03/17 09:58:03 grant Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apla-1.0.3
|
||||
PKGREVISION= 6
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://pd37.warszawa.sdi.tpnet.pl/NetBSD/
|
||||
|
||||
MAINTAINER= zuntum@NetBSD.org
|
||||
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"
|
|
@ -1,3 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/26 15:32:48 jmmv Exp $
|
||||
bin/apla
|
||||
man/man1/apla.1
|
|
@ -1,5 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/01/26 15:32:48 jmmv Exp $
|
||||
|
||||
SHA1 (apla-1.0.3.tar.gz) = 7b28dd78644884bb737ff3ada416e838c7f5fe62
|
||||
Size (apla-1.0.3.tar.gz) = 6790 bytes
|
||||
SHA1 (patch-aa) = 32a3e6db237e5a660241e3cf5224f570a1349060
|
|
@ -1,26 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.1.1.1 2004/01/26 15:32:48 jmmv 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 \
|
Loading…
Reference in a new issue