to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Changes in 1.0.5
* Fixed CD Copy device selection when starting from the KDE "run" dialog
* Fixed HAL mounting (thanks to Ken Milmore)
* Always wait for the drive to become ready before starting verification
(this should fix some of the problems with failed verification where K3b
claims that no medium is in the drive.)
Changes in 1.0.4
* K3b now silently allows the burning of files bigger than 4 GB if an
appropriate version of genisoimage or mkisofs is installed ("silently"
means that I did not introduce any new messages)
* I was not able to find the aweful "disabled DMA" bug but I introduced
a little workaround which hopefully solves it for many of you (BTW: K3b
from svn trunk does support DVD burning with cdrecord.)
* Never use growisofs parameter -dvd-compat with DVD-RW media in
restricted overwrite mode (some drivesdo not like that)
* Unmount medium before DVD formatting
pkgsrc change: include patch from PR kern/36030 to work around a problem
that can cause NetBSD to panic or just not read a CD.
1.0.3
=====
* Reverted to old behaviour of reloading medium before verification. Not
enough testing had been done before introducing this and some systems
fail to read the medium before reload.
* Do not crash when the currently playing audio project item is removed.
* Added desktop actions to handle empty media with K3b.
* Fixed read retry when reading data tracks
* K3b's dialogs now honor the global button layout setting
* Do not crash on mp3 files without tags if compiled with taglib support
* Do not allow to copy a rewritable media to itself.
* Fixed crash on startup with devices that return bogus GET PERFORMANCE
data
1.0.2
=====
* Properly determine the capacity of complete CD-R(W) media.
* Mark a data project as modified if files are renamed.
* Allow adding of all actions to the welcome window
* Added "NoDisplay=true" property to k3b-cue.desktop and k3b-iso.desktop
* Fixed supported write speed detection on some devices
* No reload before verification and between writing sessions (CD copy +
Mixed Mode CD) anymore
* Fixed crash when using the Device menu without a selected device.
* Fixed DVD copy when reading from a DVD+RW.
* Fixed --without-alsa configure check
* Fixed a crash in Video DVD ripping when the title does not contain an
audio stream
* Only use the mkisofs parameters -biblio, -copyright, and -abstract if
they have been set. Using them with invalid values (empty) seems to
sometimes result in broken iso images.
* Better compatibility with recent transcode development branch
* Fixed Multisession import size handling.
* Fixed Lame quality preset handling.
* Made libk3bdevice really thread-safe. This fixes the disabled DMA bug!
* New configure check --without-cdrecord-suid-root to disable K3b's check
for cdrecord permissions. Although not recommended it is requested by
many distributors.
* Changed the order of the buttons in the tool dialogs to match the
default KDE order.
* Added handling of the newly introduced genisoimage parameter
-allow-limited-size
* Make the K3b Sox audio encoder plugin work with newer sox versions
(Thanks, Stephan Binner.)