Message ID | 20250725002201.29985-1-laurent.pinchart@ideasonboard.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
Hi Laurent On Fri, Jul 25, 2025 at 03:22:01AM +0300, Laurent Pinchart wrote: > libcamera includes packaging information for Gentoo Linux. This is due > to historical reasons, the ebuild is not testing or maintained, and we > don't plan to add packaging information for other major distributions > such as Debian or Fedora. Drop the Gentoo ebuild. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> > --- > .../libcamera/libcamera-9999.ebuild | 45 ------------------- > 1 file changed, 45 deletions(-) > delete mode 100644 package/gentoo/media-libs/libcamera/libcamera-9999.ebuild > > diff --git a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild b/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild > deleted file mode 100644 > index 65619e07d4ae..000000000000 > --- a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild > +++ /dev/null > @@ -1,45 +0,0 @@ > -# SPDX-License-Identifier: GPL-2.0-only > -# Copyright 2019 Google Inc. > - > -EAPI=6 > -PYTHON_COMPAT=( python3_{7..10} ) > - > -inherit git-r3 meson python-any-r1 > - > -DESCRIPTION="Camera support library for Linux" > -HOMEPAGE="http://libcamera.org" > -EGIT_REPO_URI="https://git.libcamera.org/libcamera/libcamera.git" > -EGIT_BRANCH="master" > - > -LICENSE="LGPL-2.1+" > -SLOT="0" > -KEYWORDS="*" > -IUSE="debug doc test udev" > - > -RDEPEND=" > - >=net-libs/gnutls-3.3:= > - udev? ( virtual/libudev ) > -" > - > -DEPEND=" > - ${RDEPEND} > - dev-libs/openssl > - $(python_gen_any_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]') > -" > - > -src_configure() { > - local emesonargs=( > - $(meson_feature doc documentation) > - $(meson_use test) > - --buildtype $(usex debug debug plain) > - ) > - meson_src_configure > -} > - > -src_compile() { > - meson_src_compile > -} > - > -src_install() { > - meson_src_install > -} > > base-commit: b65df7e7554b45e2d3d7fdb5b37c2ab7df3db4fe > -- > Regards, > > Laurent Pinchart >
diff --git a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild b/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild deleted file mode 100644 index 65619e07d4ae..000000000000 --- a/package/gentoo/media-libs/libcamera/libcamera-9999.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only -# Copyright 2019 Google Inc. - -EAPI=6 -PYTHON_COMPAT=( python3_{7..10} ) - -inherit git-r3 meson python-any-r1 - -DESCRIPTION="Camera support library for Linux" -HOMEPAGE="http://libcamera.org" -EGIT_REPO_URI="https://git.libcamera.org/libcamera/libcamera.git" -EGIT_BRANCH="master" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="*" -IUSE="debug doc test udev" - -RDEPEND=" - >=net-libs/gnutls-3.3:= - udev? ( virtual/libudev ) -" - -DEPEND=" - ${RDEPEND} - dev-libs/openssl - $(python_gen_any_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]') -" - -src_configure() { - local emesonargs=( - $(meson_feature doc documentation) - $(meson_use test) - --buildtype $(usex debug debug plain) - ) - meson_src_configure -} - -src_compile() { - meson_src_compile -} - -src_install() { - meson_src_install -}
libcamera includes packaging information for Gentoo Linux. This is due to historical reasons, the ebuild is not testing or maintained, and we don't plan to add packaging information for other major distributions such as Debian or Fedora. Drop the Gentoo ebuild. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- .../libcamera/libcamera-9999.ebuild | 45 ------------------- 1 file changed, 45 deletions(-) delete mode 100644 package/gentoo/media-libs/libcamera/libcamera-9999.ebuild base-commit: b65df7e7554b45e2d3d7fdb5b37c2ab7df3db4fe -- Regards, Laurent Pinchart