summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2006-10-27Mention eawpatches again.wiz2-2/+4
2006-10-27after discussion with wiz, re-add the eawpatches pkg, with somedrochner6-1/+439
modifications: -use MASTER_SITE_GENTOO -mark as RESTRICTED, NO_BIN_ON_* and generic-nonlicense -bump PKGREVISION
2006-10-25setenv() doesn't exist on solaris so use putenv() instead.dmcmahill2-1/+26
2006-10-25Fixed PKGMANDIR.rillig1-4/+4
2006-10-24For some weird reason, the configure script uses the C++ preprocessorrillig1-1/+2
instead of the C one. Therefore, added c++ to USE_LANGUAGES.
2006-10-24Remove libac3 -- newer version in audio/liba52.wiz7-99/+1
2006-10-23Remove eawpatches. Upstream says (via Sergey Svishchev):wiz8-445/+3
Eawpats has been superceeded by FreePats. Eawpats was in large part derived from the early 1990's MIDIA package for SGI. Unbeknowst to me at the time, the majority of the MIDIA patches were directly derived from the commercial Gravis Ultrasound patch set. When I eventually discovered this, I removed all of the Gravis copyrighted patches (about half of the total) from the collection and redistribution of Eawpats was discontinued. The remainder was continued on as Freepats, but is lacking many instruments, especially the drums :(
2006-10-23Fixed "test ==".rillig2-1/+16
2006-10-23Not needed any longer.wiz1-13/+0
2006-10-23Update lame to 3.97, using diff provided by wiz.ben7-45/+40
LAME 3.97 September 24 2006 * 3.97 beta 3 becomes 3.97 LAME 3.97 beta 3 August 19 2006 * Gabriel Bouvigne: o Workaround against a short blocks detection issue LAME 3.97 beta 2 November 26 2005 * Gabriel Bouvigne: o Fixed an initialization error when input is not using a standard sampling frequency o Fixed a possible assertion failure in very low bitrate encoding o Slight change regarding ATH adjustment with V5 o Reinstated bit reservoir for 320kbps CBR o ReplayGain analysis should now be faster when encountering silent parts * Takehiro Tominaga: o Fixed a possible link problem of assembly code LAME 3.97 beta 1 September 12 2005 * Takehiro Tominaga: o Fixed an out of array access in mp3rtp o Fixed a quality setting in DLL o Fixed display when using --silent * Vitaly Ivanov: o Updated DirectShow interface * Robert Hegemann: o Fixed an out of array access o Fixed some small rounding problem in vbr-new quantization routines o Fixed a bug in vbr-new regarding high frequencies (sfb21) when using -Y o Fixed a few bugs in vbr-new when using -Y o Updated scalefactors allocation scheme in vbr-new o Fixed mingw32 configure problems o Resolved some compiler warnings o Updated command-line visualisation * Gabriel Bouvigne: o Changed some FLOAT8 to FLOAT o Added project files for VC7 o Reworked -q1 and -q0 o Updated presets o Fixed an error in ISO quantization on systems not using the IEEE754 hack o Faster quantization o SSE version of init_xrpow * Rog�io Brito: o Updated Debian packaging o Documentation work * Chris Miller: o Support for x64 platform SDK in makefile.msvc
2006-10-22Update to 0.5.2:wiz6-51/+20
version 0.5.2: - Case insensitive checking for the .mp3 extension. (#1515) - Fallback to TDRC if TDRL is not found, when reading ID3v2.3 tags. (#2190) - Ignore "MP3ext" in the padding area of ID3 tags. (#2123) - Fixes for DragonFly BSD and new versions of NetBSD. Patch by tk@giga.or.at (#2048) - Load plugins from "$(libdir)/tunepimp/plugins" instead of hard-coded path "$(prefix)/lib/tunepimp/plugins".
2006-10-22Fix PERL path in normalize-mp3/oggadam1-2/+4
2006-10-22Fixed PKGMANDIR.rillig1-1/+2
2006-10-20+mt-daapdadrianp1-1/+2
2006-10-20mt-daapd is a program which acts as an iTunes (DAAP) server for Linuxadrianp6-0/+168
and other POSIX unixes. It may eventually support Win32 as well. Some random features that it supports: Supports the Roku SoundBridge (query/browse/index support) Supports periodic rescans of the database Can advertise shoutcast streams Supports password-protected shares Is web-configurable and managable Support dynamic playlists, like iTunes "Smart playlists" Probably other things I've forgotten All is not perfect, however. Currently, there are several drawbacks to it: database is indexed by inode, so all music must be on one filesystem browse by artist is slow on Roku, times out (with large databases ~10K songs) Probably other things I've forgotten
2006-10-19Sort.wiz1-2/+2
2006-10-17Fixed "test ==".rillig2-1/+15
2006-10-17At the second look, WRKSRC should specify a directory, not a file. :)rillig1-2/+2
2006-10-17Fixed the "multiple WRKSRC" definition that had been generated byrillig1-2/+2
url2pkg<2.0.
2006-10-17Fixed "test ==".rillig2-1/+16
2006-10-17update to 0.9.6drochner5-42/+21
changes: -improvements to plugin infrastructure and more plugins -Tag writing and ipod-write support turned on by default -Local file support for album art plugin -Gnome-keyring support for storing DAAP password -improvements, bug fixes and new minor features
2006-10-14Fixed PKGMANDIR and the path to the configuration file from the manualrillig3-21/+10
page, which was mentioned in PR 34813.
2006-10-14Fixed PKGMANDIR.rillig3-7/+8
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz9-21/+22
2006-10-14Fixed "test ==".rillig4-3/+31
2006-10-13Add libdiscid, py-musicbrainz, and py-ctypes.epg1-1/+3
2006-10-13python-musicbrainz2 contains various modules for accessing the MusicBrainzepg4-0/+68
web service, as well as parsing the MusicBrainz Metadata XML (MMD), or calculating DiscIDs from Audio CDs. The MusicBrainz Project (see http://musicbrainz.org) collects music metadata and is maintained by its large and constantly growing user community.
2006-10-13libdiscid is a library for creating MusicBrainz DiscIDs from audio CDs.epg5-0/+59
It reads a CD's table of contents (TOC) and generates an identifier which can be used to lookup the CD at MusicBrainz (http://musicbrainz.org). Additionally, it provides a submission URL for adding the DiscID to the database. The interface of this library is new, but the DiscID algorithm and the operating system dependent CD-ROM/DVD-ROM access code have been ported from libmusicbrainz version 2.
2006-10-12Update to arts 1.5.5 (part of KDE 3.5.5)markd2-6/+6
2006-10-12Regenerate to fix some pkglint warnings.martti1-5/+5
2006-10-12Regenerate.martti1-5/+4
2006-10-12Fixed test ==martti3-1/+47
2006-10-10Fixed "test ==".rillig4-6/+29
2006-10-10Fixed "test ==" and path to the man pages.rillig3-5/+19
2006-10-08Fixed "test ==".rillig3-1/+74
2006-10-08Needs OVERRIDE_DIRDEPTH=3.rillig1-1/+2
2006-10-08Fixed "test ==".rillig2-1/+43
2006-10-06Fixed "test ==".rillig2-5/+14
2006-10-04Update HOMEPAGE.wiz1-2/+2
2006-10-04Update MASTER_SITES and HOMEPAGE, from Sergey Svishchev.wiz47-109/+113
2006-10-02test(1) does not know the == operator.rillig2-4/+13
2006-10-01Fix build under Darwin by explicitly linking against libiconvtonio3-3/+24
Bump PKGREVISION
2006-10-01Add caveat regarding problems with the newest iPodssmb1-1/+5
2006-09-26Clarify warning message about version of usb_subr.c neededsmb1-3/+4
2006-09-23Two functions had missing arguments. Patch from stoned@wiz5-11/+24
Fixes problems in amarok (and probably other dependencies). Bump PKGREVISION.
2006-09-22Needs GNUmakefile.rillig1-4/+4
2006-09-19Needs unzip.joerg1-1/+2
2006-09-19Since QTDIR is an absolute pathname, it must not be prefixed withrillig1-3/+5
LOCALBASE. This fixes the build on NetBSD. Replaced the shell interpreter in some plugin files. Bumped PKGREVISION.
2006-09-18Forgotten patchsum update.joerg1-1/+2
2006-09-17Use LDFLAGS for playmus and playwave as well, otherwise e.g. rpathjoerg2-1/+19
entries for libX11 can get lost. Bump revision.