summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2000-07-13more correction to IPv4 partitojun2-4/+4
2000-07-13correct IPv4-only behavior (upgradede IPv6 patch).itojun2-4/+4
from mcr@sandelman.ottawa.on.ca
2000-07-11Make the determination of the pre-req package's installed directory beagc4-12/+12
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11Don't try to link with ${X11BASE}/qt1/lib and ${LOCALBASE}/qt1/lib, ratheragc1-4/+3
find out where qt1 is installed and use that directory.
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc4-11/+11
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-06add ONLY_FOR_PLATFORM to match those of mbrola (which these pkgs alldmcmahill8-8/+24
depend upon). This way the "not available for..." message appears instead of a "can't build dependencies" message.
2000-07-06Adjust to reality.hubertf1-2/+2
Noted in PR 10518 by Lennart Augustsson.
2000-07-06Update to 0.7.2. Changes:hubertf6-28/+37
> Added 'output to wav' options for mpg123. > Playlists now load in the background after the first song is found, shortens start-up time with long playlists. > Added 'loading status item', 'time remaining button', and 'time total button' to the skin spec. > Added French translation. > Added 'always scroll title' option. > Added 'remove filename extension in title' option. > Added a man page. - Changed a few command line option prefixes from - to --. - Added a -q, --quit ipc command line option. - Updated the plugin to also work with .m3u links (audio/x-mpegurl) - Minor display changes. - Broke mixer.c into platform-specific subsections. - Allow recordable channels to be selected for volume (Linux, FreeBSD). - Removed (broken?) freeamp support. - Standard command line options are now passed when starting in the background. * Fix rare crash in io_mpg123.c * 'Transparenct to root window' now works with tiled images. * Fix so that skin specified on the command line will search in all locations correctly.
2000-07-04Upgrade lame and lame-gui to 3.70.pooka6-27/+12
Full list of changes available at http://www.sulaco.org/mp3/history.html, but highlights include: - Faster Huffman encoding routines - faster pow() code. - faster FFT routines - new scalefac data structure - improves performance! - Fitlers based on polyphase filterbank. should be slightly better since the responce is independent of the blocktype, and they are slightly faster. + many bugfixes
2000-07-01If ONLY_FOR_PLATFORM included NetBSD-1.4[Z][A-Z]-i386, includedavid1-2/+2
NetBSD-1.5_ALPHA-i386
2000-06-22Properly recognize Toshiba ATAPI CDROM/DVD.hubertf2-9/+19
2000-06-22Don't dump core if device isn't recognized as valid CD-ROM drive.wiz2-7/+9
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam2-4/+5
2000-06-20Make this conflict with sidplay-1.36.* (old sidplay), since they bothpooka1-1/+3
contain same files.
2000-06-20Upgrade xsidplay to 1.3.9pooka5-24/+284
Unfortunately no changelist available.
2000-06-20Upgrade sidplay to 1.0.4.pooka7-1079/+128
The distribution method was changed slightly, as libsidplay was taken apart into a separate package. Libsidplay continued the version numbering of the old sidplay (with libsidplay included), while the new sidplay (without libsidplay included) started from scratch. Hence ``upgrade'' to 1.0.4 Unfortunately no changelist available.
2000-06-19add & enable libsidplaypooka1-1/+2
2000-06-19libsidplay 1.36.38, the sidplay library which used to be part ofpooka6-0/+45
sidplay.
2000-06-18* Changed the way xamp supports NetBSD, we now have our own audioIO file.blymn8-55/+359
* Added support for 8bit sound cards (it sounds crappy but when it is all you have....) * Fixed bug in debug mode code.
2000-06-12add back depends on ncurses as the package still appears to need it (won'tdmcmahill1-1/+2
compile without ncurses on 1.4 machines).
2000-06-09USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patchingjlam4-39/+25
configure.
2000-06-09USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patchingjlam4-32/+13
configure.
2000-06-091) Fix HOMEPAGEjlam4-33/+13
2) USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patching configure.
2000-06-08USE_LIBTOOL, not pkglibtooljlam2-8/+9
2000-06-08remove checksum for patch-ac, which was never addedwiz1-2/+1
2000-06-05Recognize NetBSD-1.4ZA or newer.tron1-2/+3
2000-06-04Add dependence on "sox" which is required for the capture and waveformtron1-1/+2
functions.
2000-06-04Adapt to recent changes to "src/etc/etc.i386/MAKEDEV":tron2-4/+15
Use device "/dev/tuner" by default.
2000-06-02Don't search for includes and libraries in "/usr/local".tron2-1/+25
2000-06-02Set the default dsp device name in the application defaults to "/dev/sound"tron2-1/+14
and not "/dev/dsp". Problem pointed out by David Maxwell in private e-mail.
2000-06-01Update gnome-media to 1.2.0. Changes include bugfixes and a new utility,rh9-97/+44
grecord.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh8-16/+16
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-31work around pmax compiler bug (c++ -O2) by not using -O2 on the remainingdmcmahill5-5/+57
3 problem files when compiling on pmax.
2000-05-30update to 0.2.18drochner5-13/+13
The "NEWS" file id one of the oldest files in the distribution:-(
2000-05-30avoid -O3 on pmax on a particular file which tickles a c++ bug.dmcmahill2-1/+19
other arch's are unaffected.
2000-05-25Distribution filename has changed.tron1-2/+2
2000-05-25Update homepage, master site and distribution filename.tron1-4/+4
2000-05-25New homepage. Need to update/check out 0.7.1 RSN...hubertf1-2/+2
2000-05-15make pth depends into a dewey dependsdmcmahill1-2/+2
2000-05-09fix build for mips. The bug was some bogus configure checks for processordmcmahill2-7/+28
type (the output of which were never used anyway).
2000-05-07Add and enable "xmradio".tron1-1/+2
2000-05-07Initial import of new "xmradio" package:tron7-0/+48
Radio applicaton for Brooktree 848 compatible TV cards
2000-05-05fix ELF linking (for X libs)hubertf3-1/+27
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw4-49/+6
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02Pull in getopt.h correctly - sent to me by Thomas Klausner.hubertf2-4/+4
2000-04-27Turn off the cursor.mycroft2-18/+21
Also, delete some changes we don't actually need.
2000-04-27Use mvhline().mycroft2-17/+10
2000-04-27Work around compiler bug exposed by previous change.mycroft3-30/+30
Also remove explicit refreshes.
2000-04-27Fix LP64 problems.mycroft6-15/+101
2000-04-24Be more liberal on which xpm versino we accept (3.* instead of 3.4k)hubertf1-2/+2