diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-23 18:05:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-23 18:05:04 +0000 |
commit | 8f48a90a75f0a45093e6d84ee2d45b1afbab2ba6 (patch) | |
tree | f95d0b09371ecc4323c3a75cc5e4fc09bc6da92d /multimedia/swfdec/Makefile | |
parent | 9bc9bf5ed8634fd82c7f36351a4d7809a1828c4e (diff) | |
download | pkgsrc-8f48a90a75f0a45093e6d84ee2d45b1afbab2ba6.tar.gz |
Update to 0.8.4:
0.8.4 ("H264")
Another stable release.
- support H264, so all Youtube videos play again
- fix various portability issues for ARM
- fix rare crash with gotoAndPlay() function
- fix rare crasher with setTarget() function
- fix crashes in BitmapData.copyPixels()
- zero memory before rendering in PulseAudio backend
- improve Cairo check in testsuite
Diffstat (limited to 'multimedia/swfdec/Makefile')
-rw-r--r-- | multimedia/swfdec/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/swfdec/Makefile b/multimedia/swfdec/Makefile index 55eff55fe5a..0894472fbad 100644 --- a/multimedia/swfdec/Makefile +++ b/multimedia/swfdec/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2008/10/31 12:41:38 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2009/02/23 18:05:04 wiz Exp $ # -DISTNAME= swfdec-0.8.2 +DISTNAME= swfdec-0.8.4 CATEGORIES= multimedia MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec/0.8/ @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://swfdec.freedesktop.org/ COMMENT= Library for rendering Flash(R) animations and games +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes |