diff options
author | drochner <drochner@pkgsrc.org> | 2005-07-29 16:09:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-07-29 16:09:11 +0000 |
commit | d774c35d0a0160257af3e842e3fad5a34a305279 (patch) | |
tree | 5506bf41f8ac14e4de092c181211b0873f1126c3 /multimedia/xine-lib/PLIST.common | |
parent | 829942b695f41a34daa0bf90fc94d08514902dec (diff) | |
download | pkgsrc-d774c35d0a0160257af3e842e3fad5a34a305279.tar.gz |
update to 1.0.2
changes:
* fixed playback of single-session Real RTSP streams, such as
rtsp://stream.samurai.fm/broadcast/live_hi.rm
* fixed xxmc / xvmc mocomp / IDCT rendering errors caused by the big update.
* support --enable-fpic with recent versions of gcc
* clip goom fps value to >= 1 [bug #1193783]
* fixed xvmc plugin segfault when it tried software blending on nonexistant xv image
* cleaned up libmpeg2 behaviour on xxmc plugin abrupt software fallback
* use -fno-inline-functions with gcc < 3.4.0 (bug known to be in 3.3.5)
* fix xxmc plugin wanting to change vld xvmc context when stream changes from
non-interlaced to interlaced [bug #1194350]
* speed up xx44 alphablending of large transparent areas
* stop libmpeg2 XvMC IDCT / MOCOMP attempting software motion compensation
[bug #1194754]
* improve xxmc cpu-usage for IDCT / MOCOMP acceleration through better locking
[bug #1195282]
* gcc4 build patches [bug #1175002]
* don't assume that file is in /usr/bin (build fix) [bug #1195539]
* plugin loader fixes - could cause xine to lock up hard on startup [bug #1196819]
* Fix xxmc bob deinterlacing for field-coded interlaced streams
* Fix LE_64/BE_64 macros on non-x86 plataforms. may fixes issues with some
demuxers like avi, asf and ogg.
* sputext improvements/workarounds
* add a new error message when a file we tried to play is an empty
(zero-sized) file
* be more POSIX-compliant (head, tail) (build fix)
* fixed deadlock when libxine was called from the event listener thread and
tried to flush all pending events.
* Added xine(5), documenting MRL syntax.
* allow playing just a single title/chapter from dvd (useful for extracting audio -
check media.dvd.play_single_chapter)
* new stream infos allows frontends to query current title/chapter/angle on dvds
* new upmix_mono audio post plugin to convert mono to stereo
* added --with-external-a52dec and --with-external-libmad switches
* fix a locking bug which affects configuration callback functions
Diffstat (limited to 'multimedia/xine-lib/PLIST.common')
-rw-r--r-- | multimedia/xine-lib/PLIST.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/xine-lib/PLIST.common b/multimedia/xine-lib/PLIST.common index 79244898a69..0e3de54dc85 100644 --- a/multimedia/xine-lib/PLIST.common +++ b/multimedia/xine-lib/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.11 2005/05/18 21:43:21 markd Exp $ +@comment $NetBSD: PLIST.common,v 1.12 2005/07/29 16:09:11 drochner Exp $ bin/xine-config include/xine.h include/xine/attributes.h @@ -191,6 +191,7 @@ lib/xine/plugins/${PKGVERSION}/xineplug_vo_out_xshm.so ${HAVE_XV}lib/xine/plugins/${PKGVERSION}/xineplug_vo_out_xv.a ${HAVE_XV}lib/xine/plugins/${PKGVERSION}/xineplug_vo_out_xv.so man/man1/xine-config.1 +man/man5/xine.5 share/aclocal/xine.m4 share/doc/xine/README share/doc/xine/README.MINGWCROSS |