Port details |
- py-mutagen Python-based audio metadata tag reader and writer
- 1.47.0 audio =11 1.47.0Version of this port present on the latest quarterly branch.
- Maintainer: python@FreeBSD.org
- Port Added: 2006-05-24 21:05:48
- Last Update: 2023-09-04 21:30:33
- Commit Hash: a1b11d6
- People watching this port, also watch:: dbus, libXtst, xorg-fonts-truetype, libXdamage, libxml2
- Also Listed In: python
- License: GPLv2+
- WWW:
- https://github.com/quodlibet/mutagen
- Description:
- Mutagen is a Python module to handle audio metadata. It supports
FLAC, M4A, Musepack, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg
Vorbis, MonkeysAudio, True Audio, and WavPack audio files. All
versions of ID3v2 are supported, and all standard ID3v2.4 frames
are parsed. It can read Xing headers to accurately calculate the
bitrate and length of MP3s. ID3 and APEv2 tags can be edited
regardless of audio format. It can also manipulate Ogg streams
on an individual packet/page level.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}mutagen>0:audio/py-mutagen@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/audio/py-mutagen/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/py-mutagen
- pkg install py39-mutagen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-mutagen listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-mutagen
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1693824053
SHA256 (mutagen-1.47.0.tar.gz) = 719fadef0a978c31b4cf3c956261b3c58b6948b32023078a2117b1de09f0fc99
SIZE (mutagen-1.47.0.tar.gz) = 1274186
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:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- games/naev
- www/yt-dlp
- for Run
-
- audio/beets
- audio/exaile
- audio/picard
- audio/puddletag
- audio/py-soundscrape
- deskutils/recoll
- devel/py-mediafile
-
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_py-mutagen
- USES:
- python
- 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 |
1.47.0 04 Sep 2023 21:30:33 |
Po-Chuan Hsieh (sunpoet) |
audio/py-mutagen: Update to 1.47.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/quodlibet/mutagen/releases
https://github.com/quodlibet/mutagen/blob/main/NEWS
https://mutagen.readthedocs.io/en/latest/changelog.html |
1.46.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.46.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.46.0 19 Nov 2022 08:13:33 |
Po-Chuan Hsieh (sunpoet) |
audio/py-mutagen: Update to 1.46.0
- Remove no-op USES=shebangfix
Changes: https://github.com/quodlibet/mutagen/releases
https://github.com/quodlibet/mutagen/blob/master/NEWS
https://mutagen.readthedocs.io/en/latest/changelog.html |
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) |
1.45.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 ) |
1.45.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 ) |
1.45.1 10 Jan 2022 03:24:13 |
Alexandre C. Guimarães (rigoletto) |
audio/py-mutagen: Update to 1.45.1
PR: 259241 |
1.42.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.42.0_2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.42.0_2 11 Feb 2020 17:56:31 |
sunpoet |
Update manpage location (r523104)
- Bump PORTREVISION for package change |
1.42.0_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.42.0 27 Dec 2018 02:50:27 |
wen |
- Update to 1.42.0
PR: 234418
Submitted by: duchateau.olivier@gmail.com |
1.41.1 13 Aug 2018 18:20:46 |
sunpoet |
Update to 1.41.1
Changes: https://github.com/quodlibet/mutagen/blob/master/NEWS |
1.41.0 27 Jul 2018 18:35:10 |
miwi |
- Update to 1.41.0
PR: 229941
Submitted by: ndowens.fbsd@yandex.com
Sponsored by: iXsystems Inc. |
1.40.0 26 Jan 2018 18:12:21 |
sunpoet |
Update to 1.40.0
Changes: https://github.com/quodlibet/mutagen/blob/master/NEWS |
1.39 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.39 07 Nov 2017 21:02:14 |
sunpoet |
Update to 1.39
- Simplify SHEBANG_FILES
Changes: https://github.com/quodlibet/mutagen/blob/master/NEWS |
1.38 02 Jun 2017 18:35:44 |
sunpoet |
Update to 1.38
Changes: https://github.com/quodlibet/mutagen/blob/master/NEWS |
1.37 25 Feb 2017 14:05:25 |
olivierd |
- Update to 1.37
- Fix LICENSE
Changelog: https://github.com/quodlibet/mutagen/blob/release-1.37/NEWS |
1.36.3 25 Feb 2017 09:55:43 |
sunpoet |
Update to 1.36.3
Changes: https://github.com/quodlibet/mutagen/blob/master/NEWS |
1.36.2 26 Jan 2017 14:38:08 |
sunpoet |
Update to 1.36.2
Changes: https://github.com/quodlibet/mutagen/blob/master/NEWS |
1.36.1 23 Jan 2017 21:52:21 |
olivierd |
Update to 1.36.1 |
1.36 23 Dec 2016 12:54:54 |
olivierd |
Update to 1.36
Changelog: https://github.com/quodlibet/mutagen/blob/release-1.36/NEWS |
1.35.1 12 Nov 2016 18:40:58 |
olivierd |
Update to 1.35.1 |
1.34.1_2 21 Aug 2016 12:56:38 |
rm |
audio/py-mutagen: add missing shebangfix
Correct my previos change by adding USES=shebangfix, that was
missed in manual merge.
With hat: python
Pointyhat to: rm |
1.34.1_1 15 Aug 2016 16:33:03 |
rm |
audio/py-mutagen: small changes
- make python version overridable, so we can reuse the Makefile
from a slave port
- remove patch file, because it is too simple to not implement the
replacing in Makefile
- utilize shebangfix against tools installed to ${PREFIX}/bin and
mark this port concurrent-safe to get the tools prefixed with python version
- bump PORTREVISION because of package change
With hat: python |
1.34.1 14 Aug 2016 16:04:30 |
olivierd |
Update to 1.34.1 |
1.34 08 Aug 2016 16:57:16 |
olivierd |
Update to 1.34 |
1.33.2 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 |
1.33.2 06 Jul 2016 21:01:25 |
olivierd |
- Update to 1.33.2
- Adjust WWW entry, project moved to GitHub |
1.33.1 02 Jul 2016 15:12:06 |
olivierd |
Update to 1.33.1 |
1.32 09 May 2016 18:37:39 |
olivierd |
Update to 1.32 |
1.31 10 Sep 2015 15:02:33 |
olivierd |
- Update to 1.31
- Add NO_ARCH
- Re-assign to the Python team
Based on PR: 202767 (update to 1.30)
Submitted by: myself
Approved by: maintainer, timeout |
1.29 30 May 2015 14:42:16 |
olivierd |
Update to 1.29
PR: 200080
Submitted by: myself
Approved by: Peter Johnson (maintainer, timeout 3 weeks) |
1.28 07 Apr 2015 16:11:23 |
olivierd |
Update to 1.28
PR: 198606
Submitted by: myself
Approved by: maintainer (timeout 3 weeks) |
1.27 21 Feb 2015 22:24:53 |
rm |
audio/py-mutagen: version update
- update to 1.27
PR: 196823
Submitted by: olivierd
Approved by: maintainer timeout (1 month) |
1.26 29 Nov 2014 09:14:06 |
riggs |
- Update to 1.26
- Replace pkg-plist by USE_PYTHON= autoplist
- Remove post-patch target, already fixed in files/patch-setup.py
- Update WWW entry in pkg-descr
PR: 194927
Submitted by: olivierd@FreeBSD.org
Approved by: maintainer (timeout) |
1.22 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
1.22 19 Oct 2014 07:33:10 |
mva |
- Convert ports from audio/ to new USES=python
Reviewed by: portmgr (implicit) |
1.22 09 Jun 2014 11:21:53 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt) |
1.22 08 Feb 2014 16:30:59 |
feld |
- Update to 1.22, required for next audio/beets update
- Support STAGE
Approved by: swills (mentor) |
1.21 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
1.21 22 Jun 2013 14:49:53 |
swills |
- Update to 1.21, required for my audio/beets port
- Remove patch, REINPLACE is better
- Passes portlint
PR: ports/179297
Submitted by: Mark Felder <feld@feld.me>
Approved by: maintainer timeout (johnson.peter@gmail.com, >2 weeks) |
1.20 17 Mar 2011 15:46:55 |
miwi |
- Update to 1.20
PR: 154917
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: maintainer timeout |
1.19 03 Apr 2010 19:30:37 |
lwhsu |
- Update to 1.19
PR: ports/144123
Submitted by: Peter Johnson <johnson.peter AT gmail.com> (maintainer) |
1.17 17 Oct 2009 03:29:34 |
lwhsu |
- Update to 1.17
PR: ports/139673
Submitted by: Olivier Duchateau <duchateau.olivier AT gmail.com>
Approved by: Peter Johnson <johnson.peter AT gmail.com> (maintainer, with a
updated patch) |
1.14 21 Mar 2009 06:41:24 |
lwhsu |
- Update to 1.14
- Add regression-test target
PR: ports/128944
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by: maintainer timeout |
1.12 23 Sep 2007 05:28:31 |
lwhsu |
- Update to 1.12
PR: ports/116552
Submitted by: Peter Johnson <johnson.peter AT gmail.com> (maintainer) |
1.11 06 Jun 2007 10:37:08 |
miwi |
- Update to 1.11
PR: 113353
Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer) |
1.10.1 31 Jan 2007 03:42:30 |
dryice |
Add mirror site
PR: ports/108534
Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer)
Approved by: itetcu (mentor) |
1.10.1 27 Jan 2007 23:45:55 |
miwi |
- Update to 1.10.1
PR: 108445
Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer) |
1.10 23 Jan 2007 16:15:55 |
miwi |
- Update to 1.10
PR: ports/108234
Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer) |
1.9 15 Jan 2007 20:07:10 |
miwi |
- Update to 1.9
PR: ports/107738
Submitted by: miwi
Approved by: maintainer |
1.8 04 Oct 2006 06:00:32 |
alexbl |
- Update to 1.8
PR: 103965
Submitted by: Peter Johnson <johnson.peter@gmail.com>
Approved by: novel (mentor, implicit) |
1.7.1 28 Sep 2006 05:29:34 |
alexbl |
- Update to 1.7.1
PR: 103601
Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer)
Approved by: novel (mentor) |
1.7 24 Sep 2006 08:14:57 |
alexbl |
- Update to 1.7
PR: 102630
Submitted by: Peter Johnson <johnson.peter@gmail.com>
No response from: maintainer
Approved by: linimon (portmgr),
novel (mentor) |
1.4 23 Sep 2006 20:42:42 |
linimon |
Reassign from inactive maintainer, to new maintainer who has been submitting
PRs for updates.
Hat: portmgr |
1.4 08 Jun 2006 16:45:36 |
stefan |
Update to 1.4.
PR: 98126
Submitted by: Peter Johnson <johnson.peter@gmail.com>
Approved by: maintainer
arved (mentor) |
1.2 24 May 2006 21:00:52 |
itetcu |
Re-add py-mutagen (after a few minutes of existance as audio/mutagen):
Mutagen is an audio metadata tag reader and writer implemented in
pure Python. It supports reading ID3v1.1, ID3v2.2, ID3v2.3, ID3v2.4,
APEv2, and FLAC, and writing ID3v1.1, ID3v2.4, APEv2, and FLAC. It
can also read MPEG audio and Xing headers.
WWW: http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
PR: ports/97276 [1], ports/96897 [2]
Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr> [1]
Peter Johnson <johnson.peter@gmail.com> [2]
Approved by: tmclaugh (mentor) |