mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
31 lines
630 B
Makefile
31 lines
630 B
Makefile
PORTNAME= libaudec
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.3.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio devel
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Wrapper library over ffmpeg, sndfile and libsamplerate
|
|
WWW= https://github.com/zrythm/libaudec
|
|
|
|
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.a \
|
|
lib/libaudec.so \
|
|
libdata/pkgconfig/audec.pc
|
|
|
|
.include <bsd.port.mk>
|