summaryrefslogtreecommitdiff
path: root/multimedia/kmplayer/patches/patch-al
diff options
context:
space:
mode:
authormarkd <markd>2005-07-25 12:49:08 +0000
committermarkd <markd>2005-07-25 12:49:08 +0000
commit96fd5905f9555615b54cfdd596ca54ab25f93203 (patch)
tree8aed0c874551cd6fccd23c0493b9bc583073f304 /multimedia/kmplayer/patches/patch-al
parent8d786ff8737ddd0bfe29ed553ef438e8376d8533 (diff)
downloadpkgsrc-96fd5905f9555615b54cfdd596ca54ab25f93203.tar.gz
Update kmplayer to 0.9.0a
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.
Diffstat (limited to 'multimedia/kmplayer/patches/patch-al')
-rw-r--r--multimedia/kmplayer/patches/patch-al52
1 files changed, 0 insertions, 52 deletions
diff --git a/multimedia/kmplayer/patches/patch-al b/multimedia/kmplayer/patches/patch-al
deleted file mode 100644
index f50daee3f57..00000000000
--- a/multimedia/kmplayer/patches/patch-al
+++ /dev/null
@@ -1,52 +0,0 @@
-$NetBSD: patch-al,v 1.1 2005/04/07 12:07:44 markd Exp $
-
---- doc/ru/Makefile.in.orig 2005-03-14 22:46:51.000000000 +1300
-+++ doc/ru/Makefile.in
-@@ -430,19 +430,19 @@ index.cache.bz2: $(srcdir)/index.docbook
- docs-am: index.cache.bz2
-
- install-docs: docs-am install-nls
-- $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ru
-+ $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmplayer
- @if test -f index.cache.bz2; then \
-- echo $(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ru/; \
-- $(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ru/; \
-+ echo $(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmplayer/; \
-+ $(INSTALL_DATA) index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmplayer/; \
- elif test -f $(srcdir)/index.cache.bz2; then \
-- echo $(INSTALL_DATA) $(srcdir)/index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ru/; \
-- $(INSTALL_DATA) $(srcdir)/index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ru/; \
-+ echo $(INSTALL_DATA) $(srcdir)/index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmplayer/; \
-+ $(INSTALL_DATA) $(srcdir)/index.cache.bz2 $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmplayer/; \
- fi
-- -rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ru/common
-- $(LN_S) $(kde_libs_htmldir)/$(KDE_LANG)/common $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ru/common
-+ -rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmplayer/common
-+ $(LN_S) $(kde_libs_htmldir)/$(KDE_LANG)/common $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmplayer/common
-
- uninstall-docs:
-- -rm -rf $(kde_htmldir)/$(KDE_LANG)/ru
-+ -rm -rf $(kde_htmldir)/$(KDE_LANG)/kmplayer
-
- clean-docs:
- -rm -f index.cache.bz2
-@@ -450,15 +450,15 @@ clean-docs:
-
- #>+ 13
- install-nls:
-- $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ru
-+ $(mkinstalldirs) $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmplayer
- @for base in index.docbook ; do \
-- echo $(INSTALL_DATA) $$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ru/$$base ;\
-- $(INSTALL_DATA) $(srcdir)/$$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ru/$$base ;\
-+ echo $(INSTALL_DATA) $$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmplayer/$$base ;\
-+ $(INSTALL_DATA) $(srcdir)/$$base $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmplayer/$$base ;\
- done
-
- uninstall-nls:
- for base in index.docbook ; do \
-- rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/ru/$$base ;\
-+ rm -f $(DESTDIR)$(kde_htmldir)/$(KDE_LANG)/kmplayer/$$base ;\
- done
-
-