[arch-commits] Commit in smplayer/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Nov 13 00:39:40 UTC 2019


    Date: Wednesday, November 13, 2019 @ 00:39:40
  Author: anthraxx
Revision: 527076

archrelease: copy trunk to community-x86_64

Added:
  smplayer/repos/community-x86_64/PKGBUILD
    (from rev 527075, smplayer/trunk/PKGBUILD)
Deleted:
  smplayer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-13 00:39:35 UTC (rev 527075)
+++ PKGBUILD	2019-11-13 00:39:40 UTC (rev 527076)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: 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=19.10.0
-pkgrel=1
-pkgdesc='Media player with built-in codecs that can play virtually all video and audio formats'
-url='https://www.smplayer.info/'
-arch=('x86_64')
-license=('GPL')
-depends=('qt5-script' 'mpv' 'hicolor-icon-theme' 'libx11' 'zlib' 'gcc-libs')
-makedepends=('qt5-tools')
-optdepends=('smplayer-themes: icon themes collection'
-            'smplayer-skins: skin themes collection'
-            'smtube: browse and play youtube videos'
-            'youtube-dl: youtube videos and streaming'
-            'mplayer: alternative multimedia engine')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('54f751c62977899307c838936d05018b0a4884ee95e0e0415ceb92054286076b')
-sha512sums=('d41394ad61d23af96f94510f9162d9a3b2c88b66cc2bcc17b2210072ad53c322369eda149edccc4ec459b8d65b7ea80a5e1ce3cdbd1ec266b2cf6b4f189dc9c3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # make build reproducible, we compress ourselves
-  sed '/gzip -9/d' -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
-  make PREFIX=/usr \
-    DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
-    QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE \
-    CFLAGS_EXTRA="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DOC_PATH=/usr/share/doc/smplayer \
-    DESTDIR="${pkgdir}" PREFIX=/usr -j1 install
-}
-
-# vim: ts=2 sw=2 et:

Copied: smplayer/repos/community-x86_64/PKGBUILD (from rev 527075, smplayer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-13 00:39:40 UTC (rev 527076)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: 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=19.10.2
+pkgrel=1
+pkgdesc='Media player with built-in codecs that can play virtually all video and audio formats'
+url='https://www.smplayer.info/'
+arch=('x86_64')
+license=('GPL')
+depends=('qt5-script' 'mpv' 'hicolor-icon-theme' 'libx11' 'zlib' 'gcc-libs')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+            'smplayer-skins: skin themes collection'
+            'smtube: browse and play youtube videos'
+            'youtube-dl: youtube videos and streaming'
+            'mplayer: alternative multimedia engine')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('37ed9f9a051077b9bc1a68f06fd4ad37fdac2802f62c28fd177e91d97d094c44')
+sha512sums=('46327a1f988cfe8fe4e04f456057c2395f5ad011513988c1ffecf5c91cf2fdedbe8095cfba15f0f61c3e1cabc7f34b78d676bce430a79fcf542d74e14a33ec62')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # make build reproducible, we compress ourselves
+  sed '/gzip -9/d' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
+  make PREFIX=/usr \
+    DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+    QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE \
+    CFLAGS_EXTRA="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DOC_PATH=/usr/share/doc/smplayer \
+    DESTDIR="${pkgdir}" PREFIX=/usr -j1 install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list