Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 20:09:38 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329373 - head/audio/speex
Message-ID:  <201310042009.r94K9cqQ030111@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Oct  4 20:09:38 2013
New Revision: 329373
URL: http://svnweb.freebsd.org/changeset/ports/329373

Log:
  Stagify and cleanup

Modified:
  head/audio/speex/Makefile
  head/audio/speex/pkg-plist   (contents, props changed)

Modified: head/audio/speex/Makefile
==============================================================================
--- head/audio/speex/Makefile	Fri Oct  4 20:04:08 2013	(r329372)
+++ head/audio/speex/Makefile	Fri Oct  4 20:09:38 2013	(r329373)
@@ -9,14 +9,12 @@ CATEGORIES=	audio
 MASTER_SITES=	http://downloads.us.xiph.org/releases/speex/
 
 MAINTAINER=	multimedia@FreeBSD.org
-COMMENT=	An open-source patent-free voice codec
+COMMENT=	Open-source patent-free voice codec
 
-LIB_DEPENDS=	ogg:${PORTSDIR}/audio/libogg
+LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio/libogg
 
-CONFLICTS=	speex-devel-[0-9]*
-
-USE_GNOME=	gnomehack ltverhack
-NO_STAGE=	yes
+USES=		pathfix
+USE_GNOME=	ltverhack
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
@@ -24,8 +22,6 @@ CONFIGURE_ARGS=	--with-ogg-dir=${LOCALBA
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		speexdec.1 speexenc.1
-
 .include <bsd.port.pre.mk>
 
 .if ${MACHINE_CPU:Msse}!=""

Modified: head/audio/speex/pkg-plist
==============================================================================
--- head/audio/speex/pkg-plist	Fri Oct  4 20:04:08 2013	(r329372)
+++ head/audio/speex/pkg-plist	Fri Oct  4 20:09:38 2013	(r329373)
@@ -22,5 +22,7 @@ lib/libspeexdsp.so
 lib/libspeexdsp.so.1
 libdata/pkgconfig/speex.pc
 libdata/pkgconfig/speexdsp.pc
+man/man1/speexdec.1.gz
+man/man1/speexenc.1.gz
 share/aclocal/speex.m4
 @dirrm include/speex



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