diff options
author | markd <markd@pkgsrc.org> | 2003-09-17 23:01:45 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-09-17 23:01:45 +0000 |
commit | 13e1d3b058931ccd22b43b6b589b72ea0e07fe5b (patch) | |
tree | 99a06c3efe688bb3ee540ab523d252d4ddb37386 /audio/arts/Makefile | |
parent | 9552f7d269884b8990907c877d9811e0957186c3 (diff) | |
download | pkgsrc-13e1d3b058931ccd22b43b6b589b72ea0e07fe5b.tar.gz |
Update arts to 1.1.4 (for KDE3.1.4)
Changes:
* Fix artsbuilder crash with changed construction order in gcc 3.3.2 release.
* Fix stereo volume control.
* Fix compilation problems.
* Crash fixes.
Diffstat (limited to 'audio/arts/Makefile')
-rw-r--r-- | audio/arts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 3eab87a9265..e040d6400f9 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2003/08/01 05:58:20 grant Exp $ +# $NetBSD: Makefile,v 1.20 2003/09/17 23:01:45 markd Exp $ -DISTNAME= arts-1.1.3 +DISTNAME= arts-1.1.4 CATEGORIES= audio COMMENT= Analog Real-Time Synthesizer |