summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam30-440/+440
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-16Fix statvfs support on NetBSD and Solaris (block counts are in unitsmarkd5-9/+64
of f_frsize, not f_bsize). Also add DragonFly support from the old tunepimp package (untested). Package uses c++ and libtool so say so in Makefile. Bump PKGREVISION.
2006-04-13Fixed pkglint warnings.rillig2-72/+73
2006-04-13Mention this is used on many BSD systems as well as Solaris.reed1-0/+2
2006-04-13Improve DESCR more, by mentioning the file outputs.reed2-4/+9
In +DISPLAY mention that the plugins are not all available on every platform. (Ride on PKGREVISION bump from a few minutes ago.)
2006-04-13Add a MESSAGE.common to tell user to install a libao plugin.reed3-11/+17
I used MESSAGE.common so a MESSAGE.${OPSYS} could also be added. Bump PKGREVISION. Clarify DESCR and do not mention all the outputs it supports as this may make it appear it is works without installing another plugin. TODO: What about NULL, WAV, IRIX, and ALSA?
2006-04-13xgettext is now a proper tool, so we can just add it to USE_TOOLS.jlam1-3/+2
2006-04-13Remove tunepimp, dependencies have been switched to libtunepimp.wiz10-154/+1
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam13-43/+27
USE_TOOLS+=msgfmt.
2006-04-13Fix adding LIBS in configureadam2-4/+20
2006-04-13Add CONFLICTS with tunepimp, old version of the same package.wiz1-1/+2
2006-04-13Remove tunepimp dependency, libtunepimp is a newer version.wiz1-2/+1
Noted by markd.
2006-04-13Conflict with libtunepimp.wiz1-2/+2
2006-04-12Depend on libtunepimp. Bump PKGREVISION.wiz1-1/+3
2006-04-12Add and enable libtunepimp.wiz1-1/+2
2006-04-12Initial import of libtunepimp-0.4.2:wiz7-0/+120
The TunePimp library serves as a tool to allow developers to create MusicBrainz enabled tagging applications. The TunePimp library is a full featured tagging library that allows the developer to open music files for identification/lookup. Once files have been identified, it writes new metadata tags to the music files and writes the files to a standardized directory hierarchy. TunePimp includes the following features: * Create TRM IDs from WAV, MP3, Ogg/Vorbis and FLAC files * Automatically lookup files by TRM or by metadata * Read and write metadata from the music files * Optionally rename files according to a user specified file mask * Optionally move files to a user specified directory hierarchy
2006-04-12Updated darkice to 0.15.rillig4-151/+210
14-04-2005 DarkIce 0.15 released o ported to OpenBSD and NetBSD, though real-time scheduling not supported, since it is not implemented in OpenBSD / NetBSD o added possibility to downsample from stereo to mono when encoding to Ogg Vorbis, thanks to Deti Fliegl, <deti@fliegl.de> o added support for Jack inputs, enabling a lot of interesting usage, including support for MacOS X. Thanks to Nicholas J. Humfrey <njh@ecs.soton.ac.uk> o various improvements by Joel Ebel <jbebel@ncsu.edu> o added option to turn off automatic reconnect feature o added IPv6 support, thanks to <jochen2@users.sourceforge.net>
2006-04-12+ jackrillig1-1/+2
2006-04-12Imported jack from pkgsrc-wip.rillig5-0/+81
JACK is a low-latency audio server, written for POSIX conformant operating systems such as GNU/Linux and Apple's OS X. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. Its clients can run in their own processes (ie. as normal applications), or can they can run within the JACK server (ie. as a "plugin"). Packaged by Chris Wareham.
2006-04-12The documentation is installed into share/doc/csound instead ofrillig2-1809/+1807
share/doc/html/csound. The (empty) CVS directories are not installed. Bumped PKGREVISION.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig53-106/+106
that they look nicer.
2006-04-09Hook up libsidplay2 and sidplay2.joerg1-1/+3
2006-04-09Initial import of sidplay2:joerg4-0/+35
Sidplay2 is an updated version of Sidplay, which is a Commodore 64 music file player. This version plays more SIDs and is capable of more, than the previous Sidplay is. From Simon Hitzemann in PR 25203.
2006-04-09Initial import of libsidplay2:joerg5-0/+79
Libsidplay2 contains the necessary sidtune routines used by the sidplay2 package. Provided by Simon Hitzemann in PR 25203, modified to coexist with libsidplay.
2006-04-08Add PKGCONFIG_OVERRIDE. Add missing dir to PLIST.wiz2-2/+5
Bump PKGREVISION.
2006-04-08Add missing patch-aa, fixing the build.wiz1-1/+2
2006-04-08Remove bogus entry from PLIST.wiz2-3/+4
Add PKGCONFIG_OVERRIDE. Bump PKGREVISION.
2006-04-08Add and enable gst-plugins0.10-mad.jmmv1-1/+2
2006-04-08Initial import of gst-plugins0.10-mad, version 0.10.3:jmmv3-0/+29
This package is part of the 'ugly' plugins for GStreamer. It provides the mad plugin, which allows playback of MPEG Layer 3 audio files.
2006-04-07Update to version 0.13.0. New features include plugin support and cover artrpaulo7-89/+91
support [via external plugins]. Reviewed by jlam@
2006-04-07Update to 0.12.0.rpaulo4-19/+25
I don't know what has changed besides the version number and the layout. Reviewed by jlam@
2006-04-06update to 1.0.15drochner3-13/+13
changes: * Fix some ia64 issues. * Fix precompiled DLL. * Minor bug fixes.
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