pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libshout update to 2.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea4b45c91a56
branches:  trunk
changeset: 396666:ea4b45c91a56
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Jul 30 16:41:18 2009 +0000

description:
update to 2.2.2
changes: bugfixes
pkgsrc change: enable pkg-config again, so that the .pc file gets
installed (didn't find a pkg which depends on the old shout-config
script)
from Guillaume Lasmayous per PR pkg/41468

diffstat:

 audio/libshout/Makefile |  5 ++---
 audio/libshout/PLIST    |  5 +++--
 audio/libshout/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (50 lines):

diff -r 8517ba9e3f9e -r ea4b45c91a56 audio/libshout/Makefile
--- a/audio/libshout/Makefile   Thu Jul 30 16:38:42 2009 +0000
+++ b/audio/libshout/Makefile   Thu Jul 30 16:41:18 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2008/07/14 12:55:57 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2009/07/30 16:41:18 drochner Exp $
 #
 
-DISTNAME=      libshout-2.1
+DISTNAME=      libshout-2.2.2
 CATEGORIES=    audio
 MASTER_SITES=  http://downloads.xiph.org/releases/libshout/
 
@@ -15,7 +15,6 @@
 PTHREAD_OPTS+=         require
 
 GNU_CONFIGURE=         YES
-CONFIGURE_ARGS+=       --disable-pkgconfig
 
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../multimedia/libtheora/buildlink3.mk"
diff -r 8517ba9e3f9e -r ea4b45c91a56 audio/libshout/PLIST
--- a/audio/libshout/PLIST      Thu Jul 30 16:38:42 2009 +0000
+++ b/audio/libshout/PLIST      Thu Jul 30 16:41:18 2009 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:32:15 joerg Exp $
-bin/shout-config
+@comment $NetBSD: PLIST,v 1.5 2009/07/30 16:41:18 drochner Exp $
 include/shout/shout.h
 lib/libshout.la
+lib/pkgconfig/shout.pc
 share/aclocal/shout.m4
 share/doc/libshout/COPYING
+share/doc/libshout/NEWS
 share/doc/libshout/README
 share/doc/libshout/example.c
 share/doc/libshout/nonblocking.c
diff -r 8517ba9e3f9e -r ea4b45c91a56 audio/libshout/distinfo
--- a/audio/libshout/distinfo   Thu Jul 30 16:38:42 2009 +0000
+++ b/audio/libshout/distinfo   Thu Jul 30 16:41:18 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/04/05 15:02:44 agc Exp $
+$NetBSD: distinfo,v 1.5 2009/07/30 16:41:18 drochner Exp $
 
-SHA1 (libshout-2.1.tar.gz) = c251d0791d807762957235442fa9b777f3f6068c
-RMD160 (libshout-2.1.tar.gz) = edcbf2c8111bd76ce27734513a4c483986ba2e7e
-Size (libshout-2.1.tar.gz) = 455243 bytes
+SHA1 (libshout-2.2.2.tar.gz) = cabc409e63f55383f4d85fac26d3056bf0365aac
+RMD160 (libshout-2.2.2.tar.gz) = 7ea5bc197953cfae6aff53876865909b2f6ac5f1
+Size (libshout-2.2.2.tar.gz) = 476564 bytes



Home | Main Index | Thread Index | Old Index