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

Levente Polyak anthraxx at archlinux.org
Fri Jan 22 19:44:31 UTC 2021


    Date: Friday, January 22, 2021 @ 19:44:30
  Author: anthraxx
Revision: 824987

archrelease: copy trunk to community-x86_64

Added:
  mediaelch/repos/community-x86_64/PKGBUILD
    (from rev 824986, mediaelch/trunk/PKGBUILD)
Deleted:
  mediaelch/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-22 19:44:27 UTC (rev 824986)
+++ PKGBUILD	2021-01-22 19:44:30 UTC (rev 824987)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Matt Harrison <matt at mistbyte.com>
-
-pkgname=mediaelch
-pkgver=2.8.4
-pkgrel=1
-pkgdesc='Media Manager for handling Movies, TV Shows and Concerts/Music Videos for Kodi'
-url='https://www.mediaelch.de/mediaelch/'
-arch=('x86_64')
-license=('LGPL3')
-depends=('glibc' 'gcc-libs' 'libmediainfo' 'qt5-declarative' 'qt5-multimedia' 'qt5-script' 'quazip')
-source=(https://github.com/Komet/MediaElch/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1bda81d37d5e5222c26f1c3902054db5d0b0f47cd02293db277321a7428b0366')
-b2sums=('45973ec557c615387fedd1e2d299547f2a8b17fc7be190c775a4047868dd9455d6b2e4034ae46a02e8f246f7c3e170bf777baef102dc13750bb601b1bfe01509')
-
-prepare() {
-  cd MediaElch-${pkgver}
-  sed 's|quazip/quazip/|QuaZip-Qt5-1.1/quazip/|g' -i src/*/*.cpp src/*/*.h
-  sed 's|lquazip5|lquazip1-qt5|g' -i MediaElch.pro
-}
-
-build() {
-  cd MediaElch-${pkgver}
-  qmake
-  make SUBLIBS="-lquazip1-qt5"
-}
-
-package() {
-  cd MediaElch-${pkgver}
-  make INSTALL_ROOT="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: mediaelch/repos/community-x86_64/PKGBUILD (from rev 824986, mediaelch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-22 19:44:30 UTC (rev 824987)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Matt Harrison <matt at mistbyte.com>
+
+pkgname=mediaelch
+pkgver=2.8.6
+pkgrel=1
+pkgdesc='Media Manager for handling Movies, TV Shows and Concerts/Music Videos for Kodi'
+url='https://www.mediaelch.de/mediaelch/'
+arch=('x86_64')
+license=('LGPL3')
+depends=('glibc' 'gcc-libs' 'libmediainfo' 'qt5-declarative' 'qt5-multimedia' 'qt5-script' 'quazip')
+source=(https://github.com/Komet/MediaElch/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('7713e689cea1eb614f9354df27801afb991fd8d4faa7b95503802c79c1ebc8fa')
+b2sums=('d8dec33d4ca777f9ddafce3923125f237b2bd446df5621d78082282b8c3c5a08577da88c573fbb22a3262fb3cb4627121a88ada2a1343fe6c808c648e6007c51')
+
+prepare() {
+  cd MediaElch-${pkgver}
+  sed 's|quazip/quazip/|QuaZip-Qt5-1.1/quazip/|g' -i src/*/*.cpp src/*/*.h
+  sed 's|lquazip5|lquazip1-qt5|g' -i MediaElch.pro
+}
+
+build() {
+  cd MediaElch-${pkgver}
+  qmake
+  make SUBLIBS="-lquazip1-qt5"
+}
+
+package() {
+  cd MediaElch-${pkgver}
+  make INSTALL_ROOT="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list