summaryrefslogtreecommitdiff
path: root/audio/libshout/Makefile
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2005-02-28 02:21:20 +0000
committerkim <kim@pkgsrc.org>2005-02-28 02:21:20 +0000
commitc0aa5fc27e102abfcff7e2063b84d94e8b484335 (patch)
tree17884cb7ab416a66644ce5cc0beebf69b114ae31 /audio/libshout/Makefile
parent49fd66760c089f1e3a59759ebea1a87c84d9cb71 (diff)
downloadpkgsrc-c0aa5fc27e102abfcff7e2063b84d94e8b484335.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/Makefile8
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"