[arch-commits] Commit in kmplayer/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jul 10 19:06:27 UTC 2016


    Date: Sunday, July 10, 2016 @ 19:06:26
  Author: arojas
Revision: 182624

Update to 0.12.0.a

Modified:
  kmplayer/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-10 18:59:26 UTC (rev 182623)
+++ PKGBUILD	2016-07-10 19:06:26 UTC (rev 182624)
@@ -4,8 +4,8 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=kmplayer
-pkgver=0.12.0
-_commit=266320a
+pkgver=0.12.0.a
+_commit=e2681f00
 pkgrel=1
 pkgdesc="Video player plugin for Konqueror and basic MPlayer/Xine/ffmpeg/ffserver/VDR frontend for KDE"
 arch=(i686 x86_64)
@@ -13,15 +13,12 @@
 url="http://kmplayer.kde.org"
 depends=(kmediaplayer kdelibs4support hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdesignerplugin kdoctools python)
+optdepends=('mplayer: mplayer backend')
 source=($pkgname-$pkgver.tar.gz::"http://quickgit.kde.org/?p=kmplayer.git&a=snapshot&h=$_commit&fmt=tgz")
-md5sums=('c8cdd60b67018954445bd5708a291a83')
+md5sums=('d1e42186462d7887affe2cec8901082e')
 
 prepare() {
   mkdir -p build
-
-# Don't include kdelibs header
-  sed -e '/kstdaction.h/d' -i $pkgname/src/kmplayerview.cpp -i $pkgname/src/viewarea.cpp
-  sed -e '/ksimpleconfig.h/d' -i $pkgname/src/kmplayerpartbase.cpp
 }
 
 build() {



More information about the arch-commits mailing list