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

Antonio Rojas arojas at gemini.archlinux.org
Wed Nov 3 22:05:44 UTC 2021


    Date: Wednesday, November 3, 2021 @ 22:05:44
  Author: arojas
Revision: 1035713

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  105 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-03 22:05:34 UTC (rev 1035712)
+++ PKGBUILD	2021-11-03 22:05:44 UTC (rev 1035713)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# 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=21.8.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=('glibc' 'qt5-script' 'qt5-base' 'mpv' 'libx11' 'zlib' 'gcc-libs' 'hicolor-icon-theme')
-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)
-sha512sums=('4513718ca8cf1529ef5e4b8595cba9d9177073acaada6f7e8aed242a1fd56cb8fdf932a757ae147aa645a5422c1e8f52863b562f7e697f643769b1c57f7e647e')
-b2sums=('a13146dac8c78d70c8e9db64aaf9da6c64267b389d6b06cb523548306733853276623d8d9e0ba1e94fb2bee5ab1da97109edb1fef4ce88a3569ca96f26e4d653')
-
-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}" \
-    all
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make \
-    PREFIX=/usr \
-    DOC_PATH=/usr/share/doc/smplayer \
-    DESTDIR="${pkgdir}" \
-    install
-}
-
-# vim: ts=2 sw=2 et:

Copied: smplayer/repos/community-x86_64/PKGBUILD (from rev 1035712, smplayer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-03 22:05:44 UTC (rev 1035713)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# 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=21.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=('glibc' 'qt5-script' 'qt5-base' 'mpv' 'libx11' 'zlib' 'gcc-libs' 'hicolor-icon-theme')
+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'
+            'yt-dlp: youtube videos and streaming'
+            'mplayer: alternative multimedia engine')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('3e4a046c704eeb181570c56a819afbca939257df370c909dab3af448553702feeebba542f123d18cf6b786a19f92ee67ba60ba25a649d83f1f31411b715f7ae4')
+b2sums=('e2da80e64c4cbb9a3977ae9f5570800a2c3e012f21fdd011d66dce681488805c309fb40aae72aff5858cc06beaf1e8bbe052816eb91d3700a222b3b10be57228')
+
+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}" \
+    all
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make \
+    PREFIX=/usr \
+    DOC_PATH=/usr/share/doc/smplayer \
+    DESTDIR="${pkgdir}" \
+    install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list