freebsd-ports/audio/exhale/Makefile
Daniel Engberg 3409cdacaf audio/exhale: Update to 1.1.8
Changelog: https://gitlab.com/ecodis/exhale/-/releases/v1.1.8

Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32919
2021-11-10 09:09:57 +01:00

26 lines
555 B
Makefile

PORTNAME= exhale
DISTVERSION= 1.1.8
CATEGORIES= audio
MAINTAINER= diizzy@FreeBSD.org
COMMENT= Open source xHE-AAC (Extended HE-AAC/USAC) encoder
LICENSE= EXHALE
LICENSE_NAME= exhale Copyright License
LICENSE_FILE= ${WRKSRC}/include/License.htm
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= cmake compiler:c++11-lang
USE_GITLAB= yes
GL_ACCOUNT= ecodis
GL_COMMIT= 7688ab502ecbd1203bde1e605676f7440cd9fd5e
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
PLIST_FILES= bin/exhale \
lib/libexhale.so
.include <bsd.port.mk>