summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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.
2001-11-21Use the general INSTALL/DEINSTALL scripts to automatically handle copyingjlam1-1/+3
and removing the rc.d script.
2001-11-21Remove unneeded INSTALL script and update the rplayd.sh to look like anjlam3-28/+34
rc.d script.
2001-11-18- Fix file I/O on alpha. Only RIFF(PCM) is tested.itohy8-18/+282
- Fix offset on copy & paste when current format has header (not raw format).
2001-11-18Avoid selecting outside of the waveform,itohy2-5/+14
which causes hang on copy or cut operation.
2001-11-17Bring this into the new toolchain world.martin3-2/+19
2001-11-17Avoid hang on unhandled X event when selecting wave region.itohy2-5/+15
2001-11-17Make it work on alpha (long -> int32_t, alignment fix, egcs XXX).itohy4-2/+300
It still sometimes crashes, but I have no clue....
2001-11-17Make it compile on alpha (uint32 -> size_t for size_type).itohy3-1/+29
2001-11-15Move from using www.sonic.net to freedb.freedb.de for network lookups, asmason2-1/+15
the sonic.net server appears to be unresponsive. The FreeDB project, located at http://www.freedb.org/, appears to be a stable source for cddbp requests.
2001-11-13* Strongly buildlinkify.jlam5-18/+200
* Use qt2-designer-kde for a uic that understands KDE2 widgets. * Build and install kmid. * Check that certain X11 libraries are shared libraries before linking shared objects against them. * Fix and sort PLIST.
2001-11-06Fix small typo noted in pkg/14450.jlam1-4/+4
2001-11-06This plugin is linked by libtool with -avoid-version, so no version numbersjlam1-3/+1
on shared libraries.
2001-11-06Strongly buildlinkify.jlam1-2/+2
2001-11-06Don't add the homepage to the DESCR file, as it's displayed automatically.jlam1-4/+0
2001-11-03add all shared lib versionshubertf1-1/+3
2001-11-02Add GQMPEG_NO_JAPANESE variable to allow keeping gqmpeg from interpretinghubertf1-1/+3
russian-language ID3 tags as japanese-language ones. Patch submitted by Sergey Svishchev <svs@ropnet.ru> in PR 14426.
2001-11-01Ensure the plugins dir is there at install timedamon1-1/+4
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum89-62/+62
2001-11-01Move pkg/ files into package's toplevel directoryzuntum229-148/+148
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.