in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
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.
Wed Apr 30 2003 -- Version 0.8.2
--------------------------------
This release contains support for ALSA 0.9.
Internationalization (i18n) improvements:
* a complete audit of untranslateable strings, including
mis-configured source files and unmarked strings, by
Silvia Pfeiffer.
* a new Greek translation by Dokianakis Fanis
* a new Russian translation by Alexandre Prokoudine
* an updated Italian translation by Yuri Bongiorno
* an updated German translation by Silvia Pfeiffer
Additional changes include:
* added VBR without DTX option for Speex 1.0 speech encoding
* improved accuracy of sliders in processing dialogs
Thu Feb 6 2003 -- Version 0.8.1
--------------------------------
This release contains performance improvements for basic editing operations,
including reduced memory consumption during cut and paste insert. It also
includes support for creation of new files on the command line, updated
handling of raw file loading through libsndfile, and updated support for
voice activity detection and intensity stereo coding features of the Speex
speech codec.
* a new monitoring subsystem for use in DJing and live performance.
Users with two sound cards can use headphones for monitoring, to
prepare mixes and cue samples without disrupting the main output.
* A usability bug was fixed in keyboard playback controls
* the Italian translation of the user interface was updated by
Yuri Bongiorno.
Sweep is a sound wave editor, and it is also generally useful as a
flexible recording and playback tool. Inside lives a pesky little
virtual stylus called Scrubby who enjoys mixing around in your files.
Version 0.5.1 was provided in my own PR pkg/18124.