From 4fdeb6375eddaa6c83be554652b3d501ff117c0d Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Mon, 13 Oct 2025 01:02:18 -0400 Subject: cups-filters: upgrade 2.0.0 -> 2.0.1 This version drops support for Avahi. Changelog: https://github.com/OpenPrinting/cups-filters/releases/tag/2.0.1 Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../recipes-printing/cups/cups-filters_2.0.0.bb | 33 ---------------------- .../recipes-printing/cups/cups-filters_2.0.1.bb | 30 ++++++++++++++++++++ 2 files changed, 30 insertions(+), 33 deletions(-) delete mode 100644 meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb create mode 100644 meta-oe/recipes-printing/cups/cups-filters_2.0.1.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb b/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb deleted file mode 100644 index 2f1a772dde..0000000000 --- a/meta-oe/recipes-printing/cups/cups-filters_2.0.0.bb +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "CUPS backends, filters, and other software" -HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=6d5b952b53dbe7752199903d082e5f07" - -DEPENDS = "libcupsfilters libppd glib-2.0 poppler" - -SRC_URI = " \ - https://github.com/OpenPrinting/${BPN}/releases/download/${PV}/${BP}.tar.xz \ - file://fix-make-race.patch \ - file://0001-Fix-build-failure-with-GCC-15-and-std-c23.patch \ -" -SRC_URI[sha256sum] = "b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8" - -UPSTREAM_CHECK_URI = "https://github.com/OpenPrinting/cups-filters/releases" - -inherit autotools gettext pkgconfig github-releases - -EXTRA_OECONF += " \ - --enable-imagefilters \ - --enable-ghostscript --with-gs-path=${bindir}/gs \ - --with-fontdir=${datadir}/fonts \ - --localstatedir=${localstatedir} \ -" - -PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" -PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" - -FILES:${PN} += "${datadir}" -FILES:${PN}-dev += "${datadir}/ppdc" - -RDEPENDS:${PN} += "bash" -RDEPENDS:${PN} += "ghostscript" diff --git a/meta-oe/recipes-printing/cups/cups-filters_2.0.1.bb b/meta-oe/recipes-printing/cups/cups-filters_2.0.1.bb new file mode 100644 index 0000000000..e488bd3039 --- /dev/null +++ b/meta-oe/recipes-printing/cups/cups-filters_2.0.1.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "CUPS backends, filters, and other software" +HOMEPAGE = "http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=6d5b952b53dbe7752199903d082e5f07" + +DEPENDS = "libcupsfilters libppd glib-2.0 poppler" + +SRC_URI = " \ + https://github.com/OpenPrinting/${BPN}/releases/download/${PV}/${BP}.tar.xz \ + file://fix-make-race.patch \ + file://0001-Fix-build-failure-with-GCC-15-and-std-c23.patch \ +" +SRC_URI[sha256sum] = "39e71de3ce06762b342749f1dc7cba6817738f7bf4d322c1bb9ab10b8569ab80" + +UPSTREAM_CHECK_URI = "https://github.com/OpenPrinting/cups-filters/releases" + +inherit autotools gettext pkgconfig github-releases + +EXTRA_OECONF += " \ + --enable-imagefilters \ + --enable-ghostscript --with-gs-path=${bindir}/gs \ + --with-fontdir=${datadir}/fonts \ + --localstatedir=${localstatedir} \ +" + +FILES:${PN} += "${datadir}" +FILES:${PN}-dev += "${datadir}/ppdc" + +RDEPENDS:${PN} += "bash" +RDEPENDS:${PN} += "ghostscript" -- cgit v1.2.3-54-g00ecf