mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-print/cups-filters: Removed old.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
DIST cups-filters-1.13.5.tar.xz 1424764 SHA256 35db1c5821c9ff0e0fedcf87b3ae68a424ad951bd8af421a2a1aac5613e17b8d SHA512 1870b16ad64bc46068c8a74be7a112790a6ffc0be0e14cd858d83013b12e1c51efd905fbc4e189a42558814694348a9ef533b6fe504ef7bce3b4da149e0b3ea6 WHIRLPOOL bcf3cf952d531bce5d7092a74dd9db819a13374155bc306eb88fdc2a22e78fa4918c70159f447f8b2b48eda6da713ab85936474fca63f8eb7c2e4318bb2a5386
|
||||
DIST cups-filters-1.16.4.tar.xz 1440964 SHA256 2642c6a3cbf10a38d91f20b7b292583d19acb64e786eb6513b7b45738a2e5aed SHA512 367c2c1d6755800b88f79808ef0c595aa80b080634299d015828bfb8f0e27085aa052c77e3f3f1645833340caca709bec8e00b46070ff4d13b9994fb1400da60 WHIRLPOOL 30f4e70770c60a743ca845e294e1bf79f3efa83e10f01398a0432461d31e59eac6568e6a302425250bd0417963e63b1ef208e35e5ddcf1a1f4125bdd80480324
|
||||
DIST cups-filters-1.17.5.tar.xz 1450360 SHA256 b10e347171ace6d4adf32b707008cf09e9d5193826fac1deb2eed96f5f432e31 SHA512 293fbaef1ec8b48f820fcba615ba989ebc31e6bbc8297936cf9b398046308d8637b29e732788294c12739b8e2c70755c189707e9db8a660c8231dba9afdcc3ab WHIRLPOOL a3aaf796a3d8ee2c160a384d427329e686012c25883e17ca737080d130fc5d90c0cf921d718d96a024745667e9501182056113dce99c569bcb73834811cbf3b5
|
||||
DIST cups-filters-1.17.6.tar.xz 1450480 SHA256 124921a2864787bc38a6488c04e4897228722b5ba6cfe2fff903ab989ae2fb49 SHA512 4b38a9750403f5f629d53b071098a98a6b49852fa68bf32fc24a19eaf0d9dce3542348a39d9851752390c670a8137b08b198d0ac884d18eb3088fd7df95648f0 WHIRLPOOL bb025212d54d9bb08f9367aeb0c39a8c8bd33b9472c5bef5a43d54cb83ae34a9f65babb79560440df00b2638a964c7f209a762eb487f5c58c6a029f5989c94df
|
||||
DIST cups-filters-1.17.7.tar.xz 1454648 SHA256 5c6b59307f439a87e35b8dc67268a14a7cb5ebbdc8898264d21974f7e649e3d5 SHA512 bac46c7ed0b7409c4b920f6c981f74e73da77ca2590222ea14e80f99aa04bb19c0521b5452b38700054ea704381f3bf4b099a71bf17cdcf7faf93d2f9c8c97c7 WHIRLPOOL 8dfe4b456950a9fcab766bac876cdbab483dd215ef2afcb07fc1c309618c26afdab6bef7e984259612522f11051ac8b109da7b4051d45292e296f211b082b7a0
|
||||
DIST cups-filters-1.5.0.tar.xz 1375588 SHA256 f22a8864e8d5b693795605a31345c08cc68f85120ebde9a0aa7bc27639815932 SHA512 81574f8368aaef61aeee4369caa394f2c8cdc717b03687d8a17c7927892f07cff68f1efb8d674757cb97001b55fd58fa5c14784a510ce9d31e385b1a73cd18c7 WHIRLPOOL 4201d08a2bb76d349a6b9f7220eb48dea86bb81c0cedbe8dcb8796c49ce26f67f6a7c49677b4fc7b6f865eb20e3c806746f565668e9f9e1e3935630621d032cd
|
||||
|
||||
@@ -1,136 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
GENTOO_DEPEND_ON_PERL=no
|
||||
|
||||
inherit perl-module systemd flag-o-matic
|
||||
|
||||
if [[ "${PV}" == "9999" ]] ; then
|
||||
inherit bzr autotools
|
||||
EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters"
|
||||
else
|
||||
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~m68k-mint"
|
||||
fi
|
||||
DESCRIPTION="Cups filters"
|
||||
HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters"
|
||||
|
||||
LICENSE="MIT GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="dbus +foomatic ipp_autosetup jpeg ldap pclm pdf perl png +postscript static-libs tiff zeroconf"
|
||||
|
||||
RDEPEND="
|
||||
>=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils]
|
||||
>=app-text/qpdf-3.0.2:=
|
||||
dev-libs/glib:2
|
||||
media-libs/fontconfig
|
||||
media-libs/freetype:2
|
||||
media-libs/lcms:2
|
||||
>=net-print/cups-1.7.3
|
||||
!<=net-print/cups-1.5.9999
|
||||
sys-devel/bc
|
||||
sys-libs/zlib
|
||||
dbus? ( sys-apps/dbus )
|
||||
foomatic? ( !net-print/foomatic-filters )
|
||||
jpeg? ( virtual/jpeg:0 )
|
||||
ldap? ( net-nds/openldap )
|
||||
pclm? ( >=app-text/qpdf-7.0_beta1 )
|
||||
pdf? ( app-text/mupdf )
|
||||
perl? ( dev-lang/perl:= )
|
||||
png? ( media-libs/libpng:0= )
|
||||
postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
|
||||
tiff? ( media-libs/tiff:0 )
|
||||
zeroconf? ( net-dns/avahi[dbus] )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/gdbus-codegen
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
[[ "${PV}" == "9999" ]] && eautoreconf
|
||||
|
||||
# Bug #626800
|
||||
append-cxxflags -std=c++11
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
--docdir="${EPREFIX}/usr/share/doc/${PF}"
|
||||
--enable-imagefilters
|
||||
--localstatedir="${EPREFIX}"/var
|
||||
--with-browseremoteprotocols=DNSSD,CUPS
|
||||
--with-cups-rundir="${EPREFIX}"/run/cups
|
||||
--with-fontdir="fonts/conf.avail"
|
||||
--with-pdftops=pdftops
|
||||
--with-rcdir=no
|
||||
--without-php
|
||||
$(use_enable dbus)
|
||||
$(use_enable foomatic)
|
||||
$(use_enable ipp_autosetup auto-setup-driverless)
|
||||
$(use_enable ldap)
|
||||
$(use_enable pclm)
|
||||
$(use_enable pdf mutool)
|
||||
$(use_enable postscript ghostscript)
|
||||
$(use_enable postscript ijs)
|
||||
$(use_enable static-libs static)
|
||||
$(use_enable zeroconf avahi)
|
||||
$(use_with jpeg)
|
||||
$(use_with png)
|
||||
$(use_with tiff)
|
||||
)
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
default
|
||||
|
||||
if use perl; then
|
||||
pushd "${S}/scripting/perl" > /dev/null
|
||||
perl-module_src_configure
|
||||
perl-module_src_compile
|
||||
popd > /dev/null
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
if use perl; then
|
||||
pushd "${S}/scripting/perl" > /dev/null
|
||||
perl-module_src_install
|
||||
perl_delete_localpod
|
||||
popd > /dev/null
|
||||
fi
|
||||
|
||||
if use postscript; then
|
||||
# workaround: some printer drivers still require pstoraster and pstopxl, bug #383831
|
||||
dosym gstoraster /usr/libexec/cups/filter/pstoraster
|
||||
dosym gstopxl /usr/libexec/cups/filter/pstopxl
|
||||
fi
|
||||
|
||||
find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
|
||||
|
||||
cp "${FILESDIR}"/cups-browsed.init.d-r1 "${T}"/cups-browsed || die
|
||||
|
||||
if ! use zeroconf ; then
|
||||
sed -i -e 's:need cupsd avahi-daemon:need cupsd:g' "${T}"/cups-browsed || die
|
||||
sed -i -e 's:cups\.service avahi-daemon\.service:cups.service:g' "${S}"/utils/cups-browsed.service || die
|
||||
fi
|
||||
|
||||
doinitd "${T}"/cups-browsed
|
||||
systemd_dounit "${S}/utils/cups-browsed.service"
|
||||
}
|
||||
|
||||
src_test() {
|
||||
emake check
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if ! use foomatic ; then
|
||||
ewarn "You are disabling the foomatic code in cups-filters. Please do that ONLY if absolutely."
|
||||
ewarn "necessary. net-print/foomatic-filters as replacement is deprecated and unmaintained."
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user