summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2006-04-06Over 1200 files touched but no revisions bumped :)reed69-193/+193
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-04Update to 1.3.9:wiz3-8/+41
VERSION 1.3.9: FEATURES: * Support for libtunepimp 0.4. (BR 94988) BUGFIXES: * Fix leak of file descriptors with embedded cover art. Patch by Shane King (BR 123472) * Stop collection folders being automatically removed. Instead, allow user to remove non-existent folders by deselecting parent. (BR 123745) * When libtunepimp returns errors, show the proper error message, instead of a misleading one. (BR 104264) * Playlist popup menu had a visual glitch with Lipstik and (probably) earlier versions of Plastik. * Fix preamp and frequency band scaling in the xine equalizer. Patch by Tobias Knieper (BR 116633) * Fixed a huge memory leak when using xine-engine with crossfading. (BR 119230) * Fix memory leak in the helix engine when the player and playlist are not visible. * Stream with URLs containing "&" wouldn't be correctly saved. (BR 121846) * Playlist Browser would save invalid PLS Playlists. (BR 122875) * Refresh All Podcasts wouldn't consider subfolders. (BR 122783) * When using a folder as playlist, deleting the playlist would delete the folder and all files inside it. (BR 122480) * OSD was showing "No track playing" for tracks without metadata. * Smart Playlists with playcount or score related conditions wouldn't match all songs properly. (BR 97046) * With enormous queues, stop menu would take a lot of time to show up. (BR 120677)
2006-04-04Update to 12.17.9:wiz4-47/+6
sox-12.17.9 ----------- o Updates to compile under VC6. Jimen Ching o Declare st_signalinfo_t to specifically be signed in case platform does not default ot signed chars. This is required for NetBSD/powerpc. o When seek()ing in AIFF, SMP, and WAV handlers, remaining samples were incorrectly computed based on bytes and not samples. Jukka o Changed noisered effect to just warn during clipping instead of aborting. Ian Turner o Fixed bug were pieces of audio were lost every buffer read when running both -c and -r options together on mono audio. Users probably percieved it as shorter audio files that played with a sped up tempo. Bugfix will also apply to other times when multiple effects are ran on the command line. o Added support for -V option to play/rec scripts. o Fix to silence effect to allow negative periods to be specified (to remove silence from middle of sound file). o Fix swap option handling so that special case of "swap 1 1" will work. o Track length of Ogg Vorbis files on read. o Add support for displaying a status line that tracks progress of read/write routines. Part of information requires read file handlers to be able to determine file length. o Converted alsa driver to use asoundlib instead of directly talking to kernel driver. This also means that device names are now the ALSA logical names instead of /dev type names. o Added ALSA support to play/rec scripts. o Added st_open*, st_read, st_write, st_seek, st_close routines to help simplify developer interface to libst. See libst.3.. o Removed st_initformat(), st_copyformat(), and st_checkformat() from library. If your app used those functions then copy them from 12.17.8 source code directly into your application or update to use new routines. o Force word-alignment on AIFF SSND and APPL chunks on input. Matthew Hodgson. o Add fix to WAV handler to only return data in multiples of sample_size*channels to better handle corrupt files. o Fixed bug where "-4" option didn't work with avg effect (Tom Christie). o Fixed fade's fade-out-length to match man page description as noted by Geoff Kuenning. This required updates to the sample crossfade scripts. Also modified fade effect to report when no more samples will be produced to prevent unneeded reading of whole file. o Allow aborting SoX with SIGTERM, along with previous SIGINT. Norman Ramsey. sox-12.17.8 ----------- o noisered effect had compile problems with some compilers. o "-x" option was being ignored since 12.17.7. o Stuart Brady added support for reading and writing RIFX files (big endian RIFF/WAV files). Also added support for auto detecting DEC-style ".sd\0" files. o Gene Mar found typo in polyphase nuttall calculation. o SMP buffer overflow (detected by gcc 4.0). Reported by Marcus Meissner and Matthias Saou. o Fixed URL in manpage to resample overviews. o Fixed WAV handler so that it didn't think WAV chunks with max size were invalid chunks. This allows WAV's to be used in pipes since they have to default to max size. o WAV files with alaw or ulaw data don't need extended format chunks. (Lars Immisch) o In AIFF files, fixed problem were short comments should cause AIFF handler to get confused and become misaligned.
2006-04-02Depend on hicolor-icon-theme to:jmmv1-2/+3
1) Handle the shared share/icons/hicolor directory. 2) Properly regenerate the icon theme cache during (de)installation. Bump PKGREVISION.
2006-04-02amd64 trys to build the server so add oss dependency so it can. Bumpmarkd1-27/+18
PKGREVISION. Also do some pkglint cleanups.
2006-04-01Add entry for abcmidi package.ben1-1/+2
2006-04-01Initial import of abcmidi-2006-03-14, music utilities for abc.ben5-0/+93
abcMIDI is a package of programs developed by James Allwright for processing ABC music notation files. It consists of several programs: abc2midi, abc2abc, yaps, and midi2abc.
2006-03-30Update to 0.3.10:jmmv2-7/+7
* Fix for bug 332250: dectalk driver compilation warnings (Willie Walker) * Fix for bug 332247: dectalk driver can hang on exit (Willie Walker)
2006-03-30Add and enable gst-plugins0.10-esound.jmmv1-1/+2
2006-03-30Initial import of gst-plugins0.10-esound:jmmv3-0/+27
This package is part of the 'good' plugins for GStreamer. It provides the esound plugin for GStreamer, which allows playback and recording of sound through the Enlightened Sound Daemon.
2006-03-30Update gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.14.0:jmmv1-2/+1
gnome-vfs 2.14.0 * Fix circular dependency on gnome-mount * Fix some details in gnome_vfs_xfer callbacks * Avoid crash with symlinks that has ':' in them * Update hal volume manager policies * Fix leaks * Better smb authentication code * Fix permission reading bug introduced in 2.13.92 gnome-vfs 2.13.92 * Build fixes * Fix memory leaks * Some optimizations * New readdir option GNOME_VFS_FILE_INFO_NAME_ONLY that only returns filenames (not stat info). * use pmount in /media if not using gnome-mount or hal-mount * Fixes for encrypted drives/volumes in hal backend * Mime detection fix for multiple magic matches of same prio * HAL volume operation fixes * More robust gnome_vfs_make_uri_from_input_internal * Fix Avahi resolving of non-local hostnames gnome-vfs 2.13.91 * Eject fixes for volume manager * Windows 2000 portability fixes * Revert overwrite error dialog change that caused problems * ssh fixes for newer BSD and OSX releases gnome-vfs 2.13.4 * Add support for gnome-mount * Re-add thread prioritizing * Add gnome_vfs_get_mime_type_for_name_and_data () and gnome_vfs_get_mime_type_for_name () * Deprecate gnome_vfs_mime_type_from_name () * Skip attempts to overwrite a file onto itself in gnome_vfs_xfer and friends. * Retrun GNOME_VFS_ERROR_INTERRUPTED when aborting transfers * inotify: Fix various crashers and bugs * ftp-method: Basic support for proxies * http-method: Fix SSL support * http-mehtod: Fix bugs introduced during the neon upgrade * Various hal related volume fixes * Hide some more private functions * Some documentation updates * Translation updates gnome-vfs 2.13.3 * load modules with BIND_LOCAL * inotify fix gnome-vfs 2.13.2 * Support Avahi 0.6 * Support passwords in mount * Inotify support * Update neon import to 0.25 * Leak fixes * Win32 fixes * Add GNOME_VFS_FILE_INFO_FIELDS_IDS to see if uid/gid are valid * Update to lates xdgmime * Use the glib GThreadPool code instead of our own threadpool gnome-vfs 2.13.1 * Support for recent samba * Fix bug when resolving nested symlinks * Sync to upstream xdg-mime code * Various fixes to gnomevfs-* apps * New functions gnome_vfs_exists, gnome_vfs_get_slow_mime * Better ls parsing for ftp * Return GNOME_VFS_ERROR_CANCELLED when authentication is cancelled * Add avahi support * Fix problem when mounting cd multiple times * Hide private symbols * Better docs * Fix metadata removal issue with deletion in Nautilus
2006-03-30* Honor PKGINFODIR.jlam12-25/+34
* List the info files directly in the PLIST.
2006-03-30Update arts to 1.5.2 (part of KDE 3.5.2)markd2-7/+6
Changes unknown.
2006-03-28Fix pthread linkage.joerg3-6/+12
2006-03-25Add advice to use 'eject' to turn off Apple's "do not disconnect" message.smb2-3/+6
2006-03-22Fix patch-aa sha1 sum. [hi minskim!]rpaulo1-2/+2
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam12-24/+24
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-20Honor PKGINFODIR and PKGMANDIR.jlam2-7/+20
2006-03-17Allow to build on Darwin.minskim2-5/+8
2006-03-17Fix patch to create directory before installing into it, and make thisjlam3-9/+9
package use INSTALLATION_DIRS.
2006-03-17Remove unnecessary patch since pkgsrc handles split info filesjlam3-20/+2
automatically.
2006-03-17Generate the info file during the build phase instead of the installjlam1-8/+7
phase.
2006-03-17Consolidate two patches that patched the same file.jlam3-53/+34
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam4-11/+6
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-11Fix cleanup.kim1-1/+6
2006-03-11Update the download site.reed1-2/+2
2006-03-11Use the configure provided @mandir@.reed2-5/+5
2006-03-10Cleaned up the Makefile.rillig1-6/+1
2006-03-10Fixed typo (MAKE_PARAMS -> MAKE_FLAGS). This makes the package work forrillig1-4/+4
LOCALBASE != /usr/pkg.
2006-03-10Fixed pkglint warnings.rillig2-15/+20
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam61-122/+122
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09audio/oss has been removed.jlam1-2/+1
2006-03-09Remove old and unmaintained audio/oss package.jlam14-572/+0
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