summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2004-02-16bl3ify and upgrade darkice to 0.14.xtraeme6-185/+15
This release adds ALSA support and support for downsampling streams from stereo to mono when streaming in MP3 to an icecast 2 server. There is a bugfix for conflicting symbols _X and _Y on Solaris, and a bugfix for a segfault caused when saving an Ogg Vorbis stream to a file.
2004-02-16bl3ifyminskim1-3/+3
2004-02-15Add and enable py-mad.minskim1-1/+2
2004-02-15Import py-mad from pkgsrc-wip. Provided by Antonio Marques, andminskim5-0/+45
slightly modified by me. Python bindings for libmad. See audio/libmad for details.
2004-02-15Add and enable py-ao.minskim1-1/+2
2004-02-15Import py-ao from pkgsrc-wip. Provided by Michal Pasternak, andminskim4-0/+30
slightly modified by me. Python bindings for libao. See audio/libao for details.
2004-02-15Add and enable py-vorbis.minskim1-1/+2
2004-02-15Import py-vorbis from pkgsrc-wip. Provided by Michal Pasternak, andminskim5-0/+67
slightly modified by me. This package is Vorbis bindings for Python; see vorbis for details.
2004-02-15revert last; my mk/ was not uptodate.grant1-2/+1
2004-02-15libaudiofile no longer needs libucb on Solaris. set LIBTOOL_OVERRIDEgrant1-3/+2
to create the right shared library names.
2004-02-15Use LDFLAGS.SunOS instead of conditional addition to LDFLAGS.jlam1-7/+3
2004-02-15Fix SpiralLoops so it will still build against FLTK 1.0.x.ben3-13/+5
2004-02-15Make SpiralSynth build with FLTK 1.1.x as well as 1.0.xben2-3/+13
2004-02-15Make SpiralSynth run in 1.6ZF. Some code expected declared pointers to beben1-0/+13
zeroed, and coredumped with nonsense values. Explicitly initialize to zero.
2004-02-15Make SpiralLoops build with FLTK 1.1.x as well as 1.0.x.ben3-5/+32
2004-02-15This package is in audio category.minskim2-4/+4
2004-02-15Add and enable py-ogg.minskim1-1/+2
2004-02-15Import py-ogg from pkgsrc-wip. Provided by Michal Pasternak, andminskim6-0/+82
slightly modified by me. This is libogg bindings for Python. See audio/libogg for details.
2004-02-15This is not 1.0 any more.minskim1-2/+0
2004-02-14bl3ify and explicitly disable finding/using pkg-config so that thejlam2-5/+26
shout-config script is generated and installed.
2004-02-14bl3ifyjlam1-3/+3
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv8-18/+18
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam55-131/+71
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-3/+1
automatically now.
2004-02-13Changes 1.0.6:adam6-29/+46
Large file fix for Linux/Solaris New functionality and Win32 improvements
2004-02-12Make xmms-meta-input build in NetBSD 1.6, specifically stop colliding withben2-5/+35
pause in unistd.h, and give setpgrp() arguments.
2004-02-11Set 'USE_LANGUAGES=c c++'kristerw1-1/+2
2004-02-11bl3ifyxtraeme6-8/+76
2004-02-11bl3ify and replace obsolete LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE.xtraeme2-5/+29
2004-02-11Missed in previous...xtraeme1-0/+24
2004-02-11bl3ify, also remove PLIST_SUBST part (it's not needed anymore) andxtraeme2-15/+9
replace obsoleted LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE.
2004-02-11I have no reason to believe I maintain this package.grant1-2/+2
2004-02-11this doesn't actually use xpm, the problem lies elsewhere...grant1-2/+1
2004-02-11USE_LANGUAGES=c c++abs3-4/+6
2004-02-11bl3ifyxtraeme2-1/+28
2004-02-10The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mkjlam3-6/+6
and any pre-existing buildlink2.mk files.
2004-02-10Install with -c option to avoid deleting files/id3lib_strings.h from pkgsrcgavan1-2/+2
2004-02-10Fix security vulnerability reported in CAN-2003-0865. Bump package revisiontron5-7/+33
because of this fix.
2004-02-09BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to thejlam3-14/+12
existing value. This is critical to set the correct list of dependencies for a package.
2004-02-09USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.jlam3-6/+6
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv2-3/+4
2004-02-09nas requires Xpm, so include xpm/buildlink2.mk.grant1-1/+2
2004-02-09Don't put a slash at the end of the directory name when installing usingjlam1-2/+2
libtool. Patch provided in PR 24346 by Kai Puolamaki.
2004-02-09Correct the name of this package used in buildlink3.mkchris1-8/+8
I'd created this package originally as libmusicbrainz, till someone pointed it out as musicbrainz
2004-02-09Correct directory name in buildlink files: TagLib->taglib.chris2-4/+4
2004-02-09Add trm and taglib to Makefile.chris1-1/+3
2004-02-09Initial import of TagLib 1.0.chris8-0/+350
TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files.
2004-02-09Initial import of trm, a utility for creating accoustic signatures for usechris5-0/+47
with musicbrainz.
2004-02-09Update musicbrainz to 2.0.2. Also add buildlink3.mk glue.chris5-11/+43
Changes are: Changes for libmusicbrainz 2.0.2 ------------------------------------- - Added support for Mac OS X - Improved build system - Added build files for Visual Studio .NET (VC7) Changes for libmusicbrainz 2.0.1 ------------------------------------- - Added patch for pkgconfig - Threading handled correctly in python wrapper - New perl bindings - Had client use HTTP 1.0 rather than HTTP 1.1
2004-02-08Add missing buildlink3 glue code for this package.chris1-0/+19