Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-16 | bl3ify and upgrade darkice to 0.14. | xtraeme | 6 | -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-16 | bl3ify | minskim | 1 | -3/+3 | |
2004-02-15 | Add and enable py-mad. | minskim | 1 | -1/+2 | |
2004-02-15 | Import py-mad from pkgsrc-wip. Provided by Antonio Marques, and | minskim | 5 | -0/+45 | |
slightly modified by me. Python bindings for libmad. See audio/libmad for details. | |||||
2004-02-15 | Add and enable py-ao. | minskim | 1 | -1/+2 | |
2004-02-15 | Import py-ao from pkgsrc-wip. Provided by Michal Pasternak, and | minskim | 4 | -0/+30 | |
slightly modified by me. Python bindings for libao. See audio/libao for details. | |||||
2004-02-15 | Add and enable py-vorbis. | minskim | 1 | -1/+2 | |
2004-02-15 | Import py-vorbis from pkgsrc-wip. Provided by Michal Pasternak, and | minskim | 5 | -0/+67 | |
slightly modified by me. This package is Vorbis bindings for Python; see vorbis for details. | |||||
2004-02-15 | revert last; my mk/ was not uptodate. | grant | 1 | -2/+1 | |
2004-02-15 | libaudiofile no longer needs libucb on Solaris. set LIBTOOL_OVERRIDE | grant | 1 | -3/+2 | |
to create the right shared library names. | |||||
2004-02-15 | Use LDFLAGS.SunOS instead of conditional addition to LDFLAGS. | jlam | 1 | -7/+3 | |
2004-02-15 | Fix SpiralLoops so it will still build against FLTK 1.0.x. | ben | 3 | -13/+5 | |
2004-02-15 | Make SpiralSynth build with FLTK 1.1.x as well as 1.0.x | ben | 2 | -3/+13 | |
2004-02-15 | Make SpiralSynth run in 1.6ZF. Some code expected declared pointers to be | ben | 1 | -0/+13 | |
zeroed, and coredumped with nonsense values. Explicitly initialize to zero. | |||||
2004-02-15 | Make SpiralLoops build with FLTK 1.1.x as well as 1.0.x. | ben | 3 | -5/+32 | |
2004-02-15 | This package is in audio category. | minskim | 2 | -4/+4 | |
2004-02-15 | Add and enable py-ogg. | minskim | 1 | -1/+2 | |
2004-02-15 | Import py-ogg from pkgsrc-wip. Provided by Michal Pasternak, and | minskim | 6 | -0/+82 | |
slightly modified by me. This is libogg bindings for Python. See audio/libogg for details. | |||||
2004-02-15 | This is not 1.0 any more. | minskim | 1 | -2/+0 | |
2004-02-14 | bl3ify and explicitly disable finding/using pkg-config so that the | jlam | 2 | -5/+26 | |
shout-config script is generated and installed. | |||||
2004-02-14 | bl3ify | jlam | 1 | -3/+3 | |
2004-02-14 | PKGCONFIG_OVERRIDE is relative to WRKSRC. | jmmv | 8 | -18/+18 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 55 | -131/+71 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-02-14 | remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this | grant | 1 | -3/+1 | |
automatically now. | |||||
2004-02-13 | Changes 1.0.6: | adam | 6 | -29/+46 | |
Large file fix for Linux/Solaris New functionality and Win32 improvements | |||||
2004-02-12 | Make xmms-meta-input build in NetBSD 1.6, specifically stop colliding with | ben | 2 | -5/+35 | |
pause in unistd.h, and give setpgrp() arguments. | |||||
2004-02-11 | Set 'USE_LANGUAGES=c c++' | kristerw | 1 | -1/+2 | |
2004-02-11 | bl3ify | xtraeme | 6 | -8/+76 | |
2004-02-11 | bl3ify and replace obsolete LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. | xtraeme | 2 | -5/+29 | |
2004-02-11 | Missed in previous... | xtraeme | 1 | -0/+24 | |
2004-02-11 | bl3ify, also remove PLIST_SUBST part (it's not needed anymore) and | xtraeme | 2 | -15/+9 | |
replace obsoleted LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. | |||||
2004-02-11 | I have no reason to believe I maintain this package. | grant | 1 | -2/+2 | |
2004-02-11 | this doesn't actually use xpm, the problem lies elsewhere... | grant | 1 | -2/+1 | |
2004-02-11 | USE_LANGUAGES=c c++ | abs | 3 | -4/+6 | |
2004-02-11 | bl3ify | xtraeme | 2 | -1/+28 | |
2004-02-10 | The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk | jlam | 3 | -6/+6 | |
and any pre-existing buildlink2.mk files. | |||||
2004-02-10 | Install with -c option to avoid deleting files/id3lib_strings.h from pkgsrc | gavan | 1 | -2/+2 | |
2004-02-10 | Fix security vulnerability reported in CAN-2003-0865. Bump package revision | tron | 5 | -7/+33 | |
because of this fix. | |||||
2004-02-09 | BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to the | jlam | 3 | -14/+12 | |
existing value. This is critical to set the correct list of dependencies for a package. | |||||
2004-02-09 | USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated. | jlam | 3 | -6/+6 | |
2004-02-09 | Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). | jmmv | 2 | -3/+4 | |
2004-02-09 | nas requires Xpm, so include xpm/buildlink2.mk. | grant | 1 | -1/+2 | |
2004-02-09 | Don't put a slash at the end of the directory name when installing using | jlam | 1 | -2/+2 | |
libtool. Patch provided in PR 24346 by Kai Puolamaki. | |||||
2004-02-09 | Correct the name of this package used in buildlink3.mk | chris | 1 | -8/+8 | |
I'd created this package originally as libmusicbrainz, till someone pointed it out as musicbrainz | |||||
2004-02-09 | Correct directory name in buildlink files: TagLib->taglib. | chris | 2 | -4/+4 | |
2004-02-09 | Add trm and taglib to Makefile. | chris | 1 | -1/+3 | |
2004-02-09 | Initial import of TagLib 1.0. | chris | 8 | -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-09 | Initial import of trm, a utility for creating accoustic signatures for use | chris | 5 | -0/+47 | |
with musicbrainz. | |||||
2004-02-09 | Update musicbrainz to 2.0.2. Also add buildlink3.mk glue. | chris | 5 | -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-08 | Add missing buildlink3 glue code for this package. | chris | 1 | -0/+19 | |