[arch-commits] Commit in smplayer/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Oct 31 12:32:15 UTC 2019
Date: Thursday, October 31, 2019 @ 12:32:15
Author: arojas
Revision: 521085
archrelease: copy trunk to community-x86_64
Added:
smplayer/repos/community-x86_64/PKGBUILD
(from rev 521084, smplayer/trunk/PKGBUILD)
Deleted:
smplayer/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 12:31:51 UTC (rev 521084)
+++ PKGBUILD 2019-10-31 12:32:15 UTC (rev 521085)
@@ -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.5.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=('b5cb2b37fc9a225bb7287bf26a0a499f7b46bff688161b8e5eae0d96d74daaf5')
-sha512sums=('ee19186b3f4eac94b06a1e389e42edb8c2b22f8182b679bdc40e3ae1569a6c69f168260abfee3b2827b71b10eb353e7a3821805798f37aae2600af3b73d25ca1')
-
-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 521084, smplayer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 12:32:15 UTC (rev 521085)
@@ -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.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:
More information about the arch-commits
mailing list