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: Fri, 03 Jan 2020 17:35:15
Message-Id: 1578072906.bd043883324a47e3a02b4174fbcc13b3eebd7c15.polynomial-c@gentoo
1 commit: bd043883324a47e3a02b4174fbcc13b3eebd7c15
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 3 17:34:56 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 3 17:35:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd043883
7
8 net-print/cups-filters: Bump to version 1.26.1
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
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.26.1.ebuild | 139 ++++++++++++++++++++++
15 2 files changed, 140 insertions(+)
16
17 diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
18 index 8076bf73927..538f094924d 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.25.11.tar.xz 1482792 BLAKE2B 67801904dbe025933d1209817e23ff74b661b35c3af560081f12d4f9a26102e009bac9d4741e15dc257dd477967b18ae23911647f8f56b361e9f8d51b0d619f2 SHA512 67e7c624952b5e2db33a698ac1287a3448a4787fa28000cefc5a982c2fa18a4f56e11e3ba65da8a6e565a53a193c6eb31ba1867ad36ca8dc7e61250f11232681
23 DIST cups-filters-1.25.13.tar.xz 1485860 BLAKE2B 03fbbbefdd36e8f619fabf17e6e13d051f48f68f87260747a181f6976ff88728d7d01b646227cd5f054e0321f6fe0e64e4c6b1bdba631d9d703304ad98a625eb SHA512 4b5ef647870235436276db68f3ef1879b578807338a025100a1d43115a7330a8f506be631df9c43edb2f1ec15f9a42f15f7cdc725bb5d39612b37bae04631611
24 DIST cups-filters-1.26.0.tar.xz 1489308 BLAKE2B 4a0c67f9dba60c409cd62c3f47e167b79be01fd53c51d08c368e62919020d9f1ebe72ebd570e773537053ae4cc42846f426c166675faa0a18392afdb1d66c284 SHA512 a6e0a1b8dfec2e46cb2475639b33f60da3a74090718334883564711530e13c7524952b9f145303c1063e1ae21eb585dce1fd9c87e4ce7884ec687fdef58f2124
25 +DIST cups-filters-1.26.1.tar.xz 1489804 BLAKE2B 8a5b18cdd192b2847889b4a5ab865152653b443ea01246b52a12fc20b022d6d0d09187cb9c2483d684452a8d7308ae60cb8217efe3e2e13de5001f43b727fe8d SHA512 0aaad7ceeb763aa3da4f961c99f85c0200cf4fcd071617506daf97dad4914de38fa744ae692b6fbc1d00a0eec62b4de4d7c5f865fd0e32e4155ab3f0c5a21ede
26
27 diff --git a/net-print/cups-filters/cups-filters-1.26.1.ebuild b/net-print/cups-filters/cups-filters-1.26.1.ebuild
28 new file mode 100644
29 index 00000000000..7d3a3240e73
30 --- /dev/null
31 +++ b/net-print/cups-filters/cups-filters-1.26.1.ebuild
32 @@ -0,0 +1,139 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +GENTOO_DEPEND_ON_PERL=no
39 +
40 +inherit perl-module systemd flag-o-matic
41 +
42 +if [[ "${PV}" == "9999" ]] ; then
43 + inherit autotools git-r3
44 + EGIT_REPO_URI="https://github.com/OpenPrinting/cups-filters.git"
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 ~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 +RESTRICT="!test? ( test )"
57 +
58 +RDEPEND="
59 + >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils]
60 + >=app-text/qpdf-8.3.0:=
61 + dev-libs/glib:2
62 + media-libs/fontconfig
63 + media-libs/freetype:2
64 + media-libs/lcms:2
65 + >=net-print/cups-1.7.3
66 + !<=net-print/cups-1.5.9999
67 + sys-devel/bc
68 + sys-libs/zlib
69 + dbus? ( sys-apps/dbus )
70 + foomatic? ( !net-print/foomatic-filters )
71 + jpeg? ( virtual/jpeg:0 )
72 + ldap? ( net-nds/openldap )
73 + pdf? ( app-text/mupdf )
74 + perl? ( dev-lang/perl:= )
75 + png? ( media-libs/libpng:0= )
76 + postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
77 + tiff? ( media-libs/tiff:0 )
78 + zeroconf? ( net-dns/avahi[dbus] )
79 +"
80 +DEPEND="${RDEPEND}"
81 +BDEPEND="
82 + dev-util/gdbus-codegen
83 + >=sys-devel/gettext-0.18.3
84 + virtual/pkgconfig
85 + test? ( media-fonts/dejavu )
86 +"
87 +
88 +src_prepare() {
89 + default
90 + [[ "${PV}" == "9999" ]] && eautoreconf
91 +
92 + # Bug #626800
93 + append-cxxflags -std=c++11
94 +}
95 +
96 +src_configure() {
97 + local myeconfargs=(
98 + --enable-imagefilters
99 + --localstatedir="${EPREFIX}"/var
100 + --with-browseremoteprotocols=DNSSD,CUPS
101 + --with-cups-rundir="${EPREFIX}"/run/cups
102 + --with-fontdir="fonts/conf.avail"
103 + --with-pdftops=pdftops
104 + --with-rcdir=no
105 + --without-php
106 + $(use_enable dbus)
107 + $(use_enable foomatic)
108 + $(use_enable ipp_autosetup auto-setup-driverless)
109 + $(use_enable ldap)
110 + $(use_enable pclm)
111 + $(use_enable pdf mutool)
112 + $(use_enable postscript ghostscript)
113 + $(use_enable static-libs static)
114 + $(use_enable zeroconf avahi)
115 + $(use_with jpeg)
116 + $(use_with png)
117 + $(use_with tiff)
118 + )
119 + econf "${myeconfargs[@]}"
120 +}
121 +
122 +src_compile() {
123 + default
124 +
125 + if use perl; then
126 + pushd "${S}/scripting/perl" > /dev/null
127 + perl-module_src_configure
128 + perl-module_src_compile
129 + popd > /dev/null
130 + fi
131 +}
132 +
133 +src_install() {
134 + default
135 +
136 + if use perl; then
137 + pushd "${S}/scripting/perl" > /dev/null
138 + perl-module_src_install
139 + perl_delete_localpod
140 + popd > /dev/null
141 + fi
142 +
143 + if use postscript; then
144 + # workaround: some printer drivers still require pstoraster and pstopxl, bug #383831
145 + dosym gstoraster /usr/libexec/cups/filter/pstoraster
146 + dosym gstopxl /usr/libexec/cups/filter/pstopxl
147 + fi
148 +
149 + find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
150 +
151 + cp "${FILESDIR}"/cups-browsed.init.d-r1 "${T}"/cups-browsed || die
152 +
153 + if ! use zeroconf ; then
154 + sed -i -e 's:need cupsd avahi-daemon:need cupsd:g' "${T}"/cups-browsed || die
155 + sed -i -e 's:cups\.service avahi-daemon\.service:cups.service:g' "${S}"/utils/cups-browsed.service || die
156 + fi
157 +
158 + doinitd "${T}"/cups-browsed
159 + systemd_dounit "${S}/utils/cups-browsed.service"
160 +}
161 +
162 +src_test() {
163 + emake check
164 +}
165 +
166 +pkg_postinst() {
167 + if ! use foomatic ; then
168 + ewarn "You are disabling the foomatic code in cups-filters. Please do that ONLY if absolutely."
169 + ewarn "necessary. net-print/foomatic-filters as replacement is deprecated and unmaintained."
170 + fi
171 +}