~alpine/aports

community/libcamera: remove boost from dependencies v1 NEEDS REVISION

Jacopo Mondi: 2
 community/libcamera: remove boost from dependencies
 community/libcamera: add sdl2 dependency for cam

 2 files changed, 2 insertions(+), 1 deletions(-)
Hi Kevin

On Tue, Jan 17, 2023 at 06:30:09AM +0000, Kevin Daudt wrote:
Next
Hi Kevin

On Mon, Jan 23, 2023 at 11:18:38AM +0000, Kevin Daudt wrote:
Next
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4152/mbox | git am -3
Learn more about email & git

[PATCH 1/2] community/libcamera: remove boost from dependencies Export this patch

Boost is not required anymore to build libcamera since the dependency
has been dropped in commit c1597f989654 ("ipa: raspberrypi: Use
YamlParser to replace dependency on boost").

Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
---
 community/libcamera/APKBUILD | 1 -
 1 file changed, 1 deletion(-)

diff --git a/community/libcamera/APKBUILD b/community/libcamera/APKBUILD
index 1399bcda0f74..1bf0015ec127 100644
--- a/community/libcamera/APKBUILD
+++ b/community/libcamera/APKBUILD
@@ -8,7 +8,6 @@ url="https://libcamera.org/"
arch="all"
license="LGPL-2.1-or-later AND GPL-2.0-or-later"
depends_dev="
	boost-dev
	eudev-dev
	glib-dev
	gnutls-dev
-- 
2.39.0

[PATCH 2/2] community/libcamera: add sdl2 dependency for cam Export this patch

The cam test tol can preview frames using SDL2 if available during
compilation.

Add sdl2 and sdl2_image to the dependencies list.

Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
---
This is only required for the cam test tool and should probably be made a
libcamera-tools sub-package dependency. Not sure if this can be expressed in
APKBUILD.

 community/libcamera/APKBUILD | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/community/libcamera/APKBUILD b/community/libcamera/APKBUILD
index 1bf0015ec127..252c879e784d 100644
--- a/community/libcamera/APKBUILD
+++ b/community/libcamera/APKBUILD
@@ -13,6 +13,8 @@ depends_dev="
	gnutls-dev
	gst-plugins-bad-dev
	qt5-qtbase-dev
	sdl2-dev
	sdl2_image-dev
	"
# upstream calls 'date' with a non-POSIX option so we pull in coreutils
makedepends="$depends_dev
--
2.39.0