summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2005-11-20Added tcd.rillig1-1/+2
2005-11-20Imported tcd from pkgsrc-wip.rillig4-0/+29
Tcd is a tiny audio CD player using ncurses. It can play CDs and manage a little CD database in cddb format.
2005-11-19Rename a local (static) variable that has the same name as an externalkristerw2-1/+33
variable defined in a .h file. This makes the pkg build when using gcc 4.
2005-11-19Apply patch from rivo nurges to eliminate awful memory leak whenxtraeme3-2/+27
playing internet streams with moc. Thanks to rivo nurges and Peter Schuller (Maintainer). Bump PKGREVISION.
2005-11-18Fix MASTER_SITES, comment out old HOMMEPAGE.wiz1-3/+3
2005-11-18CONFLICTS=lang/mpd looks like it might work, but it does not.wiz1-2/+2
Replace it with CONFLICTS=mpd-[0-9]*
2005-11-18- add DragonFly support and fix OSS audio for !Linux platformsjoerg5-17/+73
- fix 'label at end of compound statement'
2005-11-17In xmmswrapper.cpp, include stddef.h first to get a proper NULL.joerg3-2/+17
For some reason, a (char *)0 gets defined somewhere on DragonFly and breaks C++ horribly. Add USE_LIBTOOL to workaround libtool breakage (unability to find library `').
2005-11-16Update to version 1.3.6.seb3-9/+20
Changes since last packaged version (1.3.5): VERSION 1.3.6: BUGFIXES: * Fix autoscan with PostgreSQL. (BR 111209) * Fix problem with sequences in PostgreSQL support. (BR 115075) * Fix potential crash at startup while accessing amazon.com. (BR 115838) * Potential crash when loading media from the Collection. (BR 115234) * Podcast apply to all button was faulty. * last.fm queue wouldn't be saved to disk. Patch by John Patterson <kde-bugs@ninecats.org>. (BR 115212) * Podcast download directory would only be effective next time the application started. * Don't crash when attempting to save an empty playlist from the Playlist menu. * Loading dynamic playlists with sources did not work properly. * Fix build issue on some Linux kernel 2.4 distros. (BR 115068)
2005-11-15Add AAC audio support using options.mk. It is disabled by default.hira2-1/+14
2005-11-15Remove extra backslash.hira1-2/+2
2005-11-14Fix build on NetBSD since PTHREAD variables were used, rather than wiredmarkd2-1/+15
-lpthread. On NetBSD this change meant that -pthread was passed to build of libtpthread.la (via ${PTHREAD_LDFLAGS}) but libtool doesn't then pass this on when linking libtunepimp so add it there as well.
2005-11-14PKG_DEFAULT_OPTIONS is reserved for being set by the user. So userillig1-3/+3
PKG_SUGGESTED_OPTIONS instead.
2005-11-11Keep OSS for DragonFly and FreeBSD, we don't have Sun-Audio.joerg1-3/+5
2005-11-11Add DragonFly support. Make the options more useful by allowing fulljoerg5-3/+98
selection of output. This adds oss and sun. By default, oss and sun are now active on all platforms, but DraognFly. Bump the revision to annotate that.
2005-11-11Replace hard-wired -lpthread with the normal pthread logic.joerg4-2/+32
Since this changes nothing for platforms with working -lpthread and others didn't work before, don't bump the revision.
2005-11-11Add DragonFly support. Fix lvalue cast to allow build with GCC 3.4+.joerg3-15/+30
2005-11-11Don't define weired underscore macros on DrgaonFly, they breakjoerg9-3/+108
the system headers. Depend on errno.h to define errno, fix an instance where errno is used without errno.h Since this is a bug for a threaded program and icecast at the very least is linked threaded here, bump the revision.
2005-11-11DragonFly support.joerg3-12/+17
2005-11-11Fix typo, BUILD_USES_MSGFMT is the right spelling.joerg1-2/+2
2005-11-11Use BSD mount interface on DragonFly. Use PTHREAD variables to linkjoerg3-4/+27
for !FreeBSD platforms instead of wired -lpthread.
2005-11-10Add DragonFly. Fix compilation with GCC 3.4+.joerg3-14/+31
2005-11-10Use soundcard.h on OpenBSD and sys/soundcard.h on FreeBSD and DragonFly.joerg2-1/+18
2005-11-10- Removed /CVS/ files from the PLIST.rillig2-12/+6
- Bumped PKGREVISION. - Changed DIST_SUBDIR from ${PKGNAME} to ${PKGNAME_NOREV}nb2, as the distfile hasn't changed.
2005-11-10Restored the checksum of patch-ac from revision 1.5.rillig1-2/+2
2005-11-10Change patch-aa to match the solution adopted upstream to share filetonio3-14/+15
descriptors Bump PKGREVISION
2005-11-09Removed CVS conflict lines. Please use pkglint before committing changes.rillig1-4/+1
2005-11-09Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.martti4-6/+6
It is a lower-case f according to the official site.
2005-11-09Updated xfce4 to 4.2.3.1martti3-7/+17
* Lots of bug fixes * Translation updates Official ChangeLog is available at: http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-09Fix csound to only dereference skipinit when it is not NULL. csound'sben3-2/+42
malloc set it to NULL, and it was never initialized. This threw SIGSEGV at performance of a score with GEN01.
2005-11-08Add audio/cplaytonio1-1/+2
2005-11-08Add audio/cplay (by Geert Hendrickx, in PR 31928)tonio6-0/+111
cplay is a curses front-end for various audio players. It aims to provide a power-user-friendly interface with simple filelist and playlist control. cplay is written in Python and can use either pyncurses or the standard curses module. Supported players: * ogg123 * splay * mpg123 * mpg321 * madplay * mikmod * xmp * sox
2005-11-08Another Interix fix (don't include <inttypes.h>).tv2-3/+12
2005-11-08Include devel/libgetopt bl3.tv1-1/+2
2005-11-07Update p5-CDDB_get to 2.25. This is from maintainer viareed2-8/+6
PR 31999. Thank you Leonard. Changes: - user:pass with proxy support - untested (thanks to Peter) Please try it, I don't have such a setup. - Cache module: use CDDB_cache instead of CDDB_get All files are saved in a local tree and can be reused from there. Please try it if you like, it's not really tested.
2005-11-07Added missing empty line between the DISTFILES and the MAINTAINER section.rillig1-1/+2
Found by pkglint.
2005-11-06Use imake variables to correctly select the man page in the PLIST.joerg2-3/+4
Bump revision.
2005-11-06-lossaudio ==> $(LIBOSSAUDIO)joerg2-4/+4
2005-11-02Include the same fix for NAME_MAX usage as vorbis-tools.joerg2-1/+14
2005-11-02DragonFly has OSS as well.joerg1-2/+2
2005-11-02Update to version 1.3.5.seb4-55/+19
Changes since last packaged version (1.3.3): VERSION 1.3.5: BUGFIXES: * Fixed a build issue. * Fixed potential crash at startup. (BR 114983) VERSION 1.3.4 (unreleased): FEATURES: * Helix-engine supports ALSA (using RealPlayer 11). (BR 113909) * Atom feed compatibility for podcasts. * Statusbar messages are logged to a file, statusbar.log. (BR 99899) * Podcast configuration now provides the ability to set the values for all podcasts. (BR 114371) * Downloading multiple podcasts will throw them into a queue, and each will be downloaded sequentially. (BR 114370) * Playlistbrowser items can be dragged into folders. CHANGES: * Categories in the playlist browser are now always in the order of: Playlists, Smart Playlists, Dynamic Playlists, Radio Streams, then Podcasts, regardless of sorting options. (Items in the categories are still sorted normally.) * Reworked systray icon handling -- mostly under the hood, but it'll now update properly f. ex. when you change the cover. (BR 111014) * Tooltip for the queue icon in the statusbar will now show the album cover of the upcoming track. * Totals in the collection browser will now reflect the visible items if you set a filter. * Podcast settings "download on request" and "stream on request" have been merged. * About button in script manager now uses a KAboutDialog and supports rich text format in the README file. (BR 110961) * After filtering the collection browser, if only a single item is left visible, it will automatically be expanded. * Added items for the Equalizer, Visualizations, and Queue Manager to the context menus of the volume slider, analyzer, and statusbar queue icon, respectively. BUGFIXES: * If you queue an album from the context browser and then undo, the queue icon in the statusbar is now updated properly (and hence doesn't crash if you click on it). * helix-engine no longer emits new metaData if only the bitrate of a stream changes. (BR 114348) * Fix amaroK attempting to destroy your computer, reach through the monitor and violently strangle you if you attempt to exit while the collection is being scanned. (BR 114597) (BR 114859) * Postgresql code cleanup and fixed regression for manual collection scanning. Autoscan still does not work. (BR 111209) * File browser now sets to home if it was on a remote directory to prevent annoying error messages. (BR 114498) * Podcast settings would not add a trailing slash to podcast save locations. (BR 114712) * Workaround for stability issues with HyperThreading on Linux. Added a configure check to deal with buggy GLIBC's. (BR 99199) * xine-engine: Equalizer became inactive on trackchange when crossfading was enabled. (BR 114492) * Pausing a track would abort lyrics and wiki fetch jobs. (BR 114576) * Dynamic mode did not respect repeat track mode. (BR 114585) * The Script Manager no longer captures the script's stdout. * Enqueuing files with amarok -e would not work for relative paths if the working directories of the new and the running instance of amarok differ. * Visualizations would only work when amarok was run as amarokapp. (BR 99627) * The number of podcasts items would be limited even when the user didn't set it. (BR 114353) * Switching system language wouldn't affect the root folder names on Playlist Browser. * On Context Browser, when showing a cached lyric, "add", "search", and "open in external browser" buttons wouldn't work. "Open in External Browser" is now disabled for cached lyrics. (BR 110812) * Refreshing all podcasts when folder existed caused a crash. * Multiple job statusbar widget was broken. (BR 114278) * HTML in tags was getting interpreted in the context browser. * Changing the podcast purge count could sometimes cause amaroK to hang. * NMM-engine: Fixed crash after playing a song to the end, the trackEnd signal was not emitted from the GUI thread. * With Random Mode enabled and Repeat Playlist disabled, when it got to the last track, it would play it a second time and then keep on playing other tracks, instead of just stopping. * Smart-Playlists were broken with PostgreSQL. Patch by Michael Landin Hostbaek <mich@freebsd.org>. (BR 114269) * Collection scanner ignored files with non-ascii characters. (BR 114195) * Don't show "Change Collection Setup"-box for non-local files. * Fixed issue with loading playlists containing remote URL's. * Dynamic mode history tracks would be forgotten if there was no current track on startup. (BR 110160) * Fixed problems with "Retrieve Similar Artists" feature in combination with SQLite, which could lead to 100% CPU usage. (BR 104447) * Tabbing between items and cells in the playlist while editing them now works much nicer (goes in order and doesn't tab to invisible columns), and you can also now use Alt+Up, Down, Left, Right to navigate between cells as well. * Podcast settings failed to remember the save location. (BR 114128) * Tray icon would stop filling up and showing play/pause icon if show player window was toggled. (BR 93711) * If player window is toggled during playback, playlist window's caption now correctly shows the current track's name. * Crossfade length would be enabled in Playback options when "No crossfading" was selected. * If an engine does not support crossfading, "No crossfading" is now selected in Playback options.
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