diff options
author | zuntum <zuntum> | 2001-06-27 11:02:57 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-06-27 11:02:57 +0000 |
commit | ab9a12915853d6841c7dfe781e7355b8d02100ad (patch) | |
tree | 292458c783c53b3b89681a7305a1074ba85dab33 /graphics/apla/Makefile | |
parent | 8e3a02b40c32d5edbc8e545bd4050f24e3eccf9e (diff) | |
download | pkgsrc-ab9a12915853d6841c7dfe781e7355b8d02100ad.tar.gz |
Update apla to 1.0.3
o fix -a ('no audio') option not to open audio device
o fix audio time scale with avifile-0.53
o fix 8bit audio decoding to use proper format (ie. unsigned samples)
o apla's directory in distfile now has version numers in its name
o updated to use SDL_ttf 2.0.3
o reworked Makefile
Thanks Witold, great software!
Diffstat (limited to 'graphics/apla/Makefile')
-rw-r--r-- | graphics/apla/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/apla/Makefile b/graphics/apla/Makefile index dbc353743ec..cd2e497d6d0 100644 --- a/graphics/apla/Makefile +++ b/graphics/apla/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/06/26 21:45:55 zuntum Exp $ +# $NetBSD: Makefile,v 1.4 2001/06/27 11:02:57 zuntum Exp $ # -DISTNAME= apla-1.0 +DISTNAME= apla-1.0.2 CATEGORIES= graphics MASTER_SITES= http://pd37.warszawa.sdi.tpnet.pl/NetBSD/ @@ -12,8 +12,7 @@ USE_BUILDLINK_ONLY= YES MAKE_ENV+= SDL_CONFIG="${BUILDLINK_CONFIG_WRAPPER.SDL}" MAKE_ENV+= AVIFILE_CONFIG="${BUILDLINK_CONFIG_WRAPPER.avifile}" - -WRKSRC= ${WRKDIR}/apla +MAKE_ENV+= FREETYPE_CONFIG="${BUILDLINK_CONFIG_WRAPPER.freetype2}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/apla ${PREFIX}/bin |