Age | Commit message (Collapse) | Author | Files | Lines |
|
* Updated SBLive/Audigy/Audigy2 drivers - AC3 support added
* Fixed up ESS Solo-1 input record level bugs
* Support for ALI M5455 (ALI 1563 SouthBridge) audio
* Updated AudigyLS drivers
* 4Front Virtual Mixer now comes standard with the OSS drivers. An
advanced version with builtin equalizers, loopback audio recording,
individual volume control is also available with an extra licensing
fee. The basic Virtual Mixer technology allows users to play upto
4 audio apps at the same time. There is no special programming
required (unlike ESD or aRTsd) as the Virtual Mixer devices behave
exactly like the physcal hardware devices. Virtual Mixer contains
4Front's proprietary profesional quality sample rate convertors
that handle the mixing of various audio applications.
|
|
and ossaudio libraries are handled through their buildlink3.mk files.
|
|
|
|
0.4.0 30 March 2004
* Files can now be renamed and deleted
* ID3 tags and Vorbis comments can now be edited
* The browse function has been enabled (uses www.allmusic.com)
* A few minor bugs and memory leaks have been fixed
* Because of the inclusion of GPL code, the program license
has been changed to GPL
* Requires streamtuner 0.12.0
0.3.0 31 January 2004
* Ogg Vorbis support has been implemented (requires libvorbis)
* Internationalization has been performed, and a french
translation is already available
* Now uses libid3tag (part of MAD project) instead of id3lib
* Added a duration column
* Switched to Autoconf 2.57, Automake 1.7.5 and Libtool 1.5
* Requires streamtuner 0.11.0
|
|
0.3.4 30 March 2004
* SGML character references are now expanded
* URL fields are now visible
* Requires streamtuner 0.12.0
0.3.3 31 January 2004
* Internationalization has been performed, and a french
translation is already available
* Can now login to Live365 (patch by Daniel Caujolle-Bert)
* Categories are now reloaded only once per session
* Error messages have been simplified
* Requires streamtuner 0.11.0
|
|
0.12.1 30 March 2004
* Fixed bookmarks loading
0.12.0 30 March 2004
* The bookmarks are now global
* A preselections handler has been implemented
* The properties dialog can now edit a stream
* Some streams can now be deleted
* HTTP transfers are now compressed if possible (suggested by
Marcus Rückert)
* HTTP transfers now follow redirections
* Socks 5 proxy support has been added
* The documentation is now in DocBook format
* A splash screen has been implemented
* Some icons have been changed
* Tabs can now be reordered
* GTK+ interactive search has been fixed
* Several UI improvements have been performed
* The API has been enriched
* The overall performance has been greatly improved
* Major code cleanups have been performed
* Several bugs and memory leaks have been fixed
* streamtuner-theme-convert has been removed
* Now requires GTK+ version 2.2.2 or superior
* Now requires libcurl version 7.10.5 or superior
0.11.1 07 February 2004
* Fixed a deadlock on Linux and other platforms having
non-recursive mutexes (reported by Marcus Rückert)
* Fixed a crlf parsing bug in transfer code
* A minor bug in tab switching has been fixed
0.11.0 31 January 2004
* Reimplemented bookmarks support (unseen since 0.7.3)
* Multiple stream selection is now possible (a new event has
been added, ST_HANDLER_EVENT_STREAM_TUNE_IN_MULTIPLE)
* Categories are now displayed when they are selected
* Removed the "Stop tune in" feature and the task dialogs
* The stop button now is now global
* Removed the category menu and moved its items to the view
menu
* The transfer API has been improved:
- retrieval of HTTP headers
- UNIX, DOS and Mac newline support
- cleaner API
* Introduced the st_action API, obsoleting st_programs
* Implemented a minimal m3u and pls API
* Added st_handler_set_description() and
st_handler_set_home(): a clickable label pointing to the
currently selected handler's home is now displayed in the
toolbar
* GTK_STOCK_REFRESH and GTK_STOCK_STOP now replaces
ST_STOCK_RELOAD and ST_STOCK_STOP
* Categories now have a descriptive icon
* Tab icons can now be hidden
* Added an "Always refresh categories" option
* The SHOUTcast plugin can now parse the charset information
of the Content-Type HTTP header
* A SHOUTcast playlist writing bug has been fixed
* Multi-threading is now mandatory
|
|
|
|
* Minor bug fixes
|
|
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
|
|
is support for decoding AAC HE files (as generated by iTunes).
|
|
|
|
If we're going to mess with defining FLOAT on the command line
(done for alpha from before), we should also define FLOAT_MAX.
Pull in <float.h> in libmp3lib/machine.h, so that DBL_MAX is
available for that purpose.
|
|
MAX_FORM_COMMAND.
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
|
|
|
|
|
|
|
|
|
|
may be required.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That should close PR 24818.
|
|
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
|
|
|
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
|
|
|
|
Closes PR pkg/24577. OK'ed by reed@.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build anything.
|
|
build anything.
|
|
|
|
|