[arch-commits] Commit in smplayer/trunk (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Aug 28 08:42:55 UTC 2015


    Date: Friday, August 28, 2015 @ 10:42:55
  Author: foutrelis
Revision: 244955

upgpkg: smplayer 14.9.0.6994-1

New upstream release.

Added:
  smplayer/trunk/add-missing-QDataStream-include.patch
Modified:
  smplayer/trunk/PKGBUILD

---------------------------------------+
 PKGBUILD                              |   13 ++++++++++---
 add-missing-QDataStream-include.patch |   11 +++++++++++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-28 08:31:55 UTC (rev 244954)
+++ PKGBUILD	2015-08-28 08:42:55 UTC (rev 244955)
@@ -5,7 +5,7 @@
 # Contributor: shamrok <szamrok at gmail.com>
 
 pkgname=smplayer
-pkgver=14.9.0.6690
+pkgver=14.9.0.6994
 pkgrel=1
 pkgdesc="A complete front-end for MPlayer"
 arch=('i686' 'x86_64')
@@ -18,9 +18,16 @@
             'smtube: browse and play youtube videos'
             'mpv: for using mpv instead of mplayer')
 install=smplayer.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('75d8947682de96f7bf29c6f1a2f21391')
+source=(https://downloads.sourceforge.net/project/$pkgname/Unstable/releases/$pkgname-$pkgver.tar.bz2
+        add-missing-QDataStream-include.patch)
+md5sums=('666a589b1fc3480a29e87f0ee7efd511'
+         '418ab45eb94448fc8a2f44500c9742c2')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i ../add-missing-QDataStream-include.patch
+}
+
 build() {
   cd "$pkgname-$pkgver"
   make PREFIX=/usr \

Added: add-missing-QDataStream-include.patch
===================================================================
--- add-missing-QDataStream-include.patch	                        (rev 0)
+++ add-missing-QDataStream-include.patch	2015-08-28 08:42:55 UTC (rev 244955)
@@ -0,0 +1,11 @@
+diff -upr smplayer-14.9.0.6994.orig/src/qtsingleapplication/qtlocalpeer.cpp smplayer-14.9.0.6994/src/qtsingleapplication/qtlocalpeer.cpp
+--- smplayer-14.9.0.6994.orig/src/qtsingleapplication/qtlocalpeer.cpp	2013-08-30 03:53:57.000000000 +0300
++++ smplayer-14.9.0.6994/src/qtsingleapplication/qtlocalpeer.cpp	2015-08-28 11:37:18.435899495 +0300
+@@ -41,6 +41,7 @@
+ 
+ #include "qtlocalpeer.h"
+ #include <QCoreApplication>
++#include <QDataStream>
+ #include <QTime>
+ 
+ #if defined(Q_OS_WIN)



More information about the arch-commits mailing list