Date: Saturday, June 11, 2016 @ 13:15:01 Author: arojas Revision: 269329
Update to 16.6.0 Modified: smplayer/trunk/PKGBUILD Deleted: smplayer/trunk/smplayer-dock-playlist-qt5.patch ----------------------------------+ PKGBUILD | 11 ++++------- smplayer-dock-playlist-qt5.patch | 25 ------------------------- 2 files changed, 4 insertions(+), 32 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-11 11:10:53 UTC (rev 269328) +++ PKGBUILD 2016-06-11 11:15:01 UTC (rev 269329) @@ -6,8 +6,8 @@ # Contributor: shamrok <[email protected]> pkgname=smplayer -pkgver=16.4.0 -pkgrel=3 +pkgver=16.6.0 +pkgrel=1 pkgdesc="A complete front-end for MPlayer" arch=('i686' 'x86_64') url="http://smplayer.sourceforge.net/" @@ -18,14 +18,11 @@ 'smplayer-skins: skin themes collection' 'smtube: browse and play youtube videos' 'mpv: for using mpv instead of mplayer') -source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 smplayer-dock-playlist-qt5.patch) -md5sums=('b89975a1edc60e1ea89159e4bd7cde07' - 'e0cfdf29daf815404501a11e7ebac2eb') +source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) +md5sums=('61d6fc855d13b33eccb3f5d2a1472220') prepare() { cd $pkgname-$pkgver -# Fix crash in kwin - patch -p0 -i ../smplayer-dock-playlist-qt5.patch } build() { Deleted: smplayer-dock-playlist-qt5.patch =================================================================== --- smplayer-dock-playlist-qt5.patch 2016-06-11 11:10:53 UTC (rev 269328) +++ smplayer-dock-playlist-qt5.patch 2016-06-11 11:15:01 UTC (rev 269329) @@ -1,25 +0,0 @@ ---- src/guiconfig.h.orig 2016-05-05 17:05:45.131333069 +0200 -+++ src/guiconfig.h 2016-05-05 17:05:17.883829511 +0200 -@@ -19,12 +19,21 @@ - #ifndef GUICONFIG_H - #define GUICONFIG_H - -+#include <QtGlobal> - - // DOCK_PLAYLIST - // if 1, the playlist will be docked in the main window, instead - // of being a top level window -- -+#ifdef Q_OS_WIN - #define DOCK_PLAYLIST 1 -+#else -+ #if QT_VERSION >= 0x050000 -+ // There's problems with the playlist with Qt5 when using compiz -+ #define DOCK_PLAYLIST 0 -+ #else -+ #define DOCK_PLAYLIST 1 -+ #endif -+#endif - - - // AUTODISABLE_ACTIONS
