pkg/13224. Changes suggested in the PR were applied, and one additional
change in the place where the CFLAGS are set was made to give this package
a better change of compiling on Linux.
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.
Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.
New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
such as 1.4.4, without thinking they are alpha release numbers.
New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.
New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.
New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
the mpg123 tab. this allows setting ogg123 options such as "--buffer 5000".
XXX: i haven't patched any of the localisation stuff for this because i
have NFC how to do it.
the buildlink.mk files from all of xmms' dependencies, as libxmms.so is
only linked against the GTK+ libraries. The various plugins may want
other libraries, but they can pull in the proper buildlink.mk files by
themselves.
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and
MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package
Makefile includes the buildlink.mk file, then it most likely wants to use
the config script wrappers as well. Change suggested by Hubert Feyrer
(hubertf) and Tomasz Luchowski (zuntum).
> Added preset list widget to the skin spec.
- All widgets in the skin spec should now be documented in SKIN-SPECS
file.
- Single clicking on a playlist in a skin now selects the song, double
clicking will play the song if stopped.
- Minor Japanese translation update.
* Fixed the window manager classes so everything is unique, the main
window
is now GQmpeg:gqmpeg and the playlist is GQmpeg:playlist.
SLIK (0.6.0) related changes:
> New font widget, for use by text in the same method digits are used
by numbers to conserve memory.
> For text, the data field is now used as the default text when the
application does not register a matching text key. Useful when
labels are needed in a skin.
- Skin sizes are now remembered for sizeable skins.
- Improved list widget button press handling (to work more like a
button).
* Fixed the parser so that spaces are accepted in keys and data fields.
* Digits (and fonts) can now only be removed in the editor when no
widgets reference them.
* Fixed background updates for hidden widgets (fixes transparent items
linked to sliders and dials).
* Fixed calculations for list widget row borders.
* Fixed broken widget placement when setting background in the editor.
* When opening the editor, the skindata entry field used for load and
save is now set correctly to match the active skin.
GDancer is an XMMS plugin to animate characters to the beat of the music. The
default character is Space Ghost, but you can use and make your own characters
through themes.
Now this package actually works for me.
Changes:
now uses a default themedirectory
added menus, movearoundhanling
some gtkwidget cleanup
graphcolor and graphbackground now comes from skin
added miniicon (for taskbar etc)
NOTE! the old skinns should be replaced with the new ones, if using them
o set USE_BUILDLINK_ONLY
o use $(XMMS_CONFIG)
Note:
At least revision 1.3 of pkgsrc/audio/xmms/buildlink.mk is required to build
this package.
changes include:
ogg123:
* The default output device is now set in the libao configuration
files. A future release of ogg123 will allow a configuration
option to override the libao default. In this release, the ogg123
config files are ignored. Note that most systems will not need to
override the default selected by libao.
* The -f is now used to set the output filename when writing
audio to a file. Default filenames are no longer supported.
oggenc:
* Correct UTF8 encoding, so that non-ASCII comments can be encoded correctly.
* Better input file handling, including wav parser bugfixes.
ogginfo:
* Simple file integrity checks are now performed on the Ogg files.
* Only the info for the first logical bitstream of a chained file
will be displayed.
vorbiscomment:
* append mode added for appending comments to an existing file.
* More user-friendly interface.
* Major bugs in file-rewriting core fixed.
* Processing with vorbiscomment will fix a number of common problems
with ogg files.
vcut:
* New utility for sample-accurate manipulation of vorbis files without
requiring reencoding
changes:
* Powerful channel coupling system takes advantage of similarities between
channels to reduce bitrate.
* Additional encoding modes give more flexibility in bitrate selection.
64,80,96,128,160,192,256,350 stereo; 32,48,64,80,112,140 mono modes.
* Only 44.1KHz/48KHz is officially supported in this release. Lower
sample rates will work, but with much lower quality.
* Cascaded encoding makes libvorbis ready for future bitrate reduction tools.
* Decode engine bugfix ensures better compatibility with future Vorbis codecs.
NOTE: api has changed (different major number on library). all other
libao packages need updating as well
changes:
* New API is not compatible with programs that used the old API.
* Default driver detection works correctly.
* Compilation fixes for the BSDs and Solaris.
* OSS driver no longer freezes on systems using the OSS emulation
layer of ALSA when the dsp device is in use by another device.
* Configuration file support has been added. See the libao.conf(5)
man page for details.
PR 13686 by Ben Collver.
Changes as noted by Ben:
* flac libraries not redundantly built again for flac-xmms
* libtool not used to generate xmms plugin (good/bad?)
* does not install unnecessary .la file
SpiralLoops is an experimental loop based sampler for Linux or BSD.
The idea of SpiralLoops is to provide a simple, visual tool for looping and
layering of sounds; which can be sourced from either wav files on disk, or
from sound generating plugins.
SpiralLoops allows you to create loop based compositions with the minimum
feedback time between the decisions you make and your ears. The looping
mechanism is very flexible, you can lock the timing of loops together, or
offset them for creating complex sequences, such as polyrhythms.
Package provided by Ben Collver <collver@linuxfreemail.com> in PR pkg/13693