From f9510f548689eb5a7358aa6c7ae3fbc161868cd2 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 3 Jan 2015 00:39:26 +0000 Subject: Import shine-3.1.0 as audio/shine. shine is a blazing fast mp3 encoding library implemented in fixed-point arithmetic. The library can thus be used to performe super fast mp3 encoding on architectures without a FPU, such as `armel`, etc.. It is also, however, also super fast on architectures with a FPU! --- audio/shine/DESCR | 5 +++++ audio/shine/Makefile | 18 ++++++++++++++++++ audio/shine/PLIST | 5 +++++ audio/shine/distinfo | 5 +++++ 4 files changed, 33 insertions(+) create mode 100644 audio/shine/DESCR create mode 100644 audio/shine/Makefile create mode 100644 audio/shine/PLIST create mode 100644 audio/shine/distinfo (limited to 'audio/shine') diff --git a/audio/shine/DESCR b/audio/shine/DESCR new file mode 100644 index 00000000000..073b4e1aa8d --- /dev/null +++ b/audio/shine/DESCR @@ -0,0 +1,5 @@ +shine is a blazing fast mp3 encoding library implemented in +fixed-point arithmetic. The library can thus be used to performe +super fast mp3 encoding on architectures without a FPU, such as +`armel`, etc.. It is also, however, also super fast on architectures +with a FPU! diff --git a/audio/shine/Makefile b/audio/shine/Makefile new file mode 100644 index 00000000000..00cc5ad1e89 --- /dev/null +++ b/audio/shine/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2015/01/03 00:39:26 wiz Exp $ + +DISTNAME= shine-3.1.0 +CATEGORIES= audio +MASTER_SITES= https://github.com/savonet/shine/releases/download/3.1.0/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/savonet/shine/ +COMMENT= Fast fixed-point mp3 encoding +LICENSE= gnu-lgpl-v2 + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= shine.pc.in + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/shine/PLIST b/audio/shine/PLIST new file mode 100644 index 00000000000..8cd39f005e4 --- /dev/null +++ b/audio/shine/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2015/01/03 00:39:26 wiz Exp $ +bin/shineenc +include/shine/layer3.h +lib/libshine.la +lib/pkgconfig/shine.pc diff --git a/audio/shine/distinfo b/audio/shine/distinfo new file mode 100644 index 00000000000..08b6dfdfb64 --- /dev/null +++ b/audio/shine/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/01/03 00:39:26 wiz Exp $ + +SHA1 (shine-3.1.0.tar.gz) = ad865672262cafa54e6e7c538301e28b3f15ea0c +RMD160 (shine-3.1.0.tar.gz) = 2ee2f531b84056bc35921f543e38576d888f0bce +Size (shine-3.1.0.tar.gz) = 1275236 bytes -- cgit v1.2.3