summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-05-09Install .mo into ${PKGLOCALEDIR}/locale, not /usr/local.minskim4-3/+20
Add them to PLIST and Bump PKGREVISION.
2004-05-09Unused.wiz1-22/+0
2004-05-09Add and enable xmmsctrl.minskim1-1/+2
2004-05-09Import xmmsctrl from pkgsrc-wip. Packaged by Michal Pasternak andminskim6-0/+64
modified by me. xmmsctrl is a small utility to control xmms from the command line. Its goal is to be used coupled with sh to test xmms state and perform an appropriate action, e.g. if playing then pause else play. The interest of this is to bind keys in a window manager to have control over xmms with keys that do play/next/pause, prev, control sound...
2004-05-08fix PLIST *again* properly this time with USE_DIRS+=xgd-1.1. thanks togrant2-5/+7
wiz and jmmv for the cluebat. bump PKGREVISION.
2004-05-07Fix a typo.minskim1-2/+2
2004-05-07whitespace nitscjep1-2/+2
2004-05-07Reset maintainer to tech-pkg@ (from ad@, since he is not working on themwiz1-2/+2
any longer).
2004-05-07No need for compilers = NO_BUILDLINK.xtraeme1-1/+2
2004-05-07conditionally rmdir share/{applications,pixmaps} because they aregrant2-4/+5
shared with other packages. bump PKGREVISION.
2004-05-07patch malloc.h usage for darwin and freebsddanw2-1/+8
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme8-16/+16
all these packages.
2004-05-06Use the .tar.bz distribution file, it's 1,5M smaller.xtraeme2-4/+5
2004-05-06update to 1.2.10drochner26-762/+32
changes: -bugfixes -IPv6 support integrated -new translations -minor feature additions
2004-05-06Very beleatedly switch to use static DESCR files for the multiplejmmv6-0/+48
gst-plugins-* packages. Generating a description during installation is not well supported and causes problems when creating the README files, for example.
2004-05-05Include converters/libiconv/buildlink3.mk to get this building on 1.6simonb1-1/+2
branch.
2004-05-05revert the previous; it has some weird side-effects i'm still investigating..mrg2-15/+1
2004-05-05Convert to buildlink3.snj1-21/+0
2004-05-04Update to 0.8.3, from Kouichirou Hiratsuka in PR pkg/25461:jmmv2-5/+5
* Revert change to use authentication callbacks, it broke too much. * Don't crash on gnome-panel restart. * Plug a memory leak. * Update et and nl translations.
2004-05-04Update to 0.1.10. I couldn't find any list of changes, but diffing thejmmv4-29/+17
sources: - The package is now LGPL'ed instead of GPL'ed. - Several fixes in the genre manipulation code.
2004-05-04No longer used.snj1-57/+0
2004-05-03Enable pkgviews installation.minskim1-1/+3
2004-05-03- Use ossaudio.buildlink3.mk to be OS-independent.minskim1-2/+5
2004-05-03Use ossaudio.buildlink3.mk to be OS-independent.minskim3-5/+6
2004-05-03- Enable pkgviews installation.minskim1-1/+6
- Use C++ compiler.
2004-05-03Regen to make GNU patch happy.minskim2-6/+7
2004-05-03This package compiles with gcc2, so let configure know that. Idea stolensnj1-3/+6
from Michael van Elst in PR pkg/25047. While here, reinstate the sparc64 gcc2 f77 workaround.
2004-05-03Use ossaudio.buildlink3.mk to be platform-independent.minskim2-3/+5
While here, set NO_CONFIGURE=YES.
2004-05-03Make xanalyser build on Linux.minskim4-29/+25
- Include endian.h instead of machine/endian.h. - Include byteswap.h instead of sys/bswap.h. - Replace -lossaudio with LIBOSSAUDIO.
2004-05-03Use C++ compiler.minskim1-1/+2
2004-05-03No need to replace sys/soundcard.h with soundcard.h, becauseminskim3-25/+6
ossaudio.buildlink3.mk creates sys/soundcard.h if it is not available.
2004-05-03+ncmpcgrant1-1/+2
2004-05-03Initial import of ncmpc 0.10.1 into the NetBSD packages collection.grant4-0/+40
ncmpc is a curses client for MPD, the Music Player Daemon with an interface is inspired by cplay.
2004-05-03this package uses a c and c++ compiler.grant1-1/+2
2004-05-02Added muse-0.9.xtraeme1-1/+2
2004-05-02Initial import of muse-0.9 from pkgsrc-wip.xtraeme8-0/+115
MuSE is an application for the mixing, encoding, and network streaming of sound. MuSE can simultaniously mix up to 6 encoded audio bitstreams (from files or network) plus a soundcard input signal. The resulting stream can be played locally on the sound card and/or encoded as an mp3 bitstream sent to a broadcast server. MuSE offers an intuitive interface to be operated realtime and can run in "slick" mode from commandline.
2004-05-02don't reset the playlist order when restarting.mrg2-1/+15
2004-05-02Make the package use the blessed pthread package, instead of hard-codingkristerw1-7/+3
unproven-pthreads. Bump PKGREVISION.
2004-05-02Update to 0.8.2, from Kouichirou Hiratsuka in PR pkg/25420:jmmv2-9/+12
* Fixed Rhythmbox GUI when using an RTL locale. * Require GStreamer 0.8.1. * Fix issue with previous button in playlists. * Allow playback of untagged mp3s. * Don't crash on passing directory on cmdline. * Convert more filenames to UTF-8. * Show errors during initial import too. * Set up GnomeVFS authentication callbacks. * Avoid ReplayGain setup delay. * Add DOCTYPE to docs. * Prevent crash when the GConf schema wasn't properly installed. * Make auto rating work much better. * Squash a major memory leak with size-limited automatic playlists. * Don't spew (harmless) warnings in small-mode playback. * Update ru translation.
2004-05-02Make abcde not barf when UNINTENTIONALLY_ANGER_THE_FREEDB_PEOPLE=ykim3-11/+21
although it still won't email anything (I will look at that more).
2004-05-02add a "playpause" command, ala "xmms -t".mrg4-1/+53
this has already been submitted to musicpd.org.
2004-05-02add a comment about setting mixer_control "Pcm" to modify the PCMgrant1-1/+5
volume control.
2004-05-02add CVS tag.grant1-0/+2
2004-05-02+kmpgrant1-1/+2