modified by me.
xmmsctrl is a small utility to control xmms from the command line.
Its goal is to be used coupled with sh to test xmms state and perform
an appropriate action, e.g. if playing then pause else play. The
interest of this is to bind keys in a window manager to have control
over xmms with keys that do play/next/pause, prev, control sound...
gst-plugins-* packages. Generating a description during installation
is not well supported and causes problems when creating the README
files, for example.
* Revert change to use authentication callbacks, it broke too much.
* Don't crash on gnome-panel restart.
* Plug a memory leak.
* Update et and nl translations.
MuSE is an application for the mixing, encoding, and network streaming of
sound. MuSE can simultaniously mix up to 6 encoded audio bitstreams (from
files or network) plus a soundcard input signal. The resulting stream can
be played locally on the sound card and/or encoded as an mp3 bitstream sent
to a broadcast server. MuSE offers an intuitive interface to be operated
realtime and can run in "slick" mode from commandline.
* Fixed Rhythmbox GUI when using an RTL locale.
* Require GStreamer 0.8.1.
* Fix issue with previous button in playlists.
* Allow playback of untagged mp3s.
* Don't crash on passing directory on cmdline.
* Convert more filenames to UTF-8.
* Show errors during initial import too.
* Set up GnomeVFS authentication callbacks.
* Avoid ReplayGain setup delay.
* Add DOCTYPE to docs.
* Prevent crash when the GConf schema wasn't properly installed.
* Make auto rating work much better.
* Squash a major memory leak with size-limited automatic playlists.
* Don't spew (harmless) warnings in small-mode playback.
* Update ru translation.
KMP is an Music Player Daemon client that uses the QT GUI toolkit so
it will comfortably fit in with your KDE desktop, although only QT is
required. MPD is a daemon that runs in the background and accepts
connections from clients which can then tell MPD what to do. KMP aims
to be a full featured and easy-to-use client. KMP will allow you to
browse the server's collection, add songs to the playlist, change the
volume, etc.
from pkgsrc-wip by pkg@burningsoda.com.
The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.
from pkgsrc-wip by pkg@burningsoda.com.
Music Player Daemon allows remote access for playing music (MP3s, Ogg
Vorbis files, Flacs and AAC files) and managing playlists. It is
designed for integrating a computer into a stereo system that provides
control for music playback over a local network. It is also makes a
great desktop music player, especially if you're a console junkie,
like frontend options, or restart X often.
this package is a hybrid of a package created by pkg@burningsoda.com
in pkgsrc-wip and the package created independently by myself.
stream source. It consists of a player script for mserv and a playlist
handler module for IceS. It supports the NEXT and STOP commands in
mserv. It also supports title streaming with metadata from your mserv
database.
the RCD_SCRIPTS rc.d script(s) to the PLIST.
This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.
This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)
These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)
I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.
Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
hard-coded etc/rc.d. These need to be fixed.
- maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
* Really fix playlist saving.
* Include completely untagged files too.
* Fix .applications file to handle any gnome-vfs location.
* Fix iPod compilation on big-endian machines.
* Find iradio-initial.pls correctly.
* Fix a prototype.
* Make saving playlists dialog work with GTK+ 2.4.
* Squash a few small memleaks.
* Update es, pl and ja translations.
* this is now the stable version
* can now record and edit 24-bit and 32-bit samples
* sound input and output has been improved
* can now record more than two channels at once
* buffering is improved, for lower chances of skipping and buffer underruns
* three new effects change teh pitch and tempo of a track
* most effects now include a preview button
* other new efefcts include compressor, repeat, and normalize
* features a dsp language called nyquist for programming new effects
* improved user interface
* internationalization
Package provided by dotz@irc.pl.
PortAudio is a free, cross platform, open-source, audio I/O library. It
lets you write simple audio programs in 'C' that will compile and run on
many platforms including Windows, Macintosh (8,9,X), Unix (OSS), SGI, and
BeOS. PortAudio is intended to promote the exchange of audio synthesis
software between developers on different platforms, and was recently
selected as the audio component of a larger PortMusic project that includes
MIDI and sound file support.
PortAudio provides a very simple API for recording and/or playing sound
using a simple callback function. Example programs are included that
synthesize sine waves and pink noise, perform fuzz distortion on a guitar,
list available audio devices, etc.
# Mp3splt v. 2.0d
- bug fixed: long filename for performer in CUE file caused seg fault
- bug fixed: bad parsing of CUE files (again.. ;), for global artist and album
- bug fixed: "EOF" string introduced to reach end of file. Now minimum
splitpoint number changed back to 2.
# Mp3splt v. 2.0c
- feature improved: number of digits for @n number optimized.
- feature improved: new parameter ("min") for -s to specify a minimum length.
- feature improved: number of found silence points displayed during process.
- important bug fixed: corrected CUE time parsing and hundredths calculation.
- bug fixed: answering 'n' to -e option question, didn't abort ;-)
# Mp3splt v. 2.0
---------------------------------------------------------------
NOTE for people who already used mp3splt
From this version some important changes took place:
- to specify output filename:
NO: mp3splt file.mp3 0.0 1.0 output.mp3
YES: mp3splt file.mp3 0.0 1.0 -o output.mp3
- silence option with user threshold and track number:
NO: mp3splt -s 0.45 file.mp3 10
YES: mp3splt -s th=0.45,nt=10 file.mp3
- "mp3splt.log" file with -s option changed format, old logs
are now incompatible with new version, and viceversa.
Please read man page for more detail
---------------------------------------------------------------
- new feature added: new option -k, for input not seekable.
- feature improved: now it's allowed to specify STDIN and STDOUT ("-")
- feature improved: now also parameters for -s option must be specified in
unic argument using th, nt, off, rm. Keep in order! ;-)
- feature improved: it is possible to remove silence with -s option. ("rm")
- feature improved: new parameter ("off") for -s and -a to adjust splitpoint
- feature improved: mp3info() completely rewritten using mad library.
- feature improved: more than one file can be specified on command line
- feature improved: now -o option extended to all uses for filename format.
- feature improved: possibility to specify only one split time to mean to
split from time to end of file.
- feature improved: no more [outputfile], you always have to use -o option,
even for one single file.
- "bug" fixed: original vorbis comment preserved for all splitted files.
- bug fixed (Thanks Lukasz Czarniecki): now performer for cue is taken in
account for ID3.
- bug fixed: better handling of files with Xing header. Also "bytes" field is taken
- bug fixed: corrected dirty bug for cue files with minutes over 99.
- bug fixed: missing break instruction in a switch() statement ;-)
- bug fixed: error notice if input and output files are the same file.
- bug fixed: MAXTRACKS redefined to 1000 (do you really want to split more
than 1000 files?? ;-)
Changes:
* SDL no longer sets a fatal signal handler for SIGPIPE
* Fixed modifier key state on MacOS X
* Added support for remote XVideo
* Fixed static linking on MacOS X
* Fixed compiling with broken Linux 2.6 headers
* Fixed mouse cursor visibility and focus events on MacOS X
* Added support for /dev/joy* on Free/Net/OpenBSD
* Fixed problems with CD-ROM audio playback on MacOS X 10.1
* Added dynamic GL library loading to MacOS Carbon support
* Added function to create RWops from const memory: SDL_RWFromConstMem()
* Fixed build problems with newer versions of automake
* Fixed MacOS X libtool framework support
* Added CPU feature detection functions to SDL_cpuinfo.h
* Fixed illegal instruction crash using 3DNow on Intel processors
* Fixed asm issues with mmx.h and gcc 3.3
* Fixed crash calling app defined window proc
* Fixed long long constant warnings in GCC 3.3.1
* Fixed joystick open problems on BSD
* Fixed X11 mode line crash with only one video mode
Fixes PR pkg/22462.
Okayed by wiz@.
* Fix playlist saving [Colin Walters]
* Memory leak fixes [Benjamin Otte]
* Ignore .Trash directories [Jonathan Blandford]
* Add audio/x-mod to known music types [Colin Walters]
* Several drag and drop fixes [Colin Walters]
* Fix usage of GtkFileSelection [Colin Walters]
* Revert back to using "Music Player" as Name [Colin Walters]
* Add code to guard against some GConf errors [Colin Walters]
* Display error on missing help files [Colin Walters]
* Some station properties dialog UI tweaks [Colin Walters]
* Remove quality column for now, it doesn't work [Colin Walters]
* Require GStreamer 0.8 [Colin Walters]
* Handle invalid UTF-8 when parsing playlists [Colin Walters]
* Fixes to bonobo interface [Colin Walters]
* Quote names with spaces for allmusic.com URIs [Colin Walters]
* Disable GTK+ sounds just for Rhythmbox [Miguel Coca]
* Better error message on missing plugin [Colin Walters]
* Fix GConf schema default for selected source [Colin Walters]
* A really major crasher bug fixed [Colin Walters]
* Allow player to release audio sink when GStreamer supports it [Benjamin Otte]
* Fix several crashers in multiple selection dialog [Colin Walters]
* New translations: en_CA, en_GB, pa.
* Updated translations: id, lt, cs, ca, pt_BR, es, nl, sv, pl, da, pt, no,
sr, hr.
This is a maintenance release, aimed at bug-fixing; no new features
are being added to the 4.0 branch.
The main purpose of this release is compatibility with the recent GTK+ 2.4.x
release along with other fixes.
Features of this release
* Parallel installability with 0.6.x series
* Internationalization
* New translations in this release: Swedish, Afrikaans, Azerbeaijani
* Translations: af az nl sr sv
* Updated to the new core 0.8 subsystems
* Reworked play and media-info libraries
* Updated osssink: now does probing of possible output properties
* Updated qtdemux: fixes for MACE audio
* New debug element: quasirandom byte changes
* New element: dvddemux
* New element: kiosrc, a KIO-slaves source
* Fixes to all other elements, including level, videodrop, gnomevfssrc,
speex, *law, mpeg2dec, adder, a52dec, oggdemux, matroska, mad, v4l2,
cacasink
* Portability fixes
* ChangeLog use
* Coding style consistency
* Various memleak and buffer overflow fixes
Bugs fixed in this release
* 120883 : osssink advertises more rates than it handles
* 125732 : v4l2src don't support all YUV formats
* 134301 : gst-plugins should depend on X
* 135919 : Mandrake 10
* 136477 : [PATCH] gst-launch-ext does not support .mov
* 136527 : gdk_pixbuf makefile tried to execute targets contrains in...
* 137348 : media-info .pc file lacks a 'Version:' line
* 137448 : mpegaudioparse: crash (bus error)
* 137504 : mpeg2dec fails on 422 encoded material
* 137556 : Ogg Vorbis playback has poor spatialization
* 137588 : ffmpegcolorspace gives critical when it should throw error
* 137722 : Quicktime audio parsing is broken
* 138105 : [mpeg1videoparse] Hangs while decoding everest.m1v
* 138168 : id3tag using gst_event_new_discontinuous incorrectly?
* 138169 : matroska-demux using gst_event_new_discontinuous without ...
* 138635 : two GLib-GObject-CRITICAL Messages when running gst-regis...
* 138846 : all of the ladspa-wrapped source-plugins fail to go to pl...
* 138914 : gstgdkanimation.h is missing from gst-plugins-0.8.0
* 139034 : Non-standard test(1) operator used in configure script
* 139035 : Non-standard regex used as libtool argument
* 139382 : mad decoder can resync wrongly after seek and does explic...
* 139532 : gstcolorspace crashes when after v4lsrc (ffmpegcolorspace...
* 139926 : id3tag's caps cause it to be plugged more than once by sp...
* 139958 : Leak in avidemux
* 140058 : [msmpeg4] file with broken qscale/header does not play
GNOME VFS provides an abstraction layer of the file system; applications
use this layer to access many different protocols and simulate that they
are part of the local file system.
This package provides the cdda module for GNOME VFS, which allows it to
retrieve audio tracks from CDDA capable CDROM drives.
bmp-esound is an output plugin for the Beep Media Player program that
allows it to output sound using the enlightened sound daemon (mainly
used by the GNOME desktop).
Beep Media Player is a fork of XMMS. Its primary goals are interface
and usability, all based on the technology provided by GTK2+, while
maintaining the skinned user interface.
Slightly based on the beep-media-player package found in pkgsrc-wip.
Beep Media Player is a fork of XMMS. Its primary goals are interface
and usability, all based on the technology provided by GTK2+, while
maintaining the skinned user interface.
Slightly based on the beep-media-player package found in pkgsrc-wip.
Changes:
* Improved the logic in the order of events when using a local CDDB repo.
* When using a selected, localy cached CDDB entry, we forgot to show the
selection when asking the user for editing the choice. Now we show it.
* Added the option "-m" to modify the resulting playlist, to contain CRLF at
the end of every line, letting some hardware players which insist with
DOS-style files to use them. Also, added DOSPLAYLIST as a config option.
* Added >&2 redirection to visualize the "Erase playlist" question.
* When *DATAPREFIX was set, the playlist creation was made without newline.
* Solved bug with batch encoding, thanks to Travis McKay.
* Do not tag GENRE and DATE in Ogg/Vorbis if CDDB does not provide them
* Documentation update: README, abcde.1
* Added COMMENT part in OggFlac metadata.
* Added a pre-read function for preparations. Uses include closing the CD
tray.
* New setting for the CD speed. Some drives have a higher failure ratio when
spinning at high speed.
* The eject program is not needed if CDSPEEDVALUE is not set and no EJECT
action is performed.
* Encoding the whole CD in one file is now possible. Use "-1" as a flag.
The Uninterrupted Broadcasting System (UBS) is a program designed to run the
operations of a radio station when a DJ isn't in house. This includes playing
station ID's, public service announcements, and songs. This program is
similar in function (but not design nor implementation) to DRS 2006.
The UBS was not intended to be used for webcasting, but it could presumably
be adapted for this purpose. The intented audience of the UBS is smaller
college/high school/commercial radio stations which wish to do unattended
broadcasting via a stable and reliable computer daemon.
Overview of Changes in Rhythmbox 0.7.1
======================================
* Initial iPod support (see README.iPod) [Christophe Fergeau]
* Ignore files with unknown MIME types [Colin Walters]
* Support for Rating criteria in automatic playlists [Colin Walters]
* Disc number tags [Christophe Fergeau]
* Per-song automatic rating is now configurable [Michael Terry]
* Improved multiselection dialog [Colin Walters]
* Fix GStreamer configure checks [Christophe Fergeau, Colin Walters]
* Use weighted random algorithm when using Shuffle+Repeat [Jeffrey Yasskin]
* Remove Bonobo statusbar for now [Colin Walters]
* Disable "Browse by..." context menu if browser isn't enabled [Colin Walters]
* Some state saving: search text, selected source [Colin Walters]
* Use GtkFileChooser in startup druid too [Christophe Fergeau, Colin Walters]
* Add audioconvert in pipeline [Colin Walters]
* Don't do prelighting on ratings (avoids theme color issues) [Colin Walters]
* Actually save library if it didn't exist before [Christophe Fergeau]
* Use GAtomic if available [Christophe Fergeau]
* Improved Xing header parsing [Christophe Fergeau]
* Improved duration reading using GStreamer [Christophe Fergeau]
* Fix flac configury [foser@gentoo.org]
* Don't set sink to NULL to avoid pausing issue [Colin Walters]
* Fix occasional deadlock on startup [Colin Walters]
* Other various bugfixes
* New and updated translations
Overview of Changes in Rhythmbox 0.7.0
======================================
* Support for GStreamer-based metadata [Colin Walters]
* Initial tag editing work [Colin Walters]
* Adaptive ratings [Michael Terry]
* ReplayGain support [Jeremy SIMON]
* Create automatic playlists via drag and drop from browsers [Jonatan Magnusson]
* Editing of automatic playlists [Colin Walters]
* Song info dialog cleanups [Colin Walters]
* Implement "Browse this genre/artist/album" context menu [Colin Walters]
* Allow reordering playlists via DND [Colin Walters]
* Automatically scroll view while dragging [Yann Rouillard]
* Fix sorting by genre [Colin Walters]
* Pause support for multimedia keys [Crispin Flowerday]
* Lots of playback order fixes and speedups [Jeffrey Yasskin]
* .m3u parsing fixes [Colin Walters]
* Some MacOS X work [Jeffrey Yasskin]
* Fix time display with partial days [James Kahn]
* Use new GtkFileChooser if available [Sriram Ramkrishna]
* Internet radio buffering progress now uses bottom progress bar [Colin Walters]
* Correctly remember state for Import Folder dialog [Colin Walters]
* Lots more error checking for playback [Colin Walters]
* Update INTERNALS documentation [Colin Walters]
* New "equals" criteria for automatic playlists [Colin Walters]
* New default iradio station list [Colin Walters, Jeffrey Yasskin, Joseph Wilhelm]
* Default CFLAGS warning bits stolen from gnome-keyring [Colin Walters]
* Configuration/build fixes [Juilo M. Merino Vidal]
* More C89 fixes [Scott Wheeler]
* General code cleanup [Colin Walters, Christophe Fergeau, Jeffrey Yasskin]
* Misc bugfixes [Colin Walters, Christophe Fergeau, Jefferey Yasskin]
* New and updated translations
gnome-speech 0.3.2:
* Drivers now take into account the language specified in getVoices
and the createSpeaker calls.
gnome-speech 0.3.1:
* Fix some driver strings to fix activation errors.
gnome-speech 0.3.0:
* Updated VoiceInfo structure such that language is a string rather
than an int.
* 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.
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
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.
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.