summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2001-08-16Don't try to @dirrm directories that don't belong to us - share/xmmszuntum1-3/+1
and lib/xmms/Visualization
2001-08-16i'm the maintainer nowlukem1-2/+2
2001-08-16cd-discid - Read CD to obtain CDDB discid informationlukem1-0/+4
2001-08-16Converted to use buildlink, set USE_BUILDLINK_ONLYzuntum1-4/+3
2001-08-16o set USE_BUILDLINK_ONLYzuntum3-9/+13
o use XMMS_CONFIG o derive PKGNAME from DISTNAME
2001-08-16o set USE_BUILDLINK_ONLYzuntum3-9/+13
o use XMMS_CONFIG o derive PKGNAME from DISTNAME
2001-08-16Update xmms-dflowers to 1.2.zuntum4-33/+48
Now this package actually works for me. Changes: now uses a default themedirectory added menus, movearoundhanling some gtkwidget cleanup graphcolor and graphbackground now comes from skin added miniicon (for taskbar etc) NOTE! the old skinns should be replaced with the new ones, if using them o set USE_BUILDLINK_ONLY o use $(XMMS_CONFIG) Note: At least revision 1.3 of pkgsrc/audio/xmms/buildlink.mk is required to build this package.
2001-08-16o add xmms-config supportzuntum1-2/+12
o change package name from "libxmms" to "xmms" in description
2001-08-16We don't have to list xmms in DEPENDS, as we include its buildlink.mkzuntum3-9/+3
which pulls in all required dependencies.
2001-08-16use $GTK_CONFIG over gtk-confighubertf12-20/+24
2001-08-16Remove unneeded buildlink fileshubertf4-8/+5
Thanks to Tomaz Luchowski for giving me a clue on this!
2001-08-16pull in required buildlink fileshubertf1-1/+8
2001-08-16more cleanup - DEPENDS is redundanthubertf1-3/+1
2001-08-16Add and enable: xmms-dscope xmms-dspectogram xmms-dspectralizerhubertf1-1/+4
2001-08-16xmms-dspectral-1.2: XMMS plugin for dual spectral analyzerhubertf5-0/+93
2001-08-16xmms-dspectogram-1.2: XMMS plugin for dual spectogramhubertf5-0/+94
2001-08-16xmms-dscope-1.2: dual scope visual plugin for XMMShubertf5-0/+92
2001-08-16some cleanuphubertf1-4/+1
2001-08-16add & enable xmms-dflowershubertf1-1/+2
2001-08-16xmms-dflowers-1.0: visual XMMS pluginhubertf5-0/+84
2001-08-16Add xmms buildlink so xmms plugins can use it.hubertf1-0/+34
(Nothing useful in the pipe yet... seems our Mesa doesn't play nice with the threads code xmms uses)
2001-08-15Converted to use buildlink.mk fileszuntum1-4/+4
2001-08-14s/.ogg123rc/.libao/lukem1-4/+4
2001-08-14update from vorbis-tools-1.0rc1 to vorbis-tools-1.0rc2lukem5-38/+11
changes include: ogg123: * The default output device is now set in the libao configuration files. A future release of ogg123 will allow a configuration option to override the libao default. In this release, the ogg123 config files are ignored. Note that most systems will not need to override the default selected by libao. * The -f is now used to set the output filename when writing audio to a file. Default filenames are no longer supported. oggenc: * Correct UTF8 encoding, so that non-ASCII comments can be encoded correctly. * Better input file handling, including wav parser bugfixes. ogginfo: * Simple file integrity checks are now performed on the Ogg files. * Only the info for the first logical bitstream of a chained file will be displayed. vorbiscomment: * append mode added for appending comments to an existing file. * More user-friendly interface. * Major bugs in file-rewriting core fixed. * Processing with vorbiscomment will fix a number of common problems with ogg files. vcut: * New utility for sample-accurate manipulation of vorbis files without requiring reencoding
2001-08-14update from libvorbis-1.0rc1 to libvorbis-1.0rc2.lukem3-10/+10
changes: * Powerful channel coupling system takes advantage of similarities between channels to reduce bitrate. * Additional encoding modes give more flexibility in bitrate selection. 64,80,96,128,160,192,256,350 stereo; 32,48,64,80,112,140 mono modes. * Only 44.1KHz/48KHz is officially supported in this release. Lower sample rates will work, but with much lower quality. * Cascaded encoding makes libvorbis ready for future bitrate reduction tools. * Decode engine bugfix ensures better compatibility with future Vorbis codecs.
2001-08-14update from libogg 1.0rc1 - libogg 1.0rc2.lukem3-10/+10
no obvious major changes in changelog
2001-08-14update from libao 0.7.0 to libao 0.8.0lukem7-55/+63
NOTE: api has changed (different major number on library). all other libao packages need updating as well changes: * New API is not compatible with programs that used the old API. * Default driver detection works correctly. * Compilation fixes for the BSDs and Solaris. * OSS driver no longer freezes on systems using the OSS emulation layer of ALSA when the dsp device is in use by another device. * Configuration file support has been added. See the libao.conf(5) man page for details.
2001-08-13Change flac-xmms to use the recently buildlink-ified audio/flac.nra4-24/+23
PR 13686 by Ben Collver. Changes as noted by Ben: * flac libraries not redundantly built again for flac-xmms * libtool not used to generate xmms plugin (good/bad?) * does not install unnecessary .la file
2001-08-13buildlink-ify. PR 13684 by Ben Collver.nra1-0/+34
2001-08-13Update gnome-media to 1.2.3. Relevant changes include bugfixes and betterrh7-36/+89
font handling.
2001-08-12Add & enable spiralloppszuntum1-1/+2
2001-08-12Initial import of spirallopps-2.0.0zuntum9-0/+128
SpiralLoops is an experimental loop based sampler for Linux or BSD. The idea of SpiralLoops is to provide a simple, visual tool for looping and layering of sounds; which can be sourced from either wav files on disk, or from sound generating plugins. SpiralLoops allows you to create loop based compositions with the minimum feedback time between the decisions you make and your ears. The looping mechanism is very flexible, you can lock the timing of loops together, or offset them for creating complex sequences, such as polyrhythms. Package provided by Ben Collver <collver@linuxfreemail.com> in PR pkg/13693
2001-08-11Add include of <string.h> for missing prototype for strlen(). Also, OKfredb3-2/+48
to include unistd.h on NetBSD, for getopt() prototype.
2001-08-11Include <pthread.h> to get prototype for pthread_yield_in().fredb1-4/+15
2001-08-10this patch was superfluousdrochner2-15/+1
2001-08-09Add sha1 for patch-ad.wiz1-1/+2
2001-08-08update vorbistools from 1.0beta4 to 1.0rc1, including:lukem5-40/+27
- use buildlink - remove unnecessary patches for stuff now fixed in main distribution - modify patch-aa to fix ogginfo man page installation
2001-08-08update libvorbis from 1.0beta4 -> 1.0rc1, including removing a bunchlukem8-128/+12
of patches which are now in the mainline code
2001-08-08update libogg from 1.0beta4 -> 1.0rc1lukem4-12/+12
2001-08-08update to version 0.7.0lukem11-774/+51
2001-08-05Regen.fredb1-1/+2
2001-08-05Make this build.fredb1-0/+13
2001-08-04remove package (requested by Dolby Laboratories)christos10-192/+1
2001-08-03Note ID3v2 support in COMMENT, too.wiz1-2/+2
2001-08-03Note id3v2 support.wiz1-1/+1
2001-08-03Update to 0.15. Lots of changes, most important of which is partial ID3v2wiz6-22/+69
support via id3lib.
2001-08-03make the PKGNAME dewey-compatible.wiz1-1/+2
2001-08-03Add buildlink file for use by other packages.wiz1-0/+35
2001-08-02enable recent additionsdrochner1-1/+2
2001-08-02initial import of mp3_check, just another mp3 file integrity checkerdrochner4-0/+24