summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2001-03-05Add and enable p5-MP3-Tag.jtb1-1/+2
2001-03-05Initial import of p5-MP3-Tag package:jtb4-0/+40
This is a perl module to read/write ID3v1, ID3v1.1 and ID3v2.3 tags of mp3-files. (Other tags hopefully to follow). Package provided by Damon Brodie in PR pkg/11594. Some changes by me (including newer version).
2001-03-05Remove ONLY_FOR_PLATFORM line which only was there because of the xformswiz1-2/+1
dependency, and not in sync with it either.
2001-03-05We don't want trailing '.'s in COMMENTs.wiz1-2/+2
2001-03-05Shorten DESCR to the most interesting part (for this file).wiz1-117/+8
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-3/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-03-02Update to 0.2.1, provided by Nathan Ahlstrom in pkg/12315.wiz3-7/+6
Changes: Virtual format support by a new module system, file reading and writing speed increased, more robust error handling, compiler warning cleanup.
2001-03-01Make this build on NetBSD-current systems with include "intl" library.tron1-6/+7
2001-03-01We don't need to substitute for @PREFIX@ in install/deinstall scripts asjlam2-10/+9
${PKG_PREFIX} contains that value. Use it instead, and nuke the creation of ${WRKDIR}/DEINSTALL.
2001-03-01Use PKGLOCALEDIR for the location of the installed locale files.jlam4-14/+35
Also add a few GNOME files to the PLIST, remove redundant CPPFLAGS, and use DEINSTALL_FILE to specify location of deinstallation script.
2001-03-01Update gqmpeg to 0.8.3. Changes:hubertf3-6/+6
This release adds list support to the skin specification and fixes many bugs.
2001-02-26Honor CFLAGS passed in from environment, and for NetBSD/i386, don'tjlam2-9/+10
explicitly pass -m486 flag to compiler.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf9-20/+20
XXX need to teach pkglint to be more picky about this
2001-02-21it's -> itswiz1-2/+2
2001-02-20Remove duplicate BUILD_DEPENDS for unzip (bsd.pkg.mk has an automatic onewiz6-23/+6
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as the implicit one.
2001-02-19Add and enable "mp3to".tron1-1/+2
2001-02-19Import new "mp3to" package:tron6-0/+51
Converts an MP3 file to another audio format. If <outfile> is - or missing, stdout is used. <format> may be au, wav, aiff, or any other format supported by sox.
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-102/+104
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz202-202/+202
2001-02-15Add conflict with "gmp3info" package.tron1-1/+3
2001-02-15Add and enable "gmp3info".tron1-1/+2
2001-02-15Import new "gmp3info" package:tron7-0/+79
Utility to read and modify the ID3 tags of MP3 files
2001-02-13Update to mad 0.12.5b.simonb4-18/+5
Changes from 0.12.4b: * Modified Layer III requantization to occur during Huffman decoding for significant performance gains. * Optimized short block IMDCT by eliminating redundant calculations. * Made several other Layer III performance improvements; added ASO_INTERLEAVE1, ASO_INTERLEAVE2, and ASO_ZEROCHECK architecture-specific options for best performance on various architectures. * Optimized synthesis DCT to store result values as soon as they are calculated.
2001-02-10add & enable cmp3hubertf1-1/+2
2001-02-10Add cmp3-2.0.p5: ncurses based frontend to mpg123hubertf10-0/+295
A simple yet featureful ncurses frontend to mpg123. Includes playlist support, volume control and tools to help with file management. Submitted by Rui-Xiang Guo <rxg@ms25.url.com.tw> in PR 12168
2001-02-09Update to mad-0.12.4b. Changes from 0.12.3b are:simonb2-4/+4
* New PowerPC fixed-point assembly courtesy of David Blythe. * Reorganized fixed-point assembly routines for easier maintenance and better performance. * Improved performance of subband synthesis through better indexing and fewer local variables. * Added alias reduction for the lower two subbands of mixed short blocks, per a report of ambiguity with ISO/IEC 11172-3 and for uniformity with most other implementations. Also improved alias reduction performance using multiply/accumulate. * Added --enable-strict-iso option to `configure' to override best accepted practices such as the alias reduction for mixed short blocks. * Improved performance of Layer III IMDCT by using longer multiply/accumulate runs where possible.
2001-02-07Update to 0.12.3b. Changes: MPEG 2.5 support, bug fixes, madvise support,wiz4-30/+5
more statistical output on program exit, better mono/stereo support, support for amplification/attenuation, and some other stuff.
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz3-4/+11
2001-02-06Update home page and master site URL.tron1-3/+3
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-2/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-2/+2
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-29Update to 0.92.7. Changes include speedups, autoconfiscation, bugfixes.wiz4-20/+10
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-7/+5
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-26This file is obsolete (patch integrated).wiz1-16/+0
2001-01-26etc/rc.d: rplayd.sh -> rplaydhubertf2-4/+4
2001-01-21Change the first bsd.pkg.mk to bsd.prefs.mk.veego1-2/+2
Having two includes of bsd.pkg.mk in one Makefile is a bad idea.
2001-01-19add USE_XPM.wiz1-1/+2
2001-01-19Fix MASTER_SITES -- it _must_ have a trailing /.jwise1-2/+2
2001-01-18Update to 0.8.2. Changes:hubertf5-15/+12
* Skin Editor * Ogg Vorbis (ogg123) support Patches for update send in PR 11986 by Michael Lyngbøl <michael@lyngbol.dk>
2001-01-13Wildcard dependency on libcdaudio.wiz1-2/+2
2001-01-11Update HOMEPAGE.dent1-2/+2
2001-01-11Use IPv6 support on Solaris, too.tron1-2/+1
2001-01-11Fix build problem invented in last commit.tron1-2/+4
2001-01-11Work arround the problem that the IPv6 patch file needs to be applied withtron1-2/+4
"-p1" while the layer 3 64bit patch needs "-p0".
2001-01-11spell "Commodore" correctlylukem1-1/+1
2001-01-11change the minimum screen size from 80x25 -> 80x24 (which is thelukem2-1/+18
default for xterm, amongst others). this doesn't seem to have caused any noticable problems
2001-01-09fix spelolukem1-1/+1
2001-01-08- Change the timeout period from 10s to 1min, which is the same value ofitohy2-15/+48
the original implementation. Actually, one of my drive takes more than 10s for seeking a track and causes inconsistency of the aic SCSI driver. Yeah, the driver should not fail, but that is a different problem.... :) - Implement read speed selection (-S option). The unit is 1000byte/s. "-S 176" for 1x speed, "-S 352" for 2x speed, and so on. If the specified value is smaller than 176, it will be multiplied by 176, so "-S 1" also selects 1x speed. "-S 0" selects the maximum speed. This is an experimental feature and the interface will likely change.
2001-01-08Don't depend on ncurses, USE_CURSES.wiz1-4/+10