summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2001-09-14Add a patch similar to the one in pkg/13801.wiz2-5/+23
2001-09-14Fix xpkgwedge problems noted by John Darrow <John.P.Darrow@wheaton.edu> injlam3-20/+23
pkg/13224. Changes suggested in the PR were applied, and one additional change in the place where the CFLAGS are set was made to give this package a better change of compiling on Linux.
2001-09-13Update to 0.2.23. 'Major' changes since 0.2.22:wiz3-7/+9
Added pkgconfig file; fix esd launch race condition, resulting in a 10s pause.
2001-09-12Add USE_CONFIG_WRAPPER setting.jlam1-3/+4
2001-09-11Remove integrated patches. Noted by dillo.wiz2-28/+0
2001-09-11Update to 0.6. No functional changes, but pkgsrc patches integrated.wiz2-7/+5
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc4-8/+8
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-09Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam3-6/+6
2001-09-07change dependencies to kdexxx>=2.1 instead of strict matchesdrochner1-2/+2
to ease updates
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam19-48/+43
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29autoconf is not needed to build this pkg.skrll1-2/+1
2001-08-28Change HOMEPAGE to new location. Fixes PR 13805 by Hume Smithrh1-2/+2
<hclsmith@yahoo.ca>
2001-08-27Use wildcard dependence on "autoconf" package.tron4-8/+8
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll3-6/+6
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-24Make build again:hubertf1-2/+3
* pull in xgettext via BUILD_USES_MSGFMT * get $GTK_CONFIG defined via USE_CONFIG_WRAPPER Home that's TRT
2001-08-24crank version to gqmpeg-0.9.0nb1 for ogg123 user options patcheslukem1-1/+2
2001-08-24add extra preference to the "Output" -> "ogg123" tab: "User options:" as perlukem4-6/+138
the mpg123 tab. this allows setting ogg123 options such as "--buffer 5000". XXX: i haven't patched any of the localisation stuff for this because i have NFC how to do it.
2001-08-23Find libraries in ${BUILDLINK_DIR}/lib and mark as USE_BUILDLINK_ONLY.jlam1-4/+5
2001-08-23Use ossaudio.buildlink.mk and enable the build of the OSS plugin. Alsojlam4-3/+23
force ESD to not be detected (not sure if this is what we want, but it was a hidden dependency).
2001-08-23Build the shared module without version numbers.jlam2-4/+4
2001-08-23Replace buildlink paths in xmms-config prior to installation.jlam1-1/+2
2001-08-23Use ossaudio.buildlink.mk.jlam1-7/+4
2001-08-23Remove many unnecessary buildlink.mk files. It's not necessary to includejlam1-6/+1
the buildlink.mk files from all of xmms' dependencies, as libxmms.so is only linked against the GTK+ libraries. The various plugins may want other libraries, but they can pull in the proper buildlink.mk files by themselves.
2001-08-23Use GTK_CONFIG instead of gtk-config.jlam2-4/+4
2001-08-23Mark as USE_BUILDLINK_ONLY.jlam2-4/+6
2001-08-23Use ossaudio.buildlink.mk.jlam1-2/+3
2001-08-23Correct misspelling of USE_BUILDLINK_ONLY.jlam1-2/+2
2001-08-22Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don'tjlam9-32/+25
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
2001-08-20Remove inclusion of libgetopt/buildlink.mk. If the base system doesn'tjlam1-2/+1
supply a getopt_long function, then esound provides its own.
2001-08-18add & enable xmms-neatohubertf1-1/+2
2001-08-18xmms-neato-20010818: Circle effect XMMS pluginhubertf5-0/+59
2001-08-18add & enable xmms-vismsahubertf1-1/+2
2001-08-18xmms-vismsa-0.2:hubertf5-0/+84
vis plugin similar to the Spectrum Analyser from Open Cubic Player
2001-08-17Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} injlam5-14/+5
MAKE_ENV as they are now added by the buildlink files themselves.
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam4-8/+12
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-08-17RCS police.wiz2-2/+4
2001-08-17default device is /dev/rcd0d not /dev/cdromlukem3-7/+31
2001-08-16Add and enable xmms-gdancerwiz1-1/+2
2001-08-16Update gqmpeg to 0.9.0. Changes include:rh2-7/+7
> Added preset list widget to the skin spec. - All widgets in the skin spec should now be documented in SKIN-SPECS file. - Single clicking on a playlist in a skin now selects the song, double clicking will play the song if stopped. - Minor Japanese translation update. * Fixed the window manager classes so everything is unique, the main window is now GQmpeg:gqmpeg and the playlist is GQmpeg:playlist. SLIK (0.6.0) related changes: > New font widget, for use by text in the same method digits are used by numbers to conserve memory. > For text, the data field is now used as the default text when the application does not register a matching text key. Useful when labels are needed in a skin. - Skin sizes are now remembered for sizeable skins. - Improved list widget button press handling (to work more like a button). * Fixed the parser so that spaces are accepted in keys and data fields. * Digits (and fonts) can now only be removed in the editor when no widgets reference them. * Fixed background updates for hidden widgets (fixes transparent items linked to sliders and dials). * Fixed calculations for list widget row borders. * Fixed broken widget placement when setting background in the editor. * When opening the editor, the skindata entry field used for load and save is now set correctly to match the active skin.
2001-08-16add normalizelukem1-1/+2
2001-08-16get the man page patch *right* this timelukem2-7/+8
2001-08-16normalize - Wave (.wav) file volume normalizerlukem5-0/+43
2001-08-16Use NO_BUILD in preference to an empty do-build targetagc1-4/+3
2001-08-16enable abcde and cd-discidlukem1-1/+3
2001-08-16abcde - Command-line utility to rip and encode an audio CDlukem2-0/+41
2001-08-16abcde - Command-line utility to rip and encode an audio CDlukem4-0/+118
2001-08-16abcde - Command-line utility to rip and encode an audio CDlukem1-0/+3
2001-08-16Initial import of xmms-gdancer-0.4.3zuntum4-0/+30
GDancer is an XMMS plugin to animate characters to the beat of the music. The default character is Space Ghost, but you can use and make your own characters through themes.
2001-08-16cd-discid - Read CD to obtain CDDB discid informationlukem3-0/+26