summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2009-10-20Update ncmpc to 0.15.jakllsch3-7/+8
Changes since 0.14: * added the "lyrics-autosave" option * added CMD_SELECT_PLAYING * display song duration in the playlist * added the "hardware_cursor" option * show plugin error messages on the screen * fixed NULL pointer dereference when not yet connected * new translation: Hebrew
2009-10-20Update to gmpc-0.19.1:joerg6-52/+81
- bugfixes - usability improvements
2009-10-20Update to libmpd-0.19.0:joerg2-8/+7
- bufixes
2009-10-19Update to mpd-0.15.5.joerg2-6/+6
- stability improvements - fix memory leaks - fix Vorbis issues - fix Snowleopard build
2009-10-19Fix building with boost 1.40.0adam1-6/+2
2009-10-19Changes 0.99.06.041:adam3-9/+21
* brought documentation up to date * added test for ReplayGain info stored inside Id3V2 * failing to read text frames from files no longer causes crashes * fixed bug resulting in crash when 2 ID3V2 tags are present and "Discard invalid ID3V2 data" gets called * XML export now works when names contain double quotes * locale in export dialog * locale lists are now sorted * long text frames are now truncated when shown in the "File info" area * changed names and order for tabs under Config/Files * made transformation options work correctly in MSVC Changes 0.99.06.040: * "Various Artists" support * all pictures are shown and can be viewed in full size in "Tag details" * all pictures from a file are shown in the tag editor * patterns in the tag editor may now be disabled * export as M3U or XML * better handling of text frames containing null characters * auto-size for the tag editor's "current file" area * better column widths in the tag editor * improved HTA for Windows build
2009-10-10Fix version number in PKGNAME. Noted by reed.wiz1-2/+2
2009-10-07Use --mode argument for libtool.joerg2-5/+5
2009-10-07Use --mode for libtool.joerg2-6/+6
2009-10-07Use --mode argument for libtool.joerg4-12/+12
2009-10-07Provide --mode for libtool.joerg2-6/+6
2009-10-06Change patches to use --mode argument for libtool.joerg5-26/+26
2009-09-30the project got a HOMEPAGEdrochner1-1/+2
2009-09-26Extend id3v2 handling by adding (very simplistic) handling for unicodemartin3-10/+147
tags, and also make it deal with gaps after the header or junk before the actual start of mp3 data. This makes it able to properly extract info from all mp3 files I have.
2009-09-24Enable asf and mp4, needed by wip/amarok. Bump PKGREVISION.wiz1-1/+5
2009-09-23honour PKGMANDIRtnn2-4/+4
2009-09-21fix build breakage on NetBSD/i386tnn1-2/+9
2009-09-21Forgot to re-run 'make makepatchsum' after adding $NetBSD$sno1-2/+2
2009-09-21Adding patch from FreeBSD ports to let esound build on FreeBSD, too.sno2-1/+16
The rest of the patch from FreeBSD ports should be reviewed by the maintainer, I'm not sure how far this is reasonable ...
2009-09-20libdiscid works on FreeBSD, toosno1-2/+2
2009-09-19include <string.h> in few places where neededtnn4-1/+40
2009-09-19do previous differently. id3lib_strings.h is where memmove is used, sotnn3-9/+6
pull in string.h there instead.
2009-09-19pull in string.h in taglib.h for memmove prototypetnn2-6/+10
2009-09-19Update to 1.6:wiz3-8/+25
1.6: * New CMake option to build a static version - ENABLE_STATIC. * Added support for disabling dllimport/dllexport on Windows using the TAGLIB_STATIC macro. * Support for parsing the obsolete 'gnre' MP4 atom. * New cpp macros TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF to determin if TagLib was built with MP4/ASF support. 1.6 RC1: * Split Ogg packets larger than 64k into multiple pages. (BUG:171957) * TagLib can now use FLAC padding block. (BUG:107659) * ID3v2.2 frames are now not incorrectly saved. (BUG:176373) * Support for ID3v2.2 PIC frames. (BUG:167786) * Fixed a bug in ByteVectorList::split(). * XiphComment::year() now falls back to YEAR if DATE doesn't exist and XiphComment::year() falls back to TRACKNUM if TRACKNUMBER doesn't exist. (BUG:144396) * Improved ID3v2.3 genre parsing. (BUG:188578) * Better checking of corrupted ID3v2 APIC data. (BUG:168382) * Bitrate calculating using the Xing header now uses floating point numbers. (BUG:172556) * New TagLib::String method rfind(). * Added support for MP4 file format with iTunes-style metadata [optional]. * Added support for ASF (WMA) file format [optional]. * Fixed crash when saving a Locator APEv2 tag. (BUG:169810) * Fixed a possible crash in the non-const version of String::operator[] and in String::operator+=. (BUG:169389) * Added support for PRIV ID3v2 frames. * Empty ID3v2 genres are no longer treated as numeric ID3v1 genres. * Added support for the POPM (rating/playcount) ID3v2 frame. * Generic RIFF file format support: * Support for AIFF files with ID3v2 tags. * Support for WAV files with ID3v2 tags. * Fixed crash on handling unsupported ID3v2 frames, e.g. on encrypted frames. (BUG:161721) * Fixed overflow while calculating bitrate of FLAC files with a very high bitrate.
2009-09-18Use -features=extensions with sunpro C++ to get __func__sketch1-1/+5
2009-09-18Fix default module path to not include trailing slashes as it breaksjoerg2-11/+22
libtool.
2009-09-16Remove include of the xfce4-dev-tools buildlink.reed1-2/+1
It is only needed for building Xfce4 from SVN repo. No need to bump versions as this is a "build" dependency.
2009-09-16Upgrading Xfce to 4.6.1.reed4-50/+67
This is for PR #40984. This is based on work from dieter roelants. Thank you Dieter. Also I had done some work independently on this. Hopefully, I am getting this all committed at one time. The changelogs are at http://www.xfce.org/documentation/changelogs/4.6.1 http://www.xfce.org/documentation/changelogs/4.6.0 Also don't need the xfce4-dev-tools for building. (It is only needed when building from SVN source.)
2009-09-15update to 0.12.4drochner3-8/+9
changes: -Configurable action for mouse-wheel events on the status icon -Occasional transfer problems with MTP devices fixed -bugfixes -translation updates
2009-09-15improve handling of CDs where track 1 starts after the usual 2s gap:drochner3-15/+37
Where CDDA data are filled into the cue sheet, make sure only one title is used per track, otherwise data would shift by 1 entry and no title would be left for the last track. This is still not perfect because there is no (documented) way to get the audio data within that gap with cdda2wav or cdparanoia, so the audio data don't match the cue sheet fully, but at least the cue sheet is not a total mess. bump PKGREVISION
2009-09-12Regen.joerg1-1/+2
2009-09-11mpd-0.15.3:joerg2-9/+8
- faster tag scanning for vorbis - fix stuttering and stuck pause bugs for output - fix issues with tag scanning like forcing huge memory allocations - plug some memory leaks
2009-09-10Fix paths.wiz6-14/+14
2009-09-10Enable buzztard packages.wiz1-1/+5
2009-09-10Initial import of buzztard-0.5.0 and its components.wiz22-0/+709
Buzztard is a music composer similar to tracker applications. It is roughly modeled after the windows only, closed source and now discontinued application called Buzz.
2009-09-10Add patch from drochner that fixes ripping on NetBSD-current/amd64.wiz3-21/+27
Bump PKGREVISION.
2009-09-09kill unneeded db4 dependency, bump PKGREVISIONdrochner1-3/+2
2009-09-09update to 0.3drochner7-93/+43
changes: -my patches (portability, cue sheet parser improvements) were integrated upstream -UI improvements -minor fixes
2009-09-09update to 1.28drochner6-56/+46
changes: Prevent out of range scalefactors Updated to latest mpeg4ip mp4 file format library Added -s option to make the encoder output optimized mp4 layout Improved JPEG detection for album art Lot's of compilation issues solved
2009-09-09Update to 0.7.1:wiz3-13/+31
0.7.1 This release has been brought up to date with Python 2.6 and now uses Mutagen to get MP3 info rather than the out-of-date MP3Info Python module. An issue with Folder View when filename-derivation is enabled has been fixed. 0.7.0: Professional hosting features were added. Many new playlist features were added, including performer names and kamikaze mode for random songs. Several GUI enhancements and additional configuration options were added.
2009-09-09Configure needs msgfmt.hasso1-2/+2
2009-09-07Retire Python 2.3 support.joerg1-2/+1
2009-09-06Prevent override PKGCONFIG_OVERRIDE and make to override linker flagobache1-2/+3
in speex.pc again. Bump PKGREVISION.
2009-09-06Make it build on DragonFly and probably some others.hasso1-1/+3
2009-09-03Fix a number of annoying issues in gbemol:joerg9-2/+223
- sort albums for the selector - fix crash if authentication failed - make authentication actually work - be consistent in section of the config file used Bump revision
2009-08-31Define EBADFD to the same error code as in alsa-libs, in case it'swiz2-4/+4
undefined.
2009-08-31Update to 1.0.20. 1.0.21 tarball is mysteriously unavailable.wiz3-14/+13
2009-08-31Update alsa packages to 1.0.21.wiz9-23/+38
http://www.alsa-project.org/main/index.php/Changes_v1.0.18_v1.0.19 http://www.alsa-project.org/main/index.php/Changes_v1.0.19_v1.0.20 http://www.alsa-project.org/main/index.php/Changes_v1.0.20_v1.0.21 contain ~300kB of changes.
2009-08-31+ gbemoljoerg1-1/+2
2009-08-31Imported gbemol-0.3.2 from pkgsrc-wip:joerg4-0/+43
gbemol allows you to use MPD with a userfriendly interface. Features include an easy-to-use, tag-oriented library browser, a two mode playlist, cover art support (APIC tag only, for now), system tray icon docking, song, album and artist information. Music Player Daemon is a server that allows remote access for playing audio files, streams and managing playlists. The daemon is controlled through a client which need not run on the same computer mpd runs on.