diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-05-31 15:40:47 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-05-31 15:40:47 +0000 |
commit | 24ae5cdd4baa32a37049d99ea1e21eff23f956d5 (patch) | |
tree | 106421d1db6849ceaeca03ff267d0b6297d8d696 /audio/libmpcdec | |
parent | fix MASTER_SITES (diff) |
Complete repocopy from audio/libmusepack -> audio/libmpcdec.
And update to version 1.2.
Repocopy done by: marcus
Notes
Notes:
svn path=/head/; revision=136528
Diffstat (limited to 'audio/libmpcdec')
-rw-r--r-- | audio/libmpcdec/Makefile | 4 | ||||
-rw-r--r-- | audio/libmpcdec/distinfo | 4 | ||||
-rw-r--r-- | audio/libmpcdec/pkg-descr | 2 | ||||
-rw-r--r-- | audio/libmpcdec/pkg-plist | 24 |
4 files changed, 18 insertions, 16 deletions
diff --git a/audio/libmpcdec/Makefile b/audio/libmpcdec/Makefile index 6ad597bb954b..300403a62c96 100644 --- a/audio/libmpcdec/Makefile +++ b/audio/libmpcdec/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ # -PORTNAME= libmusepack -PORTVERSION= 1.1 +PORTNAME= libmpcdec +PORTVERSION= 1.2 CATEGORIES= audio MASTER_SITES= http://www.saunalahti.fi/grimmel/musepack.net-files/source/ diff --git a/audio/libmpcdec/distinfo b/audio/libmpcdec/distinfo index 31d0addb4641..70dadd3ee190 100644 --- a/audio/libmpcdec/distinfo +++ b/audio/libmpcdec/distinfo @@ -1,2 +1,2 @@ -MD5 (libmusepack-1.1.tar.bz2) = c06aa1da054ed79989cd71d5300ed7c5 -SIZE (libmusepack-1.1.tar.bz2) = 293731 +MD5 (libmpcdec-1.2.tar.bz2) = f8465cc807c4d8acca6da250fd4ca9b0 +SIZE (libmpcdec-1.2.tar.bz2) = 298574 diff --git a/audio/libmpcdec/pkg-descr b/audio/libmpcdec/pkg-descr index 77d16c9de360..a3bf58f43862 100644 --- a/audio/libmpcdec/pkg-descr +++ b/audio/libmpcdec/pkg-descr @@ -1,3 +1,5 @@ +This port installs the musepack decoder lib. + 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 diff --git a/audio/libmpcdec/pkg-plist b/audio/libmpcdec/pkg-plist index 49af60358451..3386615c69c8 100644 --- a/audio/libmpcdec/pkg-plist +++ b/audio/libmpcdec/pkg-plist @@ -1,12 +1,12 @@ -include/musepack/config_types.h -include/musepack/decoder.h -include/musepack/huffman.h -include/musepack/math.h -include/musepack/musepack.h -include/musepack/reader.h -include/musepack/requant.h -include/musepack/streaminfo.h -lib/libmusepack.a -lib/libmusepack.so -lib/libmusepack.so.2 -@dirrm include/musepack +include/mpcdec/config_types.h +include/mpcdec/decoder.h +include/mpcdec/huffman.h +include/mpcdec/math.h +include/mpcdec/mpcdec.h +include/mpcdec/reader.h +include/mpcdec/requant.h +include/mpcdec/streaminfo.h +lib/libmpcdec.a +lib/libmpcdec.so +lib/libmpcdec.so.3 +@dirrm include/mpcdec |