summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-print/libcupsfilters/Manifest2
-rw-r--r--net-print/libcupsfilters/libcupsfilters-2.0.0-r3.ebuild75
-rw-r--r--net-print/libcupsfilters/libcupsfilters-2.0.0-r5.ebuild77
-rw-r--r--net-print/libcupsfilters/libcupsfilters-2.1_beta1.ebuild75
4 files changed, 0 insertions, 229 deletions
diff --git a/net-print/libcupsfilters/Manifest b/net-print/libcupsfilters/Manifest
index 962bcb8983ae..9fd00b902233 100644
--- a/net-print/libcupsfilters/Manifest
+++ b/net-print/libcupsfilters/Manifest
@@ -1,4 +1,2 @@
-DIST libcupsfilters-2.0.0.tar.xz 1279856 BLAKE2B ce9d839bb700017c303c1301c7a97fd02e3657a908e685377be49557d995574a7fc5a31d4fcbda5eeb9ba2d3cd07858224540dbf0bc9fa078cfd25a58ee15a41 SHA512 279bff6dcfa76312b10dae97480914345defd90eab79c4716d4553870f73e0f9db404786fd7e2948a86ae5aedb10dca0c2984ccb4222acbd4e835cd572030d6a
DIST libcupsfilters-2.1.0.tar.xz 1445276 BLAKE2B 7b7355c71b086dacfeb54d5ef4dbbe84ce23c5f65c36a7ef90c3f3b0a0a7630babebfd0d025dba01ad005714d7811dacf9c1983995e930212aee12b737a45c6a SHA512 2c15180a49f211215a13dac5b198a4f8d11fbc67c49d2112ec0c9a9cfd34f012867780bcf23dba81fae7bfaa7f05d4241b222dc6ad8dd83fc8ae29ce2869b235
DIST libcupsfilters-2.1.1.tar.xz 1446192 BLAKE2B a4310fac3a2d484716b0cc0b96ffcfd8441558ffc8bbd3e9b2d1336a7a1f74e03892a0f653560abd068e8b2f84c134fd0fe4a9a8441f43224833de3c195c8cb7 SHA512 3025a52713a06cc5f79b2c55bcb4a331fddeb7439636951fd25bfb77c048a1a336143a1b03496e284f12de9c97f35cf1cea44c99f7e8d02f90d849e8f4f083ad
-DIST libcupsfilters-2.1b1.tar.xz 1443976 BLAKE2B 043174e47c6c5de5393cfb4d6f41e3839646932cff42cf677319b2ea22fe8408fbf1d1edfb3b99c1d2c36916a92993069a40ed5f75552d47d88300e283b6aa84 SHA512 5b0cd2472f54188dda13b091f82b257ba926e12065c225ddbde9cab97597baa6d855f09d7352b7d7ee4af8416fc9c3ddb3c75e0c6a0a201b366d047abe47ecef
diff --git a/net-print/libcupsfilters/libcupsfilters-2.0.0-r3.ebuild b/net-print/libcupsfilters/libcupsfilters-2.0.0-r3.ebuild
deleted file mode 100644
index b27e2fbd9e9d..000000000000
--- a/net-print/libcupsfilters/libcupsfilters-2.0.0-r3.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit libtool
-
-DESCRIPTION="library for developing printing features, split out of cups-filters"
-HOMEPAGE="https://github.com/OpenPrinting/libcupsfilters"
-SRC_URI="https://github.com/OpenPrinting/libcupsfilters/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="dbus exif jpeg pdf +poppler +postscript png test tiff"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=app-text/qpdf-8.3.0:=
- media-libs/fontconfig
- media-libs/lcms:2
- >=net-print/cups-2
- !<net-print/cups-filters-2.0.0
-
- exif? ( media-libs/libexif )
- dbus? ( sys-apps/dbus )
- jpeg? ( media-libs/libjpeg-turbo:= )
- pdf? ( app-text/mupdf )
- postscript? ( app-text/ghostscript-gpl[cups] )
- poppler? ( >=app-text/poppler-0.32[cxx] )
- png? ( media-libs/libpng:= )
- tiff? ( media-libs/tiff:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- >=sys-devel/gettext-0.18.3
- virtual/pkgconfig
- test? ( media-fonts/dejavu )
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-r3-c++17.patch"
-)
-
-src_prepare() {
- default
-
- # respect --as-needed
- elibtoolize
-}
-
-src_configure() {
- local myeconfargs=(
- --enable-imagefilters
- --localstatedir="${EPREFIX}"/var
- --with-cups-rundir="${EPREFIX}"/run/cups
-
- $(use_enable exif)
- $(use_enable dbus)
- $(use_enable poppler)
- $(use_enable postscript ghostscript)
- $(use_enable pdf mutool)
- $(use_with jpeg)
- $(use_with png)
- $(use_with tiff)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/net-print/libcupsfilters/libcupsfilters-2.0.0-r5.ebuild b/net-print/libcupsfilters/libcupsfilters-2.0.0-r5.ebuild
deleted file mode 100644
index 04765a0c38fa..000000000000
--- a/net-print/libcupsfilters/libcupsfilters-2.0.0-r5.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit libtool
-
-DESCRIPTION="library for developing printing features, split out of cups-filters"
-HOMEPAGE="https://github.com/OpenPrinting/libcupsfilters"
-SRC_URI="https://github.com/OpenPrinting/libcupsfilters/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~loong ppc ppc64 ~riscv sparc x86"
-IUSE="dbus exif jpeg pdf +poppler +postscript png test tiff"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=app-text/qpdf-8.3.0:=
- media-libs/fontconfig
- media-libs/lcms:2
- >=net-print/cups-2
- !<net-print/cups-filters-2.0.0
-
- exif? ( media-libs/libexif )
- dbus? ( sys-apps/dbus )
- jpeg? ( media-libs/libjpeg-turbo:= )
- pdf? ( app-text/mupdf )
- postscript? ( app-text/ghostscript-gpl[cups] )
- poppler? ( >=app-text/poppler-0.32:=[cxx] )
- png? ( media-libs/libpng:= )
- tiff? ( media-libs/tiff:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- >=sys-devel/gettext-0.18.3
- virtual/pkgconfig
- test? ( media-fonts/dejavu )
-"
-
-PATCHES=(
- "${FILESDIR}/${P}-r3-c++17.patch"
- "${FILESDIR}/${P}-color-space.patch"
- "${FILESDIR}/${P}-raster-build-fix.patch"
- "${FILESDIR}/${P}-raster-gray.patch"
-)
-
-src_prepare() {
- default
-
- # respect --as-needed
- elibtoolize
-}
-
-src_configure() {
- local myeconfargs=(
- --enable-imagefilters
- --localstatedir="${EPREFIX}"/var
- --with-cups-rundir="${EPREFIX}"/run/cups
-
- $(use_enable exif)
- $(use_enable dbus)
- $(use_enable poppler)
- $(use_enable postscript ghostscript)
- $(use_enable pdf mutool)
- $(use_with jpeg)
- $(use_with png)
- $(use_with tiff)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/net-print/libcupsfilters/libcupsfilters-2.1_beta1.ebuild b/net-print/libcupsfilters/libcupsfilters-2.1_beta1.ebuild
deleted file mode 100644
index fa165e095afd..000000000000
--- a/net-print/libcupsfilters/libcupsfilters-2.1_beta1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit libtool
-
-DESCRIPTION="library for developing printing features, split out of cups-filters"
-HOMEPAGE="https://github.com/OpenPrinting/libcupsfilters"
-SRC_URI="https://github.com/OpenPrinting/libcupsfilters/releases/download/${PV/_beta/b}/${P/_beta/b}.tar.xz"
-S="${WORKDIR}"/${P/_beta/b}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
-IUSE="dbus exif jpeg pdf +poppler +postscript png test tiff"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=app-text/qpdf-8.3.0:=
- media-libs/fontconfig
- media-libs/lcms:2
- >=net-print/cups-2
- !<net-print/cups-filters-2.0.0
-
- exif? ( media-libs/libexif )
- dbus? ( sys-apps/dbus )
- jpeg? ( media-libs/libjpeg-turbo:= )
- pdf? ( app-text/mupdf )
- postscript? ( app-text/ghostscript-gpl[cups] )
- poppler? ( >=app-text/poppler-0.32:=[cxx] )
- png? ( media-libs/libpng:= )
- tiff? ( media-libs/tiff:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- >=sys-devel/gettext-0.18.3
- virtual/pkgconfig
- test? ( media-fonts/dejavu )
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-CVE-2024-47076.patch
-)
-
-src_prepare() {
- default
-
- # respect --as-needed
- elibtoolize
-}
-
-src_configure() {
- local myeconfargs=(
- --enable-imagefilters
- --localstatedir="${EPREFIX}"/var
- --with-cups-rundir="${EPREFIX}"/run/cups
-
- $(use_enable exif)
- $(use_enable dbus)
- $(use_enable poppler)
- $(use_enable postscript ghostscript)
- $(use_enable pdf mutool)
- $(use_with jpeg)
- $(use_with png)
- $(use_with tiff)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}