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

speps speps at archlinux.org
Tue Sep 15 23:54:36 UTC 2015


    Date: Wednesday, September 16, 2015 @ 01:54:36
  Author: speps
Revision: 140339

upgpkg: smtube 15.8.0-1

Modified:
  smtube/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-15 21:37:57 UTC (rev 140338)
+++ PKGBUILD	2015-09-15 23:54:36 UTC (rev 140339)
@@ -3,27 +3,30 @@
 # Contributor: Andreas Schnaiter <rc.poison at gmail.com>
 
 pkgname=smtube
-pkgver=15.5.17
+pkgver=15.8.0
 pkgrel=1
 pkgdesc="A small youtube browser"
 arch=('i686' 'x86_64')
-url="http://smplayer.sourceforge.net"
+url="http://www.smtube.org/"
 license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
+#depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+#makedepends=('qt5-tools') # qt5 build does not work
+depends=('qtwebkit')
 optdepends=('mplayer: play videos with MPlayer'
             'smplayer: play videos with SMPlayer'
             'gnome-mplayer: play videos with GNOME MPlayer'
             'kdemultimedia-dragonplayer: play videos with Dragon Player'
             'totem: play videos with Totem'
-            'vlc: play videos with VLC')
+            'vlc: play videos with VLC'
+            'mpv: play videos with MPV'
+            'youtube-dl: download videos')
 install="$pkgname.install"
-source=("http://downloads.sourceforge.net/smtube/$pkgname-$pkgver.tar.bz2")
-md5sums=('577ebdf5fbcd3d17959294e688c124b4')
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2")
+md5sums=('e826605b099774a1a779933deab7dfbe')
 
 build() {
   cd $pkgname-$pkgver
-  make PREFIX=/usr
+  make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
 }
 
 package() {



More information about the arch-commits mailing list