summaryrefslogtreecommitdiff
path: root/audio/shine
diff options
context:
space:
mode:
authorwiz <wiz>2015-01-03 00:39:26 +0000
committerwiz <wiz>2015-01-03 00:39:26 +0000
commitf9510f548689eb5a7358aa6c7ae3fbc161868cd2 (patch)
treea8698f2966ca274e3e63aa2cb15c33917f57cd51 /audio/shine
parenta25499dcb5fa744e78f10904e3e602963deb7029 (diff)
downloadpkgsrc-f9510f548689eb5a7358aa6c7ae3fbc161868cd2.tar.gz
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!
Diffstat (limited to 'audio/shine')
-rw-r--r--audio/shine/DESCR5
-rw-r--r--audio/shine/Makefile18
-rw-r--r--audio/shine/PLIST5
-rw-r--r--audio/shine/distinfo5
4 files changed, 33 insertions, 0 deletions
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