Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Enlightenment
@ 2022-01-16 12:20 mobinmob
  2022-01-16 13:35 ` Enlightenment mobinmob
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: mobinmob @ 2022-01-16 12:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1229 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages enlightenment
https://github.com/void-linux/void-packages/pull/35081

Enlightenment
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Tests fail on musl.

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35081.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-enlightenment-35081.patch --]
[-- Type: text/x-diff, Size: 4193 bytes --]

From 9a591adff14a6b5321e6bd603fd9d158accde8aa Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 16 Jan 2022 14:17:27 +0200
Subject: [PATCH 1/3] efl: update to 1.26.1.

---
 srcpkgs/efl/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template
index c116523094ea..506f0e1918a2 100644
--- a/srcpkgs/efl/template
+++ b/srcpkgs/efl/template
@@ -1,7 +1,7 @@
 # Template file for 'efl'
 pkgname=efl
-version=1.25.1
-revision=4
+version=1.26.1
+revision=1
 build_style=meson
 configure_args="
  -Dbuild-examples=false
@@ -30,7 +30,7 @@ makedepends="
  libjpeg-turbo-devel libpng-devel giflib-devel tiff-devel libwebp-devel
  avahi-libs-devel eudev-libudev-devel bullet-devel
  libsndfile-devel libmount-devel LuaJIT-devel poppler-cpp-devel
- librsvg-devel libspectre-devel libraw-devel libopenjpeg2-devel
+ librsvg-devel libspectre-devel libraw-devel libopenjpeg2-devel libheif-devel
  $(vopt_if drm 'libdrm-devel libinput-devel libxkbcommon-devel')
  $(vopt_if elogind elogind-devel)
  $(vopt_if gstreamer gst-plugins-base1-devel)
@@ -52,7 +52,7 @@ license="LGPL-2.1-only"
 homepage="https://enlightenment.org"
 changelog="https://git.enlightenment.org/core/efl.git/plain/NEWS"
 distfiles="https://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.xz"
-checksum=351ca0211ca000234527a503585f039f985607ec9439e34b49d8b8bbf35a7e6b
+checksum=86a9677e3d48dd0c13a399ebb417bd417bd8d150d6b06cc491bc92275c88a642
 make_check=extended
 
 if [ "$XBPS_CHECK_PKGS" ]; then

From 57e1533f7fa9282129e192ff51024cb79539f6c0 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 16 Jan 2022 14:17:33 +0200
Subject: [PATCH 2/3] enlightenment: update to 0.25.1.

---
 srcpkgs/enlightenment/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template
index 360a0f5368e6..bb2fb839b0d3 100644
--- a/srcpkgs/enlightenment/template
+++ b/srcpkgs/enlightenment/template
@@ -1,12 +1,12 @@
 # Template file for 'enlightenment'
 pkgname=enlightenment
-version=0.24.2
+version=0.25.1
 revision=1
 build_style=meson
 configure_args="--sysconfdir=/etc -Dpam=true -Dsystemd=false
  $(vopt_bool wayland wl)"
 hostmakedepends="efl pkg-config gettext $(vopt_if wayland xorg-server-xwayland)"
-makedepends="gettext-devel efl-devel pam-devel xkeyboard-config
+makedepends="gettext-devel efl-devel pam-devel xkeyboard-config libexif-devel
  $(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
 depends="desktop-file-utils hicolor-icon-theme xkeyboard-config
  $(vopt_if wayland xorg-server-xwayland)"
@@ -16,7 +16,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="BSD-2-Clause"
 homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=be18e2f18d6c0b058f633e769863d3cbc4c07b629058ae670dec74cd7906dff1
+checksum=2cf05fe3d96ef35e823619dbc0ac513ecabcae2186800ecd804924a637112444
 lib32disabled=yes
 build_options="wayland"
 build_options_default="wayland"

From 6c0e441245e84013d769999f5fc357da2b0f417e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 16 Jan 2022 14:17:53 +0200
Subject: [PATCH 3/3] terminology: update to 1.12.1.

---
 srcpkgs/terminology/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/terminology/template b/srcpkgs/terminology/template
index b22676f1743b..71dc0dd24e44 100644
--- a/srcpkgs/terminology/template
+++ b/srcpkgs/terminology/template
@@ -1,6 +1,6 @@
 # Template file for 'terminology'
 pkgname=terminology
-version=1.11.0
+version=1.12.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config efl gettext"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://www.enlightenment.org"
 distfiles="https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=4fd884bd2ffbbc86d87163063074fbd969be04b17bb8d7e23cd1f6708fd86a2d
+checksum=f8ced9584c2e9ae87452ce7425fd25b2d3e122c7489785d2917890215c6b5aa9
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Enlightenment
  2022-01-16 12:20 [PR PATCH] Enlightenment mobinmob
@ 2022-01-16 13:35 ` mobinmob
  2022-01-16 17:23 ` Enlightenment q66
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2022-01-16 13:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/35081#issuecomment-1013877637

Comment:
Well, tests failed on musl locally :P

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Enlightenment
  2022-01-16 12:20 [PR PATCH] Enlightenment mobinmob
  2022-01-16 13:35 ` Enlightenment mobinmob
@ 2022-01-16 17:23 ` q66
  2022-01-16 18:51 ` [PR PATCH] [Updated] Enlightenment mobinmob
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: q66 @ 2022-01-16 17:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 396 bytes --]

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/35081#issuecomment-1013917035

Comment:
let's enable avif loader in evas (remove from disabler and add libavif-devel) and also let's drop ephysics (it's off by default now, drop bullet makedepends and remove the configure opt)

and let's drop the lottie option and hardcode json into the disabler

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] Enlightenment
  2022-01-16 12:20 [PR PATCH] Enlightenment mobinmob
  2022-01-16 13:35 ` Enlightenment mobinmob
  2022-01-16 17:23 ` Enlightenment q66
@ 2022-01-16 18:51 ` mobinmob
  2022-01-16 18:52 ` Enlightenment mobinmob
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2022-01-16 18:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1241 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages enlightenment
https://github.com/void-linux/void-packages/pull/35081

Enlightenment
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Tests fail on musl.

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

@q66 

A patch file from https://github.com/void-linux/void-packages/pull/35081.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-enlightenment-35081.patch --]
[-- Type: text/x-diff, Size: 5706 bytes --]

From fd3693480d7c707c4960540b30d31adb8aa92561 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 16 Jan 2022 20:50:01 +0200
Subject: [PATCH 1/3] efl: update to 1.26.1.

---
 srcpkgs/efl/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template
index c116523094ea..9b2b16aaed27 100644
--- a/srcpkgs/efl/template
+++ b/srcpkgs/efl/template
@@ -1,7 +1,7 @@
 # Template file for 'efl'
 pkgname=efl
-version=1.25.1
-revision=4
+version=1.26.1
+revision=1
 build_style=meson
 configure_args="
  -Dbuild-examples=false
@@ -9,7 +9,7 @@ configure_args="
  -Dcrypto=openssl
  -Dnetwork-backend=none
  -Decore-imf-loaders-disabler=$(vopt_if ibus '' ibus,)scim
- -Devas-loaders-disabler=avif,$(vopt_if lottie '[]' json)
+ -Devas-loaders-disabler=json
  -Dopengl=$(vopt_if opengl $(vopt_if gles2 es-egl full) none)
  $(vopt_bool elogind systemd)
  $(vopt_bool x11 x11)
@@ -28,9 +28,10 @@ makedepends="
  gettext-devel openssl-devel liblz4-devel glib-devel ibus-devel
  fontconfig-devel fribidi-devel $(vopt_if harfbuzz harfbuzz-devel)
  libjpeg-turbo-devel libpng-devel giflib-devel tiff-devel libwebp-devel
- avahi-libs-devel eudev-libudev-devel bullet-devel
+ avahi-libs-devel eudev-libudev-devel
  libsndfile-devel libmount-devel LuaJIT-devel poppler-cpp-devel
  librsvg-devel libspectre-devel libraw-devel libopenjpeg2-devel
+ libheif-devel libavif-devel
  $(vopt_if drm 'libdrm-devel libinput-devel libxkbcommon-devel')
  $(vopt_if elogind elogind-devel)
  $(vopt_if gstreamer gst-plugins-base1-devel)
@@ -43,7 +44,7 @@ makedepends="
  xcb-util-devel xcb-util-keysyms-devel xcb-util-image-devel
  xcb-util-renderutil-devel xcb-util-wm-devel xorgproto')
  $(vopt_if pulseaudio pulseaudio-devel)
- $(vopt_if lottie rlottie-devel)
+
  $(vopt_if ibus ibus-devel)"
 checkdepends="dbus xvfb-run"
 short_desc="Enlightenment Foundation Libraries"
@@ -52,7 +53,7 @@ license="LGPL-2.1-only"
 homepage="https://enlightenment.org"
 changelog="https://git.enlightenment.org/core/efl.git/plain/NEWS"
 distfiles="https://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.xz"
-checksum=351ca0211ca000234527a503585f039f985607ec9439e34b49d8b8bbf35a7e6b
+checksum=86a9677e3d48dd0c13a399ebb417bd417bd8d150d6b06cc491bc92275c88a642
 make_check=extended
 
 if [ "$XBPS_CHECK_PKGS" ]; then
@@ -72,13 +73,12 @@ esac
 
 # TODO: add option for scim (don't have it packaged)
 build_options="elogind harfbuzz pulseaudio gstreamer vlc x11 wayland
- opengl gles2 drm framebuffer simd lottie glib ibus"
+ opengl gles2 drm framebuffer simd glib ibus"
 # wayland_egl and gl_drm need gles, so use that by default
 build_options_default="elogind harfbuzz pulseaudio gstreamer x11 wayland
  opengl gles2 drm glib ibus"
 desc_option_simd="Enable support for SSE3/NEON/AltiVec"
 desc_option_vlc="Enable support for VLC multimedia backend"
-desc_option_lottie="Enable support for Lottie JSON"
 desc_option_glib="Enable GLib integration"
 desc_option_ibus="Enable IBus input method support (needs glib)"
 

From 10dcf2fbf44a0f62074b23c40fef70d34e87d294 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 16 Jan 2022 20:50:10 +0200
Subject: [PATCH 2/3] enlightenment: update to 0.25.1.

---
 srcpkgs/enlightenment/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template
index 360a0f5368e6..bb2fb839b0d3 100644
--- a/srcpkgs/enlightenment/template
+++ b/srcpkgs/enlightenment/template
@@ -1,12 +1,12 @@
 # Template file for 'enlightenment'
 pkgname=enlightenment
-version=0.24.2
+version=0.25.1
 revision=1
 build_style=meson
 configure_args="--sysconfdir=/etc -Dpam=true -Dsystemd=false
  $(vopt_bool wayland wl)"
 hostmakedepends="efl pkg-config gettext $(vopt_if wayland xorg-server-xwayland)"
-makedepends="gettext-devel efl-devel pam-devel xkeyboard-config
+makedepends="gettext-devel efl-devel pam-devel xkeyboard-config libexif-devel
  $(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
 depends="desktop-file-utils hicolor-icon-theme xkeyboard-config
  $(vopt_if wayland xorg-server-xwayland)"
@@ -16,7 +16,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="BSD-2-Clause"
 homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=be18e2f18d6c0b058f633e769863d3cbc4c07b629058ae670dec74cd7906dff1
+checksum=2cf05fe3d96ef35e823619dbc0ac513ecabcae2186800ecd804924a637112444
 lib32disabled=yes
 build_options="wayland"
 build_options_default="wayland"

From 852ca8f48e885c5f5cb7d1dbc31c6d85a03c0d59 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 16 Jan 2022 20:50:17 +0200
Subject: [PATCH 3/3] terminology: update to 1.12.1.

---
 srcpkgs/terminology/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/terminology/template b/srcpkgs/terminology/template
index b22676f1743b..71dc0dd24e44 100644
--- a/srcpkgs/terminology/template
+++ b/srcpkgs/terminology/template
@@ -1,6 +1,6 @@
 # Template file for 'terminology'
 pkgname=terminology
-version=1.11.0
+version=1.12.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config efl gettext"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://www.enlightenment.org"
 distfiles="https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=4fd884bd2ffbbc86d87163063074fbd969be04b17bb8d7e23cd1f6708fd86a2d
+checksum=f8ced9584c2e9ae87452ce7425fd25b2d3e122c7489785d2917890215c6b5aa9
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Enlightenment
  2022-01-16 12:20 [PR PATCH] Enlightenment mobinmob
                   ` (2 preceding siblings ...)
  2022-01-16 18:51 ` [PR PATCH] [Updated] Enlightenment mobinmob
@ 2022-01-16 18:52 ` mobinmob
  2022-01-16 19:05 ` Enlightenment q66
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2022-01-16 18:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/35081#issuecomment-1013931268

Comment:
> let's enable avif loader in evas (remove from disabler and add libavif-devel) and also let's drop ephysics (it's off by default now, drop bullet makedepends and remove the configure opt)
> 
> and let's drop the lottie option and hardcode json into the disabler

Done.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Enlightenment
  2022-01-16 12:20 [PR PATCH] Enlightenment mobinmob
                   ` (3 preceding siblings ...)
  2022-01-16 18:52 ` Enlightenment mobinmob
@ 2022-01-16 19:05 ` q66
  2022-01-17 16:43 ` [PR PATCH] [Updated] Enlightenment mobinmob
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: q66 @ 2022-01-16 19:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/35081#issuecomment-1013933568

Comment:
cool, looking at it you should also be able to drop the vlc option + dependency, it does not exist anymore (gstreamer only is used)

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] Enlightenment
  2022-01-16 12:20 [PR PATCH] Enlightenment mobinmob
                   ` (4 preceding siblings ...)
  2022-01-16 19:05 ` Enlightenment q66
@ 2022-01-17 16:43 ` mobinmob
  2022-01-17 16:44 ` Enlightenment mobinmob
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2022-01-17 16:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1241 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages enlightenment
https://github.com/void-linux/void-packages/pull/35081

Enlightenment
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Tests fail on musl.

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

@q66 

A patch file from https://github.com/void-linux/void-packages/pull/35081.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-enlightenment-35081.patch --]
[-- Type: text/x-diff, Size: 6047 bytes --]

From 97d7b66df0754f7cc82c26e352e493450bd3bfc7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 17 Jan 2022 18:42:32 +0200
Subject: [PATCH 1/3] efl: update to 1.26.1.

---
 srcpkgs/efl/template | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template
index c116523094ea..510aaf39b4fc 100644
--- a/srcpkgs/efl/template
+++ b/srcpkgs/efl/template
@@ -1,7 +1,7 @@
 # Template file for 'efl'
 pkgname=efl
-version=1.25.1
-revision=4
+version=1.26.1
+revision=1
 build_style=meson
 configure_args="
  -Dbuild-examples=false
@@ -9,7 +9,7 @@ configure_args="
  -Dcrypto=openssl
  -Dnetwork-backend=none
  -Decore-imf-loaders-disabler=$(vopt_if ibus '' ibus,)scim
- -Devas-loaders-disabler=avif,$(vopt_if lottie '[]' json)
+ -Devas-loaders-disabler=json
  -Dopengl=$(vopt_if opengl $(vopt_if gles2 es-egl full) none)
  $(vopt_bool elogind systemd)
  $(vopt_bool x11 x11)
@@ -28,14 +28,14 @@ makedepends="
  gettext-devel openssl-devel liblz4-devel glib-devel ibus-devel
  fontconfig-devel fribidi-devel $(vopt_if harfbuzz harfbuzz-devel)
  libjpeg-turbo-devel libpng-devel giflib-devel tiff-devel libwebp-devel
- avahi-libs-devel eudev-libudev-devel bullet-devel
+ avahi-libs-devel eudev-libudev-devel
  libsndfile-devel libmount-devel LuaJIT-devel poppler-cpp-devel
  librsvg-devel libspectre-devel libraw-devel libopenjpeg2-devel
+ libheif-devel libavif-devel
  $(vopt_if drm 'libdrm-devel libinput-devel libxkbcommon-devel')
  $(vopt_if elogind elogind-devel)
  $(vopt_if gstreamer gst-plugins-base1-devel)
  $(vopt_if opengl MesaLib-devel)
- $(vopt_if vlc vlc-devel)
  $(vopt_if wayland 'wayland-protocols wayland-devel')
  $(vopt_if x11 'libXcomposite-devel libXcursor-devel libXp-devel
  libXrandr-devel libXScrnSaver-devel libXdamage-devel
@@ -43,7 +43,7 @@ makedepends="
  xcb-util-devel xcb-util-keysyms-devel xcb-util-image-devel
  xcb-util-renderutil-devel xcb-util-wm-devel xorgproto')
  $(vopt_if pulseaudio pulseaudio-devel)
- $(vopt_if lottie rlottie-devel)
+
  $(vopt_if ibus ibus-devel)"
 checkdepends="dbus xvfb-run"
 short_desc="Enlightenment Foundation Libraries"
@@ -52,7 +52,7 @@ license="LGPL-2.1-only"
 homepage="https://enlightenment.org"
 changelog="https://git.enlightenment.org/core/efl.git/plain/NEWS"
 distfiles="https://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.xz"
-checksum=351ca0211ca000234527a503585f039f985607ec9439e34b49d8b8bbf35a7e6b
+checksum=86a9677e3d48dd0c13a399ebb417bd417bd8d150d6b06cc491bc92275c88a642
 make_check=extended
 
 if [ "$XBPS_CHECK_PKGS" ]; then
@@ -71,14 +71,12 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 # TODO: add option for scim (don't have it packaged)
-build_options="elogind harfbuzz pulseaudio gstreamer vlc x11 wayland
- opengl gles2 drm framebuffer simd lottie glib ibus"
+build_options="elogind harfbuzz pulseaudio gstreamer x11 wayland
+ opengl gles2 drm framebuffer simd glib ibus"
 # wayland_egl and gl_drm need gles, so use that by default
 build_options_default="elogind harfbuzz pulseaudio gstreamer x11 wayland
  opengl gles2 drm glib ibus"
 desc_option_simd="Enable support for SSE3/NEON/AltiVec"
-desc_option_vlc="Enable support for VLC multimedia backend"
-desc_option_lottie="Enable support for Lottie JSON"
 desc_option_glib="Enable GLib integration"
 desc_option_ibus="Enable IBus input method support (needs glib)"
 

From 1255c3939bd992a0a4457319790fa9b86f0f1b46 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 17 Jan 2022 18:42:38 +0200
Subject: [PATCH 2/3] enlightenment: update to 0.25.1.

---
 srcpkgs/enlightenment/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template
index 360a0f5368e6..bb2fb839b0d3 100644
--- a/srcpkgs/enlightenment/template
+++ b/srcpkgs/enlightenment/template
@@ -1,12 +1,12 @@
 # Template file for 'enlightenment'
 pkgname=enlightenment
-version=0.24.2
+version=0.25.1
 revision=1
 build_style=meson
 configure_args="--sysconfdir=/etc -Dpam=true -Dsystemd=false
  $(vopt_bool wayland wl)"
 hostmakedepends="efl pkg-config gettext $(vopt_if wayland xorg-server-xwayland)"
-makedepends="gettext-devel efl-devel pam-devel xkeyboard-config
+makedepends="gettext-devel efl-devel pam-devel xkeyboard-config libexif-devel
  $(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
 depends="desktop-file-utils hicolor-icon-theme xkeyboard-config
  $(vopt_if wayland xorg-server-xwayland)"
@@ -16,7 +16,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="BSD-2-Clause"
 homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=be18e2f18d6c0b058f633e769863d3cbc4c07b629058ae670dec74cd7906dff1
+checksum=2cf05fe3d96ef35e823619dbc0ac513ecabcae2186800ecd804924a637112444
 lib32disabled=yes
 build_options="wayland"
 build_options_default="wayland"

From 238e37860a91d43017b13ad8cc383687b7973468 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 17 Jan 2022 18:42:45 +0200
Subject: [PATCH 3/3] terminology: update to 1.12.1.

---
 srcpkgs/terminology/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/terminology/template b/srcpkgs/terminology/template
index b22676f1743b..71dc0dd24e44 100644
--- a/srcpkgs/terminology/template
+++ b/srcpkgs/terminology/template
@@ -1,6 +1,6 @@
 # Template file for 'terminology'
 pkgname=terminology
-version=1.11.0
+version=1.12.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config efl gettext"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://www.enlightenment.org"
 distfiles="https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=4fd884bd2ffbbc86d87163063074fbd969be04b17bb8d7e23cd1f6708fd86a2d
+checksum=f8ced9584c2e9ae87452ce7425fd25b2d3e122c7489785d2917890215c6b5aa9
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Enlightenment
  2022-01-16 12:20 [PR PATCH] Enlightenment mobinmob
                   ` (5 preceding siblings ...)
  2022-01-17 16:43 ` [PR PATCH] [Updated] Enlightenment mobinmob
@ 2022-01-17 16:44 ` mobinmob
  2022-01-17 17:17 ` [PR PATCH] [Updated] Enlightenment mobinmob
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2022-01-17 16:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 287 bytes --]

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/35081#issuecomment-1014726430

Comment:
> cool, looking at it you should also be able to drop the vlc option + dependency, it does not exist anymore (gstreamer only is used)

Done ;)

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] Enlightenment
  2022-01-16 12:20 [PR PATCH] Enlightenment mobinmob
                   ` (6 preceding siblings ...)
  2022-01-17 16:44 ` Enlightenment mobinmob
@ 2022-01-17 17:17 ` mobinmob
  2022-01-17 18:12 ` Enlightenment q66
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2022-01-17 17:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1241 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages enlightenment
https://github.com/void-linux/void-packages/pull/35081

Enlightenment
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Tests fail on musl.

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

@q66 

A patch file from https://github.com/void-linux/void-packages/pull/35081.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-enlightenment-35081.patch --]
[-- Type: text/x-diff, Size: 6047 bytes --]

From 10caa8fbe1f24a3bb08ee3b37b15950e2affc8a8 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 17 Jan 2022 18:42:32 +0200
Subject: [PATCH 1/3] efl: update to 1.26.1.

---
 srcpkgs/efl/template | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template
index c116523094ea..510aaf39b4fc 100644
--- a/srcpkgs/efl/template
+++ b/srcpkgs/efl/template
@@ -1,7 +1,7 @@
 # Template file for 'efl'
 pkgname=efl
-version=1.25.1
-revision=4
+version=1.26.1
+revision=1
 build_style=meson
 configure_args="
  -Dbuild-examples=false
@@ -9,7 +9,7 @@ configure_args="
  -Dcrypto=openssl
  -Dnetwork-backend=none
  -Decore-imf-loaders-disabler=$(vopt_if ibus '' ibus,)scim
- -Devas-loaders-disabler=avif,$(vopt_if lottie '[]' json)
+ -Devas-loaders-disabler=json
  -Dopengl=$(vopt_if opengl $(vopt_if gles2 es-egl full) none)
  $(vopt_bool elogind systemd)
  $(vopt_bool x11 x11)
@@ -28,14 +28,14 @@ makedepends="
  gettext-devel openssl-devel liblz4-devel glib-devel ibus-devel
  fontconfig-devel fribidi-devel $(vopt_if harfbuzz harfbuzz-devel)
  libjpeg-turbo-devel libpng-devel giflib-devel tiff-devel libwebp-devel
- avahi-libs-devel eudev-libudev-devel bullet-devel
+ avahi-libs-devel eudev-libudev-devel
  libsndfile-devel libmount-devel LuaJIT-devel poppler-cpp-devel
  librsvg-devel libspectre-devel libraw-devel libopenjpeg2-devel
+ libheif-devel libavif-devel
  $(vopt_if drm 'libdrm-devel libinput-devel libxkbcommon-devel')
  $(vopt_if elogind elogind-devel)
  $(vopt_if gstreamer gst-plugins-base1-devel)
  $(vopt_if opengl MesaLib-devel)
- $(vopt_if vlc vlc-devel)
  $(vopt_if wayland 'wayland-protocols wayland-devel')
  $(vopt_if x11 'libXcomposite-devel libXcursor-devel libXp-devel
  libXrandr-devel libXScrnSaver-devel libXdamage-devel
@@ -43,7 +43,7 @@ makedepends="
  xcb-util-devel xcb-util-keysyms-devel xcb-util-image-devel
  xcb-util-renderutil-devel xcb-util-wm-devel xorgproto')
  $(vopt_if pulseaudio pulseaudio-devel)
- $(vopt_if lottie rlottie-devel)
+
  $(vopt_if ibus ibus-devel)"
 checkdepends="dbus xvfb-run"
 short_desc="Enlightenment Foundation Libraries"
@@ -52,7 +52,7 @@ license="LGPL-2.1-only"
 homepage="https://enlightenment.org"
 changelog="https://git.enlightenment.org/core/efl.git/plain/NEWS"
 distfiles="https://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.xz"
-checksum=351ca0211ca000234527a503585f039f985607ec9439e34b49d8b8bbf35a7e6b
+checksum=86a9677e3d48dd0c13a399ebb417bd417bd8d150d6b06cc491bc92275c88a642
 make_check=extended
 
 if [ "$XBPS_CHECK_PKGS" ]; then
@@ -71,14 +71,12 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 # TODO: add option for scim (don't have it packaged)
-build_options="elogind harfbuzz pulseaudio gstreamer vlc x11 wayland
- opengl gles2 drm framebuffer simd lottie glib ibus"
+build_options="elogind harfbuzz pulseaudio gstreamer x11 wayland
+ opengl gles2 drm framebuffer simd glib ibus"
 # wayland_egl and gl_drm need gles, so use that by default
 build_options_default="elogind harfbuzz pulseaudio gstreamer x11 wayland
  opengl gles2 drm glib ibus"
 desc_option_simd="Enable support for SSE3/NEON/AltiVec"
-desc_option_vlc="Enable support for VLC multimedia backend"
-desc_option_lottie="Enable support for Lottie JSON"
 desc_option_glib="Enable GLib integration"
 desc_option_ibus="Enable IBus input method support (needs glib)"
 

From 654790517fa328e066b47ea5e3eb61f63c90d4c3 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 17 Jan 2022 18:42:38 +0200
Subject: [PATCH 2/3] enlightenment: update to 0.25.1.

---
 srcpkgs/enlightenment/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template
index 360a0f5368e6..bb2fb839b0d3 100644
--- a/srcpkgs/enlightenment/template
+++ b/srcpkgs/enlightenment/template
@@ -1,12 +1,12 @@
 # Template file for 'enlightenment'
 pkgname=enlightenment
-version=0.24.2
+version=0.25.1
 revision=1
 build_style=meson
 configure_args="--sysconfdir=/etc -Dpam=true -Dsystemd=false
  $(vopt_bool wayland wl)"
 hostmakedepends="efl pkg-config gettext $(vopt_if wayland xorg-server-xwayland)"
-makedepends="gettext-devel efl-devel pam-devel xkeyboard-config
+makedepends="gettext-devel efl-devel pam-devel xkeyboard-config libexif-devel
  $(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
 depends="desktop-file-utils hicolor-icon-theme xkeyboard-config
  $(vopt_if wayland xorg-server-xwayland)"
@@ -16,7 +16,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="BSD-2-Clause"
 homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=be18e2f18d6c0b058f633e769863d3cbc4c07b629058ae670dec74cd7906dff1
+checksum=2cf05fe3d96ef35e823619dbc0ac513ecabcae2186800ecd804924a637112444
 lib32disabled=yes
 build_options="wayland"
 build_options_default="wayland"

From 1699acbb97a463080a3775dfa42957d10f2d56d7 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 17 Jan 2022 18:42:45 +0200
Subject: [PATCH 3/3] terminology: update to 1.12.1.

---
 srcpkgs/terminology/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/terminology/template b/srcpkgs/terminology/template
index b22676f1743b..71dc0dd24e44 100644
--- a/srcpkgs/terminology/template
+++ b/srcpkgs/terminology/template
@@ -1,6 +1,6 @@
 # Template file for 'terminology'
 pkgname=terminology
-version=1.11.0
+version=1.12.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config efl gettext"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://www.enlightenment.org"
 distfiles="https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=4fd884bd2ffbbc86d87163063074fbd969be04b17bb8d7e23cd1f6708fd86a2d
+checksum=f8ced9584c2e9ae87452ce7425fd25b2d3e122c7489785d2917890215c6b5aa9
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Enlightenment
  2022-01-16 12:20 [PR PATCH] Enlightenment mobinmob
                   ` (7 preceding siblings ...)
  2022-01-17 17:17 ` [PR PATCH] [Updated] Enlightenment mobinmob
@ 2022-01-17 18:12 ` q66
  2022-02-08 13:30 ` Enlightenment q66
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: q66 @ 2022-01-17 18:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 190 bytes --]

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/35081#issuecomment-1014791327

Comment:
i'll merge it when the current build fallout is over

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Enlightenment
  2022-01-16 12:20 [PR PATCH] Enlightenment mobinmob
                   ` (8 preceding siblings ...)
  2022-01-17 18:12 ` Enlightenment q66
@ 2022-02-08 13:30 ` q66
  2022-02-08 13:31 ` Enlightenment q66
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: q66 @ 2022-02-08 13:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/35081#issuecomment-1032611971

Comment:
please bump enlightenment and efl to .2, i'll merge it afterwards

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Enlightenment
  2022-01-16 12:20 [PR PATCH] Enlightenment mobinmob
                   ` (9 preceding siblings ...)
  2022-02-08 13:30 ` Enlightenment q66
@ 2022-02-08 13:31 ` q66
  2022-02-08 16:24 ` [PR PATCH] [Updated] Enlightenment mobinmob
  2022-02-20 21:32 ` [PR PATCH] [Merged]: Enlightenment paper42
  12 siblings, 0 replies; 14+ messages in thread
From: q66 @ 2022-02-08 13:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/35081#issuecomment-1032611971

Comment:
please bump enlightenment and efl to .2, i'll merge it afterwards (sorry, kind of forgot about this PR)

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Updated] Enlightenment
  2022-01-16 12:20 [PR PATCH] Enlightenment mobinmob
                   ` (10 preceding siblings ...)
  2022-02-08 13:31 ` Enlightenment q66
@ 2022-02-08 16:24 ` mobinmob
  2022-02-20 21:32 ` [PR PATCH] [Merged]: Enlightenment paper42
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2022-02-08 16:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1241 bytes --]

There is an updated pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages enlightenment
https://github.com/void-linux/void-packages/pull/35081

Enlightenment
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Tests fail on musl.

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

@q66 

A patch file from https://github.com/void-linux/void-packages/pull/35081.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-enlightenment-35081.patch --]
[-- Type: text/x-diff, Size: 6044 bytes --]

From 1bfffc212c8b9a269ebacdf9b67f81f28b6c25d6 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 8 Feb 2022 18:23:25 +0200
Subject: [PATCH 1/3] efl: update to 1.26.2.

---
 srcpkgs/efl/template | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template
index c116523094ea..b7267b1905f9 100644
--- a/srcpkgs/efl/template
+++ b/srcpkgs/efl/template
@@ -1,7 +1,7 @@
 # Template file for 'efl'
 pkgname=efl
-version=1.25.1
-revision=4
+version=1.26.2
+revision=1
 build_style=meson
 configure_args="
  -Dbuild-examples=false
@@ -9,7 +9,7 @@ configure_args="
  -Dcrypto=openssl
  -Dnetwork-backend=none
  -Decore-imf-loaders-disabler=$(vopt_if ibus '' ibus,)scim
- -Devas-loaders-disabler=avif,$(vopt_if lottie '[]' json)
+ -Devas-loaders-disabler=json
  -Dopengl=$(vopt_if opengl $(vopt_if gles2 es-egl full) none)
  $(vopt_bool elogind systemd)
  $(vopt_bool x11 x11)
@@ -28,14 +28,14 @@ makedepends="
  gettext-devel openssl-devel liblz4-devel glib-devel ibus-devel
  fontconfig-devel fribidi-devel $(vopt_if harfbuzz harfbuzz-devel)
  libjpeg-turbo-devel libpng-devel giflib-devel tiff-devel libwebp-devel
- avahi-libs-devel eudev-libudev-devel bullet-devel
+ avahi-libs-devel eudev-libudev-devel
  libsndfile-devel libmount-devel LuaJIT-devel poppler-cpp-devel
  librsvg-devel libspectre-devel libraw-devel libopenjpeg2-devel
+ libheif-devel libavif-devel
  $(vopt_if drm 'libdrm-devel libinput-devel libxkbcommon-devel')
  $(vopt_if elogind elogind-devel)
  $(vopt_if gstreamer gst-plugins-base1-devel)
  $(vopt_if opengl MesaLib-devel)
- $(vopt_if vlc vlc-devel)
  $(vopt_if wayland 'wayland-protocols wayland-devel')
  $(vopt_if x11 'libXcomposite-devel libXcursor-devel libXp-devel
  libXrandr-devel libXScrnSaver-devel libXdamage-devel
@@ -43,7 +43,7 @@ makedepends="
  xcb-util-devel xcb-util-keysyms-devel xcb-util-image-devel
  xcb-util-renderutil-devel xcb-util-wm-devel xorgproto')
  $(vopt_if pulseaudio pulseaudio-devel)
- $(vopt_if lottie rlottie-devel)
+
  $(vopt_if ibus ibus-devel)"
 checkdepends="dbus xvfb-run"
 short_desc="Enlightenment Foundation Libraries"
@@ -52,7 +52,7 @@ license="LGPL-2.1-only"
 homepage="https://enlightenment.org"
 changelog="https://git.enlightenment.org/core/efl.git/plain/NEWS"
 distfiles="https://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.xz"
-checksum=351ca0211ca000234527a503585f039f985607ec9439e34b49d8b8bbf35a7e6b
+checksum=2979cfbc728a1a1f72ad86c2467d861ed91e664d3f17ef03190fb5c5f405301c
 make_check=extended
 
 if [ "$XBPS_CHECK_PKGS" ]; then
@@ -71,14 +71,12 @@ case "$XBPS_TARGET_MACHINE" in
 esac
 
 # TODO: add option for scim (don't have it packaged)
-build_options="elogind harfbuzz pulseaudio gstreamer vlc x11 wayland
- opengl gles2 drm framebuffer simd lottie glib ibus"
+build_options="elogind harfbuzz pulseaudio gstreamer x11 wayland
+ opengl gles2 drm framebuffer simd glib ibus"
 # wayland_egl and gl_drm need gles, so use that by default
 build_options_default="elogind harfbuzz pulseaudio gstreamer x11 wayland
  opengl gles2 drm glib ibus"
 desc_option_simd="Enable support for SSE3/NEON/AltiVec"
-desc_option_vlc="Enable support for VLC multimedia backend"
-desc_option_lottie="Enable support for Lottie JSON"
 desc_option_glib="Enable GLib integration"
 desc_option_ibus="Enable IBus input method support (needs glib)"
 

From e3e15fd0063ed992729f57f85d6bb3cf472018a6 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 8 Feb 2022 18:23:34 +0200
Subject: [PATCH 2/3] enlightenment: update to 0.25.2.

---
 srcpkgs/enlightenment/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/enlightenment/template b/srcpkgs/enlightenment/template
index 360a0f5368e6..87e27274b4a1 100644
--- a/srcpkgs/enlightenment/template
+++ b/srcpkgs/enlightenment/template
@@ -1,12 +1,12 @@
 # Template file for 'enlightenment'
 pkgname=enlightenment
-version=0.24.2
+version=0.25.2
 revision=1
 build_style=meson
 configure_args="--sysconfdir=/etc -Dpam=true -Dsystemd=false
  $(vopt_bool wayland wl)"
 hostmakedepends="efl pkg-config gettext $(vopt_if wayland xorg-server-xwayland)"
-makedepends="gettext-devel efl-devel pam-devel xkeyboard-config
+makedepends="gettext-devel efl-devel pam-devel xkeyboard-config libexif-devel
  $(vopt_if wayland 'libxkbcommon-devel MesaLib-devel wayland-devel')"
 depends="desktop-file-utils hicolor-icon-theme xkeyboard-config
  $(vopt_if wayland xorg-server-xwayland)"
@@ -16,7 +16,7 @@ maintainer="q66 <daniel@octaforge.org>"
 license="BSD-2-Clause"
 homepage="http://enlightenment.org"
 distfiles="http://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=be18e2f18d6c0b058f633e769863d3cbc4c07b629058ae670dec74cd7906dff1
+checksum=123a06815e41453deddf22ad8373c72e652b3c6553385d16fe27e51ede5e3811
 lib32disabled=yes
 build_options="wayland"
 build_options_default="wayland"

From d1123af82a6025d9280d9c2d21e9c41f118c78cc Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 8 Feb 2022 18:23:41 +0200
Subject: [PATCH 3/3] terminology: update to 1.12.1.

---
 srcpkgs/terminology/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/terminology/template b/srcpkgs/terminology/template
index b22676f1743b..71dc0dd24e44 100644
--- a/srcpkgs/terminology/template
+++ b/srcpkgs/terminology/template
@@ -1,6 +1,6 @@
 # Template file for 'terminology'
 pkgname=terminology
-version=1.11.0
+version=1.12.1
 revision=1
 build_style=meson
 hostmakedepends="pkg-config efl gettext"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://www.enlightenment.org"
 distfiles="https://download.enlightenment.org/rel/apps/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=4fd884bd2ffbbc86d87163063074fbd969be04b17bb8d7e23cd1f6708fd86a2d
+checksum=f8ced9584c2e9ae87452ce7425fd25b2d3e122c7489785d2917890215c6b5aa9
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PR PATCH] [Merged]: Enlightenment
  2022-01-16 12:20 [PR PATCH] Enlightenment mobinmob
                   ` (11 preceding siblings ...)
  2022-02-08 16:24 ` [PR PATCH] [Updated] Enlightenment mobinmob
@ 2022-02-20 21:32 ` paper42
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2022-02-20 21:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1077 bytes --]

There's a merged pull request on the void-packages repository

Enlightenment
https://github.com/void-linux/void-packages/pull/35081

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

Tests fail on musl.

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

@q66 

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-02-20 21:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-16 12:20 [PR PATCH] Enlightenment mobinmob
2022-01-16 13:35 ` Enlightenment mobinmob
2022-01-16 17:23 ` Enlightenment q66
2022-01-16 18:51 ` [PR PATCH] [Updated] Enlightenment mobinmob
2022-01-16 18:52 ` Enlightenment mobinmob
2022-01-16 19:05 ` Enlightenment q66
2022-01-17 16:43 ` [PR PATCH] [Updated] Enlightenment mobinmob
2022-01-17 16:44 ` Enlightenment mobinmob
2022-01-17 17:17 ` [PR PATCH] [Updated] Enlightenment mobinmob
2022-01-17 18:12 ` Enlightenment q66
2022-02-08 13:30 ` Enlightenment q66
2022-02-08 13:31 ` Enlightenment q66
2022-02-08 16:24 ` [PR PATCH] [Updated] Enlightenment mobinmob
2022-02-20 21:32 ` [PR PATCH] [Merged]: Enlightenment paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).