mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
add libmusepack. 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. Approved by: pav (mentor)
This commit is contained in:
parent
5148ea2a0b
commit
2c17d552a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122838
9 changed files with 99 additions and 0 deletions
|
@ -178,6 +178,7 @@
|
|||
SUBDIR += libmad
|
||||
SUBDIR += libmikmod
|
||||
SUBDIR += libmodplug
|
||||
SUBDIR += libmusepack
|
||||
SUBDIR += libmusicbrainz
|
||||
SUBDIR += libogg
|
||||
SUBDIR += libsamplerate
|
||||
|
|
27
audio/libmpcdec/Makefile
Normal file
27
audio/libmpcdec/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: libmusepack
|
||||
# Date created: 29 November 2004
|
||||
# Whom: Koop Mast <kwm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libmusepack
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.saunalahti.fi/grimmel/musepack.net/source/
|
||||
|
||||
MAINTAINER= kwm@FreeBSD.org
|
||||
COMMENT= High quality audio compression format
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOME= gnometarget
|
||||
USE_LIBTOOL_VER=15
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O3\ -fomit-frame-pointer||g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/libmpcdec/distinfo
Normal file
2
audio/libmpcdec/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (libmusepack-1.0.3.tar.bz2) = 01a0b1f338244e6a7d95f826c382f70b
|
||||
SIZE (libmusepack-1.0.3.tar.bz2) = 226099
|
10
audio/libmpcdec/pkg-descr
Normal file
10
audio/libmpcdec/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
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.
|
||||
|
||||
WWW: http://www.musepack.net/
|
10
audio/libmpcdec/pkg-plist
Normal file
10
audio/libmpcdec/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
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.a
|
||||
lib/libmusepack.so
|
||||
lib/libmusepack.so.1
|
||||
@dirrm include/musepack
|
27
audio/libmusepack/Makefile
Normal file
27
audio/libmusepack/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: libmusepack
|
||||
# Date created: 29 November 2004
|
||||
# Whom: Koop Mast <kwm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libmusepack
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.saunalahti.fi/grimmel/musepack.net/source/
|
||||
|
||||
MAINTAINER= kwm@FreeBSD.org
|
||||
COMMENT= High quality audio compression format
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GNOME= gnometarget
|
||||
USE_LIBTOOL_VER=15
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O3\ -fomit-frame-pointer||g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/libmusepack/distinfo
Normal file
2
audio/libmusepack/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (libmusepack-1.0.3.tar.bz2) = 01a0b1f338244e6a7d95f826c382f70b
|
||||
SIZE (libmusepack-1.0.3.tar.bz2) = 226099
|
10
audio/libmusepack/pkg-descr
Normal file
10
audio/libmusepack/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
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.
|
||||
|
||||
WWW: http://www.musepack.net/
|
10
audio/libmusepack/pkg-plist
Normal file
10
audio/libmusepack/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
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.a
|
||||
lib/libmusepack.so
|
||||
lib/libmusepack.so.1
|
||||
@dirrm include/musepack
|
Loading…
Add table
Reference in a new issue