Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/
Date: Sun, 17 Feb 2019 14:15:47
Message-Id: 1550412936.3727f0f9d87a52e9bd465505c37668b0363bc001.polynomial-c@gentoo
1 commit: 3727f0f9d87a52e9bd465505c37668b0363bc001
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 14:15:19 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 14:15:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3727f0f9
7
8 net-print/cups-filters: Bump to version 1.22.1
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-print/cups-filters/Manifest | 1 +
14 net-print/cups-filters/cups-filters-1.22.1.ebuild | 137 ++++++++++++++++++++++
15 2 files changed, 138 insertions(+)
16
17 diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
18 index 33533122bf8..feb45a627db 100644
19 --- a/net-print/cups-filters/Manifest
20 +++ b/net-print/cups-filters/Manifest
21 @@ -1,3 +1,4 @@
22 DIST cups-filters-1.20.4.tar.xz 1474700 BLAKE2B 70948565e4a2b35d0c3bc510e7c03d77ac1ed47ab16a22bc9f60a7293fe5b5b08fdb1e95dd7a32f4c99a18676e50c48a515a954d437283ce7011ab616804e235 SHA512 4001cefbee945c326e3c597869763286e8665dee098b9aff76340dd249ef3e615f2a8df5c8e802e388b91dfd06ba9e8313b27908ca89ca120f899060785a6f07
23 DIST cups-filters-1.21.6.tar.xz 1474944 BLAKE2B a4c3418accb9d2bf46a366ec6004919d2a5c2c0a02022102270da17fb81915428275aadf58f1f50f8ca022e1c09cbdbd7300492fa38c53d4a2cbc4c4b86a09e3 SHA512 804250745ac710706ff1bfa6e161c0b1a8a65a74850a76a311b7614694a7e5d07f01dfd15f277ad79ed7fe1e84ea680bab1643e0b82cefa3e26603fa2eea935a
24 DIST cups-filters-1.22.0.tar.xz 1474616 BLAKE2B 045f403bcbae11bd6e0b523d741d1494e6328dfc9386393f974ff82ba816972688613e5c68739dcbf7733aa19c9c063be777cb017dbd041d9c2f23bd21c9182c SHA512 6129c948db2499a300c44ce88a287d5296af4771fb42e991121aaf4eb1258e17f1092afcbb90e5dd63572db410169fed65c6217d1ecd0ba834018acb4ef39bfa
25 +DIST cups-filters-1.22.1.tar.xz 1475456 BLAKE2B f5008cbcfc51f6a194dd5c50b3db288b2703b053d0f0e4ce525ccca255624efe43ec308b59310b24df5ab4f9f5afff54bfab5a102614a8d62209353245d66ed7 SHA512 5ed2f9fe6baecda8e5ed7c6c153e31ba3bc65a28608851141ae77dee5ddc31b3feaf22ab4798c1b47edb98af9f4cacd8437b880d693f5380febd24ef12c92b24
26
27 diff --git a/net-print/cups-filters/cups-filters-1.22.1.ebuild b/net-print/cups-filters/cups-filters-1.22.1.ebuild
28 new file mode 100644
29 index 00000000000..8709d00220a
30 --- /dev/null
31 +++ b/net-print/cups-filters/cups-filters-1.22.1.ebuild
32 @@ -0,0 +1,137 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +GENTOO_DEPEND_ON_PERL=no
39 +
40 +inherit perl-module systemd flag-o-matic
41 +
42 +if [[ "${PV}" == "9999" ]] ; then
43 + inherit bzr autotools
44 + EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters"
45 +else
46 + SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz"
47 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~m68k-mint"
48 +fi
49 +DESCRIPTION="Cups filters"
50 +HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters"
51 +
52 +LICENSE="MIT GPL-2"
53 +SLOT="0"
54 +IUSE="dbus +foomatic ipp_autosetup jpeg ldap pclm pdf perl png +postscript static-libs test tiff zeroconf"
55 +
56 +RDEPEND="
57 + >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils]
58 + >=app-text/qpdf-8.3.0:=
59 + dev-libs/glib:2
60 + media-libs/fontconfig
61 + media-libs/freetype:2
62 + media-libs/lcms:2
63 + >=net-print/cups-1.7.3
64 + !<=net-print/cups-1.5.9999
65 + sys-devel/bc
66 + sys-libs/zlib
67 + dbus? ( sys-apps/dbus )
68 + foomatic? ( !net-print/foomatic-filters )
69 + jpeg? ( virtual/jpeg:0 )
70 + ldap? ( net-nds/openldap )
71 + pclm? ( >=app-text/qpdf-8.1.0:= )
72 + pdf? ( app-text/mupdf )
73 + perl? ( dev-lang/perl:= )
74 + png? ( media-libs/libpng:0= )
75 + postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
76 + tiff? ( media-libs/tiff:0 )
77 + zeroconf? ( net-dns/avahi[dbus] )
78 +"
79 +DEPEND="${RDEPEND}
80 + dev-util/gdbus-codegen
81 + test? ( media-fonts/dejavu )
82 +"
83 +
84 +src_prepare() {
85 + default
86 + [[ "${PV}" == "9999" ]] && eautoreconf
87 +
88 + # Bug #626800
89 + append-cxxflags -std=c++11
90 +}
91 +
92 +src_configure() {
93 + local myeconfargs=(
94 + --docdir="${EPREFIX}/usr/share/doc/${PF}"
95 + --enable-imagefilters
96 + --localstatedir="${EPREFIX}"/var
97 + --with-browseremoteprotocols=DNSSD,CUPS
98 + --with-cups-rundir="${EPREFIX}"/run/cups
99 + --with-fontdir="fonts/conf.avail"
100 + --with-pdftops=pdftops
101 + --with-rcdir=no
102 + --without-php
103 + $(use_enable dbus)
104 + $(use_enable foomatic)
105 + $(use_enable ipp_autosetup auto-setup-driverless)
106 + $(use_enable ldap)
107 + $(use_enable pclm)
108 + $(use_enable pdf mutool)
109 + $(use_enable postscript ghostscript)
110 + $(use_enable postscript ijs)
111 + $(use_enable static-libs static)
112 + $(use_enable zeroconf avahi)
113 + $(use_with jpeg)
114 + $(use_with png)
115 + $(use_with tiff)
116 + )
117 + econf "${myeconfargs[@]}"
118 +}
119 +
120 +src_compile() {
121 + default
122 +
123 + if use perl; then
124 + pushd "${S}/scripting/perl" > /dev/null
125 + perl-module_src_configure
126 + perl-module_src_compile
127 + popd > /dev/null
128 + fi
129 +}
130 +
131 +src_install() {
132 + default
133 +
134 + if use perl; then
135 + pushd "${S}/scripting/perl" > /dev/null
136 + perl-module_src_install
137 + perl_delete_localpod
138 + popd > /dev/null
139 + fi
140 +
141 + if use postscript; then
142 + # workaround: some printer drivers still require pstoraster and pstopxl, bug #383831
143 + dosym gstoraster /usr/libexec/cups/filter/pstoraster
144 + dosym gstopxl /usr/libexec/cups/filter/pstopxl
145 + fi
146 +
147 + find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
148 +
149 + cp "${FILESDIR}"/cups-browsed.init.d-r1 "${T}"/cups-browsed || die
150 +
151 + if ! use zeroconf ; then
152 + sed -i -e 's:need cupsd avahi-daemon:need cupsd:g' "${T}"/cups-browsed || die
153 + sed -i -e 's:cups\.service avahi-daemon\.service:cups.service:g' "${S}"/utils/cups-browsed.service || die
154 + fi
155 +
156 + doinitd "${T}"/cups-browsed
157 + systemd_dounit "${S}/utils/cups-browsed.service"
158 +}
159 +
160 +src_test() {
161 + emake check
162 +}
163 +
164 +pkg_postinst() {
165 + if ! use foomatic ; then
166 + ewarn "You are disabling the foomatic code in cups-filters. Please do that ONLY if absolutely."
167 + ewarn "necessary. net-print/foomatic-filters as replacement is deprecated and unmaintained."
168 + fi
169 +}