Age | Commit message (Collapse) | Author | Files | Lines |
|
--- pkg/DESCR
Vorbis is a general purpose audio and music encoding format
contemporary to MPEG-4's AAC and TwinVQ, the next generation beyond
MPEG audio layer 3. Unlike the MPEG sponsored formats (and other
proprietary formats such as RealAudio G2 and Windows' flavor of the
month), the Vorbis CODEC specification belongs to the public domain.
All the technical details are published and documented, and any
software entity may make full use of the format without royalty or
patent concerns.
This package contains libvorbis, an LGPLed software implementation of
the Vorbis specification by the Xiphophorus company
(http://www.xiph.org/), vorbisfile, an LGPLed convenience library
built on Vorbis designed to simplify common uses and a number of GPL
example programs, utilities and player plugins.
|
|
|
|
|
|
Don't know what the changes are, but hopefully the few people who
had problems with realplayer on eap* will have better results.
|
|
|
|
Correct linking with libossaudio: plus two patches.
Still doesn't work, though.
|
|
|
|
|
|
|
|
|
|
|
|
encoder based on LAME. Inspired by pkg/10823 by Philipp Huber.
|
|
|
|
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
|
|
* Undo esd_send_file change on 03-03 - it makes lots of things break.
* Fix fcntl that tried to remove non-blocking flag.
* audio_solaris.c: Don't set the output device, volume and
balance when opening audio device. Those should be configurable
by an external program and the values set that way preserved
as defaults for sunsequent playing. (bugs #2587 and #5682)
|
|
X11 authorization file.
|
|
the installer will find a X11 authorization file although the
environment variable "HOME" points to the work directory.
|
|
Linux. Changes from previous version are a new installer name and better
installation of KDE and GNOME application links and MIME installation.
|
|
instead tell user to remove it himself.
|
|
- corrected a problem in the voxware server where when
ReleaseDevice was enabled, the device would be held
open when nasd was first started until the first
connection was made.
- changed documentation regarding the new location of the web
site (http://radscan.com/nas.html)
- integrated config handling in all servers, based on a
lex/yacc parser from Stephen Hocking that was in the
voxware server.
- config file is /etc/nas/nasd.conf
an example config file is installed.
- parser errors are a bit more informative ;-)
- each server now has a config.c and config.h file that
provides the ddaSetConfig() functionality required
of each server by dia/. In the SGI case,
it's just a stub. ddaSetConfig() ignores options
it doesn't understand (required behavior).
- server cmdline options '-v' (verbose) and '-d <num>'
(debug messages) added. These override
nasd.conf settings.
- hooks added to all servers in config.c - ddaProcessArg()
and ddaUseMsg() for integrated arg handling.
- voxware server:
- release device functionality now controlled by
nasd.conf
- mixer init policy now controlled by nasd.conf
- sun server:
- added integrated sun (ausuni) module (now built by
default) into the distribution.
- release device functionality now controlled by
nasd.conf
- hpux server:
- added device release (ReleaseDevice) capability to hpux
server. All servers except for sgi now
support this functionality.
- fixed sample rate change problem in hpux server
- separated hardware init code for ReleaseDevice
functionality
- added new option in nasd.conf to select either the
EXT (external - headphones/speakers) or INT
(internal speaker) output device by default
- renamed generated server binary from au* to nasd for all
servers
- man pages updated (auserver.man and
AUVoxConfig.man respectively).
- Added patches from Mark Davies for NetBSD.
|
|
<trevor@jpj.net>, the maintainer and author of this software.
|
|
> Mouse wheel now controls volume (buttons 4, 5).
- Updated translation fr, and added pt_BR.
- Title of main window now shows current song.
- Playlist button now toggles the playlist window on/off.
- Added .okt to xmp extension types.
- Better title display of http urls.
- Moved 'read id3 tags' option to mpg123 config tab.
- Renamed 'playlist accounting' to 'read file information'
- Drop down history is now saved between runs.
- Minor compile and file cleanups.
* Made key presses work with capslock on (doh!), made keypad keys work.
* Fix crash when preset names exceed 48 chars.
* Various other changes and updates.
|
|
* A fix for a bug into option menu of scanner window when using gettext.
* Added Russian translation, thanks to Sergey Zhumatiy
* Added ability to rename file from tag using masks (as to scan tag).
* File is renamed using two stages to avoid problems if you change only
the case.
* Now it warns you before to change directory, if some files haven't been
saved (but a little bug will appear).
|
|
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
|
|
* should not cause any conflicts with the new bulk-package targets,
* didn't contain a reason for why they were disabled or
* were disabled for some false reason (and a IGNORE/BROKEN in the pkg's
Makefile would be more appropriate)
|
|
Ben Collver <collver@softhome.net>.
|
|
|
|
|
|
|
|
directories in which we install files.
|
|
|
|
files).
|
|
|
|
|
|
use it accordingly.
|
|
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.
Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.
ALso simplify the logic to calculate the prefix as well.
|
|
package's prefix would not work as part of the environment specification
via MAKE_ENV (as it would not be executed in the correct directory).
Fix this by invoking pkg_info(1) directly, not via an intermediate make(1)
step - this is not as clean, but more effective (i.e. it works).
|
|
|
|
|
|
|
|
from mcr@sandelman.ottawa.on.ca
|
|
a bit more user-friendly.
Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in
bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
|
|
find out where qt1 is installed and use that directory.
|
|
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
|
|
depend upon). This way the "not available for..." message appears instead
of a "can't build dependencies" message.
|
|
Noted in PR 10518 by Lennart Augustsson.
|
|
> Added 'output to wav' options for mpg123.
> Playlists now load in the background after the first song is found,
shortens start-up time with long playlists.
> Added 'loading status item', 'time remaining button', and
'time total button' to the skin spec.
> Added French translation.
> Added 'always scroll title' option.
> Added 'remove filename extension in title' option.
> Added a man page.
- Changed a few command line option prefixes from - to --.
- Added a -q, --quit ipc command line option.
- Updated the plugin to also work with .m3u links (audio/x-mpegurl)
- Minor display changes.
- Broke mixer.c into platform-specific subsections.
- Allow recordable channels to be selected for volume (Linux, FreeBSD).
- Removed (broken?) freeamp support.
- Standard command line options are now passed when starting
in the background.
* Fix rare crash in io_mpg123.c
* 'Transparenct to root window' now works with tiled images.
* Fix so that skin specified on the command line will search in all
locations correctly.
|
|
Full list of changes available at http://www.sulaco.org/mp3/history.html,
but highlights include:
- Faster Huffman encoding routines
- faster pow() code.
- faster FFT routines
- new scalefac data structure - improves performance!
- Fitlers based on polyphase filterbank. should be slightly better
since the responce is independent of the blocktype, and they are
slightly faster.
+ many bugfixes
|
|
NetBSD-1.5_ALPHA-i386
|
|
|