[Midnightbsd-cvs] mports: audio/akode-plugins-xiph: update xiph plugin support

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Feb 24 19:27:04 EST 2008


Log Message:
-----------
update xiph plugin support

Modified Files:
--------------
    mports/audio/akode-plugins-xiph:
        Makefile (r1.2 -> r1.3)

Added Files:
-----------
    mports/audio/akode-plugins-xiph/files:
        patch-akode_plugins_xiph__decoder_speex__decoder.cpp (r1.1)
        patch-configure (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/audio/akode-plugins-xiph/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L audio/akode-plugins-xiph/Makefile -L audio/akode-plugins-xiph/Makefile -u -r1.2 -r1.3
--- audio/akode-plugins-xiph/Makefile
+++ audio/akode-plugins-xiph/Makefile
@@ -2,11 +2,13 @@
 # Date created:				July 09 2004
 # Whom:					Michael Nottebrock <lofi at FreeBSD.org>
 #
+# $MidnightBSD$
 # $FreeBSD: ports/audio/akode-plugins-xiph/Makefile,v 1.14 2006/09/17 19:59:22 lofi Exp $
 #
 
 PORTNAME=   akode-plugins-${PORTNAMESUFX}
 PORTVERSION=    2.0.1
+PORTREVISION=	1
 PORTEPOCH=  1
 CATEGORIES= audio kde
 MASTER_SITES=   ${MASTER_SITE_GENTOO}
@@ -14,7 +16,7 @@
 DISTNAME=   30375-akode-${PORTVERSION}.tar.bz2
 EXTRACT_SUFX=   # none
 
-MAINTAINER=	kde at FreeBSD.org
+MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	FLAC/Speex/Vorbis decoder plugin for akode
 
 LIB_DEPENDS=	FLAC:${PORTSDIR}/audio/flac \
--- /dev/null
+++ audio/akode-plugins-xiph/files/patch-configure
@@ -0,0 +1,31 @@
+
+$FreeBSD: ports/audio/akode-plugins-xiph/files/patch-configure,v 1.3 2007/10/29 23:47:24 lofi Exp $
+
+--- configure.orig
++++ configure
+@@ -22200,8 +22200,8 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
+ 
+-                #include <speex.h>
+-                #include <speex_callbacks.h>
++                #include <speex/speex.h>
++                #include <speex/speex_callbacks.h>
+                 #include <ogg/ogg.h>
+ 
+ int
+@@ -22350,10 +22350,10 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h.  */
+ 
+-                #include <speex.h>
+-                #include <speex_callbacks.h>
+-                #include <speex_echo.h>
+-                #include <speex_preprocess.h>
++                #include <speex/speex.h>
++                #include <speex/speex_callbacks.h>
++                #include <speex/speex_echo.h>
++                #include <speex/speex_preprocess.h>
+                 #include <ogg/ogg.h>
+ 
+ int
\ No newline at end of file
--- /dev/null
+++ audio/akode-plugins-xiph/files/patch-akode_plugins_xiph__decoder_speex__decoder.cpp
@@ -0,0 +1,20 @@
+
+$FreeBSD: ports/audio/akode-plugins-xiph/files/patch-akode_plugins_xiph__decoder_speex__decoder.cpp,v 1.3 2007/10/29 23:47:24 lofi Exp $
+
+--- akode/plugins/xiph_decoder/speex_decoder.cpp.orig
++++ akode/plugins/xiph_decoder/speex_decoder.cpp
+@@ -25,10 +25,10 @@
+ extern "C" {
+ #include <string.h>
+ #include <stdlib.h>
+-#include <speex.h>
+-#include <speex_header.h>
+-#include <speex_callbacks.h>
+-#include <speex_stereo.h>
++#include <speex/speex.h>
++#include <speex/speex_header.h>
++#include <speex/speex_callbacks.h>
++#include <speex/speex_stereo.h>
+ #include <ogg/ogg.h>
+ }
+ 


More information about the Midnightbsd-cvs mailing list