summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2003-03-22open /dev/auiod OWRONLY, as requested in PR 19332 by Ben Wongdillo7-50/+69
bump pkgrevision while here, one patch per file
2003-03-20Fix HOMEPAGE. From Juan RP in PR 20815.wiz3-6/+6
2003-03-17Add and enable openal.jmmv1-1/+2
2003-03-17Initial import of openal, version 20030125.jmmv7-0/+194
OpenAL is a 3D positional spatialized sound library analogous to OpenGL: instead of micromanaging each aspect of sound playback and effect, the application writer may limit himself to placing sounds in the scene and letting the native OpenAL implementation determine the correct amount of pitch alteration, gain attenuation, phase shift, etc., required to render the sounds correctly. Provided in PR pkg/20759 by Juan RP, with some changes by me.
2003-03-15Install HTML documentation, as requested in PR pkg/20523 by Isihara Takanori.jmmv2-3/+52
Bump PKGREVISION to 1.
2003-03-15lower optimization on 8 problem files on alpha which trigger compilerdmcmahill3-9/+50
bugs. This package now builds on NetBSD-1.6/alpha and even seems to run the GUI. Audio output not verified due to lack of hardware.
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+6
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-03-13Fix some more dependencies.wiz1-2/+2
2003-03-13Add ALL_TARGET for IRIX.jschauma1-7/+9
2003-03-11Update KDE to 3.1.markd42-1109/+1030
Many bugfixes and functionality enhancements including: kdemultimedia Started a video framework More consistent internationalisation in many applications. NEW IN KDE: KAudioCreator, a CD ripper and audio encoder frontend. NEW IN KDE: KRec, an audio recorder using aRts. KMediaPlayer interface added to kdelibs to reuse Kaboodle. Noatun: Added option to clear the playlist when running with a file as command line option. Added video thumbnail creator using xine-arts. KMix: Added mute control support.
2003-03-09Bump PKGREVISION due to upgrade of Mesa and friends.jschauma1-3/+4
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-09Bump PKGREVISION due to upgrade of Mesa and friends.jschauma1-2/+2
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-06Add and enable juke.salo1-1/+2
2003-03-06Import of juke-0.7: Simple ncurses based jukeboxsalo8-0/+121
Juke is a simple ncurses based jukebox program for Unix computers. It uses command line based players to play different kinds of music formats. Package provided by Johan Ahlander in private mail.
2003-03-05Update to 3.5.1:wiz2-5/+5
3.5.1 released Wed 12 Feb 2003 Minor AIFF spec compliance updates
2003-03-05PKGREVISION++ for id3lib dependency bump.wiz3-3/+6
2003-03-05Update to 0.1.9: Bug fixes.wiz3-17/+21
2003-03-05Update to 3.8.3:wiz4-11/+11
This is a bug fix release. Use it. Dont use previous versions. The ChangeLog provides more in detail which changes have been made. [ChangeLog details minor various bug fixes.]
2003-03-05s/IMAKE_MANNEWSUFFIX/IMAKE_MAN_DIR/ where appropriate.uebayasi1-2/+2
Reported by an anonymous person.
2003-03-04Update to 2.8. Now using GTK2.wiz3-7/+13
Security notes were added to the installation instructions. Several possible security bugs were corrected. New el, nl, and zh_CN translations were added. The es, gl, ja, pt_BR, sv, and uk translations were updated. New items were added to the View menu (GTK+ only). The state of the "Mute All" button was corrected (GTK+ only). Support was added for GTK+ 2.0. A bug with digital inputs may have been fixed. A shell script for muting and un-muting was added. Console mouse support on FreeBSD 5.0-CURRENT has been re-enabled.
2003-03-04Update to 1.0rc3 (0.99.5):wiz4-18/+17
RC3 Released Sunday, March 2, 2003 Just some more bugfixes and tuning are in this release; If no bugs are found, this may be rebranded Speex 1.0. If there?s anything that doesn?t work, now is your last good time to report a bug. RC2 Released January 28, 2003 This is the second RC for Speex. It fixes some minor bugs and reduces the binary size somewhat as the codebooks were converted from float values to chars. As a result of this, files encoded with earlier versions will have a slight increase in noise (typically less than 1 dB) when decoded with the newer decoder. RC1 Released January 16, 2003 This is Release Candidate 1 for Speex 1.0. The only new feature (yes, I know beta4 was supposed to be feature-complete) is a very low bitrate (3.95 kbps) mode for narrowband. This release also fixes a number of bugs, including a fix for low-bitrate wideband encoding?however, this fix adds high-frequency noise during the decoding of beta4 and earlier data. Finally, the WAV handling is more robust and handles undocumented extensions better.
2003-03-04Updated to version 0.9.1.salo5-13/+14
Patch provided by Juan RP via PR pkg/20564 with minor cleanups by me. Changes: - The theme code has been improved: themes are now loaded from the theme selector of the preferences window, allowing easy theme previewing; Galeon themes directories are now automatically detected; the STREAMTUNER_THEMES_PATH environment variable can be used to specify extra directories to scan for themes - The geometry of the preferences window is now remembered - A number of incremental changes have been made to the plugin API, deprecating a few calls but preserving backward compatibility - GTK+ stock icons have been added to some menuitems - A few bugs have been fixed
2003-03-03 Forgot one ${IMAKE_MANNEWSUFFIX} the last time.jschauma1-2/+2
2003-03-02Update to 1.0.4, requested by adam.wiz3-8/+8
Changes since 1.0.3: * Added suport of PVF and XI files. * Added functionality for setting and retrieving strings from sound files. * Minor code cleanups and bug fixes.
2003-03-01Fix finding gtk-config.jlam1-1/+2
2003-03-01Make sure to include <sys/types.h> to pull in defs for ntohl correctly.jmc2-1/+14
Fixes build/link issues found during bulk powerpc build.
2003-03-01Build on anything except netbsd below 1.6N as semaphore.h/p1003.1b supportjmc1-1/+3
didn't exist before then and this heavily depends on it.
2003-03-01Make sure USE_BUILDLINK2 is enabled or this fails during bulk buildsjmc2-2/+4
2003-03-01Before pax'ing over content, do a mkdir so there's a destination available.jmc1-1/+2
2003-03-01Set USE_BUILDLINK2 so buildlink'ing gets done correctly. Fixes bulk buildjmc1-1/+2
failure I just got on macppc
2003-02-26unlimit datasize to allow this to build on alphadmcmahill1-1/+3
2003-02-25Fix oversight in last commit.tron1-4/+2
2003-02-25Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma7-160/+163
portable. Bump PKGREVISION accordingly.
2003-02-23Add checks for platform before setting DEPENDS vars so this works on platformsjmc1-1/+7
such as powerpc that have linux emulation but don't support this package. Otherwise 'make show-depends-dirs' will complain about missing directories.
2003-02-22Update xmms-madspin to 0.05. Changes:hubertf3-6/+9
* It no longer crashes!! * This version has a config screen making it easy to change the number of stars and the speed at which it runs. Addresses PR 20465 by Robert Elz <kre@munnari.oz.au>
2003-02-21Tweaks suggested by wiz: xaw.buildlink2.mk, and bump PKGREVISION.mycroft1-2/+3
2003-02-21Add --enable-xaw --enable-ncurses.mycroft2-3/+17
2003-02-20Updated to version 2.0.0.salo4-17/+14
Addresses PR pkg/20446 by Matthias Friedrich. Changes: 2.0.0: ====== - Removed some spurious C++ comments from mb_c.h - Fixes and improvements to the python language bindings and tools - Updated NetBSD cdrom reading code 2.0.0-pre4: =========== - Two new functions have been added: mb_GetFragmentFromURL - Retrieve a fragment from a URI mb_GetOrdinalFromList - Retrieve a list ordinal from a given list -- this is sometimes needed to determine the location of an item in a list. (e.g. a track in an album in order to find the track number) - The TRM code has been updated for TRM B#er. - New queries have been added to queries.h in order to support the improved FileLookupInterface. - The client library now uses the mm-2.1 and mq-1.1 namespaces. - The client library will now be referred to as libmusicbrainz 2.0.0-pre1: =========== - Added authentication support - Added new queries - Added support for submitting client version to the server during TRM submits - Updated client code for TRM B#er
2003-02-20Sort.wiz1-2/+2
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv2-7/+5
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-16Update mp3check to 0.8.0:abs7-63/+73
Changelog lists many small changes, most notable is ability to handle VBR files.
2003-02-16Add and enable stramtuner packages.salo1-1/+4
2003-02-16streamtuner-live365 is a Live365 plugin for streamtuner.salo4-0/+28
Package provided by Juan RP via PR pkg/20242 with small modifications by me.
2003-02-16streamtuner-local is a streamtuner plugin providing access to yoursalo5-0/+48
local MP3 repository. It can extract ID3 information from your songs. Package provided by Juan RP via PR pkg/20241 with small modifications by me.
2003-02-16Streamtuner is a stream directory browser. It offers an intuitive and unifiedsalo6-0/+120
interface to various streaming directories through the use of a plugin system. Streamtuner implements a GTK+ 2.0 graphical user interface, and the official distribution ships with the SHOUTcast plugin. Package provided by Juan RP via PR pkg/20240 with small modifications by me.
2003-02-15Don't try to dirrm xmms' private dirs. It will do the cleanuphubertf10-20/+10
of the plugin dirs
2003-02-15renamed xmms-dspectralizer to xmms-dspectralhubertf6-94/+2
2003-02-15rename, from xmms-dspectralizerhubertf5-0/+92
2003-02-14Add a bunch of xmms pluginshubertf1-1/+13
2003-02-14Big bunch of visual plugins for xmms that all need OpenGLhubertf50-0/+562
(which in conjunction with threads as used in xmms needs real threads, pth is probably not enough... tested on -current)