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
da6159425a
commit
ccf702f123
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362592
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= vo-aacenc
|
||||
PORTVERSION= 0.1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/opencore-amr/${PORTNAME}
|
||||
|
||||
@ -12,7 +13,9 @@ COMMENT= VisualOn AAC encoder library
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E -e \
|
||||
|
@ -6,8 +6,8 @@ include/vo-aacenc/voIndex.h
|
||||
include/vo-aacenc/voMem.h
|
||||
include/vo-aacenc/voType.h
|
||||
lib/libvo-aacenc.a
|
||||
lib/libvo-aacenc.la
|
||||
lib/libvo-aacenc.so
|
||||
lib/libvo-aacenc.so.0
|
||||
lib/libvo-aacenc.so.0.0.4
|
||||
libdata/pkgconfig/vo-aacenc.pc
|
||||
@dirrm include/vo-aacenc
|
||||
|
Loading…
Reference in New Issue
Block a user