summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2003-11-18s/USE_X11BASE/USE_X11/. Provided by Soren Jacobsen in PR pkg/23453.xtraeme1-2/+3
Bump PKGREVISION.
2003-11-16Change the build_depends of nasm from nasm-0.98 to nasm>=0.98.veego1-2/+2
2003-11-15do not unconditionally include the linux Makefile.application. Only includedmcmahill1-5/+7
this if you are on a NetBSD/i386 system. This gives NetBSD/sparc and Solaris/sparc a fighting chance!
2003-11-14Fix build on machines using libkver (probably).wiz2-2/+3
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-11-11Update mserv to mserv-0.35nb3abs3-6/+6
Correct calculation of bitrate for ogg files
2003-11-10tweak esd-config.in patch so it doesn't generate a sh syntax errordanw2-4/+4
when buildlink strips out $RPATH_FLAG on Darwin
2003-11-08use <vector.h> -> <vector>, <iostream.h> -> <iostream>, <fstream.h> -> <fstream>jdolecek9-1/+151
and sprinkle some 'using namespace std', so that this builds also with gcc 3.3
2003-11-08don't dirrm share/doc/kde/HTML/en/kcontrol, that directory belongs tojdolecek1-2/+1
kdebase
2003-11-08Update to 3.9.8b since previous distfile vanished.wiz3-18/+11
Changes: * Added beta drivers for SB AudigyLS * Fixed MIDIMan Revolution 7.1 6 channel 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. Package changes: De-support 1.5* since 4front does not provide 1.5 binaries any longer.
2003-11-06This was using NO_BIN_ON_CD. Now fixed to use correctreed1-2/+2
NO_BIN_ON_CDROM instead.
2003-11-06Solaris needs -lmgavan1-1/+3
2003-11-06Solaris needs -lnsl and -lsocketgavan1-1/+3
2003-11-03Change maintainer to myself.kim1-2/+2
2003-11-03include <sys/param.h> to get __NetBSD_Version__ symbol. fixes a compilemrg2-7/+18
time warning and makes the patch do what it was trying to do...
2003-11-01Update HOMEPAGE.jmmv1-2/+2
2003-11-01add rcsids.grant11-11/+31
2003-11-01apply patch from rtr: build libtool convenience libraries instead ofgrant12-3/+694
regular libraries so the required symbols from libplugin_common.a are included. fixes PR pkg/21857. bump PKGREVISION.
2003-10-30Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-10-29Set USE_GCC_SHLIB, and set LIBTOOL_OVERRIDE correctly. Fixes linking on Solaris.gavan1-2/+3
2003-10-29Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-10-28grant evidently owns this package.fredb1-2/+2
2003-10-28For some reason patch-aa had a reject with gnu diff 2.8.1. So I remadereed2-9/+7
patch and updated distinfo. (Okay'd by wiz.)
2003-10-28bump PKGREVISION (broken binary installation fix).grant1-2/+2
2003-10-28backout unnecessary patch.grant2-17/+1
this patch was unnecessarily causing the resulting binaries to be linked against libaudio, which couldn't be found at runtime, and contrary to the log message it had no effect on PR pkg/23081. fixes my PR pkg/23288.
2003-10-26use DEPENDS+=, not DEPENDS=grant1-2/+2
2003-10-26replace <malloc.h> with <stdlib.h>, allowing this to build on systemsgrant1-1/+7
without <malloc.h>.
2003-10-25Fix a warning, that may or may not be related tofredb2-1/+17
PR pkg/23081.
2003-10-24Updated to 2.1.4 (2.1pl4). PR pkg/21904, Douwe Kiela <virtus@wanadoo.nl>.xtraeme2-6/+6
* Bugfix release
2003-10-23fall back to 'netbsd' target if there's no special arch target.grant1-1/+3
noted by martin@.
2003-10-20files missed in last commitgrant2-0/+85
2003-10-20merge some patches from FreeBSD ports.grant9-113/+672
allows this to build on FreeBSD using the ATAPI/CAM subsystem.
2003-10-18Add RCS IDscjep1-0/+1
2003-10-18Whitespace fixescjep1-2/+2
2003-10-18Add trailing slashcjep1-2/+2
2003-10-18as this is ONLY_FOR_PLATFORM Linux and NetBSD, don't try to buildlinkgrant1-1/+5
it if we're on a different platform.
2003-10-18remove some cruft from the rcs id line.grant1-1/+2
2003-10-18make this work on FreeBSD by setting ALL_TARGET to a sensible defaultgrant3-6/+20
if we don't have an override, and using sys/soundcard.h instead of machine/soundcard.h.
2003-10-18add a missing double quote, whitespace and other minor nits.grant1-7/+5
2003-10-11There is a bogus definition of gettext in src/main.cc. Since that functioncube2-3/+13
is actually never used (only in commented blocks), comment it also. Fixes PR pkg/21803.
2003-10-08Depends on jpeg-6b package and lator.taca1-2/+2
(It should be converted buildlink framework.)
2003-10-06Add definition for gcc3 (just use the gcc2905 definition since it works andjmc1-1/+2
has no caveats in it)
2003-10-05Add <sys/types.h> in the #ifdef __FreeBSD__ statement to get u_int, size_txtraeme2-6/+14
definitions. Fixes build on FreeBSD, closes PR pkg/21910.
2003-10-05Update to 1.0.2:wiz3-7/+7
Just a bugfix release. This update adds soundcard support for Solaris and the BSDs as well as minor bugfixes and a documentation update.
2003-10-05Update to 0.2.4:wiz2-7/+7
Added support for large files. This option is disabled by default; to enable large file support, run configure with the flag --enable-largefile. Improved support for markers in WAVE files. Added support for miscellaneous data in WAVE files. Cleaned up code in many places.
2003-10-05Update to 0.30:wiz2-5/+5
0.30 - September 8th, 2003 : ============================ * Added an option to define the number of characters to use for the Track field (see Misc tab), * Added a button in the browser to jump to the parent directory, * Pressing the Enter key in the tag entries set the focus to the next entry, * The selection of files in the search window select also the corresponding files in the main list, * Added ability to select files of the same directory by double clicking over the list, triple clicking select all files, * The tree browser is sorted again after renaming a directory, * The tree browser is sorted ignoring the word case, * Content of the clipboard is automatically set in the 'Words' field of the CDDB window and Search window, when opening them, * Added button in the CDDB window to filtrate the 'red' lines in the albums list, * Added button in the CDDB window to select/unselect all lines and invert the selection in the tracks album list, * Fixed position in the list when selecting a file with the mouse (use of the next or previous button select the wrong line), * Fixed state of the Undo and Redo buttons when using the command to select all files and invert the selection, * Czech translation updated (thanks to Milan Siebenburger), * German translation updated (thanks to Götz Waschk).
2003-10-04These both install "timidity" executables.mycroft2-2/+6
2003-10-03FreeBSD will not build the libsun audio plugin, so use PLIST_SUBST toxtraeme2-5/+13
disable it. (Thanks wiz! :)
2003-10-03Changes:explorer2-6/+6
* Updated documentation for MP3::Tag, MP3::Tag::ID3v1, MP3::Tag::ID3v2 and MP3::Tag::ID3v2-Data * Renamed some functions. The old names will still work, but try to use the new names. The following names were changed: - MP3::Tag::getTags() to MP3::Tag::get_tags() - MP3::Tag::newTag() to MP3::Tag::new_tag() - MP3::Tag::ID3v1::removeTag() to MP3::Tag::ID3v1::remove_tag() - MP3::Tag::ID3v1::writeTag() to MP3::Tag::ID3v1::write_tag() - MP3::Tag::ID2v2::getFrameIDs() to MP3::Tag::ID3v2::get_frame_ids() - MP3::Tag::ID2v2::getFrame() to MP3::Tag::ID3v2::get_frame() * Bugfix for ID3v2.pm: - getFrame() returned "undef" as a string instead of simple undef - artist() produced an error when TPE1 is missing in TAG * Bugfix for Tag.pm: - DESTROY() checked only if $mp3->obj{filename} exists and not if it is defined before trying to close it - autoinfo() returns now a hash ref or an array as noted in the documentation * Bugfix for ID3v1.pm: - genres() expected an id3v1-object as first parameter and a genre only as second parameter. Now the object can be omitted as in a call like MP3::Tag::ID3v1->genres($genre) used by Tag.pm and ID3v2.pm * bugfix for File.pm: - Filenames may contain surrounding whitespaces now
2003-10-01Update abcde to 2.1.4nb5:abs3-11/+24
Strip out \r from the end of the CDDB data to make editing easier