Age | Commit message (Collapse) | Author | Files | Lines |
|
First maintenance release for version 0.9.2 with a few fixes for the
plugin's realvideo support, support for nested ASX playlists and support
for 'ref' tags in SMIL files.
|
|
for SDL shlib changes.
|
|
Compared to the 0.9.1 series, the differences are RealPix image format
support, updated gstreamer backend from 0.8 to the latest stable 0.10
version, a recorder that uses the Xine's mrl extension which, unlike
the others, shows video while recording, a central timing registration
that allows more accurate SMIL animations which enables animation to
pause (including running gif/realpix animations and/or videos), and a
simple playlist editor that edits the raw XML at any point in the tree.
|
|
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|
|
|
|
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.
|
|
USE_TOOLS+=msgfmt.
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.
Addresses PR 32046 by Leonard Schmidt.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
- Added Find/FindNext in playlist's context menu
- Intro-movie's background will finish when clicked on its background
- Fix possible crash w/ plugin if javascript did a 'put' on an unknown property
- Support reading playlist files from media:// or remote:// protocols, movie
files that resolve to these, still doesn't work though
- Support SMIL's 'begin' attribute on group tags (seq/par/excl) as well
- Fix not honouring MPlayer's aspects detection in case it's not width:height
- Fix MPlayer with the X11Shm video driver not scaling correctly when
'keep aspects' is set
And more... http://kmplayer.kde.org/changelog.php
|
|
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
|
|
Changelog:
Oops, last minute fix broke RSS. Updated to kmplayer-0.9.0a.tar.bz2
- 'Show All' option in playlist's context menu for XML files that have
hidden elements or attributes.
- Configurable colors for playlist and viewing area.
- Better SMIL support, added a tests/ directory in the sources showing
what is supported.
- Intro/exit animation.
- Systray support, freeing space on the taskbar.
- Delayed mouse hiding in fullscreen mode.
- Clear history option.
- Restored the 'normal' file dialog when opening a file.
- Support opening multible files.
- TV settings are stored in ~/.kde/share/apps/kmplayer/tv.xml now.
- Support for audio/video links in Podcast RSS files. Of course, with
the 'Show All' option, you can inspect all the XML data.
- Info panel added that only will be shown for tags in RSS files and
stream messages from the Xine backend.
0.9.0 versions are the begin of playlist support, but trying very hard not
to duplicate the ones found in the audio players and kaffeine. Current idea
is using a subset of SMIL as a document format. This means no list of
playable entries, but more like a presentation.
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
|
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
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.
|
|
|
|
Bump PKGREVISION.
|
|
Changes since version 0.8.3
- Auto hiding in fullscreen fix
- Mencoder recording fix for URLs
- Yet another spurious seek locking Xine when playing a playlist
- Comment out NoExpose debug line with kxineplayer
Changes since version 0.8.3-rc5
- Two more regression fixes in show cache progress, get rid of spurious seek
command caused by switching progress slider usage and don't update playing
position if there is no position change (might fill cache instead).
- Xinerama fix, fullscreen on display where video widget is on.
Changes since version 0.8.3-rc4
- Fix regression in show cache progress in 0.8.3-rc2, which made the xine
backend hang on some web movies
- Ripped out the arts volume slider. Now you only get a volume slider if you
run kmix standalone or as an applet in kicker.
- Try to limit symbols in the shared objects by using KDE_NO_EXPORT. Although
hard to measure, hopefully speed up loading the plugin
- New recorder (mplayer -dumpstream) from Stefan Siegel
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
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".
|
|
pkgsrc changes: dont install some files that kdelibs already has versions
of.
Changes since version 0.8.3-rc3a
- Downloading of .m3u/.pls also eats .asx, so try to read this one too. This
fixes also MPlayer-1.0pre not been able to read .asx files.
- Make sure if we're downloading a playlist file, it isn't bigger than 50k
- More or less revert the alsa5/alsa9 change to just alsa. Seems latest
MPlayer doesn't work with alsa5/alsa9. Although they are still available.
Changes since version 0.8.3-rc3
- add AM_MAINTAINER_MODE in configure.in.in, no recheck/automake/autoconf
version mismatch
Changes since version 0.8.3-rc2
- All QtoolTips to QWhatsThis and help from Xine for whatsthis by xine options
- Store xine settings in ~/.kde/share/apps/kmplayer/xine_config and not in
~/.xine/config2. Save the first time if file does not exist (Automaticly
sets the misc.memcpy_method).
- Added a debian build directory, builds a kmplayer-lib, kmplayer-plugin and a
kmplayer-app package. Eg. install only kmplayer-lib and kmplayer-plugin if
you prefer another player but do want the plugin for konqueror.
- Added protocol files for mms://, rtsp:// and pnm://
- Position slider now also shows progress of the cache fill
Changes since version 0.8.3-rc1
- Remove configure options for control buttons. Simply always autohide for
fullscreen and embedded part and show them otherwise
- Fix another case of video widget stays black cause in kxineplayer
- If position slider is hidden, make buttons small again (like <= 0.8.2)
- Support for AUTOSTART attribute
- Support for FULLSCREENMODE attribute
- Seeking while sliding :-)
- Local .pls and .m3u playlist files support. Works too if autodownloaded, eg
pls' on http://www.shoutcast.com should work now
Changes since version 0.8.2
- fix for the "video window stays (sometimes/often) black" bug, which seems to
occur more with the latest Qt versions. KMPlayer uses a XSimpleWindow now
that is managed by QXEmbed
- Support for Real's CONTROLS/CONSOLE attributes. This makes it possible
multible plugins cooperate with imagewindow/controlpanel
- Combine control buttons and position slider to one control panel
|
|
|
|
during recent update (hi charles!).
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
Bump PKGREVISION.
|
|
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
Changes since version 0.8.2-rc5
- Don't show ffserver setting when no v4l devices are configured
- Stream detection fix for MPlayer-1.0prex (needed for recording)
From Murray Armfield in PR pkg/24357
|
|
KDE menu and from file context menus (i.e., "Open With" option).
Based on patch from Murray Armfield. Bump PKGREVISION to 3.
|
|
|
|
This is version 0.8.2rc5nb2.
|
|
This is version 0.8.2rc5nb2.
|