summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
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
2003-06-23import new package for "toolame":mrg6-0/+100
tooLAME is an optimized Mpeg Audio 1/2 Layer 2 encoder. It is based heavily on - the ISO dist10 code - improvement to algorithms as part of the LAME project: www.sulaco.org/mp3 - work by Michael Cheng and other contributors (see CONTRIBUTORS)
2003-06-19Fix a typo in patch-ad that prevented the `template' command of cddb-toolseb3-5/+6
to work. Bump PKGREVISION. XXX jot is not really portable to !*BSD platform, is it ?
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc5-10/+10
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-13Add NetBSD RCS tagscjep2-0/+2
2003-06-13Move part of DESCR to MESSAGE.wiz2-6/+11
2003-06-13Update HOMEPAGE.uebayasi1-2/+2
2003-06-12if defined(USE_GCC3) include "../../lang/gcc3/buildlink2.mk"abs1-1/+5
Fixes gcc3 'Canadian' build issue (Can now find gcc_eh) No change to non gcc3 compiled packages
2003-06-10Increment package revision (to 2) for curses and ncurses fix.jdc1-2/+2
2003-06-10Make cda build with either curses or ncurses by putting a conditionaljdc3-33/+35
in the Imakefile and testing this in visual.c. Fixes PR pkg/21839 by Matthias Scheler (thanks for testing the fix).
2003-06-10Fix PKG_SYSCONFDIR usage. Noted by salo. Let's assume not too manywiz2-5/+5
binary packages have been built in the last hours, and forget about the PKGREVISION bump.
2003-06-10Add bunch of missing 1.5* and 1.6* patterns to INCOMPAT_CURSES.salo1-3/+2
2003-06-10Update to 2.1.4, from Juan RP in PR 21671:wiz5-710/+38
abcde 2.1.4: * Small bug fixes: + COMMENT should work now. + Aesthetic padding on the total amount of tracks. + CDROM typo + CDROM is now checked after reading the user defined entries. * Remove trailing args from $EDITOR when checking -x: Closes #179222. abcde 2.1.3 * Makefile was missing cddb-tool.1. * Introduced dagrab as CD ripping utility. * cddb-tool seq calls converted to functions. No more distro dependencies. * WGET* variables converted to HTTPGET* variables. FreeBSD can safelly use fetch. * More FreeBSD specific bits: CDROM and EJECT changes. * Typo in abcde.conf * Added CDDBPROTO for specifying the protocol level of the cddb query. * CDDB protocol upgraded to 5. CDYEAR and CDGENRE are now used for CD tagging. * COMMENT is now used for inline tagging with oggenc (my mistake it was missing): Closes: #191475. abcde 2.1.2 * Documentation updates: Closes: #186230. * Usual set of bug fixes and corrections. * Default behaviour of VAOUTPUTFORMAT output changed to avoid multiple directories for a same album. I think the format is more logical, and you can always split the files once they are created. * Padding track wavs with 0 so if you want to burn those wavs just cdrecord *.wav will do it. Use "-p" to force it when encoding a small (<9) number of files (Closes: #111627). * Added "KEEPWAVS" as a variable to keep those wavs. Default is "no". Can use also "-k" in the command line. (Closes: #160372). This probably should be changed with an option to move the wav files to another directory instead of just keep de abcde.<cdid> directory. * Added documentation comments about OUTPUTTYPE (Closes: #184963). * abcde.conf cleanup: (Closes: #186230, #187400). abcde 2.1.0-3 * Since abcde does not depend on eject, an execution test ([-x]) was added, but that means abcde needs a test for eject in the patch if -x is passed: Closes: #184151. * Merged some more bits from Marc 'HE' Brockschmidt: Closes: #126289. * A bit of more info in abcde.conf: Closes: #184963. * cddb-tool version updated to 0.4.2 abcde 2.1.0-2 * Old version string left behind. Updated. * Few more doc update bits. * Patches from Marc 'HE' Brockschmidt: Closes: #149499. * Small patch from Norbert Preining to support multiple output in the output directory. * cddb-tool parses CDYEAR with the help of awk: Closes: #114848. * cddb-tool does not globe "*" characters anymore: Closes: #157448. abcde 2.1.0 * The infamous "Works for me(TM)" and "Time to release" release. + We preppend track number now: Closes: #128966. + Itegrate flac: Closes: #126311. + Multi-format encode: Closes: #148934. + Gapless lame encoding: Closes: #172696. + CDROM documented: Closes: #182403. * Applied OpenBSD patches to make the script more portable. Thanks to Han Boetes. * Documentation fixes: closes: #100844, #136741. * NetBSD patches applied: - EXPERIMENTAL Normalize and Batch support. - EXPERIMENTAL FLAC support. * EXPERIMENTAL multiple output support: + multiple output and error checking + multiple lists support * Default output file changed to have the $track_number in the begining. * abcde takeover.
2003-06-09Make xmcd use native curses in 1.6T and forward by replacing calls tojdc4-11/+143
putp(cursor_*) with curs_set(). Fixes lib/20030 by Thomas Klausner.
2003-06-08drop some unneeded parensgrant1-2/+2
2003-06-08set USE_GCC_SHLIB.grant1-3/+5
sort USE_* variable block while I'm here.
2003-06-08use MASTER_SITE_SOURCEFORGE.grant1-2/+2
2003-06-07Truncate COMMENT to under 70 characterscjep5-10/+10
2003-06-07Add NetBSD RCS tags.cjep1-0/+1
2003-06-07Escape newlines in literal string for gcc3.abs2-9/+90
No change to compiled package.
2003-06-06use LINK_ALL_LIBGCC_HACK instead of $(WHOLE_ARCHIVE_FLAG) -Wl,-lgccdrochner2-6/+6
$(NO_WHOLE_ARCHIVE_FLAG)
2003-06-06call "sysctl" by full path to make the build work with a conservative PATHdrochner1-2/+2
2003-06-06Install example files in the examples tree. Fix references to installedjmmv4-54/+18
configuration files in the rplayd(8) manpage. Bump PKGREVISION to 1.
2003-06-05Fix path to speex, and bump PKGREVISION here too.wiz1-3/+3
Obviously unused...
2003-06-05Bump PKGREVISION: does not depend on fftw any longer (via libsamplerate).wiz1-2/+2
2003-06-05Add test target; depends on fftw2.wiz2-5/+7
Remove bogus fftw[3] dependency. fftw dependency also not needed in buildlink2.mk, so remove it there too and bump PKGREVISION.
2003-06-05Update speex to 1.0.1, and bump sweep PKGREVISION for it.wiz1-2/+2
2003-06-05Update to 1.0.1:wiz5-21/+21
This release fixes several minor bugs that were found in version 1.0 as well as a major bug in the wideband encoding. This makes files encoded with 1.0 play with lower quality on 1.0.1 decoders.
2003-06-05Update to 0.28, from Soren Jacobsen in PR 21790.wiz3-20/+5
* Added ability to add the CRC-32 value (for files with ID3 tags only) as default comment when using scanner (thanks to Oliver), * Added ability to write the playlist with DOS directory separator (thanks to Oliver), * Added ability to write the playlist in the parent directory (thanks to Oliver), * Fix for Ogg Vorbis files : skip the ID3v2 tag (if it exists) to open the file without error, * Bugfixes in the playlist generator (character replacement, ...), * Fixed refreshing of file path when renaming a directory, * Now the configuration and history files were created at the start up to avoid error messages, * Added some patch for NetBSD (thanks to Soren Jacobsen), * French translation updated, * German translation updated (thanks to Götz Waschk).
2003-06-03Lets make this patch a little neater.jschauma2-9/+11
2003-06-03Update of Mixer.app from 1.7.0 to 1.8.0, per PR pkg/21278.jschauma3-14/+13
From Changelog: - Now supports all mixer sources. NOTE! The source names have been changed. See "Mixer.app -h". - Added alternative skin submitted by Hans D. <barross@web.de>. - Fixed warnings when compiling with GCC 3.2. - Added OpenBSD support (thanks to ptiJo <ptiJo@noos.fr>).
2003-06-02Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3abs3-7/+7
is accepted. Suggested by Grant.
2003-06-02In audio_sun.o, obey the environment variable AUDIODEV. Allows for outputis3-2/+24
on SunRay machines.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma38-76/+76
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-06-01Add and enable xmms-liveice.jmmv1-1/+2
2003-06-01Initial import of xmms-liveice, version 1.0.0:jmmv5-0/+60
The LiveIce plugin for XMMS allows you to use XMMS for streaming music (or whatever) to Icecast servers. Multiple bitrate streams and title streaming is not supported though. Package initially provided by Juan RP in pkgsrc-wip with some changes by me.
2003-06-01Fix broken dependence on "mpg123" package.tron1-3/+2
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv2-3/+6
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-30Explicitly disable cdparanoia (for now) and explicitly locate libvorbis.markd1-1/+4
2003-05-30Add ogg vorbis support.markd2-3/+9
Add missing header file to buildlink2.mk Bump PKGREVISION