used in gxine build to convert svg into png. There is a replacement
"rsvg-convert" with different cmd line syntax, but it seems to me that
this is all unnecessary -- gxine can display the svg files as well.
So, to keep things simple, fix the PLIST to reflect the status quo
and drop the useless build dependency.
changes:
-bugfixes
pkgsrc note: I've disabled console output redirection into a log
window because it doesn't work on NetBSD. Is something like
"stdout = fdopen(blah)" legal?
changes:
* Restored disabling of VO deinterlacer when there are active
deinterlacer plugins. I finally realised what was missing...
* Added names to some windows for use in ~/.gxine/gtkrc: video,
fs_toolbar, wm_toolbar.
* Added a few name attributes to the toolbar XML and some example style
info (commented out) to the default gtkrc for the full-screen toolbar.
* When determining a default MRL title, resolve symbolic links.
* Prevent text insertion before the system-wide startup script.
* A couple of Undo shortcuts got missed in 0.5.6.
* Fixed some problems with switching to/from full-screen.
* Fixed a startup bug in the window size submenu. (Bug 1487691)
* Fixed a bug which prevented the video window from being shrunk.
(Ubuntu bug 46403)
* Fixed a problem with update of the window size menu.
* Hopefully fixed a Javascript crash-on-start bug. (Bug 1482697)
* Added a watchdog which will abort gxine if it hangs for 30s.
(Disabled by default.)
* Italian translation from Diego Petten<C3><B2>.
* Build fixes for autoconf 2.59c and later.
New features include automatic handling of separate subtitles files,
DVD title/chapter display, and improved playlist item
management and creation. There are some small but potentially useful
Javascript additions too, and quite a few small tweaks and fixes
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
* Make XTest optional (screenblanker-defeating fake keypresses).
It seems to be causing problems...
* Don't touch the volume at startup if remember_volume isn't set.
* Don't reset the volume on exit - xine-lib alters it (if
remember_volume is set) before gxine gets anywhere near it.
* Fix Xinerama handling.
* Enforce black background beyond video area within video window.
* Don't create links to the browser plugin if it isn't present.
* Added Simplified Chinese translation. (Tao Pin, Dong Changdao)
* Fix a few filename-related memory leaks.
* Fixed problems with # in filenames.
* Use --as-needed (if supported) when linking.
changes:
gxine has gained post-plugin chain support and improved playlist handling,
and there are some fixes for some crashes (notably for full-screen mode
and non-UTF-8 locales)
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".