[arch-commits] Commit in smplayer/repos (10 files)

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


    Date: Friday, August 28, 2015 @ 10:43:07
  Author: foutrelis
Revision: 244956

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  smplayer/repos/extra-i686/PKGBUILD
    (from rev 244955, smplayer/trunk/PKGBUILD)
  smplayer/repos/extra-i686/add-missing-QDataStream-include.patch
    (from rev 244955, smplayer/trunk/add-missing-QDataStream-include.patch)
  smplayer/repos/extra-i686/smplayer.install
    (from rev 244955, smplayer/trunk/smplayer.install)
  smplayer/repos/extra-x86_64/PKGBUILD
    (from rev 244955, smplayer/trunk/PKGBUILD)
  smplayer/repos/extra-x86_64/add-missing-QDataStream-include.patch
    (from rev 244955, smplayer/trunk/add-missing-QDataStream-include.patch)
  smplayer/repos/extra-x86_64/smplayer.install
    (from rev 244955, smplayer/trunk/smplayer.install)
Deleted:
  smplayer/repos/extra-i686/PKGBUILD
  smplayer/repos/extra-i686/smplayer.install
  smplayer/repos/extra-x86_64/PKGBUILD
  smplayer/repos/extra-x86_64/smplayer.install

----------------------------------------------------+
 /PKGBUILD                                          |   84 +++++++++++++++++++
 /smplayer.install                                  |   24 +++++
 extra-i686/PKGBUILD                                |   35 -------
 extra-i686/add-missing-QDataStream-include.patch   |   11 ++
 extra-i686/smplayer.install                        |   12 --
 extra-x86_64/PKGBUILD                              |   35 -------
 extra-x86_64/add-missing-QDataStream-include.patch |   11 ++
 extra-x86_64/smplayer.install                      |   12 --
 8 files changed, 130 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-08-28 08:42:55 UTC (rev 244955)
+++ extra-i686/PKGBUILD	2015-08-28 08:43:07 UTC (rev 244956)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-# Contributor: shamrok <szamrok at gmail.com>
-
-pkgname=smplayer
-pkgver=14.9.0.6690
-pkgrel=1
-pkgdesc="A complete front-end for MPlayer"
-arch=('i686' 'x86_64')
-url="http://smplayer.sourceforge.net/"
-license=('GPL')
-depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11')
-makedepends=('qt5-tools')
-optdepends=('smplayer-themes: icon themes collection'
-            'smplayer-skins: skin themes collection'
-            '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')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr \
-    DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
-    QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DOC_PATH=/usr/share/doc/smplayer \
-    DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: smplayer/repos/extra-i686/PKGBUILD (from rev 244955, smplayer/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-08-28 08:43:07 UTC (rev 244956)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+# Contributor: shamrok <szamrok at gmail.com>
+
+pkgname=smplayer
+pkgver=14.9.0.6994
+pkgrel=1
+pkgdesc="A complete front-end for MPlayer"
+arch=('i686' 'x86_64')
+url="http://smplayer.sourceforge.net/"
+license=('GPL')
+depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+            'smplayer-skins: skin themes collection'
+            'smtube: browse and play youtube videos'
+            'mpv: for using mpv instead of mplayer')
+install=smplayer.install
+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 \
+    DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+    QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DOC_PATH=/usr/share/doc/smplayer \
+    DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Copied: smplayer/repos/extra-i686/add-missing-QDataStream-include.patch (from rev 244955, smplayer/trunk/add-missing-QDataStream-include.patch)
===================================================================
--- extra-i686/add-missing-QDataStream-include.patch	                        (rev 0)
+++ extra-i686/add-missing-QDataStream-include.patch	2015-08-28 08:43:07 UTC (rev 244956)
@@ -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)

Deleted: extra-i686/smplayer.install
===================================================================
--- extra-i686/smplayer.install	2015-08-28 08:42:55 UTC (rev 244955)
+++ extra-i686/smplayer.install	2015-08-28 08:43:07 UTC (rev 244956)
@@ -1,12 +0,0 @@
-post_install() {
-     xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-     update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: smplayer/repos/extra-i686/smplayer.install (from rev 244955, smplayer/trunk/smplayer.install)
===================================================================
--- extra-i686/smplayer.install	                        (rev 0)
+++ extra-i686/smplayer.install	2015-08-28 08:43:07 UTC (rev 244956)
@@ -0,0 +1,12 @@
+post_install() {
+     xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+     update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-08-28 08:42:55 UTC (rev 244955)
+++ extra-x86_64/PKGBUILD	2015-08-28 08:43:07 UTC (rev 244956)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-# Contributor: shamrok <szamrok at gmail.com>
-
-pkgname=smplayer
-pkgver=14.9.0.6690
-pkgrel=1
-pkgdesc="A complete front-end for MPlayer"
-arch=('i686' 'x86_64')
-url="http://smplayer.sourceforge.net/"
-license=('GPL')
-depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11')
-makedepends=('qt5-tools')
-optdepends=('smplayer-themes: icon themes collection'
-            'smplayer-skins: skin themes collection'
-            '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')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr \
-    DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
-    QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DOC_PATH=/usr/share/doc/smplayer \
-    DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: smplayer/repos/extra-x86_64/PKGBUILD (from rev 244955, smplayer/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-08-28 08:43:07 UTC (rev 244956)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+# Contributor: shamrok <szamrok at gmail.com>
+
+pkgname=smplayer
+pkgver=14.9.0.6994
+pkgrel=1
+pkgdesc="A complete front-end for MPlayer"
+arch=('i686' 'x86_64')
+url="http://smplayer.sourceforge.net/"
+license=('GPL')
+depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+            'smplayer-skins: skin themes collection'
+            'smtube: browse and play youtube videos'
+            'mpv: for using mpv instead of mplayer')
+install=smplayer.install
+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 \
+    DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+    QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DOC_PATH=/usr/share/doc/smplayer \
+    DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Copied: smplayer/repos/extra-x86_64/add-missing-QDataStream-include.patch (from rev 244955, smplayer/trunk/add-missing-QDataStream-include.patch)
===================================================================
--- extra-x86_64/add-missing-QDataStream-include.patch	                        (rev 0)
+++ extra-x86_64/add-missing-QDataStream-include.patch	2015-08-28 08:43:07 UTC (rev 244956)
@@ -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)

Deleted: extra-x86_64/smplayer.install
===================================================================
--- extra-x86_64/smplayer.install	2015-08-28 08:42:55 UTC (rev 244955)
+++ extra-x86_64/smplayer.install	2015-08-28 08:43:07 UTC (rev 244956)
@@ -1,12 +0,0 @@
-post_install() {
-     xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-     update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: smplayer/repos/extra-x86_64/smplayer.install (from rev 244955, smplayer/trunk/smplayer.install)
===================================================================
--- extra-x86_64/smplayer.install	                        (rev 0)
+++ extra-x86_64/smplayer.install	2015-08-28 08:43:07 UTC (rev 244956)
@@ -0,0 +1,12 @@
+post_install() {
+     xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+     update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list