summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2005-10-31Use esound on Interix too. (However, still depends on XShm, which Interixtv1-5/+4
lacks, so doesn't build yet.)
2005-10-31NOT_FOR_PLATFORM Interix.tv1-1/+2
2005-10-31NOT_FOR_PLATFORM Interix; make sure to include ossaudio.buildlink3.mk.tv1-1/+4
2005-10-31NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-10-31Use esound on Interix for audio output.tv1-2/+10
2005-10-31NOT_FOR_PLATFORM Interix; make sure to include ossaudio.buildlink3.mk.tv2-2/+8
2005-10-31NOT_FOR_PLATFORM Interix.tv1-3/+4
2005-10-31NOT_FOR_PLATFORM Interix.tv5-5/+15
2005-10-31No need to include <getopt.h> as getsubopt/getopt_long is not needed.tv2-1/+15
2005-10-31Include devel/sysexits to get <sysexits.h>.tv1-1/+2
2005-10-31NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-10-31NOT_FOR_PLATFORM Interix.tv3-4/+10
2005-10-31Only include <inttypes.h> if configure said it exists. Add <stdlib.h> totv3-1/+34
one place where uintptr_t is needed, for Interix.
2005-10-31Interix has neither mlock(2) nor socklen_t.tv3-1/+25
2005-10-31Fix build on Interix (u_int64_t, not uint64_t).tv2-1/+19
2005-10-31NOT_FOR_PLATFORM Interix.tv2-4/+8
2005-10-30Fix installation dir to match updated xine. Bump PKGREVISION.wiz4-10/+12
2005-10-30ENV is not defined; use SETENV instead.minskim1-2/+2
2005-10-29Don't include <getopt.h> if all you need is traditional getopt.tv2-1/+14
(Interix doesn't have getopt.h, but getopt(3) is in unistd.h as with other OS.)
2005-10-29Add #define differences for Interix; deal with it not having utimes(3).tv2-45/+47
2005-10-26Remove share/doc/html/toolame on uninstall. Bump revision.joerg2-2/+4
2005-10-23Use ../../category/package instead of ../package.rillig5-10/+10
2005-10-23Append to CFLAGS and CPPFLAGS instead of overwriting.rillig1-3/+5
2005-10-20Added patch-ae, which fixes an incompatibility with ISO C90.rillig2-1/+25
2005-10-20Added audio/streamripper.xtraeme1-1/+2
2005-10-20Initial import of streamripper-1.61.14.xtraeme5-0/+47
Using information which a SHOUTcast server can optionally send, this program breaks an audio stream into "tracks," stores them in separate files as they arrive, and names the files by appending ".mp3" to the name of the track. The tracks can be listened to at the user's leisure with an MPEG Layer 3 audio player. -- Additional comment (xtraeme): Really useful to save shoutcast sessions from streamtuner and copy them into your mp3 player :-)
2005-10-20Update to 2.1c:wiz3-20/+6
License change from LGPL to GPL. Also includes pkgsrc patch-aa.
2005-10-19Added qsynth-0.2.4adam1-1/+2
2005-10-19Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt3adam4-0/+41
toolkit using Qt Designer. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynths but for the moment it wraps the excellent FluidSynth.
2005-10-19Add IPv6 support for beep-media-player, as suggested by Kevin Kim inminskim3-5/+15
private email. The patches were created by Byung-Hee HWANG. Bump PKGREVISION since IPv6 is enabled by default. Approved by the maintainer.
2005-10-19Update to 0.99.99 (one year later... :-)xtraeme4-29/+118
0.99.99 December 21, 2004 * Core changes: * Startup time has been greatly reduced (especially when there are a lot of cached streams) * The cache format has changed (a binary cache has been reintroduced, improving performance and allowing to inline binary files into the cache) * Was sometimes locking up at startup: fixed * The preferences dialog has been reworked * A tab can now reload multiple categories concurrently * The stop button now only stops the currently selected tab * The stream columns can now be reordered * The stream columns menu item now displays a dialog * The plugin API has been enriched (handler configuration, handler preferences widget, character set handling in the transfer framework, utilities, ...) and documented * Bookmarks now include a description, homepage and URI list * The about dialog does not list the plugins and handlers anymore * Hyperlinks can now be focused, and activated using the keyboard * User interface images are now loaded from external files, for smaller memory usage * When a plugin was disabled, its configuration was lost: fixed * Now compiles cleanly even when -fstrict-aliasing is in use (based on a patch by Philipp Thomas) * The stock preselections have been updated * The streamtuner icon now uses the new colour scheme * Other fixes, cleanups and improvements pkgsrc changes: * Make it use the options framework. The following options are recognized: o streamtuner-local (to enable the local metadata plugin) o streamtuner-xiph (to enable the xiph plugin) o python (to enable the python plugin) The python option is off by default and the other ones are on.
2005-10-19musicpd calls its files mpd, alas!is1-2/+4
2005-10-17Improve COMMENT, per maintainer's request.xtraeme1-2/+2
2005-10-16Update MASTER_SITES, from Zafer Aydogan in PR 31834.wiz1-2/+2
2005-10-16Update HOMEPAGE and MASTER_SITES.wiz3-9/+9
2005-10-16Update MASTER_SITES.wiz1-2/+2
2005-10-16Update HOMEPAGE and MASTER_SITES.wiz1-4/+4
2005-10-16Update HOMEPAGE and MASTER_SITES.wiz1-3/+3
2005-10-16Update MASTER_SITES. However, the currently used distfilewiz1-2/+2
is not available there, so comment it out.
2005-10-16Update MSATER_SITES, from Zafer Aydogan in PR 31832.wiz1-3/+3
Comment out HOMEPAGE, it is wrong.
2005-10-15Update to 1.1.1:wiz3-11/+9
Thise release includes some bug and documentation fixes, but no new encoder modes. However, oggenc from this release now properly supports the new CBR engine introduced in libvorbis 1.1.0 but the 1.1.1 release of both libraries is required for things to work properly. Not that there was never a 1.1.0 release of vorbis-tools because of this issue. The ogginfo tool also now recognizes and reports information from Ogg Theora files.
2005-10-15Update to 1.1.1.wiz2-7/+6
This releases includes some bug and documentation fixes, but no new encoder modes.
2005-10-15Added audio/glurp.xtraeme1-1/+2
2005-10-15Initial import of glurp-0.11.6 from pkgsrc-wip, packaged byxtraeme5-0/+69
Leonard Schmidt. A GTK2-based musicpd client with a simple and clean interface. Features include: * Support for loading/saving playlists * A file browser * Playlist quicksearch * Supports streams in MPD (MPD 0.11.0 and newer) * ID3 Information * Single window interface, with possibility to hide the playlist * Support for enabling and disabling MPD outputs (MPD 0.12.0 and newer)
2005-10-14Update to 0.3.8:jmmv3-22/+8
* Fix for bug 305489: Festival driver in gnome-speech-0.3.7 seg faults (Willie Walker) * Fix for bug 308468: #include <sys/socket.h>, and do not declare variable after statement (Behdad Esfahbod) * FreeTTS driver now says "FreeTTS synthesis driver running..." instead of saying it is *not* running (Willie Walker)
2005-10-14Update HOMEPAGE and MASTER_SITES. Addresses PR#31605.ben1-4/+3
2005-10-13Update to arts 1.4.3 (part of KDE 3.4.3).markd2-6/+6
2005-10-12Update to 2.3.0. Slightly based on PR 31558 by Eric Schnoebelen.wiz5-19/+28
**** New features for 2.3.0 **** - Streaming support for ogg speex, ogg flac, ogg midi - intro file support - per mount settable Intro files will play when a listener first connects to a stream. This is designed for station jingles and the like. If you don't broadcast in ogg vorbis, you must make sure the bitrate/samplerate/number of channels match up to your stream. - on-demand relays, global and per-relay settable On demand relays only connect to the relayed content when there are listeners attached to the relay. This can save bandwidth in certain cases. - fallback to file, extends on the intro file handling. With this feature, you can specify a "fallback file" which will be played in a loop and sent your currently connected listeners in the event of a source client disconnect. This means your listeners stay connected while you fix your disconnect problem. Same rules regarding bitrate/samplerate/ number of channels apply as with intro files. - new mount-level settings 1. public, type/subtype, genre settings, stream description, stream url, stream name, bitrate (override what is sent from the source client) 2. mp3 metadata interval 3. on-[dis]connect scripts can be stated per-mount, invoked at source start/stop and take 1 arg which is the mountpoint. - New URL listener authenticator. This delegates your listener authorization to an external application. URL calls are made on listener connect/disconnect as well as source connect/disconnect. It is meant for large broadcasters who have existing authentication systems that need to be integrated into. Included is an example php-based application that can be used in conjunction with the url authenticator to manage a simple subscription-based broadcast. - HTPasswd authenticator uses in-memory structures now. - On demand files now can be fed through an authenticator - Update to admin/web xslt interface - Icecast can now be installed as a win32 service **** Fixes for 2.3.0 **** - real/helix works - win32 access log correct - stats client is stable now (curl -X STATS http://admin@host:port/) - show mountpoints on stats that are inactive but have an active fallback - more updates over HUP possible - improved stability under heavy load - moving clients will no longer sometimes deadlock the server - avoid small writes to reduce TCP overhead. pkg changes: Enable theora, speex. make libxml2 dependency explicit.
2005-10-12Take the portable^Weasy route and use PTHREAD_AUTO_VARS to get thisjoerg1-1/+2
compile on DragonFly as suggested by jlam@.
2005-10-12Update to version 1.3.3.seb3-22/+9
Package changes: - The Qt 3.3.5 build problem seems gone, hence so is its workaround. - Since last update, there is no more need to include audio/arts/buildlink3.mk. Changes since last packaged version (1.3.2): VERSION 1.3.3: FEATURES: * New DCOP call "contextbrowser: showHome". * New DCOP call "contextbrowser: showCurrentTrack". * New DCOP call "contextbrowser: showLyrics". * New DCOP call "contextbrowser: showWiki". * Saving a playlist will cleverly pick a default name if possible. * Dragging an album cover into the playlist from the context browser will append the album. * Middle mouse button on the current track will toggle play/pause. * Ctrl-Right click on a selection of tracks will queue all of them, not just the track below the cursor. (BR 112841) * CoverManager allows for downloads from Amazon Canada. (BR 113238) * New DCOP call "playlistbrowser: addPlaylist". * New DCOP call "playlistbrowser: scanPodcasts". Will check all podcasts for new episodes. * New DCOP call "playlistbrowser: addPodcast". * New DCOP call "player: type". Returns the current track's file type. * New DCOP call "collection: migrateFile". Updates the collection db for changes made to filenames, keeping stats intact. * Smartplaylist has Length property. (BR 113039) * Added a mouse-over effect for the volume slider. CHANGES: * Adding a playlistbrowser folder will automatically focus the lineedit for renaming the item. * Removing podcasts will delete all downloaded media. * Playlists in the playlistbrowser can no longer be removed, only deleted. * Removing tracks when in dynamic mode will only replace up to the minimum upcoming tracks requirement. * Playlist columns are automatically resized when adding or removing columns. * Added a warning dialog when HyperThreading is enabled. (BR 99199) * Blacklisted GStreamer's autoaudiosink, which is really a crapsink. * Added a context menu to the volume slider. * When viewing covers in fullsize, the window has a maximum size, and scrollbars are shown if necessary. The user can also scroll the cover by dragging it. Patch by Eyal Lotem <eyal.lotem@gmail.com>. (BR 103990) BUGFIXES: * Patch fixing an almost-infinite directory-scanning problem while building the Collection. Patch by Dirk Mueller <mueller@kde.org>. * Cover Manager: Album view setting became out of sync. Patch by Michael Pujos <pujos.michael@laposte.net>. (BR 113370) * Starting the first track in the playlist when in dynamic mode would skip it. (BR 110160) * Position slider in player-window disappeared after 2 hours. (BR 97128) * PlaylistBrowser duplicated items when overwriting playlists. (BR 108693) * Podcast settings would forget about the purge items checkbox. * The Stop button in the toolbar was always enabled at startup. * GStreamer-Engine: Could not seek to position 00:00:00. (BR 106483) * Don't crossfade the last track in the playlist. (BR 96478) * If files were in the transfer queue before connecting the iPod they would be uploaded without checking if they already exist on the device. * Using dynamic mode's playlist shuffle would result in repeated tracks tracks during a populate operation. * Fixed Xine config options were disappearing on ESC key. (BR 113225) * Fixed problems with visibility enabled compilers. Patch by Unai Garro <ugarro@telefonica.net>. (BR 113056) * Fix regression causing dynamic mode playlist shuffle to break for smart playlists which relied on ordering and limits. (BR 113121) * Automatic podcast downloads did not do anything. (BR 113129) * Playlist browser items were not properly saved on quit (with Qt 3.3.5). Patch by Matthieu Bedouet <mbedouet@no-log.org>. (BR 113020) * amaroK could crash on startup, if on last exit sorting was enabled in the playlist. (BR 113042) * Adding entries to a playlist and saving it could duplicate some tracks, if the playlist hadn't been expanded before. (BR 111579)