summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2004-05-29Make this compile successfully with all of our Python packages (I hope).kim1-1/+3
2004-05-28Let this build on systems where getmntinfo receives an statfs parameter,jmmv2-4/+4
not statvfs. NetBSD seems to be the (only?) exception. From Sergio Jiménez.
2004-05-28I'll take care of this package.snj1-2/+2
2004-05-27Make this work with NetBSD 2.x (with /libexec/ld.elf_so etc.)hubertf1-0/+7
Still works on 1.6.2 too
2004-05-27bl3ify and make it find libossaudiohubertf1-1/+4
2004-05-27Give up maintainership, because eitherlukem3-6/+6
a) I haven't used the package for ages, or b) Someone else has recently been doing a better job maintaining the package
2004-05-26Add a HOMEPAGE of http://www.kde.org/areas/multimedia/.reed1-1/+2
Maybe http://www.arts-project.org/ should be used instead, but webpage is out-of-date. (As discussed with maintainer, Mark.)
2004-05-24update to 1.2.1drochner3-9/+17
changes: -added translations -bugfixes -added plugins: cross fade in/out
2004-05-24Use g++ when linking C++.kristerw2-1/+16
2004-05-22Remove superfluous inclusion of bsd.prefs.mk.wiz1-3/+1
2004-05-22regen, without $Id$ in patch.wiz2-9/+6
2004-05-22Use buildlink3 for libusb.sekiya1-3/+2
2004-05-22Re-add patch-aasekiya1-0/+17
2004-05-22The patch had an embedded RCS tag. Remove, re-import with -kosekiya1-17/+0
2004-05-22Add ifp-line.sekiya1-1/+2
2004-05-22Add ifp-line-0.2.4 -- a command-line interface to iRiver MP3 players.sekiya5-0/+46
2004-05-20Revert the change to put -liconv into BUILDLINK_LDFLAGS.iconv (whichdanw1-1/+2
breaks some things on Darwin) and fix audio/musicpd so it doesn't need it (by faking out a configure check that gets confused by the iconv_open -> libiconv_open renaming)
2004-05-19Update to 0.8.4; from Kouichirou Hiratsuka in PR pkg/25635:jmmv2-5/+5
* Many memory leak during playback fixes. * Fix initial sorting. * Make size-limited automatic playlists work. * Make editing automatic playlists with size/count limits work. * Fix seeking on short tracks. * Sync play/forward/back buttons after play order change. * Make supported media type tests dynamic, add audio/x-m4a if faad plugin is available. * Play even 0-rated songs sometimes in weighted random mode. * Add sk translation. * Update et, ca, no, de, pt and sv translations.
2004-05-19Use sys/soundcard.h instead of soundcard.h; soundcard.h is notminskim4-10/+10
available on some platforms (e.g. Linux), but sys/soundcard is always available since ossaudio.buildlink3.mk creates it.
2004-05-19Catch up with the recent esound update.minskim1-2/+2
2004-05-17Fix lossage from revision 1.10 of Makefile.common by includingsnj2-1/+15
<soundcard.h> instead of <Output/OSS/soundcard.h> in Output/esd/mixer.c. xmms-esound now builds. From Peter Bex.
2004-05-17Enable pkgviews installation.minskim1-1/+3
2004-05-17statvfs fix. This closes PR pkg/25619.minskim2-1/+19
2004-05-17Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymoreseb2-4/+2
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-16darwin fixes (plus some makefile patching to get rid of the irrelevantdanw5-7/+44
but scary-looking errors at make install time)
2004-05-16Added faac-1.24.xtraeme1-1/+2
2004-05-16Initial import of faac-1.24.xtraeme6-0/+85
FAAC is an AAC audio encoder. FAAC currently supports MPEG-4 LTP, MAIN and LOW COMPLEXITY object types and MAIN and LOW MPEG-2 object types. It also supports multichannel and gapless encoding.
2004-05-16Added flac123-0.0.7.xtraeme1-1/+2
2004-05-16Initial import of flac123-0.0.7.xtraeme4-0/+26
flac123 is a command-line program for playing FLAC audio files.
2004-05-15mark flac as NOT_FOR_COMPILER sunpro.grant1-1/+4
2004-05-15The package needs at least gcc 2.95 since it uses variadic macros inheinz1-2/+3
WRKSRC/include/cddb/cddb_log_ni.h. This enables the package to build on NetBSD 1.5.x again (PKGREVISION++).
2004-05-15explicitly enable largefile support on Solaris.grant1-1/+8
2004-05-15- remove __inline gccismgrant4-1/+61
- add some casts to avoid sunpro c++ errors - include the right system header file to get the integer types fixes build with sunpro.
2004-05-15Fix build under NetBSD current (>= 2.0D); statvfs problems.jmmv4-1/+47
2004-05-15explicitly disable OSS support on all platforms except those whichgrant1-1/+9
have OSS support. the configure test gets it wrong and defaults to building the OSS module even when OSS support is not present.
2004-05-15Update to 0.2.34: fixes some unnecessary C99 constructs, so this shouldjmmv3-7/+7
build now properly with GCC 2.95.
2004-05-13- Use buildlink framework.minskim3-5/+13
- Replace -lossaudio with ${LIBOSSAUDIO}. - Enable pkgviews installation.
2004-05-12s/netbsd.org/NetBSD.org/igrant1-2/+2
2004-05-12use ${LIBOSSAUDIO}, pointed out by wizdrochner3-7/+7
2004-05-12-make sure the NetBSD <soundcard.h> is found instead of the versiondrochner7-3/+80
which comes with xmms, and link in -lossaudio -fix the sun audio configuration dialog to avoid double unlocking of mutexes which NetBSD's libpthread gets mad about
2004-05-12Include the package name in this +DISPLAY. (When installing anotherreed1-3/+3
package, I saw this message about "To make use of the MIDI capabilities" but didn't know what package it was for.) And also remove "pkgsrc/" from the package names (since could be done with binary packages too).
2004-05-12update to xine-lib-1-rc4drochner2-4/+2
changes: This release improves playback of some streams, reduces flickering of OSD and brings a whole bunch of updated libraries. It does also fix a vulnerability in xine's RTSP streaming code. See XSA-2004-3 for more information! XXX powerpc asm stuff needs to be checked XXX didn't test the "arts" stuff
2004-05-11Make build with gcc3. Make it use buildlink3. Closes PR 22281.wiz15-106/+713
2004-05-11Enable pkgviews installation.minskim1-1/+3
2004-05-10Make this build under NetBSD 2.0D and above with statvfs(2).tron2-1/+18
2004-05-10libsun.* are installed only on {Net,Open}BSD. Move them to OS-specificminskim4-5/+9
PLIST files.
2004-05-10Add a missing #include <errno.h> to make this package build on NetBSD 1.6.kristerw2-6/+14
2004-05-10Add and enable p5-CDDB.minskim1-1/+2
2004-05-10Import p5-CDDB from pkgsrc-wip. Packaged by xtraeme@.minskim4-0/+33
The CDDB module implements a Perl class for communicating with an audio compact disc database through the CDDBP protocol. It allows querying the database and submitting new entries to it via e-mail (the Mail::Internet and Mail::Header modules are required for submitting, but their absence won't affect other functions). Unlike its analogs, CDDB.pm doesn't try to read a disc in your CD-ROM by itself, but relies on the main program supplying disc data. Therefore, it is particularly useful for developing software that deals with alternative media, such as MPEG audio files.
2004-05-09Do not use buildlink2-defined variables -- they are not defined nowkristerw1-2/+2
when we are using buildlink3, and buildlink3 is smart enough to do this automagically.