aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2005-05-31 23:40:47 +0800
committerkwm <kwm@FreeBSD.org>2005-05-31 23:40:47 +0800
commit5ae40488daa877b185e5534a05333bf5e962d93d (patch)
tree1b6f4b01ad4af42003d7f5aeb76c02c1765cdaa3 /audio
parent4595145759738b75f1f1f1c7016411962443e664 (diff)
downloadfreebsd-ports-gnome-5ae40488daa877b185e5534a05333bf5e962d93d.tar.gz
freebsd-ports-gnome-5ae40488daa877b185e5534a05333bf5e962d93d.tar.zst
freebsd-ports-gnome-5ae40488daa877b185e5534a05333bf5e962d93d.zip
Complete repocopy from audio/libmusepack -> audio/libmpcdec.
And update to version 1.2. Repocopy done by: marcus
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile2
-rw-r--r--audio/libmpcdec/Makefile4
-rw-r--r--audio/libmpcdec/distinfo4
-rw-r--r--audio/libmpcdec/pkg-descr2
-rw-r--r--audio/libmpcdec/pkg-plist24
-rw-r--r--audio/libmusepack/Makefile27
-rw-r--r--audio/libmusepack/distinfo2
-rw-r--r--audio/libmusepack/pkg-descr10
-rw-r--r--audio/libmusepack/pkg-plist12
9 files changed, 19 insertions, 68 deletions
diff --git a/audio/Makefile b/audio/Makefile
index c491e7f12078..375c7663def0 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -238,7 +238,7 @@
SUBDIR += libmad
SUBDIR += libmikmod
SUBDIR += libmodplug
- SUBDIR += libmusepack
+ SUBDIR += libmpcdec
SUBDIR += libmusicbrainz
SUBDIR += libogg
SUBDIR += libsamplerate
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
diff --git a/audio/libmusepack/Makefile b/audio/libmusepack/Makefile
deleted file mode 100644
index 6ad597bb954b..000000000000
--- a/audio/libmusepack/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: libmusepack
-# Date created: 29 November 2004
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libmusepack
-PORTVERSION= 1.1
-CATEGORIES= audio
-MASTER_SITES= http://www.saunalahti.fi/grimmel/musepack.net-files/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>
diff --git a/audio/libmusepack/distinfo b/audio/libmusepack/distinfo
deleted file mode 100644
index 31d0addb4641..000000000000
--- a/audio/libmusepack/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (libmusepack-1.1.tar.bz2) = c06aa1da054ed79989cd71d5300ed7c5
-SIZE (libmusepack-1.1.tar.bz2) = 293731
diff --git a/audio/libmusepack/pkg-descr b/audio/libmusepack/pkg-descr
deleted file mode 100644
index 77d16c9de360..000000000000
--- a/audio/libmusepack/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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/
diff --git a/audio/libmusepack/pkg-plist b/audio/libmusepack/pkg-plist
deleted file mode 100644
index 49af60358451..000000000000
--- a/audio/libmusepack/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-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