diff options
author | lukem <lukem@pkgsrc.org> | 2002-11-10 23:55:13 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2002-11-10 23:55:13 +0000 |
commit | 64042f52b736c8ecf13f6cf63b8bd8e334e8f005 (patch) | |
tree | 1354ec98a5777d8436c381ba34cd46985049e269 /audio/flac/Makefile | |
parent | 5067017642c9caf9e5610ffc6e1ba435314a7b6f (diff) | |
download | pkgsrc-64042f52b736c8ecf13f6cf63b8bd8e334e8f005.tar.gz |
Update to flac 1.0.4. Notable changes:
flac:
- AIFF input support
- vorbis tag addition whilst encoding (-T)
- various speedups, reductions in memory use, and minor fixes
libraries:
- OggFLAC & OggFLAC++ libraries
- various speedups, reductions in memory use, and minor fixes
(see doc/html/news.html for more info)
Diffstat (limited to 'audio/flac/Makefile')
-rw-r--r-- | audio/flac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 9bc0da8f288..53f9e450d70 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/09/04 19:31:44 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/11/10 23:55:13 lukem Exp $ # -DISTNAME= flac-1.0.3 +DISTNAME= flac-1.0.4 WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= audio archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flac/} |