diff options
author | nia <nia@pkgsrc.org> | 2020-04-20 17:34:14 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-04-20 17:34:14 +0000 |
commit | 9964ca9aed97c7053045da90ae9625a785bc56da (patch) | |
tree | 8d61b0063716d8ea78720b8109d15f8173798367 /audio/libopusenc/Makefile | |
parent | 785be6c50f427f3b9967f378b682a34e02879072 (diff) | |
download | pkgsrc-9964ca9aed97c7053045da90ae9625a785bc56da.tar.gz |
audio: Add libopusenc
The libopusenc libraries provide a high-level API for encoding .opus files
and live streams. libopusenc depends only on libopus.
Diffstat (limited to 'audio/libopusenc/Makefile')
-rw-r--r-- | audio/libopusenc/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/libopusenc/Makefile b/audio/libopusenc/Makefile new file mode 100644 index 00000000000..a2c8d3533d1 --- /dev/null +++ b/audio/libopusenc/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2020/04/20 17:34:14 nia Exp $ + +DISTNAME= libopusenc-0.2.1 +CATEGORIES= audio +MASTER_SITES= https://downloads.xiph.org/releases/opus/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://opus-codec.org/ +COMMENT= High-level API for encoding .opus files +LICENSE= modified-bsd + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= libopusenc.pc.in + +.include "../../audio/libopus/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |