Commit graph

7255 commits

Author SHA1 Message Date
rumko
9c2c235f19 audio/alsa-lib: on fbsd, we need sys/timespec.h for struct timespec
Ok@ wiz
2015-01-10 10:14:20 +00:00
rumko
ab850e810e audio/esound: fix build on fbsd due to missing libm
As on some other systems, fbsd also needs -lm in LDFLAGS in order
for esound to build successfully.

Ok@ wiz
2015-01-09 16:33:15 +00:00
joerg
9ca5ce9319 Don't depend on parser skeleton to include stdlib.h. 2015-01-09 14:26:07 +00:00
mef
4dabd30f8d Update 2012-12-01 to 2014-10-16
(doc/readme.txt), this includes the versions of:
-------------------------------
midi2abc version 2.94 January 05 2014
abc2midi version 3.37 October 16 2014
abc2abc  version 1.75 September 08 2013
yaps     version 1.56 November 04 2013
abcmatch version 1.62 January 01 2014
midicopy version 1.18 October 01 2013

(doc/CHANGES)
-------------------------------
too many lines to list here:
2015-01-09 14:06:26 +00:00
wiz
df8f2d63cd Remove patch after update to 0.19. 2015-01-08 16:59:27 +00:00
wiz
05cacca972 When using cdda2wav, default to cdda2wav, which is in pkgsrc, instead of
icedax, which isn't.
Bump PKGREVISION.
2015-01-08 10:27:24 +00:00
drochner
f74b56828e update to 1.3.1
changes:
-bugfixes
-Support the new pregap and data tracks
-Set the originalyear tag when loading a release
-Web service calls to ports 80 and 443 do not need explicit port
 specification. 443 should be automatically made https
2015-01-06 19:54:39 +00:00
drochner
0750523835 sync w/ base pkg 2015-01-06 19:53:14 +00:00
drochner
fe21c9fdb2 update to 1.27
changes:
-mp4 improvements
-added aac support
-fixes
2015-01-06 19:52:40 +00:00
drochner
62b65217c3 update to 1.3.10
changes:
-The import command now has a --pretend flag that lists the files that
 will be imported
-The config command can now be used to edit the configuration even when
 it has syntax errors
-plugin additions and updates
-bugfixes
-Fix a new crash with the latest version of Mutagen (1.26)
2015-01-06 19:50:43 +00:00
wiz
f055bce9b3 Update to 0.19.7:
ver 0.19.7 (2014/12/17)
* input
  - nfs: fix crash while canceling a failing file open operation
  - nfs: fix memory leak on connection failure
  - nfs: fix reconnect after mount failure
  - nfs: implement mount timeout (60 seconds)
* storage
  - nfs: implement I/O timeout (60 seconds)
* playlist
  - embcue: fix filename suffix detection
  - don't skip non-existent songs in "listplaylist"
* decoder
  - ffmpeg: fix time stamp underflow
* fix memory allocator bug on Windows

ver 0.19.6 (2014/12/08)
* decoder
  - ffmpeg: support FFmpeg 2.5
* fix build failure with musl
* android
  - update libFLAC to 1.3.1
  - update FFmpeg to 2.5

ver 0.19.5 (2014/11/26)
* input
  - nfs: fix crash on connection failure
* archive
  - zzip: fix crash after seeking
* decoder
  - dsdiff, dsf, opus: fix deadlock while seeking
  - mp4v2: remove because of incompatible license

ver 0.19.4 (2014/11/18)
* protocol
  - workaround for buggy clients that send "add /"
* decoder
  - ffmpeg: support opus
  - opus: add MIME types audio/ogg and application/ogg
* fix crash on failed filename charset conversion
* fix local socket detection from uid=0 (root)

ver 0.19.3 (2014/11/11)
* protocol
  - fix "(null)" result string to "list" when AlbumArtist is disabled
* database
  - upnp: fix breakage due to malformed URIs
* input
  - curl: another fix for redirected streams
* decoder
  - audiofile: fix crash while playing streams
  - audiofile: fix bit rate calculation
  - ffmpeg: support opus
  - opus: fix bogus duration on streams
  - opus: support chained streams
  - opus: improved error logging
* fix distorted audio with soxr resampler
* fix build failure on Mac OS X with non-Apple compilers

ver 0.19.2 (2014/11/02)
* input
  - curl: fix redirected streams
* playlist
  - don't allow empty playlist name
  - m3u: don't ignore unterminated last line
  - m3u: recognize the file suffix ".m3u8"
* decoder
  - ignore URI query string for plugin detection
  - faad: remove workaround for ancient libfaad2 ABI bug
  - ffmpeg: recognize MIME type audio/aacp
  - mad: fix negative replay gain values
* output
  - fix memory leak after filter initialization error
  - fall back to PCM if given DSD sample rate is not supported
* fix assertion failure on unsupported PCM conversion
* auto-disable plugins that require GLib when --disable-glib is used

ver 0.19.1 (2014/10/19)
* input
  - mms: fix deadlock bug
* playlist
  - extm3u: fix Extended M3U detection
  - m3u, extm3u, cue: fix truncated lines
* fix build failure on Mac OS X
* add missing file systemd/mpd.socket to tarball

ver 0.19 (2014/10/10)
* protocol
  - new commands "addtagid", "cleartagid", "listfiles", "listmounts",
    "listneighbors", "mount", "rangeid", "unmount"
  - "lsinfo" and "readcomments" allowed for remote files
  - "listneighbors" lists file servers on the local network
  - "playlistadd" supports file:///
  - "idle" with unrecognized event name fails
  - "list" on album artist falls back to the artist tag
  - "list" and "count" allow grouping
  - new "search"/"find" filter "modified-since"
  - "seek*" allows fractional position
  - close connection after syntax error
* database
  - proxy: forward "idle" events
  - proxy: forward the "update" command
  - proxy: copy "Last-Modified" from remote directories
  - simple: compress the database file using gzip
  - upnp: new plugin
  - cancel the update on shutdown
* storage
  - music_directory can point to a remote file server
  - nfs: new plugin
  - smbclient: new plugin
* playlist
  - cue: fix bogus duration of the last track
  - cue: restore CUE tracks from state file
  - soundcloud: use https instead of http
  - soundcloud: add default API key
* archive
  - read tags from songs in an archive
* input
  - alsa: new input plugin
  - curl: options "verify_peer" and "verify_host"
  - ffmpeg: update offset after seeking
  - ffmpeg: improved error messages
  - mms: non-blocking I/O
  - nfs: new input plugin
  - smbclient: new input plugin
* filter
  - volume: improved software volume dithering
* decoder:
  - vorbis, flac, opus: honor DESCRIPTION= tag in Xiph-based files as a comment to the song
  - audiofile: support scanning remote files
  - audiofile: log libaudiofile errors
  - dsdiff, dsf: report bit rate
  - dsdiff, dsf: implement seeking
  - dsf: support DSD512
  - dsf: support multi-channel files
  - dsf: fix big-endian bugs
  - dsf: fix noise at end of malformed file
  - mpg123: support ID3v2, ReplayGain and MixRamp
  - sndfile: support scanning remote files
  - sndfile: support tags "comment", "album", "track", "genre"
  - sndfile: native floating point playback
  - sndfile: optimized 16 bit playback
  - mp4v2: support playback of MP4 files.
* encoder:
  - shine: new encoder plugin
* output
  - alsa: support native DSD playback
  - alsa: rename "DSD over USB" to "DoP"
  - osx: fix hang after (un)plugging headphones
* threads:
  - the update thread runs at "idle" priority
  - the output thread runs at "real-time" priority
  - increase kernel timer slack on Linux
  - name each thread (for debugging)
* configuration
  - allow playlist directory without music directory
  - use XDG to auto-detect "music_directory" and "db_file"
* add tags "AlbumSort", "MUSICBRAINZ_RELEASETRACKID"
* disable global Latin-1 fallback for tag values
* new resampler option using libsoxr
* ARM NEON optimizations
* install systemd unit for socket activation
* Android port
2015-01-05 22:19:02 +00:00
wiz
006ba58603 Update to 2.6:
abcde 2.6

  * Fix finding $CDROM on OS X. Thanks to niederstrasser for the patch.
    Closes issue 71.
  * USEID3 and USEID3V2 variables are unused now, so remove them. Thanks
    to vskytta for the patch. Closes issue 73.
  * Clean up movement to eyeD3, remove id3v2 remnants. Thanks to vskytta
    for the patch. Closes issue 74.
  * Fix infinite loop if cddb fails. Thanks to Dominic Hargreaves for the
    patch. Closes: #687038 in Debian
  * Switch from Musepack SV7 to SV8. Thanks to Andrew Strong for the
    patch.
  * Allow aac encoding with neroAacEnc. Thanks to atheren for the patch.
    Closes issue 8.
  * Allow opus encoding with opusenc. Thanks to Tomasz Golinski for the
    patch. Closes issue 70.
  * Fix typo: s/CUEWAVEFILE/CUEWAVFILE/ so that abcde.mkcue should now
    produce working cue files. Closes issue 78.
  * Remove no-op -q option. Closes issue 106. Thanks to vskytta for the
    patch.
  * Fix issue 112: perl encoding pragma deprecation. Thanks to Alex Corrie
    for the patch.
  * Fix option parsing for multiple output formats. Thanks to
    matthias.andree@gmx.de for the patch. Closes issue 115.
  * Fix eyeD3 tagging for cddb entries without year. Thanks to vskytta for
    the patch. Closes issue 107
  * Add mention of CD-TEXT support in the man page. Closes issue 102.
  * Make Y/N prompting more consistent. Closes issue 95
  * Remove the no-op -B option. Closes: #426531 in Debian
  * Document the need to escape parentheses in tag comments.
    Closes: #256941 in Debian.
  * Concatenate option steps on -t/-T option. Thanks to Charles
    Steinkuehler for the patch. Closes: #391294 in Debian
  * Try to use bsd-mailx where possible to force UTF-8 for cddb-tool mail
    submissions. If not possible, attempt to force UTF-8 via the
    environment and fall back to mail instead. Closes: #756289 in Debian,
    issue 111.

 -- Steve McIntyre <93sam@debian.org>  Sun, 26 Oct 2014 13:17:24 -0700

abcde 2.5.4

  * Update GPL/FSF headers to match current versions. Thanks to vskytta
    for the patch. (Closes issue 69).
  * Fix the command line for ID3SYNTAX=eyed3. Thanks to neil.gm.richards
    for the patch. Closes issue 50.
  * Switch to eyed3 by default for MP3 tagging, as it looks to do UTF-8
    tagging better. Closes issue 22 (hopefully)

 -- Steve McIntyre <93sam@debian.org>  Tue, 18 Sep 2012 12:42:11 +0100

abcde 2.5.3

  * Sort options alphabetically (Closes issue 58).
    Thanks to vskytta for the patch.
  * Add Recommends: mailx in the Debian packaging for Debian/Ubuntu
    users. Closes: #607147
  * Fix encoding call for m4a. (Closes issue 31). Closes: #449045
  * Fix do_musicbrainz() for the case where there are no matches.
  * When using Musicbrainz, checksum and only output unique matches for an
    album. Closes: #669143
  * Add Recommends: atomicparsley in the Debian packaging for Debian/Ubuntu
    users. LP: #535527
  * Remove documentation of the old "-R" option for recursive searching of
    local CDDB data, it's now enabled always. (Closes issue 57).
  * Fix use of awk (sub instead of substr) when generating CRLF line endings.
    (Closes issue 59).
  * Make sure that ABCDETEMPDIR is quoted so we can deal with spaces in
    file and directory names. Closes issue 64. Thanks to
    richard.security.consultant for the patch, adapted slightly.
  * Tweak do_cdtext() so it works on OS X too. Closes issue 65.
    Thanks to richard.security.consultant for the patch.
  * Change cddb-tool to use bash to make sure that echo -n works.
    Closes issue 67.
  * Fixes for lots of spelling mistakes from vskytta. Closes issue 68.
  * For safety across different systems, avoid using "sed -i".
    Closes issue 66.

 -- Steve McIntyre <93sam@debian.org>  Sat, 16 Jun 2012 15:12:11 +0100

abcde 2.5.2

  [ Steve McIntyre ]
  * Re-fix speex tagging. (Closes issue 19).
    Thanks to vskytta for pointing out the problem - patch not applied
    properly in 2.5.1
  * Quickly re-release as 2.5.2

 -- Steve McIntyre <93sam@debian.org>  Sun, 29 Apr 2012 17:17:14 +0100

abcde 2.5.1

  [ Steve McIntyre ]
  * Several patches for improved Musicbrainz support from Martin Michlmayr:
    + add musicbrainz support for FLAC files with embedded cue files.
      Closes: #669139
    + Don't submit to CDDB server when using musicbrainz
      Closes: #669140
    + Don't tag CDDB string with musicbrainz id
      Closes: #669141
  * Fix speex tagging. (Closes issue 19).
    Thanks to vskytta for the patch.
  * Fix aac tagging. (Closes issue 7).
    Thanks to Andrew Strong for forwarding the patch.
  * Add ATOMICPARSLEY=AtomicParsley (Closes issue 37).
  * On OS X, switch from disktool to diskutil. (Closes issue 43).
  * Updates for CD device detection:
    + Look for /dev/sr0, in case /dev/cdrom doesn't exist.
      (Closes issue 52).
    + Add suggested diskutil code to auto-detect the CD on OS X.
      (Closes issue 45).
  * Check that we have $CDDBTOOL before we start. (Closes issue 27).
  * Change the meaning of EXTRAVERBOSE; previously, it was a y/n option
    to make things more verbose. Add extra levels of verbosity (0, 1, 2 so
    far) and a new vvecho() function for callers to use.
  * With EXTRAVERBOSE==2 or more, make run_command() print out each
    command as it's run. (Closes issue 39).
  * If we don't find any CDDB or Musicbrainz information for the CD, try
    to extract CD-Text information to populate the cddbinfo template.
    (Closes issue 41).
  * Try to give more helpful error messages when we can't parse the
    command line, and exit rather than carry on. (Closes issue 51).

  [ Colin Tuckley ]
  * replace deprecated egrep with grep -E (Closes issue 24).
    Thanks to vskytta for the patch.
  * remove -o 0 options from make install (Closes issue 17).
    Thanks to vskytta for the patch.
  * clean up indentation on older changelog entries
  * remove tarball target from Makefile since dir structure
    has changed now that we use subversion.
  * improve presentation of options/defaults when asking a question
    (closes issue 9)

 -- Steve McIntyre <93sam@debian.org>  Wed, 25 Apr 2012 12:35:00 +0100

abcde 2.5.0

  * Bumped to 2.5.0
  * Add support for Musicbrainz using a perl helper script.
    Closes: #665970
  * Tweak man page. Thanks to Mats Erik Andersson for the patch.
    Closes: #627237
  * Make the -q option work again. Thanks to A Mennucc for the patch.
    Closes: #562522

 -- Steve McIntyre <93sam@debian.org>  Fri, 13 Apr 2012 22:29:45 +0100

abcde 2.4.2

  * Bumped to 2.4.2
  * Fix Cue file always references "dummy.wav" bug
    patch from Chris Chiappa (Closes: #459928).
  * Whitespace cleanup, replace single perl instance with sed
    (Charles Steinkuehler)
  * Fix leadin/leadout computation for cue files broken bug
    Patch from Martin Michlmayr (Closes: #582175).

 -- Colin Tuckley <colint@debian.org>  Sat, 29 May 2010 09:43:01 +0100

abcde 2.4.1

  * Bumped to 2.4.1
  * In manpage note a 2nd use for LOWDISK (or '-l' switch)
    it's faster and better on scratchy disks (Closes: #426343).
  * Add configurable options for replaygain tools.
  * Fix syntax error in tagged speex command (Closes: #554406)
    Ubuntu patch by Michael Helmling.
  * Fix mp3 tagging fails for single author albums (Closes: #554030)

 -- Colin Tuckley <colint@debian.org>  Sun, 14 Feb 2010 13:09:47 +0000

abcde 2.4.0

  * Bumped to 2.4
  * Corrected REDIR redirection, this time with ifs instead of variable
    substitution, which did not work (Closes: #527191).
  * Added TPE2 for Various artists definition (Closes: #521669).
  * Incorporate syntax error fix patch from Andrew Ruder.
  * Fix formatting for track number tagging.
  * Replace dependency on cdda2wav with icedax since the former has
    been superseded.

 -- Colin Tuckley <colint@debian.org>  Fri, 16 Oct 2009 19:33:33 +0100

abcde 2.3.99.8

  * Remove svn Revision tag from version.
  * Correct homepage URL in README (Closes: #526165).
  * Fix typos (Closes: #435605, #435606).
  * Fix misspelling of comma in script and manpage (Closes: #435603).
  * Fix Writable temp directories not owned/writeable (Closes: #143552).
  * Fix broken range code, patch from Charles Steinkuehler (Closes: #389981).
  * Remove unneeded escapes in cddb-tool URLs.
    Add support for freedb2 (Closes: #391110).
    another patch from Charles Steinkuehler.
  * Fix Endless loop possible when mp3gain asks clipping question bug
    (Closes: #411579).
  * Update Vcs-Svn: tag in debian/control.
  * Add a recommends for vorbis-tools (Closes: #392843).
  * Update standards version to 3.8.2 (no changes required).
  * Fix debian/preinst not to ignore errors.

 -- Colin Tuckley <colint@debian.org>  Sun, 02 Aug 2009 13:32:30 +0100
2015-01-04 12:03:07 +00:00
wiz
2c15dbadcc + p5-MusicBrainz-DiscID 2015-01-04 11:49:15 +00:00
wiz
968babd6e4 Import p5-MusicBrainz-DiscID-0.03 as audio/p5-MusicBrainz-DiscID.
MusicBrainz::DiscID is a class to calculate a MusicBrainz DiscID
from an audio CD in the drive. The coding style is slightly different
to the C interface to libdiscid, because it makes use of perl's
Object Oriented functionality.
2015-01-04 11:49:03 +00:00
wiz
b46a70c678 Fix python path in installed shell script.
Ride import.
2015-01-04 11:43:12 +00:00
wiz
d380eab970 Finish reimport as eyeD3. 2015-01-04 11:05:42 +00:00
wiz
9ab06f16a6 Import eyeD3-0.7.5 as audio/eyeD3.
eyeD3 is a Python tool for working with audio files, specifically
mp3 files containing ID3 metadata (i.e. song info).

It provides a command-line tool (``eyeD3``) and a Python library
(``import eyed3``) that can be used to write your own applications
or plugins that are callable from the command-line tool.
2015-01-04 11:05:15 +00:00
wiz
c192f1c4b7 + eyeD3. 2015-01-04 11:02:13 +00:00
wiz
df63ee3ba8 Import eyeD3-0.7.5 as audio/eyed3.
eyeD3 is a Python tool for working with audio files, specifically
mp3 files containing ID3 metadata (i.e. song info).

It provides a command-line tool (``eyeD3``) and a Python library
(``import eyed3``) that can be used to write your own applications
or plugins that are callable from the command-line tool.
2015-01-04 11:02:01 +00:00
spz
0add82f5ac patches for http://secunia.com/advisories/61132 from the
libsndfile github repository
2015-01-03 18:43:48 +00:00
wiz
ec4a1d6e9e + shine. 2015-01-03 00:39:40 +00:00
wiz
86f58aff79 Import shine-3.1.0 as audio/shine.
shine is a blazing fast mp3 encoding library implemented in
fixed-point arithmetic. The library can thus be used to performe
super fast mp3 encoding on architectures without a FPU, such as
`armel`, etc.. It is also, however, also super fast on architectures
with a FPU!
2015-01-03 00:39:26 +00:00
dholland
3b56069e7c Gratuitous change in ONLY_FOR_PLATFORM to group like platforms together. 2015-01-01 09:11:09 +00:00
dholland
e7ae67ece5 Use BROKEN_EXCEPT_ON_PLATFORM. This package comes only with cdrom code
for Solaris and IRIX; we ship cdrom code for BSD, so theoretically we
could also ship cdrom code for other platforms if anyone wanted to get
it working. Hence, report it broken on those platforms instead of
skipping it.
2015-01-01 09:09:15 +00:00
dholland
5d8a341667 Use BROKEN_EXCEPT_ON_PLATFORM=${LITTLEENDIANPLATFORMS} instead of trying
to enumerate such platforms on the fly. (and doing it incorrectly)
2015-01-01 09:01:37 +00:00
dholland
e9dded7eca Comment out NOT_FOR_COMPILER and remove ONLY_FOR_PLATFORM restriction that
appears to have originated in a much earlier mpg123's build system.
2015-01-01 08:29:07 +00:00
dholland
de3bb08bbc Instead of an ONLY_FOR_PLATFORM declaration listing all the major
platforms, just leave it off. If this doesn't build on IRIX, OSF/1, or
whatever and anyone actually cares about testing and documenting that,
add BROKEN_ON_PLATFORM or NOT_FOR_PLATFORM as appropriate.
2015-01-01 08:23:53 +00:00
dholland
540b418644 Switch ONLY_FOR_PLATFORM to NOT_FOR_PLATFORM and list the platforms known
not to support the Sun audio interface, as per mpg123-sun.

XXX: this knowledge should be centralized.
2015-01-01 08:15:51 +00:00
dholland
c4d8a25948 Change ONLY_FOR_PLATFORM to BROKEN_EXCEPT_ON_PLATFORM - the reason for
the restriction is not documented and the CVS history indicates it was
at least originally about build failures.
2015-01-01 08:05:21 +00:00
dholland
d4c0910e2a Using nonexistent ioctls is grounds for BROKEN_ON_PLATFORM instead of
NOT_FOR_PLATFORM.
2015-01-01 07:58:11 +00:00
dholland
04a60a46ee typo in comment 2015-01-01 07:56:42 +00:00
wiz
3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
mef
cda48b835b Fix typo at MAINTAINER (was pkgstc-users@). 2014-12-30 15:04:14 +00:00
wiz
f2164c6213 Update to 0.18.21:
ver 0.18.21 (2014/12/17)
* playlist
  - embcue: fix filename suffix detection
* decoder
  - ffmpeg: fix time stamp underflow
2014-12-30 13:40:51 +00:00
wiz
70964f35d5 Update to 0.2.4667:
2014-12-21 - libopenmpt 0.2-beta9

    [Bug] libopenmpt_ext.hpp was missing from the Windows binary
    zip files.

2014-12-21 - libopenmpt 0.2-beta8

    foo_openmpt: Settings are now accessable via foobar2000 advanced
    settings.
    Autotools based build now supports libunmo3. Specify âenable-unmo3.
    Support for dynamic loading of libunmo3 on MacOS X.
    libopenmpt now uses libltld (from libtool) for dynamic loading
    of libunmo3 on all non-Windows platforms.
    Support for older compilers:
	GCC 4.1.x to 4.3.x (use make ANCIENT=1)
	Microsoft Visual Studio 2008 (with latest Service Pack)
	(see build/vs2008)
    libopenmpt_ext.hpp is now distributed by default. The API is
    still considered experimental and not guaranteed to stay API
    or ABI compatible.
    xmp-openmpt / in_openmpt: No more libopenmpt_settings.dll. The
    settings dialog now uses a statically linked copy of MFC.
    [Bug] The -autotools tarballs were not working at all.
    Vastly improved MT2 loader.
    Improved S3M playback compatibility.
    Added openmpt::ext::interactive, an extension which adds a
    whole bunch of new functionality to change playback in some
    way or another.
    Added possibility to sync sample playback when using
    openmpt::module::set_position_* by setting the ctl value
    seek.sync_samples=1
    Support for "hidden" subsongs has been added. They are accessible
    through the same interface as ordinary subsongs, i.e. use
    openmpt::module::select_subsong to switch between any kind of
    subsongs.
    All subsongs can now be played consecutively by passing -1 as
    the subsong index in openmpt::module::select_subsong.
    Added documentation for a couple of more functions.
2014-12-30 12:48:31 +00:00
mef
da71cf09ea MASTER_SITES moved from cs.cmu.edu to festvox.org. 2014-12-20 22:12:20 +00:00
wiz
f1e802fc06 Update to 0.18.20:
ver 0.18.20 (2014/12/08)
* decoder
  - ffmpeg: support FFmpeg 2.5
* fix build failure with musl
2014-12-14 15:47:03 +00:00
joerg
251d370192 Pass rpath as linker option. 2014-12-09 13:19:44 +00:00
wiz
dffe1a3278 Fix build with ffmpeg2-2.5 and depend on it.
Bump PKGREVISION.
2014-12-08 12:59:53 +00:00
wiz
ef1596daa6 Update to 0.18.19:
ver 0.18.19 (2014/11/26)
* archive
  - zzip: fix crash after seeking
2014-12-01 11:26:16 +00:00
adam
af6530f2f5 Added audio/fdk-aac version 0.1.3 2014-11-30 19:04:43 +00:00
adam
7549255a8b The Fraunhofer FDK AAC is a high-quality open-source AAC encoder library
developed by Fraunhofer IIS. It was officially released for Android, but has
been ported to other platforms.
2014-11-30 18:58:43 +00:00
adam
1d83062421 Changes 0.1.3:
- Adjusted libtool flags for building DLLs for windows
- Update to the latest upstream opencore source
- Updated and improved example applications
- Add options for enabling the arm inline assembly
- Add options for disabling the encoder or decoder in the amrnb library
- Avoid dependencies on libstdc++ if building the source as C
- Hide internal symbols in shared libraries
- Minor tweaks
- Remove old static makefiles and corresponding build scripts
2014-11-30 18:55:57 +00:00
markd
8e50638831 Explicitly disable Soprano and Nepomuk 2014-11-30 02:00:16 +00:00
adam
fde70501ad Changes 1.3.1:
* Improved decoding efficiency of all bit depths but especially so for 24 bits for IA32 architecture.
* Faster encoding using SSE and AVX.
* Fixed bartlett, bartlett_hann and triangle functions.
* New apodization functions partial_tukey and punchout_tukey for improved compression.
* Retuned compression presets to incorporate new apodization functions.
* Fix -Wcast-align warnings on armhf architecture
2014-11-29 20:42:12 +00:00
mef
9b9748c4f0 PLIST was not udated for 1.2 to 1.3 update. sorry. Thanks joerg@ 2014-11-26 12:47:43 +00:00
mef
2a6eb2996d Update 1.2 to 1.3
Version 1.3 - 2014-10-20
 * The "About" window now displays the versions of libraries used by Picard

 * Picard now correctly handles matching of MP3 files saved in ID3v2.3 tags
   (which is the version that Microsoft Windows and iTunes both use).
   Note: You may need to re-save your tags once to get them to match in future.

 * A sort tags plugin is now provided as tag data is no longer
   displayed sorted by default.

 * A new tag, musicbrainz_releasetrackid, containing the MusicBrainz
   Track MBID introduced in the May 2013 schema change release, is now
   written to files.

 * Add %_recordingtitle% (PICARD-515)
 * Fix plugin install bugs (PICARD-444)

 * Fix Options / File naming examples to handle primary/secondary
   release types (PICARD-516)

 * A new advanced option is available to permanently set the starting
   directory for the file browser and "Add files/folder" buttons.

 * Requests to Musicbrainz against your own account e.g. for
   collections are now handled through SSL (PICARD-337)

 * Refresh of Albums using Ctrl-R and selection of Other Releases are
   now more responsive during batch lookups.

 * Main window is now emitting a "selection_updated" signal, plugin
   api version bumps to 1.3.0

 * Append system information to user-agent string
 * Compilation tag/variable functionality (for tagging & file naming)
   has been split into two:
   - %compilation% is now aligned with iTunes, and set only for
      Various Artists type compilations
   - %_multiartist% variable now indicates whether this release has
     tracks by multiple artists (in order to prepend the artist name
     to the filename as shown in the default file naming script)

 * autodetect the CD drive on Mac OS X (PICARD-123)

 * Ignore directories and files while indexing when show_hidden_files
   option is set to False (PICARD-528)

 * Add ignore_regex option which allows one to ignore matching paths,
   can be set in Options > Advanced (PICARD-528)

 * Added an "artists" multi-value tag to track metadata, based on the
   one in Jaikoz, which contains the individual artist names from the
   artist credit. Also useful in scripts (joining phrases like 'feat:'
   are omitted) and plugins.

 * Added "_artists_sort", "_albumartists", "_albumartists_sort"
   variables for scripts and plugins.

 * Made Picard use the country names also used on the MusicBrainz
   website (PICARD-205)

 * New setup.py command `get_po_files` (Retrieve po files from
   transifex)

 * New setup.py command `regen_pot_file` (Regenerate po/picard.pot)

 * New Work tag (which for Classical music is often different from the
   track title) saved as ID3 TOAL tag.

 * New Composer Sort Order tag (variable %composersort%).

 * Improve the Other Releases list to prioritise and separate releases
   which match the correct number of tracks and your Options /
   Metadata / Prefered Releases settings for Country and Format.

 * New %_absolutetracknumber% variable numbering tracks sequentially
   regardless of disc structure (so you can numbers tracks on
   multi-disc releases without a disc number)

 * Support dropping image directly from Google image results to cover
   art box

 * Add %_musicbrainz_tracknumber% to hold track # as shown on
   MusicBrainz release web-page e.g. vinyl/cassette style A1, A2, B1,
   B2

 * Show the ID3 version of the file in the Info... dialog (Ctrl-I)
   (PICARD-218)

 * Fixed a bug where Picard crashed if a MP3 file had malformed TRCK
   or TPOS tags (PICARD-112)

 * Add --files option to setup.py build_ui, used to force .ui to .py
   regeneration (PICARD-566)

 * New setup.py command `update_constants` (Regenerate countries.py
   and attributes.py)

 * Made Picard use release groups, medium formats and cover art types
   also used on the MusicBrainz website

 * Use MusicBrainz Server translations for release groups, medium
   formats and cover art types

 * Add checkbox to toggle debug at runtime in log/debug view dialog
 * Add a plugin to add Artist Official Homepage relationships to the
   website tag (ID3 WOAR tag)

 * Add integrated functions $eq_any, $ne_all, $eq_all, $ne_any,
   $swapprefix and $delprefix.

 * Add %_performance_attributes%, containing performance attributes
   for the work e.g. live, cover, medley etc.  Use $inmulti in file
   naming scripts
   i.e. ...$if($inmulti(%_performance_attributes%,medley), (Medley),)

 * Add optional `priority` parameter to
   `register_album_metadata_processor()` and
   `register_track_metadata_processor()` Default priority is
   `PluginPriority.NORMAL`, plugins registered with
   `PluginPriority.HIGH` will be run first, plugins registered with
   `PluginPriority.LOW` will run last

 * Add Standardise Performers plugin to convert e.g. Performer [piano
   and guitar] into Performer [piano] and Performer [guitar].

 * Add support for release group cover art fallback (PICARD-418, PICARD-53)
 * Add a clear button to search box
 * Honour preferred release formats when matching AcoustIds (PICARD-631)
 * Prevent ZeroDivisionError in some rare cases (PICARD-630)
2014-11-24 12:22:17 +00:00
mef
a4743ca5a4 Update 0.13 to 0.14
0.14  Sun Apr 27 00:50:07 EDT 2014
  - bugfix for https://rt.cpan.org/Public/Bug/Display.html?id=94951,
    thanks to Haruka Kataoka
2014-11-24 12:05:44 +00:00
wiz
f9019719e7 Update to 0.18.18:
ver 0.18.18 (2014/11/18)
* decoder
  - ffmpeg: support opus
* fix crash on failed filename charset conversion
* fix local socket detection from uid=0 (root)
2014-11-23 15:13:22 +00:00
mef
9ac1e6880b Recursive bump by audio/libdiscid 0.50 -> 0.61 2014-11-21 23:22:17 +00:00