Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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).
|
|
dependency, and not in sync with it either.
|
|
|
|
|
|
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.
|
|
Changes: Virtual format support by a new module system, file reading
and writing speed increased, more robust error handling, compiler
warning cleanup.
|
|
|
|
${PKG_PREFIX} contains that value. Use it instead, and nuke the creation
of ${WRKDIR}/DEINSTALL.
|
|
Also add a few GNOME files to the PLIST, remove redundant CPPFLAGS, and
use DEINSTALL_FILE to specify location of deinstallation script.
|
|
This release adds list support to the skin specification and fixes many bugs.
|
|
explicitly pass -m486 flag to compiler.
|
|
XXX need to teach pkglint to be more picky about this
|
|
|
|
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as
the implicit one.
|
|
|
|
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.
|
|
|
|
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
|
|
|
|
|
|
|
|
Utility to read and modify the ID3 tags of MP3 files
|
|
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.
|
|
|
|
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
|
|
* 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.
|
|
more statistical output on program exit, better mono/stereo support,
support for amplification/attenuation, and some other stuff.
|
|
|
|
|
|
|
|
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
|
|
|
|
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.
|
|
|
|
|
|
Having two includes of bsd.pkg.mk in one Makefile is a bad idea.
|
|
|
|
|
|
* Skin Editor
* Ogg Vorbis (ogg123) support
Patches for update send in PR 11986 by Michael Lyngbøl <michael@lyngbol.dk>
|
|
|
|
|
|
|
|
|
|
"-p1" while the layer 3 64bit patch needs "-p0".
|
|
|
|
default for xterm, amongst others). this doesn't seem to have caused
any noticable problems
|
|
|
|
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.
|
|
|