diff options
Diffstat (limited to 'audio/audiowmark')
-rw-r--r-- | audio/audiowmark/Makefile | 16 | ||||
-rw-r--r-- | audio/audiowmark/distinfo | 6 |
2 files changed, 9 insertions, 13 deletions
diff --git a/audio/audiowmark/Makefile b/audio/audiowmark/Makefile index d474990bb2da..21a108dba27c 100644 --- a/audio/audiowmark/Makefile +++ b/audio/audiowmark/Makefile @@ -1,6 +1,8 @@ PORTNAME= audiowmark -PORTVERSION= 0.6.4 +DISTVERSION= 0.6.5 +PORTREVISION= 1 CATEGORIES= audio +MASTER_SITES= https://github.com/swesterfeld/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Audio and video watermarking tool @@ -9,10 +11,7 @@ WWW= https://github.com/swesterfeld/audiowmark LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_FreeBSD_13= compilation fails: error: static declaration of '__builtin_bswap32' follows non-static declaration - -BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 \ - autoconf-archive>=0:devel/autoconf-archive +BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error \ @@ -20,11 +19,8 @@ LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ libsndfile.so:audio/libsndfile \ libzita-resampler.so:audio/zita-resampler -USES= autoreconf gettext-tools libtool localbase:ldflags pkgconfig \ - shebangfix -USE_GITHUB= yes -GH_ACCOUNT= swesterfeld - +USES= compiler:c++14-lang gettext-tools libtool localbase:ldflags \ + pkgconfig shebangfix tar:zst SHEBANG_FILES= src/videowmark GNU_CONFIGURE= yes diff --git a/audio/audiowmark/distinfo b/audio/audiowmark/distinfo index 4745cef3aea1..4aed083ee3db 100644 --- a/audio/audiowmark/distinfo +++ b/audio/audiowmark/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740767108 -SHA256 (swesterfeld-audiowmark-0.6.4_GH0.tar.gz) = 52896f1b2940fe487454ced272e843805a378f03c2d974a60101b5163abd3507 -SIZE (swesterfeld-audiowmark-0.6.4_GH0.tar.gz) = 146898 +TIMESTAMP = 1747424391 +SHA256 (audiowmark-0.6.5.tar.zst) = 12dd0232e47f29521c91d9d642183b3ca4145be61d353c4dc6d1c6cd7c388a4b +SIZE (audiowmark-0.6.5.tar.zst) = 377079 |