[arch-commits] Commit in mediaelch/repos/community-x86_64 (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sun Jan 10 16:14:39 UTC 2021
Date: Sunday, January 10, 2021 @ 16:14:38
Author: anthraxx
Revision: 817073
archrelease: copy trunk to community-x86_64
Added:
mediaelch/repos/community-x86_64/PKGBUILD
(from rev 817072, mediaelch/trunk/PKGBUILD)
Deleted:
mediaelch/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-10 16:14:34 UTC (rev 817072)
+++ PKGBUILD 2021-01-10 16:14:38 UTC (rev 817073)
@@ -1,33 +0,0 @@
-# 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:
Copied: mediaelch/repos/community-x86_64/PKGBUILD (from rev 817072, mediaelch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-10 16:14:38 UTC (rev 817073)
@@ -0,0 +1,33 @@
+# 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:
More information about the arch-commits
mailing list