Port details |
- musepack Decoder, encoder, and replaygain for musepack (mpc)
- 2011.08.10 audio
=10 2011.08.10Version of this port present on the latest quarterly branch. DEPRECATED: Legacy format that never got traction and no development in over a decade, consider using multimedia/ffmpeg for decoding
- Maintainer: shoesoft@gmx.net
 - Port Added: 2004-05-09 22:07:48
- Last Update: 2024-09-29 20:51:04
- Commit Hash: b959949
- People watching this port, also watch:: libxml2, libmng, flac, pth, nasm
- License: BSD3CLAUSE GPLv2+ LGPL21+
- WWW:
- https://www.musepack.net/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- musepack>0:audio/musepack
- To install the port:
- cd /usr/ports/audio/musepack/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/musepack
- pkg install musepack
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: musepack
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (musepack_src_r475.tar.gz) = a4b1742f997f83e1056142d556a8c20845ba764b70365ff9ccf2e3f81c427b2b
SIZE (musepack_src_r475.tar.gz) = 188737
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- This port is required by:
- for Libraries
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- audio_musepack
- USES:
- autoreconf libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2011.08.10 29 Sep 2024 20:51:04
    |
Alexey Dokuchaev (danfe)  |
audio/musepack: drop hard-set EXPIRATION_DATE for the time being
The port's controversial deprecation status is under dispute and
currently being discussed among interested parties.
PR: 281025 |
2011.08.10 25 Aug 2024 08:17:28
    |
Daniel Engberg (diizzy)  |
audio/musepack: Deprecate and set expiration date to 2024-09-30
No development in over a decade and never got traction, decoding is
supported by FFmpeg however there's no encoding support. For encoding
consider alternative formats such as Opus, AAC, xHE-AAC or legacy
audio formats such as MP3 and Ogg Vorbis.
PR: 281025
Reviewed by: Stefan Ehmann <shoesoft@gmx.net> (maintainer) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2011.08.10 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2011.08.10 20 Jul 2022 14:20:54
    |
Tobias C. Berner (tcberner)  |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
2011.08.10 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2011.08.10 25 Aug 2020 17:53:53
  |
tcberner  |
audio/musepack: fix build on current
Obtained
from: http://trac.musepack.net/musepack/changeset/479/libmpc/trunk/libmpcdec/requant.h |
2011.08.10 26 Jul 2016 16:51:16
  |
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
2011.08.10 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
2011.08.10 20 Oct 2014 06:36:00
  |
bapt  |
Cleanup plist |
2011.08.10 18 Sep 2014 15:02:30
  |
bapt  |
Convert to USES=autoreconf
Strip binaries |
2011.08.10 08 Aug 2014 19:02:40
  |
riggs  |
- Update to latest upstream release 2011.08.10
- Add LICENSE*
PR: 192402
Submitted by: shoesoft@gmx.net (maintainer)
Approved by: mentors (implicit) |
2009.03.01_2 04 Aug 2014 15:46:12
  |
amdmi3  |
- Switch audio/musepack to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix audio/abcde by requiring python
- Fix audio/moc plist with MUSEPACK enabled
Approved by: portmgr blanket |
2009.03.01_1 03 Feb 2014 14:31:32
  |
miwi  |
- Stage support |
2009.03.01_1 20 Sep 2013 14:36:37
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
2009.03.01_1 25 Jul 2012 06:32:08
 |
cs  |
Fix typos in COMMENT |
2009.03.01_1 06 Nov 2011 16:36:34
 |
miwi  |
- Get rid FreeBSD 6.X support |
2009.03.01_1 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
2009.03.01_1 05 Dec 2010 13:43:36
 |
rene  |
Remove CONFLICTS line with removed audio/libmpcdec
Submitted by: kwm |
2009.03.01_1 04 Dec 2010 07:34:27
 |
ade  |
Sync to new bsd.autotools.mk |
2009.03.01_1 16 Oct 2010 11:52:47
 |
ade  |
Punt autoconf267->autoconf268 |
2009.03.01_1 05 Oct 2010 19:57:56
 |
ade  |
Round one migration of ports from automake{19,110} to automake111 |
2009.03.01_1 17 Sep 2010 19:31:50
 |
makc  |
Unbreak on 6.x
PR: ports/150510
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org>
Approved by: Stefan Ehmann (maintainer) |
2009.03.01_1 15 Sep 2010 18:35:24
 |
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
2009.03.01 10 Jun 2010 21:35:10
 |
pav  |
- Mark BROKEN on 6.X: does not build (unrecognized command line option
"-fvisibility=hidden")
Reported by: pointyhat |
2009.03.01 29 May 2010 01:15:13
 |
shaun  |
Add CONFLICTS: audio/libmpcdec and audio/musepack both install the
following files:
/usr/local/lib/libmpcdec.a
/usr/local/lib/libmpcdec.la
/usr/local/lib/libmpcdec.so
PR: ports/147156
Submitted by: Stefan Ehmann <shoesoft@gmx.net> (musepack maintainer) |
2009.03.01 29 May 2010 01:01:47
 |
shaun  |
Remove some patch files that should've gone with the last update.
PR: ports/146643 (in audit trail)
Submitted by: "barbara" <barbara.xxx1975@libero.it> |
2009.03.01 22 May 2010 04:39:32
 |
miwi  |
- Update to 2009.03.01
PR: 146643
Submitted by: "Stefan Ehmann" <shoesoft@gmx.net> (maintainer) |
1.15v 31 Jul 2008 21:00:41
 |
amdmi3  |
- Fix mastersite
PR: ports/126133
Submitted by: "Stefan Ehmann" <shoesoft at gmx dot net> (maintainer)
Approved by: miwi (mentor implicit) |
1.15v 16 Dec 2006 12:06:19
 |
miwi  |
- Fix build with gcc 4.1
PR: ports/106774
Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer) |
1.15v 07 Aug 2006 12:56:31
 |
jmelo  |
- Update mastersite.
- Update WWW in pkg-descr.
PR: ports/101418
Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer) |
1.15v 03 Jul 2006 17:17:22
 |
itetcu  |
Portlint
PR: ports/99141
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: maintainer (private, delayed email) |
1.15v 03 May 2006 05:14:35
 |
edwin  |
Remove USE_REINPLACE from ports in categories starting with A. |
1.15v 22 Jan 2006 08:13:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.15v 21 May 2005 18:17:12
 |
kris  |
BROKEN on alpha: Does not compile |
1.15v 20 Mar 2005 11:10:25
 |
danfe  |
Update to version 1.15v.
PR: ports/79047
Submitted by: maintainer |
1.15u 06 Mar 2005 13:28:35
 |
ahze  |
- Update to 1.15u
PR: 78487
Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer) |
1.15r 28 May 2004 17:02:43
 |
pav  |
- Add another MASTER_SITE (fix fetch)
PR: ports/67299
Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer) |
1.15r 09 May 2004 22:07:02
 |
pav  |
Add musepack, decoder, encoder and replaygain for musepack audio format.
PR: ports/66334
Submitted by: Stefan Ehmann <shoesoft@gmx.net> |