pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libmusepack Initial import of libmusepack-1.0.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a742206e966
branches:  trunk
changeset: 485155:7a742206e966
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Dec 04 20:28:31 2004 +0000

description:
Initial import of libmusepack-1.0.3:

Musepack is an audio compression format with a strong emphasis on
high quality. It's not lossless, but it is designed for transparency,
so that you won't be able to hear differences between the original
wave file and the much smaller MPC file.

It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly
developed and vastly improved and is now at an advanced stage in
which it contains heavily optimized and patentless code.

diffstat:

 audio/libmusepack/DESCR         |   8 ++++++++
 audio/libmusepack/Makefile      |  17 +++++++++++++++++
 audio/libmusepack/PLIST         |   9 +++++++++
 audio/libmusepack/buildlink3.mk |  18 ++++++++++++++++++
 audio/libmusepack/distinfo      |   4 ++++
 5 files changed, 56 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r 7ff76a9621f9 -r 7a742206e966 audio/libmusepack/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libmusepack/DESCR   Sat Dec 04 20:28:31 2004 +0000
@@ -0,0 +1,8 @@
+Musepack is an audio compression format with a strong emphasis on
+high quality. It's not lossless, but it is designed for transparency,
+so that you won't be able to hear differences between the original
+wave file and the much smaller MPC file.
+
+It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly
+developed and vastly improved and is now at an advanced stage in
+which it contains heavily optimized and patentless code.
diff -r 7ff76a9621f9 -r 7a742206e966 audio/libmusepack/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libmusepack/Makefile        Sat Dec 04 20:28:31 2004 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/04 20:28:31 wiz Exp $
+#
+
+DISTNAME=              libmusepack-1.0.3
+CATEGORIES=            audio
+MASTER_SITES=          http://www.saunalahti.fi/grimmel/musepack.net/source/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://www.musepack.net/
+COMMENT=               Portable Musepack decoder library
+
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         c++
+GNU_CONFIGURE=         yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7ff76a9621f9 -r 7a742206e966 audio/libmusepack/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libmusepack/PLIST   Sat Dec 04 20:28:31 2004 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/04 20:28:31 wiz Exp $
+include/musepack/config_types.h
+include/musepack/mpc_dec.h
+include/musepack/mpc_math.h
+include/musepack/requant.h
+include/musepack/stdafx.h
+include/musepack/streaminfo.h
+lib/libmusepack.la
+@dirrm include/musepack
diff -r 7ff76a9621f9 -r 7a742206e966 audio/libmusepack/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libmusepack/buildlink3.mk   Sat Dec 04 20:28:31 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/12/04 20:28:32 wiz Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+LIBMUSEPACK_BUILDLINK3_MK:=    ${LIBMUSEPACK_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    libmusepack
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nlibmusepack}
+BUILDLINK_PACKAGES+=   libmusepack
+
+.if !empty(LIBMUSEPACK_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.libmusepack+=                libmusepack>=1.0.3
+BUILDLINK_PKGSRCDIR.libmusepack?=      ../../audio/libmusepack
+.endif # LIBMUSEPACK_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r 7ff76a9621f9 -r 7a742206e966 audio/libmusepack/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libmusepack/distinfo        Sat Dec 04 20:28:31 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/04 20:28:31 wiz Exp $
+
+SHA1 (libmusepack-1.0.3.tar.bz2) = 2c2bc15f960c4593bee209fed939829e82ad030c
+Size (libmusepack-1.0.3.tar.bz2) = 226099 bytes



Home | Main Index | Thread Index | Old Index