summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2000-07-24RCS Id policeitohy2-2/+4
2000-07-23We depend on gtk+, not gnome-core, so make and delete some GNOMEjlam3-6/+18
directories in which we install files.
2000-07-20add and enable easytag-0.9.3wiz1-1/+2
2000-07-20Initial import of easytag-0.9.3, a graphical ID3 tag editor (for mp3wiz7-0/+70
files).
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron2-4/+4
2000-07-20Specify qt1 directory properly to configureagc1-2/+2
2000-07-17Use EVAL_PREFIX to find the installed location of the kdebase package, andagc1-5/+5
use it accordingly.
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc4-12/+17
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc4-12/+12
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-14Add and enable aumixrh1-1/+2
2000-07-14Initial import of aumix-2.7, a GTK+ audio mixer.rh17-0/+269
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