Opus is a totally open, royalty-free, highly versatile audio codec.
Opus is unmatched for interactive speech and music transmission
over the Internet, but also intended for storage and streaming
applications. It is standardized by the Internet Engineering Task
Force (IETF) as RFC 6716 which incorporated technology from Skype's
SILK codec and Xiph.Org's CELT codec.
DynaMPD allows you to get a dynamic playlist with MPD: it adds to
your current playlist some tracks related to what you are currently
listenning to. The similar tracks request is done using the Last.fm
API (no registration required).
At least one rhythmbox library links with -lplist, but the library wasn't
available in .buildlink/lib. With no indirect linking, that breaks the
build on DragonFly.
Fluidsynth was redefining a properly-defined macro to null based on an
apparently flawed assumption. Add a condition to check if the macro is
defined before redefining.
This modified patch may fix more than just DragonFly.
Fixes and changes
Handle MIDI End of track events, ticket #101 (Matt Giuca)
Prevent broken rendering after an voice overflow, ticket #100 (diwic)
Enable long arguments where available (plcl)
Windows: Install fluidsynth.pc (pkg-config spec), ticket #102 (plcl)
Mac OS X Lion: Fix build failure, ticket #105 (twobits)
Linux: Prevent libdbus crash (diwic)
There's something amiss with the amarok tarball, bsdtar won't fully
extract it. The file '._gem_commands.rb' will be missing unless GNU Tar
is used instead. Other platforms, like ArchLinux, have run into this
as well. The solution is mandate gtar for the file extraction.
Based on the excellent TagLib C++ library, which is fast, full-featured
and mature. In contrast to other bindings, this one wraps the full C++ API,
not only the minimal C API. This means that all tag data can be accessed,
e.g. cover art of ID3v2 or custom fields of Ogg Vorbis comments.
FreeBSD deprecated and removed libmytinfo years ago (before that it was
an alias for -lcurses). DragonFly recently followed suit and consequently
this package broke.
Patch taken from FreeBSD ports -- it fixed DragonFly too.
Similar to the -lintl fix back in January, now -lfontconfig needs to
be linked in. The direct link applies to all platforms since LDFLAGS
is ignored by this package.
pkgsrc changes:
install default config
enable flac again
enable server and spectogram
enable alsa on Linux
make x11 optional
add gtk option
Upstream changes:
06/29, 2012
* Version 2.14.0 released.
* Add --reverb option for Freeverb parameter.
* Add --preserve-silence option.
* Add a "trysource" config file directive, which allows to try and
source other config files, while continuing without error if the
specified file is missing.
* Support for GM2 Master Fine/Coarse Tuning, GS Master Tune and XG
Master Tuning (4C not 27) SysEx.
* Allow Device Numbers other than 0x10 for XG SYSTEM ON SYSEX
events.
* Fix multiple vulnerabilities found in GNU gzip also apply to lha,
namely: CVE-2006-4335, CVE-2006-4337 and CVE-2006-4338.
* Support for lzma decompression.
* Support for ipv6.
* Support for libpng 1.5 and newer.
* Support for Tcl/Tk 8.5.
* Make compatible with xaw3d v1.5, style changes.
* Various improvements in XAW interface (see README.xaw).
* Support for Windows Named Pipe interface.
* ...and many other bug fixes.
* File formats:
o Mention in man pages that WAV files support floating point encodings.
o Add support for floating point encodings in AIFF-C files. (Ulrich Klauer)
o Pad WAV data chunk to an even number of bytes (as required by the
specification). [3203418] (Ulrich Klauer)
o Add optional MP2 write support with twolame library. (Paul Kelly)
* Audio device drivers:
o Give pulseaudio driver higher priority than alsa or oss now that
its proven stable and gives user more features; such as per app
volume control. (cbagwell)
o Fix bug when specifying OSX coreaudio device name. Would only
search for first 3 devices. (cbagwell)
o Fix sox hangups are exit when using coreaudio. (cbagwell)
o Improve buffering in coreaudio driver (Michael Chen)
o Support enabling play/rec mode when user invokes sox as either
play or play.exe on windows. (cbagwell)
o Fix compile of sunaudio driver on OpenBSD (cbagwell)
* Effects:
o Improvements to man pages for tempo effect. Really made in 14.3.2.
(Jim Harkins).
o New upsample effect. (robs)
o Fix to effects pipeline to let fade effect specify time from end of
file again. (cbagwell and Thor Andreassen)
o Fix man page default error for splice effect. (Ulrich Klauer)
o Enable support for --plot option on biquad and fir effects. (Ulrich Klauer)
o Effects chain can now be unlimited in length. (Ulrich Klauer)
o Fix newfile/restart effects when merging or mixing files. (Ulrich Klauer)
o Fix crashes in compand and mcompand effects. [3420893] (Ulrich Klauer)
o Let the delay effect gracefully handle the special case that a delay can
be more than the input length. [3055399] (Ulrich Klauer)
o New hilbert and downsample effects. (Ulrich Klauer)
o Fix problem where fade would sometimes fail if specifying a fade-out
immediately after a fade-in. (robs)
o Stricter syntax checking for several effects
Python Audio Tools are a collection of audio handling programs
which work from the command line. These include programs for CD
extraction, track conversion from one audio format to another,
track renaming and retagging, track identification, CD burning from
tracks, and more. Supports internationalized track filenames and
metadata using Unicode. Works with high-definition, multi-channel
audio as well as CD-quality. Track conversion uses multiple CPUs
or CPU cores if available to greatly speed the transcoding process.
Track metadata can be retrieved from FreeDB, MusicBrainz or compatible
servers.
* On Linux only pull in alsa-lib buildlink and enable alsa support.
* In the Sconstruct file move the line setting the include path and ldflags
based on the prefix from the netbsd section to the linux, darwin and netbsd
section.
* When adding to an if/elif/else block _elif_ should be used.
Bump PKGREVISION (because of the earlier libarchive additions).
0.7.5:
Support for international filenames in the song database and duplicate file detection.
Reduced memory usage associated with duplicate file detection.
0.7.4:
Better support for international characters in filenames.
Better detection of environment to support new Posix-based platforms.
Improved performer prompt on Windows.
0.7.3:
Fixes for international / unicode characters in filenames.
Support unusual CDG file draw commands found in the wild.
Make About window work with Wx2.6 again. Recent About window changes work on Wx2.8 only.
Add options for double-buffered and hardware.
Clean up keyboard operations.
‘P’ pauses, Backspace rewinds.
Allow remote control access to pykaraoke_mini.
Support left/right margins
Improvements to printing support.
Fix occasional crash in CDG player.
GP2X: Faster scrolling.
Windows: Fix temporary filenames used for unzipping same song twice.
OSX: Improvements to OSX support.
libmikmod 3.2.0 was released on 01-June-2012.
THANKS
- Axel "awe" Wefers <awe@fruitz-of-dojo.de>,
for creating the CoreAudio driver, the new
AIFF driver, and fixes for the wav output driver.
- Frank Loemker, for sending me his collection of patches
for libmikmod.
- Anders F Björklund <afb@algonet.se>, for updates, fixes and tests on
Mac Platforms and rpm support.
- Ivan Shmakov, for the NAS audio driver.
- Various downstream patch writers (from Mandriva, SuSE, Red Hat/Fedora,
Debian, etc.)
- P. Martin - the macports maintainer for some patches.
- Stéphan Kochen for two patches: one to change MDRIVER fields to "const",
and the other with putting variable declarations at the start of block (which
is more C89 compliant and fixes compilation on Microsoft Visual C++).
NEW FEATURES
- MacOS X CoreAudio driver
- Carbon support
- Loader for ASYLUM Music Format v1.0 (.amf) modules,
as used in crusader games.
- New function 'Player_QueryVoices' added, which is used to return
dynamic channel information about the module player. (Mikmod 3.2.2 uses
it for it's dynamic panels).
- Mixing with floating point output. The MacOSX CoreAudio driver uses it.
Thanks goes to Anders F Björklund for implementing this.
- AIFF disk writer driver.
- New NAS driver (Network Audio System). Tested with nasd and NCD X terminals.
- MREADERs now have an iobase member (previously was a static variable in mmio.c). This
permits to have many MREADERs with different iobase base values.
- Created an example/ subdirectory, to hold programming examples.
- Added functions to read from memory (Player_LoadMem, Sample_LoadMem...) and a memory reader in mmio.c
- renamed internal _mm_malloc function to MikMod_malloc, which is now
part of the API.
- Raw samples can now be loaded using the new Sample_LoadRaw* family of functions for sound effects.
- PowerPC 64 support
- ALSA (Advanced Linux Sound Architecture) driver is now working with "recent"
(actually a few years back) ALSAs.
- Change MDRIVER "char *" fields to "const char *".
- Thanks to Stéphan Kochen.
- Implement a fix to the ALSA driver in MIKMOD_DYNAMIC mode so it will allow
linking against libmikmod when "-Wl,--no-undefined" is passed.
- Reported by Andrey Bondrov from Mandriva.
- The problem was that we used some snd_... identifiers indirectly in
some macro expansions.
BUGFIXES
- The sun driver now compiles on solaris (Thanks to Nicolas Gros d'Aillon
for sending me Jonathan Perkin's fix)
- The wav output driver had problems on big endian systems. Thanks to
Axel "awe" Wefers for fixing this.
- A warning reported by Stéphane LOEUILLET in libmikmod.m4 with autoconf 1.8 was fixed.
- The 'card' argument, supported by the OSS driver was not documented via
the MDRIVER->CmdLineHelp string.
- libmikmod-3.1.11-CVE-2010-2546,2971.diff (from Mandriva/Mageia).
- libmikmod-3.1.11-CVE-2009-3995,3996.diff (from Mandriva/Mageia).
- Now checking for linking against -lm (from Mandriva/Mageia).
- Modified patch of libmikmod-CVE-2009-0179.patch (from Mandriva/Mageia).
- Apply the libmikmod-CVE-2007-6720.patch (from Mandriva/Mageia).
- Implement a fix for sprintf-of-list
- sprintf(list, "%sSOMETHING", list) does not work as expected and
suffers from the
http://en.wikipedia.org/wiki/Schlemiel_the_Painter%27s_algorithm
syndrome.
- Apply a patch for non-blocking opening of the OSS driver. (from Mandriva/Mageia).
- Fixed the prototypes of vc_callback (thanks to P. Martin).
- Cast a vc_callback parameter to "unsigned char *" instead of "char *",
becuase the former is what it accepts (thanks to P. Martin).
- Check for Samples' validatity in virtch_common.c (thanks to P. Martin).
- Fix compilation on MSVC.
- Thanks to Stéphan Kochen.
sfxr-sdl-1.2
------------
* Added support for gtk+-3.0 by Tim Oertel (toertel-sfxr@manax.orghttp://www.heroicproportions.org)
(Sorry, you have to edit the makefile to switch back to gtk+-2.0)
sfxr-sdl-1.2.1
--------------
* Fixed bug, the loop function call in main was commented out by Johan Helsing (bobbaluba@gmail.com)
* Fixed broken target clean in Makefile
libmusicbrainz.
Compared to v3 (in audio/libmusicbrainz) there were the following
changes:
Changes for libmusicbrainz 5.0.1
--------------------------------
- Fix LMB-32 - Correctly ignore unrecognised nodes
- Don't compile using -Werror when building from tarball
Changes for libmusicbrainz 5.0.0
--------------------------------
- Deprecated functions removed
Changes for libmusicbrainz 4.0.3
--------------------------------
- Fix LMB-32 - Correctly ignore unrecognised nodes
- Don't compile using -Werror when building from tarball
Changes for libmusicbrainz 4.0.2
--------------------------------
- Add extra attributes to Alias
- Add IPI lists to Artist and Label
- Add 'Ended' to Lifespan
- Add PrimaryType and SecondaryTypeList to ReleaseGroup
- Add text based track number to Track
- Add ISWC list to Work
- Debug builds show queries and responses on stderr
- Documentation updates
Changes for libmusicbrainz 4.0.1
--------------------------------
- Fixed bug LMB-30 - Unable to access all relation lists on objects with
multiple relation lists
- Fixed bug LMB-31 - mb_relationlist_get_targettype always returns
"target-type"
Changes for libmusicbrainz 4.0.0
--------------------------------
- Added support for collection list being returned as part of a release
Changes for libmusicbrainz 4.0.0 beta 2
---------------------------------------
- Restructured for easier maintenance
- List class interface rewritten
- Added handling of extension elements and attributes
- Add handling of all list attributes and elements
- C interface is now automatically generated from an XML file template
N.B. The API has changed with regard to lists since beta 1. Any
applications are likely to need rewriting to take account of this
and will certainly need to be recompiled due to the ABI change.
Changes for libmusicbrainz 4.0.0 beta 1
---------------------------------------
- Rewritten from scratch for NGS
Changes for Audio File Library version 0.3.4:
* Use hidden visibility for internal symbols.
* Add support for Sample Vision format.
* Update license for extended-precision floating-point conversion routines.
xfce4-mixer depends on x11/xfce4-panel which takes care of creating
the plugins directory. Remove the redundant directory creation which
can lead to directories being removed prematurely.
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc,
x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default.
* With x11/xorg-cf-files, libXp was offered with XawClientLibs,
but updated to 1.0.4, it was removed.
* And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc,
so all platforms should not require libXp from libXaw with Imake.
Bump PKGREVISION.
to this bl3 that I can find. One is audacious-plugins, where this setting
is incorrect (it fails Joerg's new .so tests); the other reference is in
audio/mp3splt-gtk, and it's commented out.
Changelog:
November 18 2011
Abcmidi new feature. The MIDI commands, chordprog and bassprog have
been extended to allow for an octave offset. In the following example
November 30 2011
Abc2midi slurring bug.
December 8 2011
Abc2midi: fermata bug. When a rest is preceded by a fermata symbol
H, abc2midi fails to recognize the rest.
December 11 2011
Abc2midi: lyrics bug with inline voices.
December 19 2011
Abc2midi clef-octave bug. In the following example, the clef=treble
declaration does not restore the octave setting to zero.
January 29 2012
Abc2midi: extended %%MIDI chordname command to handle up to 10 notes (instead
of 6).
March 08 2012
Abc2midi: grace bug with voice overlay. Abc2midi loses synchronization when voice overlays and gracenotes present.
March 22 2012
Abc2midi repeat error message:
abc2midi runs without error messages if the tunes are processed
individually.
March 26 2012
Abc2midi fermata bug:
March 29 2012
Abc2midi bug: abc2midi applies fermatas to all chords in which the
length is set outside the chord.
March 30 2012
Abc2midi bug: more bugs when fermata is applied to a chord.
April 1 2012
Abc2midi: new feature. Introduced a new option (-TT) to tune the key of
A above or below 440.0 Hz but less than a semitone. The output MIDI
file will re-tune to that frequency. The purpose of this feature
is to accommodate some instruments like the accordian which are
not tune exactly to 440.0 Hz.
April 03 2012
Abc2midi -tuning. Changed to the lower frequency limit to 414.9 to
permit A=415 Hz, a common tuning for Baroque music. The bend
variable is still limited between 0 and 16383.
April 15 2012
Abc2midi - lyrics. The function checksyllables() in genmidi.c emits
warnings even when there do not seem to be any errors in the
placement of the lyrics. I do not know how to fix this problem,
or even whether a fix exists. Furthermore, the warnings do not
appear useful as they are not very specific. Users can easily
check the placement of the syllables by viewing the score produced
by abcm2ps. The error message in checksyllables() is now suppressed
except when running abc2midi in verbose mode.
* fix mono binding on 32 bit systems
* better iOS 4.3 support
* dynamic loader for libhashab.so
* make smartplaylists case-insensitive to match what iTunes does
* more robust Shuffle support in udev helper
* various compilation fixes and build system improvements
* bug fixes
* updated French translation
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
This package uses libgcrypt directly.
Usually, libgcrypt will be pulled up from libsoup24->libgnome-keyring->libgcrypt,
but it is not if libsoup24 without `gnome' option.
PR 46116.
Bump PKGREVISION.
Version 2.5
FEATURES:
* Now It's possible to use formated strings for prefix and suffix in
Playlist's layout items.
BUGFIXES:
* Do not crash when iPod doesn't have a master playlist. (BR 288936)
* Fix Last.fm not finding KDE Wallet. (BR 286741)
* Put a border around bottom toolbars, visually separating them from
browser contents. (BR 277741)
* Align the bottom toolbars.
* Allow albums with empty name but nonempty artist in local collection.
* Fix collection info display (track count, free space) for iPod and MTP
devices. (BR 232093)
* Fix crash at exit with Qt 4.8
* Fix moving applets rightward in the context toolbar.
* Fix breadcrumbs not working properly for the file browser.
* Disable cover fetching action for tracks not in the collection to avoid
crash when trying to "save as" a cover. (BR 287604)
* Show default cover in tag dialog when track is not in the collection.
* Fix directory selection when opening album location in tag dialog.
* Fix crash in CoverFoundDialog if progress dialog is cancelled just
before fetch is done.
* Correctly parse disambiguation pages for songs in the English Wikipedia.
* Fix wrong context view applets sizes on start up in some cases.
* Fix Amarok consuming CPU until main window is shown. (BR 278897)
* Fix last.fm 'scrobble composer' option's fallback to artist (BR 286215)
* Fix volume control from within Amarok.
* Fix slow startup because of imported playlists. (BR 284761)
* Fix audio CD detection on Amarok start. (BR 276032)
* Set a default filename scheme for USB Mass Storage (BR 285900)
* Fixed crash during MusicBrainz search. (BR 277475)
CHANGES:
* Load Last.fm friend/neighbour avatars on demand.
* Update tracks in the recently played widget only when needed.
* Allow editing the SearchWidget during a search animation.
* Update the collection view while UMS is scanning.
* Don't block the UI while scanning UMS device.
* Allow going back and forward in Amazon store. Thanks to GCI student
Nikola Miljkovic.
easytag-current (2.1.6):
2.1.7 - Jan 14th, 2012 :
========================
* Gaute Amundsen's ConfirmWhenUnsavedFiles.patch
* Mark Ferry's albumartist patch for ogg and flac
* Götz Waschk's update for German translation
* Kip's optimized base64 decoder for album art
* Updated contributor credits
* Debianized
* Updated version to 2.1.7
LAME 3.99.5 February 28 2012
* Rogerio Brito
* autotools: Fix compilation on alpha using proper ifdef guards. Thanks to Andres Mejia.
* Small correction of the documentation.
* Robert Hegemann
* Workaround for cygwin build problem. Tracker item [ 3480692 ] mingw-w64 compilation error
* Fix for a problem when LAME is compiled with fast floating point math. It could result in bitrate bloat with silent input data.
* Bug fix for tracker item [ 3486753 ] Artifacts at the beginning of decoded file
PR 46047 by ISHIHARA Takanori.
Version 3.5:
* add 'dtw' command.
* add 'mfcc' command.
* add 'mgc2mgclsp' and 'mgclsp2mgc' command.
* add two pitch extraction algorithm, 'RAPT' and 'SWIPE' to 'pitch' command.
* add -R and -M option to 'delta' command, to skip the magic number during the
calculation.
* unify data type for sampling frequency into float in kHz.
* fix options of 'psgr' and 'grlogsp' command to draw more large graph.
* fix 'wav2raw' to deal with IEEE float format.
* bug fixes.
1) Add PLIST.Linux with Linux only files.
2) Set EXTERNAL_EXTENSION based on OPSYS.
3) Make EXTERNAL_EXTENSION a PLIST_SUBST and add it to files that need it.
Bump PKGREVISION
1) define INFTIM if needed.
2) glibc does not have a <sys/filio.h>
3) Don't build sun audio support on Linux.
While here make 'arts' a PKG_SUGGESTED_OPTIONS on Linux.