summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam3-3/+12
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam2-18/+4
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed1-1/+1
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
2003-08-28Change my email address to the NetBSD one, ok'ed by wiz@xtraeme4-8/+8
2003-08-27While lame may be under the GPL, using it or other mp3 software inwiz1-1/+3
commercial (and perhaps other) projects is only allowed under a license, see http://www.mp3licensing.com/help/developer.html#5 Restore LICENSE line.
2003-08-27It was a lame idea to place pkgsrc entry for lame under commercial license.junyoung1-3/+1
It's distributed under the GPL.
2003-08-27Fix a build failure with USE_INET6=NO, reported by Soren Jacobsenwiz2-1/+17
in PR 22615.
2003-08-24Comment out some entries of the PLIST if no shared libXv exists (ie XFree<4.3)markd2-17/+23
Should fix Hubert's bulk build.
2003-08-22install cover templates too, and set default search path accordinglydrochner4-4/+34
2003-08-17Update to 0.2.31: Solaris 8 build fixes.jmmv3-7/+7
2003-08-12Add and enable xmms-alarm.wiz1-1/+2
2003-08-12Initial import of xmms-alarm, provided by Michal Pasternak in PR 21875.wiz5-0/+42
Changes: use SHLIBTOOL_OVERRIDE instead of obsolete LTCONFIG_OVERRIDE; fill PLIST (!); run pkglint and fix errors. This plugin allows your XMMS be used as an alarm clock. Various settings are available (like, for example, volume fading-in time).
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb6-12/+6
2003-08-08COMMENT tweak.grant1-2/+2
2003-08-05bump revision after qt3/kde prefix changedrochner1-1/+2
2003-08-05Another X11BASE -> LOCALBASE fixup.markd1-2/+2
2003-08-04bring in change from KDE HEAD:grant2-1/+15
arts/soundserver/artsd.cc 1.43.2.3 use fabs() instead of fabsf().
2003-08-03Use external id3lib (the one that comes with the package fails to build).jmmv1-2/+4
Bump PKGREVISION to 4.
2003-08-01regenjmc1-2/+2
2003-08-01Update to 0.2.30:jmmv4-22/+37
* IPv6 support (Archana Shah) * Cygwin support (Masahiro Sakai) * MacOS X CoreAudio support (Masanori Sekino) * Always read esd config file, not only when auto-spawning (James Strandboge) * Prevents drop-outs for hardware allowing low period_size (ALSA) (Stanislav) * Man pages fixes (Stanislav) * Major code cleanup (Kjartan) * Ensure esd_open_audio succeed if interrupted (Arvind) * Allow 0 as auto-standby value (Mohammed Waleed Kadous) * Allow simultaneous play and record on Solaris (Balamurali) * Add support for session name to esdcat (j@thing.net)
2003-08-01add another LIBTOOL_OVERRIDE.grant1-2/+2
2003-07-30fix multiline literals in configure script to appease gcc3.3.grant2-1/+27
from Jonathan Perkin in PR pkg/22294.
2003-07-30Update kdemultimedia to 3.1.3.markd14-176/+345
Changes: * kscd: add method to determine if KsCD is playing * noatun: memory leak and memory corruption fixes * noatun: Add volume slider for "simple" module * artsbuilder: fix several corruptsions and other crashes
2003-07-30Update to 0.28.1:wiz2-6/+5
* Added the ability to perform an action only for the selected files : to set a field to other files, to remove tags, to scan files, to save files, to delete files, to use undo and redo, to open files with an external program, * Added ability to (un)select all files or to invert the selection, * Changed writing of the genre in ID3v2.3 tags (according to id3v2.3.0 standard), * Added displaying of number of files in the directory of the selected file (in the browser area), * Added preview for the Fill Tag scanner, * Added buttons in the toolbar to select all files and invert the selection, * Cleanup in the toolbar and in menus, * Warning : Many shortcuts have been changed!, * A lot of code cleanup, * Fixed a small bug in the preview of the Rename File Scanner, * Fixed problem of zombie process when terminating the audio player (thanks to Tony Mancill), * Fixed a bug when starting with some gtk themes as H2O (no window appeared) (thanks to Tony Mancill), * Fixed a bug when applying CDDB results to the files excepted for the filename, * Romanian translation updated (thanks to George Pauliuc), * German translation updated (thanks to Götz Waschk), * Russian translation updated (thanks to Andrey Astafiev).
2003-07-30Update arts to 1.1.3.markd3-10/+9
Changes: * GCC 3.4 compile fixes, compiler warning fixes * Allow the application to query if the server is suspended. * arts_suspend() returns 0 if arts doesn't have device open. * add -V command line switch to set initial volume. * Compilation fix * Build system update
2003-07-29Added missing p5-perl-headers dependency required by nas perl scriptswulf1-2/+4
2003-07-26Add and enable SDl-nas.jmmv1-1/+2
2003-07-26Initial import of SDL-nas, version 1.2.5:jmmv4-0/+45
SDL-nas is a plugin for the SDL library that allows it to output sound using the Network Audio System (NAS).
2003-07-26Add and enable SDL-arts and SDL-esound.jmmv1-1/+3
2003-07-26Initial import of SDL-esound, version 1.2.5:jmmv4-0/+43
SDL-esound is a plugin for the SDL library that allows it to output sound using the enlightened sound daemon (mainly used by the GNOME desktop).
2003-07-26Initial import of SDL-arts, version 1.2.5:jmmv4-0/+43
SDL-arts is a plugin for the SDL library that allows it to output sound using the aRts sound daemon (mainly used by the KDE desktop).
2003-07-26Bump revision due to SDL update, and sync versions in buildlink files wherejmmv8-16/+16
needed. This is required because esound has been droped as a dependancy.
2003-07-25this needs gmake - how could it work before?drochner1-1/+2
2003-07-25update to 1.5.2drochner2-6/+5
changes: -added: new option -u (or -uppercase) that fixes cddb entries written in all lowercase -moved disc-cover information bar to the bottom (should prevent printer problems) -the LaTeX output (not the final result) to get rid of many (all?) LaTeX warnings -added: information about the system when using -V -added: new template for audio cassette tapes (use '-c tape') -bugfixes -more support for template authors
2003-07-25Add and enable xmms-esound.jmmv1-1/+2
2003-07-25Initial import of xmms-esound, version 1.2.7:jmmv3-0/+26
xmms-esound is an output plugin for the XMMS program that allows it to output sound using the enlightened sound daemon (mainly used by the GNOME desktop).
2003-07-25Do not build the esound plugin by default. This avoids a dependancy onjmmv3-69/+77
esound on systems where it is not wanted (for example, KDE desktops). Ok'ed by rh@, the maintainer. Bump PKGREVISION to 9.
2003-07-24Add and enable xmms-arts.jmmv1-1/+2
2003-07-24Initial import of xmms-arts, version 0.4:jmmv5-0/+55
xmms-arts is an output plugin for the XMMS program that allows it to output sound using the aRts sound daemon (mainly used by the KDE desktop).
2003-07-23Update to 3.9.7l (only one on site at the moment).jmc3-12/+7
I think some of this is duplications but the updates include: NVidia nForce2 SPDIF output with AC3 passthrough now supported Added AC3 passthrough support for MIDIMan Delta/Audiophile/2496 series Intel ICH SPDIF/AC3 passthrough and 2/4/6 multichannel audio fixed AC3 passthrough support added for Yamaha DSXG, SiS7012, CMI8738, SBLive-Dell, VIA8233. Added SPDIF output support for AC97 devices: Sigmatel, Avance, Cirrus logic. Announcing drivers for MIDIMan Revolution and Envy24HT based soundcards Support for NetBSD 1.6.1 added Added support for SBLive 5.1 Dell OEM version SB Audigy2 support added Multichannel audio device for VIA8233 added Fixed up Virtual Mixer loopback recording and ulaw audio 4Front Virtual Mixer now comes standard with the OSS drivers. An advanced version with builtin equalizers, loopback audio recording, individual volume control is also available with an extra licensing fee. The basic Virtual Mixer technology allows users to play upto 4 audio apps at the same time. There is no special programming required (unlike ESD or aRTsd) as the Virtual Mixer devices behave exactly like the physcal hardware devices. Virtual Mixer contains 4Front's proprietary profesional quality sample rate convertors that handle the mixing of various audio applications.
2003-07-23Update to 0.10.0 with patch from Juan RP in PR pkg/22156:jmmv4-50/+32
* Most of the code has been rewritten in a pure GObject-oriented fashion * As a side-effect of the above, some bugs have been fixed * The interface has been revamped and is now (almost fully) HIG-compliant * Native theme support has been deprecated in favor of GTK+ theming (see streamtuner-theme-convert(1) for details) * The API minor version has been bumped (added ST_HANDLER_EVENT_THREAD_BEGIN and ST_HANDLER_EVENT_THREAD_END)
2003-07-22Do not build a static version of plugins (this is useless), thought keepjmmv2-38/+21
the static libxmms library. Pointed out in PR pkg/21242 by Sergey Svishchev. Bump PKGREVISION to 8. While here, sort PLIST.
2003-07-22Use ossaudio.buildlink2.mk to get the right device and library.jmmv4-14/+21
Patch provided by collver1@comcast.net in PR pkg/22181.
2003-07-22Use ossaudio.buildlink2.mk to get the right audio device and library.jmmv5-16/+23
Patch provided by collver1@comcast.net in PR pkg/22180.
2003-07-22Use ossaudio.buildlink2.mk to get the right OSS library and device. Patchjmmv5-25/+38
provided by collver1@comcast.net in PR pkg/22174. While here, fix build when using gcc3.
2003-07-22Checksum fixedadam1-3/+3
2003-07-22Create both FDOC and HDOC. Should fix bulk build failure.wiz1-1/+2
2003-07-22HOMEPAGEs without a trailing slash are incorrect and also bad style.martti5-10/+10
2003-07-21COMMENT should start with a capital letter.martti37-74/+74
2003-07-19Complete move of flac-xmms to xmms-flac.wiz6-62/+3
Sort entries in category Makefile while here.