aboutsummaryrefslogtreecommitdiff
path: root/audio/exhale/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/exhale/Makefile')
-rw-r--r--audio/exhale/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/exhale/Makefile b/audio/exhale/Makefile
index e6246684943f..0d551acaff9b 100644
--- a/audio/exhale/Makefile
+++ b/audio/exhale/Makefile
@@ -1,26 +1,27 @@
PORTNAME= exhale
-DISTVERSION= 1.1.9
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.2.1
CATEGORIES= audio
MAINTAINER= diizzy@FreeBSD.org
COMMENT= Open source xHE-AAC (Extended HE-AAC/USAC) encoder
+WWW= https://gitlab.com/ecodis/exhale
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
+USES= cmake
+USE_LDCONFIG= yes
USE_GITLAB= yes
GL_ACCOUNT= ecodis
-GL_COMMIT= 00423757b1f266f9164eff35e69b6e7d4d967f41
-
-USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
PLIST_FILES= bin/exhale \
+ include/exhaleDecl.h \
lib/libexhale.so
.include <bsd.port.mk>