summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2003-07-12Fix two pthread programming problems; now ogg123 doesn't dump corewiz4-3/+49
with native libpthread (so far). With hints and explanations from Nathan J Williams -- thanks! Bump PKGREVISION.
2003-07-12add & enable gqmpeg-skinshubertf1-1/+2
2003-07-12Add gqmpeg-skins-20030712: Skins for gqmpeghubertf4-0/+2191
2003-07-12abcde ignored -d flag when in cdparanoia mode.wiz3-11/+19
From Sergey Svishchev in PR 19872. Bump PKGREVISION.
2003-07-10Depend on latest sweep package version, and include libmad bl2wiz1-3/+3
instead of mad one.
2003-07-10Revision bumped; dependency changed from mad to libmad and libid3tagadam1-3/+4
2003-07-10Revision bumped; dependency changed from mad to libmadadam5-14/+15
2003-07-10Revision bumped; dependency changed from mad to libmad and libid3tagadam1-2/+4
2003-07-10Revision bumped; dependency changed from mad to libmadadam1-2/+3
2003-07-10mad is now a meta-package that contains libmad, libid3tag, and madplay, as ↵adam2-34/+0
the mad distribution has been split up to these three
2003-07-10mad is now a meta-package that contains libmad, libid3tag, and madplay, as ↵adam5-84/+30
the mad distribution has been split up to these three
2003-07-10CONFLICTS libid3tag and libmad.wiz1-2/+2
2003-07-10Update DESCR.wiz1-12/+21
2003-07-10Added libmad, libid3tag, madplayadam1-1/+4
2003-07-10madplay resurrected since mad package has been split up to libmad, libid3tag ↵adam1-0/+38
and madplay
2003-07-10madplay resurrected, since mad package has been split up to libmad, ↵adam2-0/+39
libid3tag and madplay
2003-07-10Update DESCR.wiz1-7/+13
2003-07-10Correct DESCR.wiz1-15/+2
2003-07-10Uses libz -- include buildlink2.mk.wiz1-1/+2
2003-07-10CONFLICTS with mad package.wiz2-2/+6
2003-07-10MAD is a high-quality MPEG audio decoder with 24-bit output.adam2-0/+25
2003-07-10Does not really USE_PKGLOCALEDIR.wiz1-2/+1
2003-07-10ID3 tag library, part of MAD (MPEG Audio Decoder) distributionadam6-0/+103
2003-07-10Does not really USE_PKGLOCALEDIR.wiz1-2/+1
2003-07-10MAD is a high-quality fixed-point MPEG audio decoder with 24-bit output.adam6-0/+107
2003-07-09Add a missing include.markd2-4/+5
2003-07-08Fix the shutdown mutex handling in the decoderPlugin so we don't getskrll3-2/+16
assertion failures from libpthread. PKGREVISION++
2003-07-07Fix (at least) artsd on -current.skrll9-68/+182
The s/mcop_mt/mcop/ hack that worked with pth doesn't work in -current. Make libmcop_mt build with pre-current and pth by providing sem_* calls based on a mutex and a condition variable.
2003-07-03Update mad123 to version 0.7.1agc2-5/+5
"Wow, 0.7 was short-lived. This version makes mad123 work on big-endian systems."
2003-07-03Add and enable mad123agc1-1/+2
2003-07-03Due to popular demand, initial import of Steve Woodford's mad123-0.7,agc4-0/+53
a command-line MPEG audio player, into the NetBSD Packages Collection. mad123 is a simple command line MP3 player using Robert Leslie's libmad fixed-point MP3 decoder library. This is not meant to be a serious replacement for the ubiquitous mpg123 program. Instead, this is a merely an experiment in using libmad. At the time mad123 was written, a couple of things set it apart from the command line MP3 player supplied with libmad (madplay): 1) Supports URL style MP3 pathnames. 2) The audio output is double-buffered. 3) Streams can be pre-buffered using read-ahead. 4) Simple keyboard controls. 5) CTRL-C behaves like it does for mpg123. 6) It can be installed setuid-root so it can adjust scheduling priority to reduce its susceptiblity to jitter.
2003-07-02Update to version 0.5.1 of wmsmixer.agc2-5/+5
Provided by Sergey Svishchev Changes from version 0.5: 13-Apr-2003 Version 0.5.1 now available. No new features, but it has some new icons and it compiles with gcc 3.2.
2003-07-02Make this work on platforms where sizeof(size_t) != sizeof(int)martin2-1/+24
2003-06-30Bump PKGREVISION for patch-ae (fixes lame batch encoding).rafal1-2/+2
2003-06-30Fix lame batch-encoding. Patch also sent upstream to abcde maintainer.rafal1-1/+2
2003-06-30Fix lame batch-encoding by using the correct shell variables for the encoderrafal1-0/+13
and encoder options.
2003-06-30Let this build with gcc3 (by adding USE_GCC_SHLIB and a hack to CPPFLAGSrafal1-1/+4
so the build doesn't fall over with undefined template types); tested on gcc3/netbsd-sparc64 (me) and gcc2/netbsd, gcc3/sol9 (grant).
2003-06-29Update tremor library to latest version (is a few months old, I've had thechris2-6/+6
update for a while) Changes are mostly optisations, also changes in how memory is managed with a view to using the minimum amount necessary.
2003-06-26Update audio/oss to 3.9.7j for NetBSD-1.6*. This is the latest (only)jlam3-8/+9
release for NetBSD-1.6* available from OpenSound, Inc.
2003-06-26Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-06-26Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-06-26Convert to USE_NEW_TEXINFO.seb2-11/+4
XXX Only one of RPLAY.info and rplay.info info files is registered in the Info directory file. This is because install-info(1) is case insensitive when dealing with info file filenames. Unless RPLAY.{info,texi} are renamed I do not see a clean way to get around this...
2003-06-26Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-06-26Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-06-26Convert to USE_NEW_TEXINFO.seb2-209/+212
While here conform to canonical pkgsrc documentation directories. Bump PKGREVISION.
2003-06-26Add toolame. (hi mrg!)salo1-1/+2
2003-06-23Restrict the package to NetBSD and Linux, as it doesn't compile elsewhere insalo1-7/+8
its current state. Remove unused target, style nits. If anyone is interested: FreeBSD patches: http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/cdparanoia/files/ OpenBSD patches: http://www.openbsd.org/cgi-bin/cvsweb/ports/audio/cdparanoia/patches/
2003-06-23s/packages@/tech-pkg@/gjschauma1-2/+2
(Forgot the last time we did this. Pointed out by Sergey Svishchev (svs at ropnet dot ru))
2003-06-23use ${BUILDLINK_LIBICONV_LDADD} instead of blindly adding -liconv togrant1-2/+2
LIBS, allowing buildlink2 to do its magic. tested on Slackware 8.1.
2003-06-23Uppercase MPEG, remove 'toolame is an' from COMMENT.wiz2-3/+3