Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2008 07:38:28 GMT
From:      "Scot W. Hetzel" <swhetzel@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/124020: [patch] audio/akode-plugins-pulseaudio: update to akode 2.0.2
Message-ID:  <200805270738.m4R7cSi5098612@www.freebsd.org>
Resent-Message-ID: <200805270750.m4R7o1tA088876@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124020
>Category:       ports
>Synopsis:       [patch] audio/akode-plugins-pulseaudio: update to akode 2.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 27 07:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Scot W. Hetzel
>Release:        8.0-CURRENT
>Organization:
>Environment:
FreeBSD hp010 8.0-CURRENT FreeBSD 8.0-CURRENT #4: Sat May 17 20:53:07 CDT 2008     root@hp010:/usr/obj/usr/src/8x/sys/DV8135NR  amd64

>Description:
Update port to build with akode 2.0.2 sources.
>How-To-Repeat:

>Fix:
Apply the attached patch.

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/akode-plugins-pulseaudio/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	27 May 2008 05:56:16 -0000	1.1
+++ Makefile	27 May 2008 06:50:13 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	akode-plugins-${PORTNAMESUFX}
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.2
 CATEGORIES=	audio kde
 MASTER_SITES=	${MASTER_SITE_GENTOO}
 MASTER_SITE_SUBDIR=distfiles
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/akode-plugins-pulseaudio/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	27 May 2008 05:56:16 -0000	1.1
+++ distinfo	27 May 2008 06:50:22 -0000
@@ -1,3 +1,3 @@
-MD5 (30375-akode-2.0.1.tar.bz2) = 94a10e7729b20b669bc5c7721f62e162
-SHA256 (30375-akode-2.0.1.tar.bz2) = a1a31d3ea59e151ff1ff51e9f2be0db84fc9fcb40f590abb1c46494d6ff1c08e
-SIZE (30375-akode-2.0.1.tar.bz2) = 460964
+MD5 (30375-akode-2.0.2.tar.bz2) = 659ced0c9c735cb3e55b9138ff02342c
+SHA256 (30375-akode-2.0.2.tar.bz2) = ad689f7b3531cc3c42fda07c264873360bc0f4a94b90c1a4c91c92a22333a7a6
+SIZE (30375-akode-2.0.2.tar.bz2) = 472605
Index: files/patch-configure
===================================================================
RCS file: /home/ncvs/ports/audio/akode-plugins-pulseaudio/files/patch-configure,v
retrieving revision 1.1
diff -u -r1.1 patch-configure
--- files/patch-configure	27 May 2008 05:56:16 -0000	1.1
+++ files/patch-configure	27 May 2008 07:25:29 -0000
@@ -1,21 +1,21 @@
---- configure.orig	Sun Jun 10 13:15:44 2007
-+++ configure	Sun Jun 10 13:18:48 2007
-@@ -23036,12 +23036,12 @@
- fi;
+--- configure.orig	Fri Apr  6 08:23:22 2007
++++ configure	Tue May 27 02:12:49 2008
+@@ -25506,12 +25506,12 @@
+ 
  
  if test "x$polypaudio_test" = "xyes" ; then
--echo "$as_me:$LINENO: checking for Polypaudio 0.7 or later" >&5
--echo $ECHO_N "checking for Polypaudio 0.7 or later... $ECHO_C" >&6
+-{ echo "$as_me:$LINENO: checking for Polypaudio 0.7 or later" >&5
+-echo $ECHO_N "checking for Polypaudio 0.7 or later... $ECHO_C" >&6; }
 -if $PKG_CONFIG --atleast-version 0.7 polyplib-simple >/dev/null 2>&1 ; then
 -  POLYP_CFLAGS="`$PKG_CONFIG --cflags polyplib-simple`"
 -  POLYP_LIBADD="`$PKG_CONFIG --libs-only-l polyplib-simple`"
 -  POLYP_LDFLAGS="`$PKG_CONFIG --libs-only-L polyplib-simple`"
-+echo "$as_me:$LINENO: checking for Pulseaudio 0.9.2 or later" >&5
-+echo $ECHO_N "checking for Pulseaudio 0.9.2 or later... $ECHO_C" >&6
++{ echo "$as_me:$LINENO: checking for Pulseaudio 0.9.2 or later" >&5
++echo $ECHO_N "checking for Pulseaudio 0.9.2 or later... $ECHO_C" >&6; }
 +if $PKG_CONFIG --atleast-version 0.9.2 libpulse-simple >/dev/null 2>&1 ; then
 +  POLYP_CFLAGS="`$PKG_CONFIG --cflags libpulse-simple`"
 +  POLYP_LIBADD="`$PKG_CONFIG --libs-only-l libpulse-simple`"
 +  POLYP_LDFLAGS="`$PKG_CONFIG --libs-only-L libpulse-simple`"
    have_polyp=yes
-   echo "$as_me:$LINENO: result: yes" >&5
- echo "${ECHO_T}yes" >&6
+   { echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6; }


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805270738.m4R7cSi5098612>