mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Michael Riesch <michael.riesch@wolfvision.net>
Subject: Re: [ptxdist] [APPLIED] libcamera: version bump 0.0.5 -> 0.2.0
Date: Tue, 21 May 2024 11:58:51 +0200	[thread overview]
Message-ID: <20240521095851.891672-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20240515-feature-libcamera-0-2-0-v2-1-47555e12eedd@wolfvision.net>

Thanks, applied as 412cade673d7f5e14a3061f87b61c43549924887.

Michael

[sent from post-receive hook]

On Tue, 21 May 2024 11:58:51 +0200, Michael Riesch <michael.riesch@wolfvision.net> wrote:
> Due to an API breakage in libcamera it may be necessary to update the
> consumers of the library. One example is pipewire, which needs to be
> updated to at least 1.0.2.
> 
> Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
> Reviewed-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20240515-feature-libcamera-0-2-0-v2-1-47555e12eedd@wolfvision.net>
> [mol: fix raspberrypi options, plugin names]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libcamera.make b/rules/libcamera.make
> index 928a95654d56..625be5ab6f9c 100644
> --- a/rules/libcamera.make
> +++ b/rules/libcamera.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBCAMERA) += libcamera
>  #
>  # Paths and names
>  #
> -LIBCAMERA_VERSION	:= 0.0.5
> -LIBCAMERA_MD5		:= cc2f5c0c051319a7e853dc6916807ce5
> +LIBCAMERA_VERSION	:= 0.2.0
> +LIBCAMERA_MD5		:= 08f0681221c654838e54e6b3a32f89b5
>  LIBCAMERA		:= libcamera-$(LIBCAMERA_VERSION)
>  LIBCAMERA_SUFFIX	:= tar.gz
>  LIBCAMERA_URL		:= https://gitlab.freedesktop.org/camera/libcamera/-/archive/v$(LIBCAMERA_VERSION)/$(LIBCAMERA).$(LIBCAMERA_SUFFIX)
> @@ -44,8 +44,8 @@ LIBCAMERA_LICENSE_FILES	:= file://LICENSES/Apache-2.0.txt;md5=3b83ef96387f14655f
>  
>  LIBCAMERA_IPAS-y					:=
>  LIBCAMERA_IPAS-$(PTXCONF_LIBCAMERA_IPA_IPU3)		+= ipu3
> -LIBCAMERA_IPASC-$(PTXCONF_LIBCAMERA_IPA_RASPBERRYPI)	+= raspberrypi
> -LIBCAMERA_IPASM-$(PTXCONF_LIBCAMERA_IPA_RASPBERRYPI)	+= rpi
> +LIBCAMERA_IPASC-$(PTXCONF_LIBCAMERA_IPA_RASPBERRYPI)	+= rpi/vc4
> +LIBCAMERA_IPASM-$(PTXCONF_LIBCAMERA_IPA_RASPBERRYPI)	+= rpi_vc4
>  LIBCAMERA_IPAS-$(PTXCONF_LIBCAMERA_IPA_RKISP1)		+= rkisp1
>  LIBCAMERA_IPAS-$(PTXCONF_LIBCAMERA_IPA_VIMC)		+= vimc
>  
> @@ -54,7 +54,7 @@ LIBCAMERA_IPASM-y	+= $(LIBCAMERA_IPAS-y)
>  
>  LIBCAMERA_PIPELINES-y						:=
>  LIBCAMERA_PIPELINES-$(PTXCONF_LIBCAMERA_PIPELINE_IPU3)		+= ipu3
> -LIBCAMERA_PIPELINES-$(PTXCONF_LIBCAMERA_PIPELINE_RASPBERRYPI)	+= raspberrypi
> +LIBCAMERA_PIPELINES-$(PTXCONF_LIBCAMERA_PIPELINE_RASPBERRYPI)	+= rpi/vc4
>  LIBCAMERA_PIPELINES-$(PTXCONF_LIBCAMERA_PIPELINE_RKISP1)	+= rkisp1
>  LIBCAMERA_PIPELINES-$(PTXCONF_LIBCAMERA_PIPELINE_SIMPLE)	+= simple
>  LIBCAMERA_PIPELINES-$(PTXCONF_LIBCAMERA_PIPELINE_UVCVIDEO)	+= uvcvideo
> @@ -79,6 +79,7 @@ LIBCAMERA_CONF_OPT	:= \
>  	-Dqcam=$(call ptx/endis,PTXCONF_LIBCAMERA_QCAM)d \
>  	-Dtest=false \
>  	-Dtracing=disabled \
> +	-Dudev=enabled \
>  	-Dv4l2=false \
>  	-Dpycamera=disabled
>  



  parent reply	other threads:[~2024-05-21  9:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-15  7:04 [ptxdist] [PATCH v2 0/2] " Michael Riesch
2024-05-15  7:04 ` [ptxdist] [PATCH v2 1/2] " Michael Riesch
2024-05-15 10:04   ` Michael Tretter
2024-05-21  9:58   ` Michael Olbrich [this message]
2024-05-15  7:04 ` [ptxdist] [PATCH v2 2/2] pipewire: version bump 1.0.1 -> 1.0.3 Michael Riesch
2024-05-15 10:05   ` Michael Tretter
2024-05-21  9:58   ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240521095851.891672-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=michael.riesch@wolfvision.net \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox