Files
ports/audio/libaudec/Makefile
T
Thomas Zander 8337fc6d5f Chase libsndfile 1.0.30 update.
Details:
- Missing symbol sf_version_string, not auto-resolved by pkg + rebuild.
- Bump PORTREVISION for consumers.
2020-10-01 08:56:20 +00:00

31 lines
583 B
Makefile

# $FreeBSD$
PORTNAME= libaudec
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.4
PORTREVISION= 1
CATEGORIES= audio devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Wrapper library over ffmpeg, sndfile and libsamplerate
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \
libsndfile.so:audio/libsndfile
USES= compiler:c11 meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= zrythm
USE_LDCONFIG= yes
MESON_ARGS= -Dtests=false
PLIST_FILES= bin/audec \
include/audec/audec.h \
lib/libaudec.so \
libdata/pkgconfig/audec.pc
.include <bsd.port.mk>