ghc and the hs-packages now simply include the necessary (haskell)
package description files in lib/ghc/package.conf.d and update the
package.cache by running ghc-pkg recache at the end. register and
unregister scripts are no longer needed.
Neither have any consumers
py-id3 hasn't been updated since it was imported in 2003
py-tagget hasn't been updated since it was imported in 2006
ok sthen@
Long awaited update to 0.21.x branch, been using it on 6.5/amd64 since
months without issues.
Upstream switched CONFIGURE_STYLE to to meson, so adapt CONFIGURE_ARGS
but try to keep the same enable/disable flags list for now (there are
waayyyyy too many options in there).
Macppc build fixes/tweaks from cwen@, thanks!
General apathy from ports@, so users will get to test it now...
The project no longer bundles the plugins with the source. So I got
rid of all the Makefile logic for the plugins.
Port moved to using MODPY_PI. There is a patch for setup.py to use
the setuptools version of install which has support for
--single-version-externally-managed. I've sent this patch upstream
and it has already been committed so will be in the next release.
I discarded the old setup.py patch.
A chunk of tests fail because the PyPI tarball id missing any .aac
files from test/data. I got a patch committed upstream for their
MANIFEST.in file so that future releases will include those files.
Dependencies on ffmpeg, liboaf, and others were dropped as they
aren't needed for recent releases of picard.
Input from sthen@
ok edd@ sthen@
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.
ok sthen@, jca@
libopenmpt is a cross-platform C++ and C library to decode tracked music
files (modules) into a raw PCM audio stream.
openmpt123 is a cross-platform command-line or terminal based module file
player.
libopenmpt is based on the player code of the OpenMPT project (Open ModPlug
Tracker). In order to avoid code base fragmentation, libopenmpt is developed
in the same source code repository as OpenMPT.
OK rapha@
to update audio/picard.
Python binding of MusicBrainz Libdiscid. Libdiscid's main purpose
is the calculation of an identifier of audio discs (disc ID) to use
for the MusicBrainz database.
That identifier is calculated from the TOC of the disc, similar to
the freeDB CDDB identifier. Libdiscid can calculate MusicBrainz
disc IDs and freeDB disc IDs. Additionally the MCN of the disc and
ISRCs from the tracks can be extracted.
This module is a close binding that offloads all relevant data
storage and calculation to Libdiscid. On the other hand it gives a
pythonic API and uses objects and exceptions.
Version 1.2.0
Input from sthen@
OK edd@ sthen@