summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2006-03-07Recursive bump for major version change of cdparanoia libs.joerg3-6/+6
2006-03-07Sync DragonFly/FreeBSD support with FreeBSD ports by addingjoerg21-394/+87
cdda_device_name to struct cdrom_drive. This makes a number of hacks in various places superfluous and should fix the KDE multimedia issues. Bump revision. Recursive bump will follow, since the major version changed.
2006-03-06Replace incomplete array definition in prototype to match definition.joerg2-1/+15
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz16-32/+32
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam6-16/+12
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam119-238/+238
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-03Fix daapd with iTunes 6.0.4 (3)tonio3-3/+17
2006-03-03Make this package build with gcc-4.minskim2-1/+15
2006-03-03qt3-tools is needed at build time only. Bump PKGREVISION.minskim2-12/+4
2006-03-02Update homepage.ghen1-2/+2
2006-03-02plglint says: .for variable names should not contain uppercase letters.ghen1-6/+6
2006-03-02Update to 3.0.7. From the changelog:schmonz3-8/+13
* man pages: use named chars or @ and (C) * fr.po: Fixed format string bug * Updated the spannish [sic] translation. (Fernando Sancho) * Fix broken statistics code. save_data was called too many times. * Rhythm: made backspace work properly * idbyname: bugfix: don't throw an exception if loading lesson file was cancelled. * Fixed idtone configuration. * Remove 'passed' flag for tests if the lesson file change. * i18n.py: removed debug print statements.
2006-03-01Correct broken signal handling. This fixes PR pkg/30515.tron3-3/+17
2006-02-27Add DragonFly support.joerg2-6/+16
2006-02-26Take maintainership.snj2-9/+7
Update to 0.0.9. Changes: - SIGINT plays next song; two in succession exits program - fixed 8 bit wav support - added 8 bit libao support on macintosh - include filename in stdout during playback
2006-02-24Changes 1.0.14:adam4-15/+14
* Really fix MinGW compile problems. * Minor bug fixes.
2006-02-23Add wmmp.rpaulo1-1/+2
2006-02-23A little app in the style of wmusic and wmapmload/wmcpuload. It representsrpaulo6-0/+53
a fairly complete interface to MPD. With the precious help from Johnny Lam. Thanks.
2006-02-22regen.rillig1-2/+2
2006-02-22Fixed PLIST. Bumped PKGREVISION. Allowed installation as unprivileged user.rillig3-6/+26
2006-02-19Provide a default for "TARGET_SUFFIX" variable to avoid "bmake" errorstron1-1/+3
on various platforms. This fixes PR pkg/32824 by Brandon Bergren.
2006-02-19Changes 1.0.7:adam5-12/+65
LASH support has been added. Improved command line argument handling. AMD-64 bugfixes Few synthesis bugfixes. Other miscellaneous improvements.
2006-02-17Fixed warnings found by pkglint -Wall.martti2-4/+4
2006-02-16Fix build with new libtool (as seen in bulk builds).wiz3-1/+269
autoconf code from xmms, since I think the rest of the infrastructure comes from there too.
2006-02-16Fix build with new libtool (as seen in bulk builds).wiz2-1/+15
2006-02-16Add USE_DIRS xdg-1.2, since it does, and add missing localewiz2-3/+5
file. Bump PKGREVISION for changed PLIST.
2006-02-15Fixed pkglint warnings (defined, but unused variables).rillig1-4/+3
2006-02-12Remove libvorbis... it should be included via options.mk.xtraeme1-2/+1
2006-02-12Update to 2.4.0.xtraeme5-35/+22
Changes: * Layout of the main window can be changed using Layout[123] options. Switching between layouts is done using the 'l' key and now TAB is used to switch between the playlist and the directory menu. For example, you can configure the layout to see both the playlist and a directory content. * Support for WMA, RealAudio, MP4 and AAC file using FFmpeg. * UTF-8 support. * Selecting themes at runtime - T command (this does not change the config file). * Executing external commands, like 'cp %f /mnt/usb_drive' where %f is substituted with the path to the currently selected file. * Tags are cached at the server side and read in a separate thread. The interface is not locked until the tags are read. Size of the cache can be adjusted using TagsCacheSize. The cache is saved at exit and loaded at startup. * Moving items up and down: u and j commands. * Workaround for encoding of ID3v1 tags. New options: UseRCC - to use librcc for ID3v1 reencoding (Initial patch by Alexey Gladkov), ID3v1TagsEncoding - assumed encoding for ID3v1 tags. * Added UseCursorSelection option (default: no) to display cursor on the selected file. This is useful with braille displays. * Added SetXtermTitle option (disable/enable setting xterm title). * Added m4a and aac to the list of extensions supported by ffmpeg. * Pressing n when nothing is played starts playing from the first item on the playlist. * Added FollowPlayedFile option: menu follows the currently played file so that it is scrolled if the file is outside the visible part (default to yes). * Numbering items in the playlist. Can be turned off using PlaylistNumbering. * New themes: moca_theme (Nicola Vitale), red_theme (yyz), and darkdot_theme (David Lazar). * Added a command for adding a URL to the playlist using entry (CTRL-u). * A and --append can add files from playlists. * Interface show the playlist after startup if something from the playlist is played (CanStartInPlaylist option). * Commands: --append, --clear, --play work now as expected even if there is no client running. * Use full paths instead of just file names for displaying on the playlist. * Internet streams can be paused. * Ogg plugin name was changed to vorbis.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg269-465/+550
2006-02-04"The Rosegarden site has moved to rosegardenmusic.com. Please update your linkghen1-2/+2
or bookmark."
2006-02-03Reset maintainer on his request. PR 32699.wiz3-6/+6
2006-01-31REPLACE_PERL+=scripts/mab2vcard. Bumped PKGREVISION.rillig1-3/+5
2006-01-31Update to arts 1.5.1 (part of KDE 3.5.1)markd3-20/+6
Changes unknown.
2006-01-24Re-add faad option, to enable mpeg4ip support (to share AAC files)tonio3-9/+21
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz69-98/+138
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-23Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-01-21Update to 1.3.8:wiz3-11/+7
VERSION 1.3.8: BUGFIXES: * NMM engine would crash when seeking after the playlist finished, state Empty wasn't emitted * Fixed URL of the Nectarine radio stream. * Fix crash after changing the alsa device in the helix configuration dialog. * When amaroK exits, send SIGTERM to running scripts. (BR 119159) * Old error messages could be shown instead of current track lyrics. * The equalizer in the helix engine now works properly at low sample frequencies. * Fixed some threading issues in loading XML playlists. * Lyrics that are available on lyrc would be shown as "not found". * The helix engine now includes protection so that misbehaving streams do not cause the visualizations to leak memory.
2006-01-21Changes 1.0.13:adam6-20/+20
* Fix form MinGW compiler problems. * Allow readin/write of instrument chunks from WAV and AIFF files. * Compile problem fix for Solaris compiler. * Minor cleanups and bug fixes.
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam1-3/+1
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-20Rename the following variables to reduce the number that we need to track:jlam1-2/+2
EXTRACT_CMD_OPTS.bin -> EXTRACT_OPTS_BIN EXTRACT_CMD_OPTS.lha -> EXTRACT_OPTS_LHA EXTRACT_CMD_OPTS.rar -> EXTRACT_OPTS_RAR EXTRACT_CMD_OPTS.tar -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.Z -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.bz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.gz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tgz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.zip -> EXTRACT_OPTS_ZIP EXTRACT_CMD_OPTS.zoo -> EXTRACT_OPTS_ZOO EXTRACT_CMD_OPTS_tar.gz -> EXTRACT_OPTS_TAR
2006-01-20Drop maintainership. I can't seriously be the maintainer of so manyjmmv6-12/+12
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
2006-01-20Update to 0.3.9:jmmv2-6/+6
* Fix for bug 319421: ibmtts hardcoded to en_US locale (Bill Abt) * For for bug 319875: Add eciInsertIndex to viavoice driver (Bill Abt) * Fix for bug 320013: Add more parameters to ibmtts driver (Bill Abt) * Fix for build problem on Solaris (Rich Burridge) * Fix for bug 142354: FreeTTS driver exits when refcount goes to 0 instead of living forever (Willie Walker) * Fix for bug 313652: FreeTTS build fix (Bernard Leak) * Fix for bug 319980: test-speech now uses selected gender instead of hardcoding to male (Willie Walker) * Fix for bug 314736: Cygwin ports patch (Cygwin Ports maintainer) * Fix for bug 314840: Corrected the use of the rate and pitch parameters for ibmtts driver so that they are absolute and not relative values (IBM) * Provide different method for finding the Java virtual machine for freetts-synthesis-driver (Willie Walker) * Fix for bug 319168: FreeTTS streaming audio player could not be used (Willie Walker)
2006-01-20Update gnome-vfs2* to 2.12.2:jmmv1-2/+1
* Correctly resolve nested symlinks without accessing invalid memory * Synch xdgmime with upstream to fix handling of the mime cache * Improve parsing of files which have names that match dates, years or times of day. * Correctly return GNOME_VFS_ERROR_CANCELLED if an authentication was cancelled in the ftp, sftp and smb method * Fix problem with multiple cd volumes * Add logic for Win32 so we won't return crap like /x:/foo/bar.zap and fix handling of file overwrites.
2006-01-19Update to 3.0.6. From the changelog:schmonz3-10/+10
* singinterval bugfix: don't crash if last question in tests is anwered wrongly. * chord-m7-7-maj7-m7b5-dim7 and chord-m9-9-7b9-maj79: Don't crash when running tests. * Add the singanswer lesson files to the pratise menu. * Correctly connect ComboBoxEntry events in preferences window. * Don't show GtkWarnings in the traceback window. Added --show-gtk-warnings commandline options for those who want to see them. * Fixed the singanswer module and added some "Sing chord tone" exercises to the practise menu. * updated no.po * Added gui in the preferences window to select the language to be used. Use this if solfege does not select the correct one by default. * Added swedish translations. Thanks to Daniel Nylander. * Updated italian translation. Thanks to Marco Colombo. * Build fixes to the linux midi module. * Distribute all .po files in the windows build.
2006-01-18Add and enable gst-plugins0.10-oss.jmmv1-1/+2
2006-01-18Initial import of gst-plugins0.10-oss, version 0.10.1:jmmv3-0/+34
This package is part of the 'good' plugins for GStreamer. It provides the oss plugin, which allows playback and recording of sound through the Open Sound System audio libraries.
2006-01-18Adjust dependencies after the renames of gstreamer, gst-plugins andjmmv3-24/+19
gst-plugins-* to gstreamer0.8, gst-plugins0.8 and gst-plugins0.8-*, respectively. Bump PKGREVISION.
2006-01-18Rename gstreamer, gst-plugins and gst-plugins-* to gstreamer0.8,jmmv51-215/+203
gst-plugins0.8 and gst-plugins0.8-* respectively. This is to leave room for gstreamer 0.10 (which will be added with versioned names too, to avoid annoying renames in the future). While here, do some changes: - Make gstreamer0.8 use the alternatives system to provide the unversioned gst-* utilities. - Rename all internal variables to have 0.8 in them to make it clear which package they belong to.
2006-01-17patch-ag is important as well :)adam1-0/+13