summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam7-42/+28
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam59-122/+72
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-06-01LIBMAN manual pages should have the LIBMAN suffix.markd1-131/+131
2005-06-01Update to 1.2.6nb2:wiz4-10/+13
Fix MIDI playback. Remove configuration option that defaults to yes. From ISIHARA Takanori in PR 30330.
2005-06-01Update to version 0.11.2:simonb5-54/+18
New commands: crop, stats, toggle. Add relative and exact-time seeking. Fix a few bugs. The new "toggle" command is the same as our existing patch for the "playpause" command - we keep the "playpause" command as an alias for "toggle".
2005-05-31Documentation is installed in share/doc, not in doc.rillig2-13/+13
2005-05-31Removed trailing empty line.rillig1-2/+1
2005-05-31Changed #defined to yes in NO_BUILD.rillig1-2/+2
2005-05-31Changed #defined to yes in NO_BUILD.rillig1-2/+2
2005-05-31Changed USE_PERL5 to USE_TOOLS+=perl.rillig1-3/+2
2005-05-31Changed #defined to yes in GNU_CONFIGURE and USE_LIBTOOL.rillig1-3/+3
2005-05-31Removed trailing white-space.rillig1-2/+2
2005-05-31Changed #defined to yes in GNU_CONFIGURE and USE_LIBTOOL.rillig1-3/+3
2005-05-31Changed #defined to yes in GNU_CONFIGURE.rillig1-2/+2
2005-05-31Changed #defined to yes in USE_LIBTOOL and NO_CONFIGURE. Added properrillig1-4/+4
quoting of variables.
2005-05-31Removed trailing empty lines.rillig1-2/+0
2005-05-31Convert USE_GNU_TOOLS into USE_TOOLS as the former is no longer supportedjlam1-2/+1
in pkgsrc.
2005-05-31Replaced direct use of sh with ${SH}. Added proper quoting of variables.rillig1-5/+7
2005-05-31Removed trailing empty line.rillig1-2/+1
2005-05-31Changed USE_PERL5 to USE_TOOLS+=perl.rillig1-2/+2
2005-05-31Normalized the format of the patches.rillig3-61/+43
2005-05-31Changed value of NO_BUILD from #defined to yes.rillig1-2/+2
2005-05-31Convert to options framework.wiz1-6/+9
2005-05-31Finish conversion to options framework.wiz2-10/+9
Remove unnecessary inclusion of bsd.prefs.mk.
2005-05-31Convert to options framework.wiz2-17/+18
2005-05-31Finish conversion to options framework.wiz1-13/+11
2005-05-31Convert to options framework.wiz2-7/+14
2005-05-31Convert to options framework.wiz2-13/+18
2005-05-31Convert to options framework.wiz2-8/+17
2005-05-31Convert to options framework.wiz2-15/+22
2005-05-31Update arts to 1.4.1 (part of KDE 3.4.1)markd3-12/+12
Changes: unknown
2005-05-31Convert to options framework.wiz2-13/+19
While here, clean up gnome1 directory creation.
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-2/+2
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-28Set the RESTRICTED variable.augustss1-1/+2
2005-05-25Removed an empty line.rillig1-2/+1
2005-05-25Changed USE_PERL5 to USE_TOOLS. Replaced #defined with "yes" in NO_BUILD.rillig2-6/+8
2005-05-25Replaced #defined with "yes" in NO_BUILD.rillig1-2/+2
2005-05-24Allow this to be built under NetBSD, as it works just fine.jmmv1-2/+2
Pointed out by wiz@.
2005-05-24Removed an empty line.rillig7-14/+7
2005-05-24Added RCS tag to patch-aa.rillig2-2/+4
2005-05-24Removed an empty line.rillig2-4/+2
2005-05-24Moved CATEGORIES two lines down to make pkglint happy.rillig1-2/+2
2005-05-24Set NO_CONFIGURE=yes to make pkglint happy.rillig1-2/+2
2005-05-24Test for a defined symbol correctly. Might fix macppc build.wiz2-3/+12
2005-05-23Update to csound-4.23f13gbs.0, which brings bug fixes from John Ffitch.ben2-7/+7
2005-05-11 John ffitch <jpff@codemist.co.uk> * csound/ugmoss.h: * csound/ugmoss.c (valpass, vcomb, vcombset): Added maxlpt field to stop overwriting arguments 2005-05-08 John ffitch <jpff@codemist.co.uk> * csound/argdecode.c (decode_long): * csound/rdorch.c (rdorchfile): Allow definition of a single macro from commandline with --macro:FOO=123 2005-04-12 John ffitch <jpff@codemist.co.uk> * csound/wave-terrain.c (wtPerf): Fixed phase accumulation problems and speeded it up a bif 2005-04-09 John ffitch <jpff@codemist.co.uk> * csound/soundin.c (sndinset, sndgetset): * csound/soundio.h: Fix soundin with skipping init
2005-05-23Don't put source or binary anywhere.augustss1-1/+6
2005-05-23Update to version 1.2.4 'Revenge of the roK'.seb2-6/+6
Changes since last packaged version (1.2.3): VERSION 1.2.4: FEATURES: * Queue selected tracks shortcut, Ctrl+D. (BR 83675) BUGFIXES: * The first engine entry in the config dialog was always blank. * If you filtered by more than one word in Collection Browser, adding expandable items (eg: artists or albums) wouldn't work. (BR 100150) * Updating the collection without any changes being made to it kept the Update button disabled forever. * Application freezes when switching shoutcast streams. (BR 103890) * MusicBrainz lookup was not escaping quote characters. (BR 103740) * Fixed crash when clicking the "clear" button in CoverManager's filter widget. * Update lyrics page on new radio stream metadata. (BR 99725) * xine-engine was reporting bogus tracklengths for ogg vorbis. (BR 102547)
2005-05-23Removed trailing empty lines.rillig2-4/+3
2005-05-23Removed extra empty line.rillig1-2/+1
2005-05-23Replaced empty distinfo file with NO_CHECKSUM variable.rillig4-6/+4