mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
96c26b82f9
commit
da6159425a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362591
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user