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

Levente Polyak anthraxx at archlinux.org
Fri Dec 18 17:46:45 UTC 2020


    Date: Friday, December 18, 2020 @ 17:46:44
  Author: anthraxx
Revision: 779405

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-18 17:46:41 UTC (rev 779404)
+++ PKGBUILD	2020-12-18 17:46:44 UTC (rev 779405)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Matt Harrison <matt at mistbyte.com>
-
-pkgname=mediaelch
-pkgver=2.6.6
-pkgrel=2
-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=('libmediainfo' 'qt5-declarative' 'qt5-multimedia' 'qt5-script' 'quazip')
-source=(https://github.com/Komet/MediaElch/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('05c165256c3f0d27d424be8b2e635496a4f54f776563b3191707e65a94be52fc')
-b2sums=('4f744d119f5baa50cb9639d799d018a972989cbaa9003c5b020da0b2b6172f6bba09778e9119857cae69f92cf52d4f57c850570ca17e6c55b502063e797f75a3')
-
-prepare() {
-  cd MediaElch-${pkgver}
-  sed 's|quazip/quazip/|QuaZip-Qt5-1.0/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 779404, mediaelch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-18 17:46:44 UTC (rev 779405)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Matt Harrison <matt at mistbyte.com>
+
+pkgname=mediaelch
+pkgver=2.8.0
+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=('libmediainfo' 'qt5-declarative' 'qt5-multimedia' 'qt5-script' 'quazip')
+source=(https://github.com/Komet/MediaElch/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('034ca43c350b16933c2b83bae368f920824e765524bda56ab2324946d4245ef7')
+b2sums=('68cb5de5e7d5d92f5771889be898fbb3db2e94ba62760811419de3e70e23dea1743fd86792a98f3b3113df3dc5db3c2832f8418fde3e97df48e1888eb31de479')
+
+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