Search Criteria
Package Details: efl-git 1.27.99.67082.g6860883e18-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/efl-git.git (read-only, click to copy) |
---|---|
Package Base: | efl-git |
Description: | Enlightenment Foundation Libraries - Development version |
Upstream URL: | http://www.enlightenment.org |
Licenses: | GPL2, custom, BSD, MIT, LGPL2.1 |
Conflicts: | efl, elementary, elementary-git, elementary_test, elementary_test-git, evas_generic_loaders, evas_generic_loaders-git |
Provides: | efl, elementary, elementary-git, evas_generic_loaders |
Submitter: | Scimmia |
Maintainer: | raster |
Last Packager: | raster |
Votes: | 88 |
Popularity: | 0.54 |
First Submitted: | 2013-02-15 10:00 (UTC) |
Last Updated: | 2024-08-07 08:07 (UTC) |
Dependencies (58)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- fribidi (fribidi-gitAUR)
- giflib (giflib-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- harfbuzz (harfbuzz-gitAUR)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- libinput (libinput-noaccumAUR, libinput-multiplierAUR, libinput-three-finger-dragAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libraw (libraw-gitAUR)
- librsvg (librsvg-gitAUR)
- libsndfile (libsndfile-gitAUR)
- libspectre
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- libutil-linux (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR, util-linux-libs)
- Show 38 more dependencies...
Required by (30)
- ecrire-git (requires efl)
- edi (requires efl)
- edi-git (requires efl)
- enlightenment-arc-theme (requires efl) (make)
- enlightenment-arc-theme (requires efl)
- enlightenment-arc-theme-git (requires efl)
- enlightenment-arc-theme-git (requires efl) (make)
- enlightenment-git
- enlightenment-git-asan
- entice-git (requires efl)
- entrance-git (requires efl)
- enventor (requires efl)
- enventor-git (requires efl)
- eovim (requires efl)
- eperiodique (requires efl)
- ephoto-git (requires efl)
- eruler-git (requires efl)
- evisum-git (requires efl)
- extra (requires efl)
- e_dbus (requires efl)
- Show 10 more...
Latest Comments
1 2 3 4 5 6 .. 37 Next › Last »
raster commented on 2024-08-07 08:29 (UTC)
done - moved to pulse-native-provider
benjarobin commented on 2024-08-06 18:25 (UTC)
Please depend on
pulse-native-provider
instead ofpulseaudio
. See https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/issues/10raster commented on 2022-11-09 11:18 (UTC)
so this is something makepkg itself does - it runs the pkrvger func if there and modifies the PKGBUILD. i can't help that it loses your pkgrel :( i think you need to pass this to makepkg devs. :)
maderios commented on 2022-11-09 11:10 (UTC)
I could build efl-git-1.26.99.66959.g3267070da9-2 after removing
maderios commented on 2022-11-08 18:20 (UTC) (edited on 2022-11-08 18:22 (UTC) by maderios)
It's pkgrel problem. Strangely, after editing PKGBUILD, building process changes 'pkgrel=2' to 'pkgrel=1' My PKGBUILD
raster commented on 2022-11-08 16:47 (UTC)
oh wait - pkgrel or pkgver? pkgver there seems right - 66959 so pkgrel not pkgver? this may have to do with the pkgbuild modifying itself to store the pkgver?
maderios commented on 2022-11-08 14:26 (UTC) (edited on 2022-11-08 14:27 (UTC) by maderios)
What i only do: git stash && git pull --rebase then, I edited PKGBUILD 'pkgrel=2' and save it then
But I get version 1 at the end
raster commented on 2022-11-08 13:07 (UTC)
pkgver gets the version from meson.build with
grep version meson.build | head -1 | sed s/version//g | tr ":'," " " | awk '{print $1}'
which would e.g. get you 1.26.99
then it ADDS the number of git commits ever in history so you get an always increasing number ever time a commit goes in so a newer git repo with newer commits will always have a higher number. so it runs
git rev-list --count HEAD
which produces e.g. 66959
unless you've done something odd with the git repo like done a shallow clone of the repo (this is certainly not a default) which gets rid of history then this can't calculate history commit count because you don't have any thus it can't ensure the generated package version of a newer clone is higher than an older one. have you done something like this? force shallow clones?
maderios commented on 2022-11-08 10:42 (UTC)
When building efl-git, enlightenment-git and terminology-get, I get problem with 'pkgver' in PKGBUILD. If I change version 1 -> 2 before building, it always goes back to 1. Is there a clean way to change version?
1 2 3 4 5 6 .. 37 Next › Last »