summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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
2004-02-08Use buildink *3* and not 2 glue code for "glib2".tron1-2/+2
2004-02-08Correct a few errors pointed out by Chris Gilbert.tron1-3/+3
2004-02-08Add missing buildlink3 glue code for this package.tron1-0/+16
2004-02-08PKGLIBTOOL and PKGSHLIBTOOL are no more.jlam1-3/+3
2004-02-07Missed a PLIST that needed fixing after the libtool 1.5.2 update.skrll1-2/+1
Noted by Chris Gilbert
2004-02-07Add RCSID.xtraeme2-2/+4
2004-02-07patch CLD -> CXXLD for linking against cpp, fixes build failurertr2-1/+13
patch from post by Juan RP <juan@xtraeme.unixbsd.org> on tech-pkg@ http://mail-index.NetBSD.org/tech-pkg/2004/02/07/0006.html
2004-02-07Add a MESSAGE that tells users to install audio/eawatches (or guspatches)snj1-0/+7
if they want to play MIDI files with SDL_mixer. Okayed by wiz.
2004-02-06Update to 0.2.5:jmmv2-5/+5
- Fix bugs related to processing 24-bit audio data. - Made AIFF/AIFF-C parsing more robust.
2004-02-06Add missing buildlink2 glue code for "esound" and "libmad" to fixtron3-3/+10
build problems. Bump package revision because of that.
2004-02-05The long awaited update libtool to 1.5.2.skrll2-4/+2
Some pkgsrc things - Fix PLISTs for packages that use -release - Include canonicalisation of a couple of paths for the benefit of qt3-* - the normal version=sunos patching - fix all library_names_spec for the standard set of symlinks The libtool things some of which had already made it into pkgsrc libtool. New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team: * lt_dlrealloc is an official part of the libltdl API. * --tag, --silent and --debug options are preserved and reused when libtool calls itself for relinking etc. * `-pthread' and similar options are honoured when linking shared libraries. * -no-suppress in compile mode shows compiler output for both PIC and non-PIC object compilation. * New link mode option `-precious-files-regex' to prevent accidental removal of files you want to keep, such as test coverage data, from the temporary output directory. * Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux. * Recognises the 'R' symbol type on Solaris so read-only symbols can be exported. * Bug fixes. New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team: * First stable release of multi-language architecture. * libtool and libltdl support for Mac OS/X. * libltdl will now use cygwins dlopen API instead of always forcing LoadLibrary. * Support auto-import patch to binutils on cygwin for much improved dll support. * Bug fixes. New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne: * The libltdl subdirectory now bootstraps correctly with Automake 1.5. * srcdir != builddir builds with Automake 1.5 work correctly. * Support for mips-compaq-nonstopux. * New command line argument, --preserve-dup-deps prevents removal of duplicate dependent libraries. New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team: * Help strings display correctly again. * Better error messages when library linking fails. * Better error messages from libltdl when loading fails. * Better search path management in libltdl with `lt_dlinsertsearchdir' call. * Support /lib/w32api in recent cygwin releases. * Support cross compilation to mingw. * Support for .rc files (Windows resource compiler). * Improved handling of mingw gcc. * Improved handling of $PATH with entries containing spaces. * Improved support for linking with gcc on aix4* and aix5*. * Improved support for GCC 3.0. * Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8. * Bug fixes to the OpenBSD port. * Bug fixes. New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan: * libltdl now builds on solaris again * diagnose and warn about not-quite-working combinations of gcc and ld on solaris. * Improved OpenBSD support. * Improved cygwin support. * Bugfixes. New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team: * Better error messages from libltdl when loading fails. * Don't leave here-doc files behind. * Improved support for OpenBSD. * Libtool will build with autoconf-2.50 and higher. * Plug memory management bugs in libltdl. * Prefer shl_load to dlopen for better operation on HP-UX. New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team: * Now bootstraps with autoconf-2.50 and automake-1.4-p4. * Always try to build at least a static lib, even if both static and shared libs were disabled. * Full support for C++ compiler. * Support for GNU gcj compiler. * libltdl can now load all modules in a given path according to user supplied criteria with `lt_dlforeachfile' call. * Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*. * Internal mutex handling no longer has namespace clashes on NCR MP-RAS. * New pdemo and tagdemo tests. * Bug fixes.
2004-02-04+ USE_LANGUAGES=c c++abs1-1/+2
2004-02-04Update arts to 1.2.0. Part of KDE 3.2.markd6-28/+35
Arts specific changes unspecified.
2004-02-03Set 'USE_LANGUAGES=c c++'abs1-8/+9
2004-02-03Some files were not installed in FreeBSD, use PLIST_SUBST for now.xtraeme2-4/+10
2004-02-01Depend on libmad>=0.15.0bnb1, which includes the pkg-config file needed byjmmv1-1/+4
this package to configure properly. Fixes PR pkg/24286. Bump PKGREVISION to 1.
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam2-4/+4
overridden.
2004-01-28make sure ${LDFLAGS} comes before ${LIBS} when linking.grant3-6/+20
fixes build on Solaris.
2004-01-28There's no need to use 'USE_X11BASE' in snd package, we'll usextraeme1-2/+3
USE_X11 instead, bump PKGREVISION.
2004-01-28There's no need to use 'USE_X11BASE' in rosegarden package, we'll usextraeme1-2/+3
USE_X11 instead, bump PKGREVISION.
2004-01-28There's no need to use 'USE_X11BASE' in mpg123-nas package, we'll usextraeme1-3/+3
USE_X11 instead, bump PKGREVISION.
2004-01-28Whilst it's nice of the author, there's no need to special-case NetBSDagc3-1/+49
in GNU configure and configure.in - the prefix is given to the configure script by the pkgsrc infrastructure, and buildlink will DTRT.