From Pranjal Kole to ~sircmpwn/alpine-aports
--- Should fix hardware decoding on systems that use this. community/intel-media-driver/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/intel-media-driver/APKBUILD b/community/intel-media-driver/APKBUILD index 43f32fa95d..f297c67a0e 100644 --- a/community/intel-media-driver/APKBUILD +++ b/community/intel-media-driver/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: psykose <alice@ayaya.dev> pkgname=intel-media-driver pkgver=22.3.0 pkgrel=0[message trimmed]
From Pranjal Kole to ~sircmpwn/alpine-aports
--- community/intel-gmmlib/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/intel-gmmlib/APKBUILD b/community/intel-gmmlib/APKBUILD index f994c34983..fcff25f77a 100644 --- a/community/intel-gmmlib/APKBUILD +++ b/community/intel-gmmlib/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: psykose <alice@ayaya.dev> pkgname=intel-gmmlib pkgver=22.1.1 pkgver=22.1.2[message trimmed]
From Pranjal Kole to ~sircmpwn/alpine-aports
Looks like this has been applied by psykose <alice@ayaya.dev> after fixing the failing tests. Please close this merge request.
From Pranjal Kole to ~sircmpwn/alpine-aports
Sent a new patch that fixes this. Please close this MR.
From Pranjal Kole to ~sircmpwn/alpine-aports
This flag is ignored by ./configure --- community/iwd/APKBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/community/iwd/APKBUILD b/community/iwd/APKBUILD index 41fbcdf397..2cff522b49 100644 --- a/community/iwd/APKBUILD +++ b/community/iwd/APKBUILD @@ -35,7 +35,6 @@ build() { --mandir=/usr/share/man \ --localstatedir=/var \ --disable-systemd-service \ --enable-sim-hardcoded \[message trimmed]
From Pranjal Kole to ~sircmpwn/alpine-aports
--- community/gegl/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/gegl/APKBUILD b/community/gegl/APKBUILD index c439a64db2..d9e9ef06e1 100644 --- a/community/gegl/APKBUILD +++ b/community/gegl/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gegl pkgver=0.4.34 pkgver=0.4.36 pkgrel=0 [message trimmed]
From Pranjal Kole to ~sircmpwn/alpine-aports
This flag is ignored by ./configure --- community/iwd/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/community/iwd/APKBUILD b/community/iwd/APKBUILD index 41fbcdf397..dfdfe501b7 100644 --- a/community/iwd/APKBUILD +++ b/community/iwd/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Milan P. Stanić <mps@arvanta.net> pkgname=iwd pkgver=1.25 pkgrel=0[message trimmed]
From Pranjal Kole to ~sircmpwn/alpine-aports
--- testing/libva-utils/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/libva-utils/APKBUILD b/testing/libva-utils/APKBUILD index e59e9fc39f..7f9092fc82 100644 --- a/testing/libva-utils/APKBUILD +++ b/testing/libva-utils/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Taner Tas <taner76@gmail.com> # Maintainer: Taner Tas <taner76@gmail.com> pkgname=libva-utils pkgver=2.13.0 pkgver=2.14.0[message trimmed]
From Pranjal Kole to ~sircmpwn/alpine-aports
--- community/libva-glx/APKBUILD | 4 ++-- main/libva/APKBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/community/libva-glx/APKBUILD b/community/libva-glx/APKBUILD index 4af64095e9..76624f60f4 100644 --- a/community/libva-glx/APKBUILD +++ b/community/libva-glx/APKBUILD @@ -3,7 +3,7 @@ # this package is to resolve the circular dependency libva -> mesa -> libva pkgname=libva-glx pkgver=2.13.0[message trimmed]
From Pranjal Kole to ~sircmpwn/alpine-aports
/usr/bin/pipewire was not being killed previously. The order in which the processes are killed has been changed to avoid this error message from pipewire-media-session: [W][77952.698669] ms.core | [ media-session.c: 2211 core_error()] error id:0 seq:799 res:-32 (Broken pipe): connection error Additionally, pipewire-pulse is now started with the /usr/bin/ prefix, since a user may have another binary named pipewire in their $PATH. --- community/pipewire/APKBUILD | 4 ++-- community/pipewire/pipewire-launcher.sh | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) [message trimmed]