summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2006-12-12Replace mk/bsd.prefs.mk includes with bsd.fast.prefs.mk includes.joerg2-4/+4
The redundant parsing of bsd.prefs.mk is mostly avoided now and parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
2006-12-12Update to 1.61.27:wiz3-6/+20
New for 1.61.27 --------------- Saturday, September 09, 2006 * Fix bug that caused extra garbage between id3v2 and first frame. * Fix bug that truncated last byte of last frame in mp3 files. New for 1.61.26 --------------- Thu Aug 24 21:50:47 EDT 2006 * Fix for security problem CVE-2006-3124, buffer overflow in http header parsing that could result in remote exploit New for 1.61.25 --------------- Sunday, August 13, 2006 * Fix bug where -s flag was ignored when used with -a flag * Plugin: Add popup menu with history of recent URL's * Plugin: Fix problem with "old way of retrieving track" * Plugin: Fix problem not finding desktop folder on Windows 98 New for 1.61.24 --------------- Sun Jul 2 14:14:38 EDT 2006 * Fix bug where external program wasn't being killed when reconnecting New for 1.61.23 --------------- June 18, 2006 * Plugin: Fix problem where streamripper can't find winamp directory * Plugin: Add STREAMRIPPER_WINAMP_HOME environment variable * Plugin: Fix sorting problem with skin list * Plugin: Add uninstaller * Plugin: Installer no longer overwrites parse_rules.txt New for 1.61.22 --------------- Fri Jun 2 10:17:53 EDT 2006 * Docking now works in modern skins * Docking now works when windowshading winamp * Debuging winamp plugin through STREAMRIPPER_DEBUG environment variable New for 1.61.21 --------------- Sun 05-28-2006 * Fix winamp crash caused by reference to debug file New for 1.61.20 --------------- Sat 05-27-2006 * Fix problem writing to \\net\paths on windows * Fix problem with options getting reset in winamp plugin * Fix rendering problem with skin preview in winamp plugin * Fix docking problem in winamp plugin New for 1.61.19 --------------- Sat 03-25-2006 * Add support for pls and m3u parsing * Upgrade to TRE version 0.7.2 * Add configuration switch: --without-ogg, for compiling streamripper on systems that don't have ogg/vorbis libraries. New for 1.61.18 --------------- Sun Mar 5 19:39:24 EST 2006 * Add support for ogg file splitting * Add support for ogg relay * Return an ICY response header instead of HTTP response header. This fixes problems with Windows media player classic (#1189504). * Winamp relay now adds /;stream.nsv or /.ogg for NSV and OGG streams. * Add izverg's patch for when default skin is blank in sripper.ini. New for 1.61.17 --------------- Tue 11-22-2005 * Fix memory leak * Fix for proxy authentication without password (#1338203) * Check http_proxy environment variable for proxy url New for 1.61.16 --------------- Sat Nov 12 01:18:06 EST 2005 * Use external program for reading metadata * Possible fix for proxy authentication without password (#1338203) * Change splitting behavior when song is too short to do silence detection * Resize winamp plugin gui to make it more visible New for 1.61.15 --------------- Fri 10-21-2005 * Fix a problem where streamripper aborts with SR_ERROR_BUFFER_EMPTY * Improve splitting code to add correct amount of padding * Add winamp plugin GUI for -k flag
2006-12-11Update xmms-alarm to 0.3.7. Patch provided by Martin Wilke in PR 34484.obache2-7/+7
Changes The return value from nanosleep wasn't being checked. It is now checked and nanosleep restarted if needed. This may fix some problems with the volume fading.
2006-12-08make this build again: keep "configure" from checking for X stuffdrochner2-2/+4
2006-12-07py-ctypes only supports Python 2.3+, so mask py-musicbrainz as well.joerg1-1/+2
2006-12-06Don't use CURLOPT_MUTE any longer.joerg2-1/+14
2006-12-06s/MAXNAMLEN/NAME_MAX/ and fix pthread test in configure.joerg3-1/+46
2006-12-05Update to 0.5.3:wiz5-21/+20
version 0.5.3: - Support for FLAC 1.1.3. Thanks to Josh Coalson. - Fixed linking of the wav plugin. - Fixed crash on extracting PUID from XML.
2006-12-02it appears that under IRIX, we need to explicitly link against -lm.jschauma1-1/+3
2006-11-30configure says: only for MinGW, Cygwin, Darwin and Linux. We don'tjoerg1-1/+3
support the former two, so list only Darwin and Linux.
2006-11-29Add missing LIBS+=${LIBOSSAUDIO}... at least the oss module needsxtraeme1-2/+4
that, reported by an user on freenode. Bump PKGREVISION.
2006-11-29Update to EasyH10 1.5. Changes since 1.4 are:ghen2-6/+6
* Added Hebrew support, which arranges artist/album/title/genre names in reversed order. Although the H10 firmware can't display a string in right-to-left language correctly, EasyH10 tries to improve this situation by flipping Hebrew letters in the database. EasyH10 uses the routine only when option -b (--bidi) is specified. * Added automatic detection of a system character-encoding. EasyH10 detects the character encoding of the current system if it's not specified with -e option. * Options -n, -i, and -c for database construction were removed for simplicity. EasyH10 now has two options: -C (database rebuild) and -U (database update). * Show an error message when EasyH10 cannot initialize the routine for converting multi-byte characters to UCS-2. * Crash fix for MP3 files without read permission. * Crash fix for MP3 files with compilation flags enabled but with empty artist names. * Bug fix for an incorrect usage of returned codes from iconv. * Updated the man-page.
2006-11-28update to 0.4.6drochner2-8/+6
change: driver addition, irrelevant to pkgsrc (this pkg is quite useless atm because festival doesn't compile with gcc4)
2006-11-28update to 2.14.5 (which is a major release back but as much as we candrochner3-8/+8
do w/o hal support for now) changes: * Add date information to all possible albums (Alex Lancaster) * Improve GStreamer error handling (Tim-Philipp Muller) * Don't crash when re-opening the Preferences dialog * Clear the genre field when re-reading the disk
2006-11-28Added a patch for SunPro, which does not accept the -Dfoo()=bar commandrillig3-1/+42
line argument.
2006-11-24reset PKGREVISION for base pkg updatedrochner1-2/+1
2006-11-19Bump PKGREVISION for curl shlib bump.wiz1-1/+2
2006-11-19tv@ pointed out that curl-7.16.0 had a shlib major bump --wiz10-16/+20
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
2006-11-15Added dependency of oss to Makefile:wulf1-2/+3
jack requires oss support
2006-11-07DESTDIR support.joerg2-6/+9
2006-11-05DESTDIR support.joerg3-6/+10
2006-11-05Use the new BSD_MAKE_ENV.rillig2-7/+4
2006-11-05Add patch for FreeBSD-5.x, from Peter Schuller in PR 33719.wiz2-10/+24
Untested on FreeBSD, still compiles on NetBSD.
2006-11-03DESTDIR support.joerg3-20/+28
2006-11-02DESTDIR support.joerg6-7/+15
2006-11-02Remove deprecated CURLOPT_MUTE call. Fixes build with curl-7.16.0.wiz2-1/+14
Addresses PR 34962 by srcshelton at gmail.
2006-11-01Update to 1.4.4:wiz3-10/+30
VERSION 1.4.4 FEATURES: * Transfer .wav-files to iPods. (BR 131130) * Xine and Helix engines now support three different crossfading modes: always, on manual track changes only, or on automatic track changes only. * Manually specify local file for podcast episodes via right-click menu. * Action menu entry for adding podcasts to Amarok. Based on .desktop files by Harald Sitter and Fabio Bacigalupo <kde-apps.org@open-haus.de>. * Open podcast items with external application from right-click menu. * Synchronize listened flag for podcast between Amarok and iPods. * Added integrated Magnatune.com music store. Includes artist and album info and full previews of all tracks. * Fade-out for xine-engine when pressing Stop. Patch by Tuomas Nurmi <tnurmi@edu.kauhajoki.fi>. (BR 127316) * Support downloading of files from an MTP device. * Purged podcast episodes can be readded by increasing the purge number. * Added rudimentary support for the Rio Karma. (BR 132713) * Support creation and editing of playlists on MTP media devices. * Undo/Redo functionality is now available over sessions. (BR 131072) * Allow the creation of empty playlists in the playlist browser. Available either from the Add button in the toolbar or the context menu of a playlist folder. (BR 133543) CHANGES: * Ignore leading "The " when sorting artists on media devices. (BR 136233) * Improved handling of VFAT/ASCII files and paths when organizing the collection and using the Generic media device. * Enable playing audio CDs on CD insert. Patch by Will Stephenson <wstephenson@kde.org>. (BR 136106) * Bring Amarok main window to front when starting amarok again without arguments. Patch by Lubos Lunak <l.lunak@kde.org>. (BR 135396) * Don't switch to playlist browser after saving a playlist from files tab. (BR 130189) * Add .ape and .mpc to possible file types supported by a generic media device. (BR 133491) * Move button for saving current playlist from playlist browser toolbar to playlist toolbar. (BR 129300) * Run 'kdeeject -q devicenode' when no post-disconnect command has been configured for media devices. * Reduced memory usage for MTP media devices. (BR 134663) * Faster searching on playlist and startup, due to some optimizing in string usage. Patch by Ovidiu Gheorghioiu <ovidiug@gmail.com>. * Correctly translate media:, home:, ... style urls on KDE 3.5 and newer. * When tracks are added to the collection and Playlist entries already exist (as determined by the file tracking code), the corresponding Playlist entries are updated to the new location and enabled if they were previously disabled. * When file tracking is updating Playlist entries, multiple entries of the same song will now all be updated, instead of just one. * When tracks are removed from the collection (deleted on disk or moved outside of a collection folder) any corresponding entry in the Playlist will be disabled. * Dragging podcasts to to playlist will insert them in a chronological order, so you can listen to the oldest first automatically! * Improve application startup times dramaticaly by lazy loading podcast episodes. * Transferring tracks to an MTP device now shows a progress bar and doesn't hang the rest of the UI. (only available for libmtp >= 0.0.15) * Show a proper tag dialog when viewing information for DAAP music shares. BUGFIXES: * Ipod Mode on Collection Browser would have duplicated headers. * Multiple problems related to Amarok using wrong playlists on Dynamic Mode fixed. * Deleting files from generic media devices would not update the progress bar, resulting in the progress staying at 0%. (BR 130009) * If nothing at all existed on a generic device, the first item transferred would incorrectly show that an error had occured during transfer. (BR 133528) * Synchronising a smart playlist to a device when it didn't exist before would crash Amarok. (BR 135956) * Proxies would not take into account certain settings in KDE's Proxy control center modules for PAC files and more. (BR 123021) * Generic media devices would not accept files with an extension that only differs in case from a supported extension. (BR 135261) * Xine-engine: Pausing during crossfade would not work properly. Patches by Markus Kaufhold <M.Kaufhold@gmx.de>. (BR 122514 & 135285) * Stop a running cross-fading operation before starting another one. Patch by Markus Kaufhold <M.Kaufhold@gmx.de>. (BR 128629) * Queuing again would dequeue. (BR 121206) * In some cases, the Removal and Enqueue buttons in the queue manager would have no icons. (BR 115895) * Don't change length of position slider when navigating within a track. (BR 122569) * Direct copying of non-local items would result in wrong properties on iPods. (BR 135681) * Honor setting to show Amarok's menu in main toolbar. * "Burn this album" would burn all albums of the same name. (BR 121963) * Ignore double-clicks on tree item openers. (BR 125121) * Visibility of sidebar tabs would depend on the current locale. (BR 135316) * Ctrl-C for copying urls from the tag editor would not work when selected with the mouse. (BR 123327) * Check for some integral data types for improved DAAP portability. (BR 132939) * Take disc number into account when checking if a song is already on an iPod. (BR 135643) * Editing metadata in the playlist itself now matches possible alternatives case-insensitively. (BR 135683) * Fix loading directory in external browser in the tag editor when the path contains parentheses. (BR 132961) * Stop scripts using a proxy when it's disabled in KDE. Patch by Felix Geyer <sniperbeamer_disc1@fobos.de>. * While playing Last.fm Streams, sometimes metadata wouldn't be updated on track changes. Patch by Tom Kaitchuck <tkaitchuck@comcast.net>. * Speed patch to load playlist columns from statistic tables on population of the playlist, makes adding to the playlist and starting up faster. Thanks Ovy <ovy@alum.mit.edu>! (BR 135324) * Save MTP playlists when they are renamed so we don't lose changes. * Prevent new podcastepisodes from showing up in the playlistbrowser twice by opening it's parent before adding. (BR 134108) * New iPods would not get initialized. * Files that were detected as being added back to the collection would not always be re-enabled in the Playlist. (BR 130359) * Fix some spelling and layout issues. Part of a patch by Malcolm Parsons <malcolm.parsons@gmail.com>. * Correctly handle horizontal wheel events in position slider. (BR 119254) * Don't rescan collection while transcoding. (BR 133423) * Don't try to copy to collection from urls without kio slaves. * Don't quit immediately if amarokrc was removed. (BR 134439) * The DAAP client would crash Amarok under certain conditions when kdelibs was compiled with asserts on. (BR 132851) * Configuring the toolbar would disable the stop button. Patch by Markus Kaufhold <M.Kaufhold@gmx.de>. (BR 132477) * Changed tags of songs on iPods would not propagate to its database. (BR 133842) * Fixed playlist encoding problems. (BR 133613) * Cover images for compilation albums can now be displayed full size in the context browser. * Dragging compilation albums from the collection browser or the playlist would show multiple cover images in the tooltip. (BR 133916) * Don't crash when calling repopulate dynamic mode from dcop. (BR 133716) * Last.fm streams work with proxies. (BR 131137) * Don't try to read m4a tags from apparently invalid files. (BR 133288) * Some podcasts would insert line breaks in author/title information and cause graphical errors. (BR 133591) * File tracking could fail on files that were copies of each other but with different ID3v1 or APE tags.
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