@YrGVyFszGuSBeVLK This is a core mechanism of aur. See
Search Criteria
Package Details: mediaelch-git 2.10.0.r59.g39c83fa0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/mediaelch-git.git (read-only, click to copy) |
---|---|
Package Base: | mediaelch-git |
Description: | MediaElch is a MediaManager for Kodi |
Upstream URL: | https://github.com/Komet/MediaElch |
Licenses: | LGPL-3.0-or-later |
Conflicts: | mediaelch |
Provides: | mediaelch |
Submitter: | doppelhelix |
Maintainer: | doppelhelix |
Last Packager: | doppelhelix |
Votes: | 1 |
Popularity: | 0.000134 |
First Submitted: | 2020-12-16 23:30 (UTC) |
Last Updated: | 2024-03-30 20:20 (UTC) |
Dependencies (10)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libmediainfo (libmediainfo-gitAUR)
- qt6-declarative (qt6-declarative-gitAUR)
- qt6-multimedia
- qt6-svg
- quazip-qt6
- cmake (cmake-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- qt6-tools (make)
Required by (0)
Sources (1)
Latest Comments
doppelhelix commented on 2023-10-07 06:35 (UTC) (edited on 2023-10-07 06:36 (UTC) by doppelhelix)
YrGVyFszGuSBeVLK commented on 2023-10-06 20:58 (UTC) (edited on 2023-10-06 21:07 (UTC) by YrGVyFszGuSBeVLK)
The PKBUILD here shows: pkgver=2.10.0.r59.g39c83fa0
and hence the title
Package Details: mediaelch-git 2.10.0.r59.g39c83fa0-1
Built it now it is actually 2.10.4 as you say, but confusing isn't it? Edit: Actually even "better" it built 2.10.5-dev
doppelhelix commented on 2023-10-06 20:36 (UTC) (edited on 2023-10-06 20:37 (UTC) by doppelhelix)
@YrGVyFszGuSBeVLK check again, it does. Right now (2023.10.06) the PKGBUILD will build version
2.10.4.r35.g65085b37
clean your environment (remove sources, perform a git pull, create a clean build environment)
YrGVyFszGuSBeVLK commented on 2023-10-06 20:04 (UTC)
Why is this -git? This supposed to follow master branch...
doppelhelix commented on 2023-09-25 18:00 (UTC) (edited on 2023-09-25 18:06 (UTC) by doppelhelix)
https://wiki.archlinux.org/title/Arch_User_Repository#Flagging_packages_out-of-date
Note: VCS packages are not considered out of date when the pkgver changes; do not flag them as the maintainer will merely unflag the package and ignore you. AUR maintainers should not commit mere pkgver bumps.
doppelhelix commented on 2023-05-31 07:51 (UTC)
update to qt6 = done
tam1m commented on 2023-05-30 11:37 (UTC)
Build currently fails. Could you update this to build with qt6?
Patch for qt6
--- PKGBUILD.org 2023-05-30 13:34:28.000000000 +0200
+++ PKGBUILD 2023-05-30 13:33:58.897861564 +0200
@@ -1,24 +1,23 @@
# Maintainer: Christian Schendel (doppelhelix@gmail.com)
pkgname=mediaelch-git
-pkgver=2.8.14.r18.g2114c02e
+pkgver=2.10.0.r59.g39c83fa0
pkgrel=1
pkgdesc='MediaElch is a MediaManager for Kodi'
url='https://github.com/Komet/MediaElch'
arch=('x86_64')
license=('LGPL3')
-
+
depends=('glibc'
'gcc-libs'
'libmediainfo'
- 'qt5-declarative'
- 'qt5-multimedia'
- 'qt5-script'
- 'qt5-svg'
- 'quazip')
+ 'qt6-declarative'
+ 'qt6-multimedia'
+ 'qt6-svg'
+ 'quazip-qt6')
makedepends=('cmake'
'ninja'
- 'qt5-tools')
+ 'qt6-tools')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
@@ -45,6 +44,8 @@
-DDISABLE_UPDATER=ON \
-DUSE_EXTERN_QUAZIP=ON \
-Wno-dev \
+ -DMEDIAELCH_FORCE_QT5=OFF \
+ -DMEDIAELCH_FORCE_QT6=ON \
-G Ninja
ninja -C build
}
txtsd commented on 2020-12-18 12:24 (UTC)
-git packages should not be locked to a singular commit
Pinned Comments
doppelhelix commented on 2023-09-25 18:00 (UTC) (edited on 2023-09-25 18:06 (UTC) by doppelhelix)