Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2014 21:59:49 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362591 - head/audio/vo-amrwbenc
Message-ID:  <201407222159.s6MLxnLD026867@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul 22 21:59:48 2014
New Revision: 362591
URL: http://svnweb.freebsd.org/changeset/ports/362591
QAT: https://qat.redports.org/buildarchive/r362591/

Log:
  - Switch to USES=libtool, drop .la files
  - Strip libraries

Modified:
  head/audio/vo-amrwbenc/Makefile
  head/audio/vo-amrwbenc/pkg-plist

Modified: head/audio/vo-amrwbenc/Makefile
==============================================================================
--- head/audio/vo-amrwbenc/Makefile	Tue Jul 22 21:58:45 2014	(r362590)
+++ head/audio/vo-amrwbenc/Makefile	Tue Jul 22 21:59:48 2014	(r362591)
@@ -3,6 +3,7 @@
 
 PORTNAME=	vo-amrwbenc
 PORTVERSION=	0.1.3
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF/opencore-amr/${PORTNAME}
 
@@ -12,7 +13,9 @@ COMMENT=	VisualOn AMR-WB encoder library
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		libtool
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} -E -e \

Modified: head/audio/vo-amrwbenc/pkg-plist
==============================================================================
--- head/audio/vo-amrwbenc/pkg-plist	Tue Jul 22 21:58:45 2014	(r362590)
+++ head/audio/vo-amrwbenc/pkg-plist	Tue Jul 22 21:59:48 2014	(r362591)
@@ -1,7 +1,7 @@
 include/vo-amrwbenc/enc_if.h
 lib/libvo-amrwbenc.a
-lib/libvo-amrwbenc.la
 lib/libvo-amrwbenc.so
 lib/libvo-amrwbenc.so.0
+lib/libvo-amrwbenc.so.0.0.4
 libdata/pkgconfig/vo-amrwbenc.pc
 @dirrm include/vo-amrwbenc



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