diff options
author | kim <kim@pkgsrc.org> | 2005-02-28 02:21:20 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2005-02-28 02:21:20 +0000 |
commit | 79450facbdf6e775f43fd2c264e6d489b7067200 (patch) | |
tree | 17884cb7ab416a66644ce5cc0beebf69b114ae31 /audio/libshout/Makefile | |
parent | 4d9b9c0dc15e6e968256972cabe6771e92619e7a (diff) | |
download | pkgsrc-79450facbdf6e775f43fd2c264e6d489b7067200.tar.gz |
Upgrade to libshout 2.1, from Juan RP (xtraeme@) in private mail.
Bug fixes, no API changes.
Diffstat (limited to 'audio/libshout/Makefile')
-rw-r--r-- | audio/libshout/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index 40d5bd1279a..610625c7771 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2004/10/03 00:13:07 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/02/28 02:21:20 kim Exp $ # -DISTNAME= libshout-2.0 -PKGREVISION= 1 +DISTNAME= libshout-2.1 CATEGORIES= audio -MASTER_SITES= http://icecast.org/files/libshout/ +MASTER_SITES= http://downloads.xiph.org/releases/libshout/ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.gnu.org/directory/audio/ogg/libshout.html @@ -18,5 +17,6 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-pkgconfig .include "../../audio/libvorbis/buildlink3.mk" +.include "../../multimedia/libtheora/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |