diff options
author | tron <tron> | 2010-01-05 23:02:12 +0000 |
---|---|---|
committer | tron <tron> | 2010-01-05 23:02:12 +0000 |
commit | 2fdf442a9fef39ed48e78481a09ee8463a863783 (patch) | |
tree | 330068a1e412f1bd349de208be429ea8ee7739d4 /audio/lame/Makefile | |
parent | 0b957b0d1e4805889a4b849eaae63469c6532670 (diff) | |
download | pkgsrc-2fdf442a9fef39ed48e78481a09ee8463a863783.tar.gz |
Add patch from the "lame" CVS repository to fix API incompatiblity with
the "ffmpeg" package. "ffmpeg" can now generate ".flv" files with
audio again. Bump package revision.
Extra testing by Matthias Drochner, approved by Alistair Crooks.
Diffstat (limited to 'audio/lame/Makefile')
-rw-r--r-- | audio/lame/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 934fb973679..4b0f1683b4e 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.63 2009/05/20 23:08:28 zafer Exp $ -# +# $NetBSD: Makefile,v 1.64 2010/01/05 23:02:12 tron Exp $ DISTNAME= lame-398-2 PKGNAME= lame-3.98.2 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lame/} |