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.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
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?
This release fixes a security bug (possible local exploit).
other changes:
* DBus support is now enabled by default
- improved screensaver support
* Added 'CHANNELPREV' event (for vdr-xine 0.7.10).
* Deferred preferences window initialisation until it's actually
opened. (This noticeably speeds up startup.)
* Fixed some indexing errors in the playlist drag&drop code.
* Some small filename buffer usage cleanups.
New features: prevent screen blanking in windowed mode; show time
remaining; include a JPEG version of the logo for when distributors are
scared to include MPEG codecs in xine-lib. gxine also now knows about
xscreensaver. And some minor fixes.
pthread_mutex_lock. This avoids xine taking 100% CPU load on DragonFly.
Issue reported on DragoFly mailing list and pointed out by
YONETANI Tomokazu. Bump revision.
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