pkgsrc-Bugs archive

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

pkg/41468: Update audio/libshout to 0.2.2



>Number:         41468
>Category:       pkg
>Synopsis:       Update audio/libshout to 0.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu May 21 17:45:00 +0000 2009
>Originator:     Guillaume Lasmayous
>Release:        5.99.10
>Organization:
>Environment:
NetBSD lopette.guigui2.net 5.99.10 NetBSD 5.99.10 (GENERIC) #0: Fri Apr 10 
04:47:20 PDT 2009  
builds@wb38:/home/builds/ab/HEAD/i386/200904100002Z-obj/home/builds/ab/HEAD/src/sys/arch/i386/compile/GENERIC
 i386

>Description:
While working to enable shoutcast support in audio/musicpd, I took the 
opportunity to update audio/libshout to the latest version, 0.2.2.
Please review the patch below and commit if OK.

I re-enabled pkg-config in libshout so that shout.pc gets installed, used later 
to enable libshout support in audio/musicpd.

--- ../../audio/libshout/Makefile 2008-07-15 03:02:56.000000000 +0200
+++ Makefile    2009-05-18 23:30:45.000000000 +0200
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.8 2008/07/14 12:55:57 joerg Exp $
 #
 
-DISTNAME=      libshout-2.1
+DISTNAME=      libshout-2.2.2
 CATEGORIES=    audio
 MASTER_SITES=  http://downloads.xiph.org/releases/libshout/
 
@@ -15,7 +15,7 @@
 PTHREAD_OPTS+=         require
 
 GNU_CONFIGURE=         YES
-CONFIGURE_ARGS+=       --disable-pkgconfig
+#CONFIGURE_ARGS+=      --disable-pkgconfig
 
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../multimedia/libtheora/buildlink3.mk"

--- ../../audio/libshout/PLIST  2005-02-28 03:21:20.000000000 +0100
+++ PLIST       2009-05-18 23:32:01.000000000 +0200
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2005/02/28 02:21:20 kim Exp $
-bin/shout-config
+@comment $NetBSD$
 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

--- ../../audio/libshout/distinfo   2005-04-05 17:02:44.000000000 +0200
+++ distinfo    2009-05-18 23:27:26.000000000 +0200
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.4 2005/04/05 15:02:44 agc 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

Thanks, 
Guillaume.

>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index