pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics apla moved to the multimedia category.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7243afdc9ed7
branches: trunk
changeset: 467191:7243afdc9ed7
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Mon Jan 26 15:34:47 2004 +0000
description:
apla moved to the multimedia category.
diffstat:
graphics/Makefile | 3 +--
graphics/apla/DESCR | 7 -------
graphics/apla/Makefile | 28 ----------------------------
graphics/apla/PLIST | 3 ---
graphics/apla/distinfo | 5 -----
graphics/apla/patches/patch-aa | 26 --------------------------
6 files changed, 1 insertions(+), 71 deletions(-)
diffs (106 lines):
diff -r 6608d037a6c7 -r 7243afdc9ed7 graphics/Makefile
--- a/graphics/Makefile Mon Jan 26 15:33:31 2004 +0000
+++ b/graphics/Makefile Mon Jan 26 15:34:47 2004 +0000
@@ -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+= SDL_image
SUBDIR+= aalib
SUBDIR+= aalib-x11
-SUBDIR+= apla
SUBDIR+= aqsis
SUBDIR+= artist
SUBDIR+= autotrace
diff -r 6608d037a6c7 -r 7243afdc9ed7 graphics/apla/DESCR
--- a/graphics/apla/DESCR Mon Jan 26 15:33:31 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 6608d037a6c7 -r 7243afdc9ed7 graphics/apla/Makefile
--- a/graphics/apla/Makefile Mon Jan 26 15:33:31 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost,w.wnuk%zodiac.mimuw.edu.pl@localhost
-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 -r 6608d037a6c7 -r 7243afdc9ed7 graphics/apla/PLIST
--- a/graphics/apla/PLIST Mon Jan 26 15:33:31 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 6608d037a6c7 -r 7243afdc9ed7 graphics/apla/distinfo
--- a/graphics/apla/distinfo Mon Jan 26 15:33:31 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 6608d037a6c7 -r 7243afdc9ed7 graphics/apla/patches/patch-aa
--- a/graphics/apla/patches/patch-aa Mon Jan 26 15:33:31 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 \
Home |
Main Index |
Thread Index |
Old Index