summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-04-04 13:29:26 +0200
committerJohannes Huber <johu@gentoo.org>2014-04-04 13:29:26 +0200
commit80164e51ff960729b5bcd86c2f9edb6b4bb46a12 (patch)
tree1ee94d67bffdfc8eb1d0fa9c72f207591c51a5f6
parent100c01849610a26497359779c5536bff69df5471 (diff)
downloadkde-80164e51ff960729b5bcd86c2f9edb6b4bb46a12.tar.gz
kde-80164e51ff960729b5bcd86c2f9edb6b4bb46a12.tar.bz2
kde-80164e51ff960729b5bcd86c2f9edb6b4bb46a12.zip
[media-video/kmplayer] Sync with tree
Package-Manager: portage-2.2.10
-rw-r--r--media-video/kmplayer/files/kmplayer-flash.patch12
-rw-r--r--media-video/kmplayer/kmplayer-9999.ebuild34
2 files changed, 36 insertions, 10 deletions
diff --git a/media-video/kmplayer/files/kmplayer-flash.patch b/media-video/kmplayer/files/kmplayer-flash.patch
new file mode 100644
index 00000000000..0a6a72b1053
--- /dev/null
+++ b/media-video/kmplayer/files/kmplayer-flash.patch
@@ -0,0 +1,12 @@
+diff -urN kmplayer-0.11.3d.old/src/kmplayer_part.desktop kmplayer-0.11.3d/src/kmplayer_part.desktop
+--- kmplayer-0.11.3d.old/src/kmplayer_part.desktop 2012-06-10 14:35:46.000000000 +0200
++++ kmplayer-0.11.3d/src/kmplayer_part.desktop 2012-09-11 14:42:04.160426844 +0200
+@@ -93,7 +93,7 @@
+ Comment[zh_TW]=影像播放器外掛程式(與 QuickTime,XMovie,Windows Media 與 RealPlayer 相容)
+ X-KDE-Library=libkmplayerpart
+ # Keep in sync with the audio types in kmplayer.desktop
+-MimeType=application/ogg;application/smil;application/vnd.ms-asf;application/vnd.rn-realmedia;application/x-kmplayer;application/x-mplayer2;application/x-ogg;application/xspf+xml;audio/basic;audio/m3u;audio/mp4;audio/mpeg;audio/mpegurl;audio/vnd.rn-realaudio;audio/vorbis;audio/x-aiff;audio/x-flac;audio/x-m3u;audio/x-matroska;audio/x-mp2;audio/x-mp3;audio/x-mpegurl;audio/x-ms-asx;audio/x-ms-wma;audio/x-musepack;audio/x-mod;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-wav;video/avi;video/mediaplayer;video/mp4;video/mpeg;video/quicktime;video/vnd.rn-realvideo;video/x-avi;video/x-flic;video/x-matroska;video/x-ms-asf;video/x-msvideo;video/x-ms-wmp;video/x-ms-wmv;video/x-ogm;video/x-theora;x-scheme-handler/mms;x-scheme-handler/pnm;x-scheme-handler/rtspt;x-scheme-handler/rtspu;
++MimeType=application/x-shockwave-flash;application/ogg;application/smil;application/vnd.ms-asf;application/vnd.rn-realmedia;application/x-kmplayer;application/x-mplayer2;application/x-ogg;application/xspf+xml;audio/basic;audio/m3u;audio/mp4;audio/mpeg;audio/mpegurl;audio/vnd.rn-realaudio;audio/vorbis;audio/x-aiff;audio/x-flac;audio/x-m3u;audio/x-matroska;audio/x-mp2;audio/x-mp3;audio/x-mpegurl;audio/x-ms-asx;audio/x-ms-wma;audio/x-musepack;audio/x-mod;audio/x-oggflac;audio/x-pn-realaudio;audio/x-scpls;audio/x-speex;audio/x-vorbis;audio/x-wav;video/avi;video/mediaplayer;video/mp4;video/mpeg;video/quicktime;video/vnd.rn-realvideo;video/x-avi;video/x-flic;video/x-matroska;video/x-ms-asf;video/x-msvideo;video/x-ms-wmp;video/x-ms-wmv;video/x-ogm;video/x-theora;x-scheme-handler/mms;x-scheme-handler/pnm;x-scheme-handler/rtspt;x-scheme-handler/rtspu;
+ Type=Service
+ Icon=kmplayer
+ X-KDE-ServiceTypes=KParts/ReadOnlyPart,Browser/View,KMediaPlayer/Player
diff --git a/media-video/kmplayer/kmplayer-9999.ebuild b/media-video/kmplayer/kmplayer-9999.ebuild
index 8d532bdd05e..fdeaa649be5 100644
--- a/media-video/kmplayer/kmplayer-9999.ebuild
+++ b/media-video/kmplayer/kmplayer-9999.ebuild
@@ -4,17 +4,23 @@
EAPI=5
+KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fr ga gl hr hu it
+ja km ku lt lv mai nb nds nl nn pl pt pt_BR ro ru sk sr sr@latin sv th tr ug uk
+zh_CN zh_TW"
+KDE_HANDBOOK="optional"
inherit kde4-base
-DESCRIPTION="Video player plugin for Konqueror and basic MPlayer/Xine/ffmpeg/ffserver/VDR frontend."
+DESCRIPTION="Video player plugin for Konqueror and basic MPlayer/Xine/ffmpeg/ffserver/VDR frontend"
HOMEPAGE="http://kmplayer.kde.org/"
-LICENSE="GPL-2"
-KEYWORDS=""
+LICENSE="GPL-2 FDL-1.2 LGPL-2.1"
SLOT="4"
+KEYWORDS=""
IUSE="cairo debug expat npp"
DEPEND="
+ media-libs/phonon
+ x11-libs/libX11
expat? ( >=dev-libs/expat-2.0.1 )
cairo? (
x11-libs/cairo
@@ -22,29 +28,37 @@ DEPEND="
)
npp? (
dev-libs/dbus-glib
+ $(add_kdebase_dep kreadconfig)
>=x11-libs/gtk+-2.10.14:2
+ www-plugins/adobe-flash
)
"
RDEPEND="${DEPEND}
- !media-video/kmplayer:4.1
media-video/mplayer
"
src_prepare() {
- # fixup icon install
- sed -i \
- -e "s:add_subdirectory(icons):#add_subdirectory(icons):g"\
- CMakeLists.txt || die "removing icons failed"
+ use npp && epatch "${FILESDIR}/${PN}-flash.patch"
+ sed -e '/add_subdirectory(icons)/d' \
+ -i CMakeLists.txt || die
kde4-base_src_prepare
}
src_configure() {
- mycmakeargs=(
+ local mycmakeargs=(
$(cmake-utils_use cairo KMPLAYER_BUILT_WITH_CAIRO)
$(cmake-utils_use expat KMPLAYER_BUILT_WITH_EXPAT)
$(cmake-utils_use npp KMPLAYER_BUILT_WITH_NPP)
)
-
kde4-base_src_configure
}
+
+src_install() {
+ kde4-base_src_install
+
+ if use npp; then
+ kwriteconfig --file "${ED}/usr/share/config/kmplayerrc" --group "application/x-shockwave-flash" --key player npp
+ kwriteconfig --file "${ED}/usr/share/config/kmplayerrc" --group "application/x-shockwave-flash" --key plugin /usr/lib/nsbrowser/plugins/libflashplayer.so
+ fi
+}