Port details |
- libmad MPEG audio decoder library
- 0.16.4 audio =192 0.16.4Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2003-12-07 00:51:25
- Last Update: 2024-04-18 12:47:56
- Commit Hash: 1ad752f
- People watching this port, also watch:: png, glib, libiconv, libxml2, expat
- License: GPLv2+
- WWW:
- https://www.underbit.com/products/mad/
- https://codeberg.org/tenacityteam/libmad
- Description:
- MAD (libmad) is a high-quality MPEG audio decoder. It currently supports MPEG-1
and the MPEG-2 extension to Lower Sampling Frequencies, as well as the so-called
MPEG 2.5 format. All three audio layers (Layer I, Layer II, and Layer III a.k.a.
MP3) are fully implemented.
MAD does not yet support MPEG-2 multichannel audio (although it should be
backward compatible with such streams) nor does it currently support AAC.
MAD has the following special features:
- 24-bit PCM output
- 100% fixed-point (integer) computation
- completely new implementation based on the ISO/IEC standards
- distributed under the terms of the GNU General Public License (GPL)
Because MAD provides full 24-bit PCM output, applications using MAD are able to
produce high quality audio. Even when the output device supports only 16-bit
PCM, applications can use the extra resolution to increase the audible dynamic
range through the use of dithering or noise shaping.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/libmad/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/libmad
- pkg install libmad
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libmad
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1713033308
SHA256 (libmad-0.16.4.tar.gz) = 0f6bfb36c554075494b5fc2c646d08de7364819540f23bab30ae73fa1b5cfe65
SIZE (libmad-0.16.4.tar.gz) = 921048
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- audio/aqualung
- audio/deadbeef
- audio/gogglesmm
- audio/kwave
- audio/libmp3splt
- audio/madplay
- audio/mixxx
-
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:
- ===> The following configuration options are available for libmad-0.16.4:
====> Options available for the single OPTIMIZE: you have to select exactly one of them
ACCURACY=off: Optimize for accuracy over speed
SPEED=on: Optimize for speed over accuracy
===> Use 'make config' to modify these settings
- Options name:
- audio_libmad
- USES:
- cmake cpe pathfix
- 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 |
0.16.4 18 Apr 2024 12:47:56 |
Po-Chuan Hsieh (sunpoet) |
audio/libmad: Update to 0.16.4
- Update MASTER_SITES
- Fix LICENSE
- Update COMMENT
- Update WWW
- Update pkg-descr
- Clean up libmad.pc patch from dependent ports
Changes: https://codeberg.org/tenacityteam/libmad/releases |
0.16.3 21 Mar 2023 19:20:00 |
Po-Chuan Hsieh (sunpoet) |
audio/libmad: Cosmetic change |
0.16.3 16 Mar 2023 23:07:14 |
Daniel Engberg (diizzy) |
audio/libmad: Unbreak fetch
Repo is now located on Codeberg
Reference: https://github.com/tenacityteam/
Approved by: portmgr (blanket, build fix) |
0.16.3 27 Sep 2022 10:30:37 |
Daniel Engberg (diizzy) |
audio/libmad: Fix distinfo and only enable ASO on supported 32-bit platforms
Distinfo contains stale info for obsolete patch file andonly enable ASO
on armv6/v7/i386
PR: 266350
Approved by: portmgr (maintainer timeout, 2+ weeks) |
0.16.3 10 Sep 2022 16:05:56 |
Po-Chuan Hsieh (sunpoet) |
audio/libmad: Update to 0.16.3
Changes: https://github.com/tenacityteam/libmad/releases |
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) |
0.16.2_1 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 ) |
0.16.2_1 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 ) |
0.16.2_1 11 Jul 2022 21:52:53 |
Po-Chuan Hsieh (sunpoet) |
audio/libmad: Add ACCURACY and SPEED options
The SPEED option is missing in 0.16.0 update
(519c89efe3a9ddc8f3a57d1bb4940ff355086576).
Add it back via OPTIONS_SINGLE_OPTIMIZE. |
0.16.2_1 11 Jul 2022 21:46:56 |
Po-Chuan Hsieh (sunpoet) |
audio/libmad: Set SONAME to libmad.so.0 instead of libmad.so.0.16.2
- Bump PORTREVISION of dependent ports for shlib change
- Bump PORTREVISION for package change |
0.16.2 11 Jul 2022 14:21:46 |
Po-Chuan Hsieh (sunpoet) |
audio/libmad: Allow aarch64 to use 64-bit fixed point math
PR: 264937
Reported by: diizzy |
0.16.2 29 Jun 2022 16:32:34 |
Po-Chuan Hsieh (sunpoet) |
audio/libmad: Update to 0.16.2
- Add LICENSE_FILE
Changes: https://github.com/tenacityteam/libmad/releases
https://github.com/tenacityteam/libmad/blob/main/CHANGES |
0.16.1 21 Jun 2022 16:32:42 |
Po-Chuan Hsieh (sunpoet) |
audio/libmad: Update to 0.16.1
Changes: https://github.com/tenacityteam/libmad/releases
https://github.com/tenacityteam/libmad/blob/main/CHANGES |
0.16.0 13 May 2022 11:39:13 |
Po-Chuan Hsieh (sunpoet) |
audio/libmad: Clean up Makefile
- Remove PATCH* by moving to a newer snapshot |
0.16.0 06 May 2022 09:59:33 |
Daniel Engberg (diizzy) |
audio/libmad: Update to 0.16.0
Switch to Tenacity's fork which contains patched code for all known CVEs
and various build fixes. This also makes it easier to maintain as we're
using an active fork. Upstream has also switched to CMake.
PR: 262874
Approved by: sunpoet (maintainer timeout 4+ weeks) |
0.15.1b_7 21 Sep 2021 03:35:10 |
Po-Chuan Hsieh (sunpoet) |
audio/libmad: Convert REINPLACE_CMD to patch file |
0.15.1b_7 19 Sep 2021 05:59:40 |
Po-Chuan Hsieh (sunpoet) |
audio/libmad: Cosmetic change |
0.15.1b_7 29 Aug 2021 11:55:22 |
Bernhard Froehlich (decke) |
audio/libmad: Add CPE information
Approved by: portmgr (blanket) |
0.15.1b_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.15.1b_7 13 Nov 2019 23:24:54 |
sunpoet |
Fix CVE-2017-8372, CVE-2017-8373 and CVE-2017-8374
- Bump PORTREVISION for package change
Differential Revision: https://reviews.freebsd.org/D22300
Submitted by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Obtained from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508133#15
Security: b48e7b14-052a-11ea-a1de-53b029d2b061
MFH: 2019Q4 |
0.15.1b_6 28 Oct 2018 19:57:01 |
sunpoet |
Update pkg-descr and WWW |
0.15.1b_6 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 |
0.15.1b_6 13 Dec 2014 03:59:19 |
sunpoet |
- Add LICENSE |
0.15.1b_6 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.15.1b_5 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.15.1b_4 11 Feb 2014 23:08:02 |
bapt |
Fix build with clang 3.4
Submitted by: dim |
0.15.1b_4 05 Feb 2014 15:54:16 |
sunpoet |
- Fix USES=libtool and revert shared library changes
- Bump PORTREVISION for package change |
0.15.1b_3 05 Feb 2014 15:48:05 |
bapt |
Fix after conversion to USES=libtool |
0.15.1b_2 05 Feb 2014 15:29:37 |
sunpoet |
- Use USES=libtool |
0.15.1b_2 12 Oct 2013 18:17:00 |
sunpoet |
- Strip shared library
- Do not mkdir PREFIX/libdata/pkgconfig which is already in BSD.local.dist
- Use SUB_FILES
- Remove unnecessary patch
- Cosmetic change
- Take maintainership |
0.15.1b_2 29 Sep 2013 22:01:20 |
ak |
- Support STAGEDIR |
0.15.1b_2 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.15.1b_2 14 Jun 2013 22:41:54 |
bapt |
Convert from WITH to OPTIONS
While here remove wrong pkgconfig dependency |
0.15.1b_2 21 Oct 2012 08:47:17 |
dinoex |
- drop maintainership
Feature safe: yes |
0.15.1b_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.15.1b_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.15.1b_2 11 Feb 2010 14:47:35 |
dinoex |
- fix build with new GCC
PR: 143741
Submitted by: Rob Farmer |
0.15.1b_2 22 Aug 2009 00:13:27 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
0.15.1b_2 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.15.1b_2 28 Jan 2007 09:07:47 |
kris |
Use libtool port instead of included one to avoid objformat a.out botch |
0.15.1b_2 19 Dec 2006 07:23:42 |
dinoex |
- USE_LDCONFIG |
0.15.1b_2 02 Dec 2006 19:44:32 |
dinoex |
- take maintainership
Submit:ted by:
Revi:rewed by: |
0.15.1b_2 12 Nov 2006 19:01:29 |
linimon |
Reset inactive maintainer asa@gascom.ru.
Hat: portmgr |
0.15.1b_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.15.1b_1 22 Jan 2006 08:13:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.15.1b_1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.15.1b_1 19 May 2005 16:40:08 |
marcus |
Be sure the pkgconfig directory exists (it doesn't on not branch versions
of FreeBSD).
Reported by: GNOME Tinderbox |
0.15.1b_1 09 Dec 2004 16:54:10 |
sf |
add knob to enable speed optimization.
(maintainer timeout for two weeks.)
Submitted by: Ingmar Gebert <ingmar.gebert@uni-rostock.de> |
0.15.1b_1 11 Oct 2004 22:20:46 |
pav |
- Install pkgconfig file
Approved by: maintainer
Obtained from: Debian |
0.15.1b 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
0.15.1b 07 Jul 2004 07:17:28 |
pav |
- Update to 0.15.1b
PR: ports/68682
Submitted by: Evgueni V. Gavrilov <aquatique-ports@rambler.ru>
Approved by: maintainer |
0.15.0b 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.15.0b 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
0.15.0b 07 Dec 2003 00:50:00 |
marcus |
Add libmad, the library backend to the MAD audio project. MAD is a
high-quality MPEG 1 and 2 audio decoder.
PR: 59702
Submitted by: Sergey Akifyev <asa@gascom.ru> |