Age | Commit message (Collapse) | Author | Files | Lines |
|
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".
|
|
Arts specific changes unspecified.
|
|
The s/mcop_mt/mcop/ hack that worked with pth doesn't work in -current.
Make libmcop_mt build with pre-current and pth by providing sem_* calls
based on a mutex and a condition variable.
|
|
Many bugfixes and functionality enhancements including:
kdemultimedia
Started a video framework
More consistent internationalisation in many applications.
NEW IN KDE: KAudioCreator, a CD ripper and audio encoder frontend.
NEW IN KDE: KRec, an audio recorder using aRts.
KMediaPlayer interface added to kdelibs to reuse Kaboodle.
Noatun: Added option to clear the playlist when running with a file as
command line option.
Added video thumbnail creator using xine-arts.
KMix: Added mute control support.
|
|
- Build all packages with a --disable-static libtool. This is how the
packages should be built and means that we don't get a load of useless
static libraries.
- Use x11/kde3/files/foo_main.cpp instead of creating N copies with
patches.
- Some other PLIST fixes
- Fix PR 19848. kspell doesn't find dictionaries.
|
|
|