changes:
Parallel installability with 0.6.x series
Internationalization
Fixes for 64-bit platforms
Fixes for gcc 4
New translation added: Russian (Peter Astakhov)
Registry now uses libxml for faster startup
1.1.7: (2005-05-02)
- added --version option
- fixed typos in preferences handling
- fixed crash on close
- created stubbed "make check" tests/ directory
- added tooltips to the preferences
- display GOP number in Info window
- added experimental MPEG1 support from Brent Baccala
- generalized pref window settings
- added "ignore program end code" based on patch from Brent Baccala
- forced sequence injection during playback for MPEG1 sanity
- updated man pages slightly
changes:
-Big XvMC quality / correctness / cpu-usage fix
-added support for WMA Voice codec
-support for Windows Media Audio Lossless
-bugfixes
-security fixes (were already patched in pkgsrc)
also add a patch to correct the path for win32 codecs, needed if
xine-lib in embedded into other applications (as totem)
1.1.6: (2005-04-30)
- modified patch from Tiziano Cappellari and Igor Baldachini to optionally
force a prepended system header.
- modified patch from Tiziano Cappellari and Igor Baldachini to optionally
drop trailing packs that have system headers.
- compilation patches from Eric Jorgensen and Barry Roberts.
- NetBSD off_t patch from Thomas Klausner.
1.1.5: (2005-04-30)
- improved gopchop.desktop
- added debian menu file
- fixed compile regression in new display code
1.1.4: (2005-04-30)
- suse patch from Rainer Lay
- changed scroll wheel usage to try and fix file select windows - schmidtw
- changed the menus & menu items to be more "standard" where
possible - schmidtw
- added XML based load/save using libxml for editing sessions - schmidtw
- added text enterable gop selector box - schmidtw
- added view menu to control GOP Info window & in the future the video
window - schmidtw
- changed the menu items to be more descriptive - schmidtw
- fixed details need to read other MPEG2 PES packets
- locale clean-ups
- Xv display is now aspect-correct
- TODO reorganized - bryce
some relevant changes:
-RTSP/MMST security patches now in main distribution
-documentation improvements
-x86_64 support fixes
-integrated Tremor decoder for Ogg/Vorbis
-expose support for 422P and 444P raw formats
-dropped support of old FAAD2 versions (<= 1.1)
-support for 32 bit float and extended WAV files
-support for multichannel WAV files
-ALAC (QuickTime lossless audio) support via lavc
-vqf demuxer
-support for Real multirate files
-more user-friendly info about audio and subtitle tracks in Ogg files
-streaming improvements
-ffmpeg updates
-MEncoder usability improvements
-many fixes and cleanups
0.8.4b.
Fix for MPlayer's volume setting on start. In next version it will be
configurable if backend player should set volume on start, but MPlayer
shouldn't because it sets volume relative of current value.
Users of gcc-2.95 may have more luck compiling this version.
0.8.4a.
Fix for MPlayer's slave command queue after manually stop a movie and
various ways to crash KMPlayer are blocked.
0.8.4.
an extra volume slider in the controlpanel, that let the backend players
control the volume,
limited support for GStreamer, kgstplayer that will only play local files
if you haven't gnomevfs2 (might be that with the latest plugin you can
also play dvd urls), thanks to Kiss from Ronald S. Bultje, being a nice
working demo,
kxvplayer, an extra backend player, that is a XVideo viewer,
switch between kxvplayer and mplayer with TV is possible,
a VDR frontend using kxvplayer,
new icons from Marcel Dierkes (KMPlayer has become a real movie star),
new dockable view on the internal playlist, also usable to navigate
through it, making bookmarks of listed URLs,
new relaxed ASX parser,
a cleaned up library (libkmplayercommon.so)
and Real's RAM playlist support, will finally let MPlayer play those
stream too.
Take Maintainership, as suggested by Murray Armfield some time ago.
This caused my bulk build to fail (before building) when it was
building list of dependencies, because multimedia/mmg/Makefile
included ../../multimedia/mkvtoolnix/Makefile.dist and also
depended on ../../multimedia/mkvtoolnix/. And multimedia/mkvtoolnix/Makefile
also included ../../multimedia/mkvtoolnix/Makefile.dist.
The bulk build error was like:
----> Depending in /home/jreed/pkgsrc/multimedia/mmg (pass #1)
----> Depending in ../../multimedia/mkvtoolnix/ (pass #2)
...
----> Depending in ../../multimedia/mkvtoolnix/ (pass #24)
ERROR: You have reached 25 times through the dependency tree
and _still_ not finished. This is probably due to a broken
set of dependencies. You may wish to examine the partial
database left in /home/jreed/pkgsrc/.bulk_db.foo
Removing the trailing slash from the DEPENDS fixed this problem for me.
installed will fail because "speedx" is detected but buildlink3 prevents
access to the include files and libraries. Because even passing
"--disable-speextest" to the "configure" script doesn't fix that we
simply add it as dependence and add the new plugin to the package list.
Bump package revision because of the above change.
X11 from pkgsrc.
For some reason, X11 is not found by the configure script in such systems
(which is the correct behavior, as USE_X11 is undefined). This results in
a configuration failure because the script defines the HAVE_XV conditional
in an incorrect place (inside a shell conditional).
Problem reported by Owen Becker <owen at safeasmilk.net> in tech-pkg@.