mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
audio/playgsf: Improve port
* Pacify portlint/portfmt/portclippy * Convert post-extract to EXTRACT_AFTER_ARGS to reduce I/O (skips extracting) PR: 278765
This commit is contained in:
parent
eceefb231d
commit
065f61c4c8
1 changed files with 9 additions and 12 deletions
|
@ -1,34 +1,31 @@
|
||||||
PORTNAME= playgsf
|
PORTNAME= playgsf
|
||||||
PORTVERSION= 0.7.1
|
DISTVERSION= 0.7.1
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= http://projects.raphnet.net/playgsf/ \
|
MASTER_SITES= http://projects.raphnet.net/playgsf/ \
|
||||||
LOCAL/ehaupt
|
LOCAL/ehaupt
|
||||||
|
|
||||||
MAINTAINER= ehaupt@FreeBSD.org
|
MAINTAINER= ehaupt@FreeBSD.org
|
||||||
COMMENT= Command-line player for gsf audio files
|
COMMENT= Command-line player for gsf audio files
|
||||||
WWW= http://projects.raphnet.net/ #playgsf
|
WWW= http://projects.raphnet.net/
|
||||||
|
|
||||||
LICENSE= GPLv2+ LGPL21 NONE
|
LICENSE= GPLv2+ LGPL21 NONE
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
LICENSE_FILE_LGPL21= ${WRKSRC}/libresample-0.1.3/LICENSE.txt
|
LICENSE_FILE_LGPL21= ${WRKSRC}/libresample-0.1.3/LICENSE.txt
|
||||||
|
|
||||||
|
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le
|
||||||
|
|
||||||
LIB_DEPENDS= libao.so:audio/libao
|
LIB_DEPENDS= libao.so:audio/libao
|
||||||
|
|
||||||
USES= dos2unix gmake localbase:ldflags
|
USES= dos2unix gmake localbase:ldflags
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-ccore \
|
CONFIGURE_ARGS= --disable-optimisations \
|
||||||
--disable-optimisations
|
--enable-ccore
|
||||||
|
|
||||||
PLIST_FILES= bin/playgsf
|
EXTRACT_AFTER_ARGS= --exclude libresample-0.1.3/libresample.a
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386 amd64 powerpc64le powerpc64 powerpc
|
|
||||||
|
|
||||||
PORTSCOUT= skipv:0.7.2
|
PORTSCOUT= skipv:0.7.2
|
||||||
|
PLIST_FILES= bin/playgsf
|
||||||
post-extract:
|
|
||||||
# Don't use accidentally packaged static library
|
|
||||||
@${RM} ${WRKSRC}/libresample-0.1.3/libresample.a
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} \
|
@${REINPLACE_CMD} \
|
||||||
|
|
Loading…
Add table
Reference in a new issue