summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2001-12-30don't compile these packages if egcs is the compiler, as it generateslukem2-8/+10
bad ogg files.
2001-12-29Fix audio/libvorbis to work on 1.5 arm32 platforms - avoid optimisation whenabs1-1/+9
compiling floor1.c
2001-12-26Add buildlink.mk file for use by other packageszuntum1-0/+33
2001-12-25Add comment with reason for INCOMPAT_CURSES setting.wiz1-1/+2
2001-12-25Use new INCOMPAT_CURSES instead of grep-hack.wiz1-8/+2
2001-12-25Fix the about box.mycroft2-1/+17
2001-12-25Make this work on big-endian systems.mycroft2-1/+15
2001-12-25Use /dev/sound.mycroft2-1/+15
2001-12-24Add and enable xmms-sid (HI CHARLES!)wiz1-1/+2
2001-12-24Add xmms-sid, a XMMS plugin to play SID music.mycroft4-0/+28
Mmmm, retro-fi.
2001-12-24This library uses libstdc++, so link against it.mycroft1-1/+2
2001-12-24XXX Make sure libgcc is entirely included for plugins.mycroft3-9/+18
Do not link xmms and wmxmms against libmikmod.
2001-12-22Add and enable rsynth (hi fred!).wiz1-1/+2
2001-12-22Revive rsynth-2.0, as requested by Nigel Reed in PR pkg/13424. Since it'sfredb5-0/+102
main claim to fame over "festival" seems to be that it's in the public domain, we'll decline to install the British dictionary, which is licensed "No Commercial Use". [Besides the British dictionary, the home site has a few other dictionaries and utilities that could well go into seperate packages.]
2001-12-19Update to 2.10.4, and begin buildlinking package.wiz2-8/+8
Changes since 2.10.2: Bugfixes.
2001-12-15Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the externalagc1-2/+2
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case.
2001-12-14aKtion uses xanim. Register the dependency.skrll1-1/+2
2001-12-14Update mad to 0.14.2b, and make it use audio/esound.toshii2-37/+0
2001-12-14Update mad to 0.14.2b, and make it use audio/esound.toshii4-21/+26
Excerpt of changelog from previous pkgsrc version: * Added a new output module, audio_esd, for EsounD (Enlightened Sound Daemon) support. You must have EsounD already installed before running `configure'. Use -o esd:[HOSTNAME] as args to `madplay'. If --with-esd is given to `configure', EsounD will be used for native audio output. * Added a new output module, audio_cdda, for creating CD audio images. Output is forced to 16-bit 44100 Hz stereo. * Added a new output module, audio_aiff, for Audio IFF (AIFF) format files. * Added new -b (--bit-depth) option to `madplay'. Most output modules now support configurable bit depths. * Added new -i (--ignore-crc) option to `madplay'. * Enabled libtool versioning rather than release numbering. * Renamed `libid3' to `libid3tag' and enabled installation as a separate library. * Modified the audio_null output module to compute peak amplitude.
2001-12-13Update to eawpatches-11, based on work done by Adam Ciarcinski.wiz3-8/+11
Changes since version 10 are sample improvements, discussed in detail in ${PREFIX}/share/timidity/changelog.txt.
2001-12-11Make PKGNAME dewey-conform.wiz1-2/+2
2001-12-10Add liba52.veego1-1/+2
2001-12-10liba52 is a free library for decoding ATSC A/52 streams. It isveego9-0/+114
released under the terms of the GPL license. The A/52 standard is used in a variety of applications, including digital television and DVD. It is also known as AC-three.
2001-12-07Convert to use lan/python/extension.buildlink.mk so bulk packages workjmc2-8/+8
2001-12-06Update patch for Makefile to not use -m486 so other archs can build this.jmc2-4/+5
2001-12-06Build-linkify against gtk, imlib and x11jmc1-1/+4
2001-12-06Reorder to that x11.buildlink.mk comes in just before bsd.pkg.mk. I'm notjlam1-2/+2
sure if it matters or not, but do it this way just-in-case.
2001-12-05Add x11.buildlink.mkjmc1-1/+2
2001-12-03Fix dependency on cd-discid to match actual version number.wiz1-2/+2
2001-12-03Adapt to new dewey-conform version number of mpg123.wiz2-4/+4
2001-12-03Make PKGNAME dewey-conform.wiz1-2/+3
2001-12-03Adapt to dewey-conform version of cdparanoia.wiz1-2/+2
2001-12-03Make PKGNAME dewey-conform.wiz1-2/+2
2001-12-03Update to KDE 2.2.2skrll10-126/+131
Closes pkg/14728 from Mark Davies <mark@mcs.vuw.ac.nz>. Changes from him with updates from myself. From www.kde.org... The principal improvements over KDE 2.2.1, release two months ago, include: o security-related - SSL certificate loading - symlink vulnerability in .wmrc access by KDM introduced in 2.2 - security problem with eFax (used by klprfax) - potential problem in PAM invocation by KDM - potential harmful side-effect of failed KDM session starts o new features - added support for CodeWeavers' CrossOver plug-in (provides support for QuickTime, etc.) - added support for the wheelmouse for scrolling through the KGhostview PS/PDF viewer component - ability to search for multiple patterns at a time in the file search dialog - debugging multi-threaded applications with KDevelop o improvements/fixes - handling of HTTP links that redirect to FTP - POST using SSL through a proxy and sending headers through proxies - saving of recently-selected files in the file dialog - handling of non-ASCII characters over SMB - toolbar button captions with certain styles - selecting items with the mouse in Konqueror - sorting in Konqueror's textview - saving current settings as a theme in the theme manager - crashes in KMail with certain mails - crash on invoking the KDM chooser - non-Latin languages with KDevelop performance - icon loading optimized - file dialog speedups - stop spinning SMB client processes - handling of large files in Kate
2001-12-02MASTER_SITE isn't providing the DISTFILE anymore, set MASTER_SITE to empty.wiz1-2/+2
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam1-2/+1
automatically, so no need to do it ourselves.
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam1-2/+1
to list them both when we listing just automake will do.
2001-11-29'xmms' is not a category (and if it should be, then for all packageswiz1-2/+2
that have to do with xmms, not only one...)
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-27fix install when gnome-config isn't available. (fix from hubertf)lukem1-2/+3
2001-11-27Update gqmpeg to 0.11.0. Changes:hubertf2-5/+5
This release fixes radio support (internal unmute is now handled correctly, if 0.10.0 had no radio sound, this may fix it). Also reworked the mpg123 parser, and added several minor improvements. Please see the History page for the entire list.
2001-11-27remove patches obsoleted by rev 0.10.0 (hi hubert! :)lukem4-163/+0
2001-11-27Update gqmpeg to 0.10.0. Changes:hubertf4-25/+23
* Added video4linux radio tuner support of /dev/radio, stations are added by 'opening custom' and choosing 'Radio station'. * Updated French translation. * Allow user options entry for ogg123. * Attempt to set the correct ogg123 device for the platform. * Added (untested) support for mixers on Tru64 and HPUX. * Added Russian ID3 tag support (configure --enable-russian). * Show overwrite confirm dialog when overwriting a playlist. * Fix closing of a pipe twice in ogg123 module. * Fix incorrect warning flags during ogg123 playback. * Make double size work again. * Minor bug fixes.
2001-11-26Buildlinkify, and use REPLACE_PERL instead of home-grown method ofjlam3-22/+6
replacing for perl's path.
2001-11-26Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.jlam1-2/+2
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam3-10/+10
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26Buildlinkify.jlam2-1/+51
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam1-3/+3
This value may be customized in various ways: PKG_SYSCONFBASE is the main config directory under which all package configuration files are to be found. PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the configuration files for a particular package may be found. PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a particular package. Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the default location of ${PREFIX}/etc. This obsoletes the use of CONFDIR, which was active for only 6 days, so no need to have a workaround to still accept old CONFDIR settings.
2001-11-22Upgrade cheesetracker to 0.2.2, provided in PR 14320 by Ben Collveragc4-5/+32
(collver@linuxfreemail.com). "Cheesetracker v0.2.2 is out, the most noticable change is code to load Microsoft Wave formatted samples."
2001-11-21These rc.d scripts are copied to ${RCD_SCRIPTS_DIR} == /etc/rc.d, so changejlam1-6/+6
the test for pre-rc.d systems to just whether /etc/rc.subr is present.