diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-27 09:56:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-27 09:56:24 +0000 |
commit | 6447e2bd363ed4075c81faa0c9d332169e8a15e0 (patch) | |
tree | ea642a4a5a14e13adf460b7f8e4e65945aab0764 /audio | |
parent | 544313edd7ded972229aea3b030417d55bae6d66 (diff) | |
download | pkgsrc-6447e2bd363ed4075c81faa0c9d332169e8a15e0.tar.gz |
Import libebur128-1.0.1 as audio/libebur128.
libebur128 is a library that implements the EBU R 128 standard for
loudness normalisation.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libebur128/DESCR | 2 | ||||
-rw-r--r-- | audio/libebur128/Makefile | 20 | ||||
-rw-r--r-- | audio/libebur128/PLIST | 6 | ||||
-rw-r--r-- | audio/libebur128/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/audio/libebur128/DESCR b/audio/libebur128/DESCR new file mode 100644 index 00000000000..51d0305cda4 --- /dev/null +++ b/audio/libebur128/DESCR @@ -0,0 +1,2 @@ +libebur128 is a library that implements the EBU R 128 standard for +loudness normalisation. diff --git a/audio/libebur128/Makefile b/audio/libebur128/Makefile new file mode 100644 index 00000000000..396885239a5 --- /dev/null +++ b/audio/libebur128/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2014/04/27 09:56:24 wiz Exp $ + +DISTNAME= v1.0.1 +PKGNAME= ${DISTNAME:S/v/libebur128-/} +CATEGORIES= audio +MASTER_SITES= https://github.com/jiixyj/libebur128/archive/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/jiixyj/libebur128/ +COMMENT= EBU R128 loudness standard implementation +LICENSE= mit + +DIST_SUBDIR= libebur128 + +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +USE_CMAKE= yes +USE_TOOLS+= pkg-config + +.include "../../audio/speex/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/libebur128/PLIST b/audio/libebur128/PLIST new file mode 100644 index 00000000000..b0a3fca01a2 --- /dev/null +++ b/audio/libebur128/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2014/04/27 09:56:24 wiz Exp $ +include/ebur128.h +lib/libebur128.a +lib/libebur128.so +lib/libebur128.so.1 +lib/libebur128.so.${PKGVERSION} diff --git a/audio/libebur128/distinfo b/audio/libebur128/distinfo new file mode 100644 index 00000000000..9b75ec9a909 --- /dev/null +++ b/audio/libebur128/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/04/27 09:56:24 wiz Exp $ + +SHA1 (libebur128/v1.0.1.tar.gz) = c0fce1dc06000a11b878299116684b6cb1aef99b +RMD160 (libebur128/v1.0.1.tar.gz) = bf43bb682534d4c05b0fa1391aa70a45d744eec8 +Size (libebur128/v1.0.1.tar.gz) = 29760 bytes |