summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2001-10-30Added gkrellm-xmmsdamon1-1/+2
2001-10-30Initial Versiondamon5-0/+67
2001-10-27Strongly buildlinkify.jlam3-6/+22
2001-10-27Back out part of last change that didn't pertain to the description in thejlam1-49/+1
commit log.
2001-10-27Don't hardcode the installation prefix as '/usr/X11R6'. Use '%D' instead.jlam1-12/+60
2001-10-25Remove the need for a separate pre-extract script by moving what needs tojlam2-27/+12
be said and done into the package Makefile pre-extract target.
2001-10-25Having a 3-line script for the pre-configure stage is overkill - moveagc2-9/+6
the commands into the package Makefile as a pre-configure target.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam13-26/+26
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam13-26/+26
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-22Update HOMEPAGE and MASTER_SITES.mycroft2-6/+6
2001-10-20Update to 0.14.0b. Changes since 0.13.0b:wiz4-14/+34
* Added a new ID3 tag manipulation library (libid3). * Fixed a possible segmentation fault due to mmap() abuse. * Added a 64-bit FPM negation operation to improve performance of subband synthesis on some platforms. * Added rounding to Layer III requantization for slightly better accuracy * Modified the PCM dithering routine for better dithered output. * Added TTY controls and new --tty-control and --no-tty-control options to `madplay'. TTY control keys: `P' pause, `S' stop, `Q' quit, `F' forward, `B' backward. [We already had patches for that in pkgsrc] * New time/time-remaining modes with --verbose --tty-control (select by pressing `T'.)
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego2-2/+4
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18Enforce the use of "ncurses" if NetBSD's "curses" library doesn'ttron1-4/+11
support wgetnstr(3).
2001-10-15Update to KDE 2.2.1skrll9-574/+276
With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15Fix build problems when the new toolchain is used.tron2-1/+15
2001-10-12Remove commented out USE_CURSES (buildlinked).wiz1-2/+1
2001-10-12Use the id3 package to tag the resulting files.agc3-5/+15
2001-10-12Add and enable id3agc1-1/+2
2001-10-12Initial import of id3-0.12 into the packages collection.agc5-0/+65
id3 is an ID3 v1.1 tag editor. ID3 tags are traditionally put at the end of compressed streamed audio files to denote information about the audio contents. Up to thirty characters of Title, Artist, and Album information can be stored, as well as a 28-character comment, four-digit year, track number up to 255, and an enumerated genre.
2001-10-05Add devel/libproplist/buildlink.mk, since it's not coming automaticallywiz1-1/+2
with wm/windowmaker/buildlink.mk anymore.
2001-10-04Explicitly disable esd, alsa, and arts plugins since we may not have thosejlam1-2/+6
installed. We only support the OSS and Sun (native) audio plugins.
2001-10-04Workaround a bug in the configure script where the prefix used to searchjlam1-4/+6
for the Ogg headers and libraries is missing when it's not supplied to the configure script.
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam3-9/+4
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-10-03The first raw cd device is _not_ rcd0d. Use sysctl kern.rawpartition.abs5-151/+152
2001-10-03Substitute the real config script for the config wrapper script injlam6-6/+18
installed files. We don't want buildlink references to escape into the install directory.
2001-09-30Mark as USE_BUILDLINK_ONLY (not that it changes anything in this case, butwiz1-1/+2
it should be noted :)
2001-09-30Buildlinkify (should be strongly buildlinked now).wiz3-10/+20
2001-09-30Package doesn't depend on ncurses features, so replace 'ncurses' withwiz2-6/+4
'curses' in COMMENT and DESCR.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam18-41/+41
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-27Don't try to chmod the installer if it's already executable. This isjlam1-2/+5
needed in case the package builder doesn't own the distfile.
2001-09-24Add and enable SDL-mixerrh1-1/+2
2001-09-24Initial import of SDL-mixer-1.2.0, a multichannel audio mixer library forrh5-0/+89
SDL.
2001-09-19Remobe "nbc-vbi" package which is useless after R@dio MP3 has stoppedtron9-134/+1
broad casting.
2001-09-15Use "-lffm -lm" instead of "-lm" on alpha to fix linking problems.simonb2-5/+23
Noticed by Matt Green.
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