Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/
Date: Tue, 01 Nov 2016 09:43:26
Message-Id: 1477993388.d915da3f899e5f95a7b94ee1de9d390ea8819ed7.mrueg@gentoo
1 commit: d915da3f899e5f95a7b94ee1de9d390ea8819ed7
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 09:43:08 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 09:43:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d915da3f
7
8 net-print/cups-filters: Version bump to 1.11.6
9
10 Package-Manager: portage-2.3.2
11
12 net-print/cups-filters/Manifest | 1 +
13 net-print/cups-filters/cups-filters-1.11.6.ebuild | 124 ++++++++++++++++++++++
14 2 files changed, 125 insertions(+)
15
16 diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
17 index 249806c..8226dfb 100644
18 --- a/net-print/cups-filters/Manifest
19 +++ b/net-print/cups-filters/Manifest
20 @@ -1,4 +1,5 @@
21 DIST cups-filters-1.11.4.tar.xz 1408760 SHA256 d6288dc9d13f16c54e74979fd2a3e3fceee882a13a47553967ae69f51d32b849 SHA512 80ba8a0c7c4f55e879a478a2a8ae78823fa55b988c65c7e9eb7f1a9750a593637be3bd5d7d4f57cc7819430d65da8b9148712bbbde56c0ccd8f0fcda13f133e4 WHIRLPOOL a2f42a9bd5a6881d023b1f1b0b7ea66f15067e828c4d714d32eb7f15ae8b09875504bc55b25d83f23a058ded863699a37cf20f6ffd627c10357dcf1251b36da1
22 DIST cups-filters-1.11.5.tar.xz 1409912 SHA256 0e0fb1da155eef71fe0b2819e5ff5131f07da094ca2bef8c52e1a8d01d0b97c1 SHA512 8c837ff4f7c9b9abdf7f6f0ff899aa60444a73934e7e41d0b840a865d44650090b2d00b8a211ea2618a94dd8c1506a83061e6de0fe03947a3aee0e8425349e4f WHIRLPOOL d39e0810fb7cdfe31f68653f4dd385c34d4ef7719befdc51219cccc1dc085fd7bd162a71929e6b24e93d301572b0f15825df695d669981618de62d7ab3927e5c
23 +DIST cups-filters-1.11.6.tar.xz 1410116 SHA256 ed33a824cfdc4eba6633a7d491468da8eecdf120cb05557980c47b4cdfad9c7f SHA512 425eab182101d7bdd02844febebc7d57ed00d822e12ebb08e57a1244dc9d085f2a3c0eeb8ce4fe7586b32ca1a7cca2019ae62114d86692f0d6a6e60510d2711a WHIRLPOOL f91ea62ad0dcd85a34193f879bf5290a4d7cfa84ae5060bfbd064ee48290fa5eacf367a04264408ba82d549276a6a63215affd08a90f7a0e5515c1028e768228
24 DIST cups-filters-1.5.0.tar.xz 1375588 SHA256 f22a8864e8d5b693795605a31345c08cc68f85120ebde9a0aa7bc27639815932 SHA512 81574f8368aaef61aeee4369caa394f2c8cdc717b03687d8a17c7927892f07cff68f1efb8d674757cb97001b55fd58fa5c14784a510ce9d31e385b1a73cd18c7 WHIRLPOOL 4201d08a2bb76d349a6b9f7220eb48dea86bb81c0cedbe8dcb8796c49ce26f67f6a7c49677b4fc7b6f865eb20e3c806746f565668e9f9e1e3935630621d032cd
25 DIST cups-filters-1.8.3.tar.xz 1373028 SHA256 e1e786f1fbcd3a203d87ebb4106a0ba8d579953cbe22056d12d4ee8143f5341a SHA512 5c3648670ae141038a373c4e800e81a7584759e3caf8c4e4468cb0da11c0ff521ac80678e603856c7209da6638673400305c38903cb27e3b4d792d17947e2af4 WHIRLPOOL 0c0ff9b767f35a61f4b9b2f57392d1a6afce35decf9216e77f7503b62bd67da0fa05f9ed507518599e03d27de50458823499989bf6bfd8d3a3da162292819157
26
27 diff --git a/net-print/cups-filters/cups-filters-1.11.6.ebuild b/net-print/cups-filters/cups-filters-1.11.6.ebuild
28 new file mode 100644
29 index 00000000..79da710
30 --- /dev/null
31 +++ b/net-print/cups-filters/cups-filters-1.11.6.ebuild
32 @@ -0,0 +1,124 @@
33 +# Copyright 1999-2016 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=6
38 +
39 +GENTOO_DEPEND_ON_PERL=no
40 +
41 +inherit eutils perl-module systemd
42 +
43 +if [[ "${PV}" == "9999" ]] ; then
44 + inherit bzr
45 + EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters"
46 +else
47 + SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz"
48 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~m68k-mint"
49 +fi
50 +DESCRIPTION="Cups PDF filters"
51 +HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/pdf_as_standard_print_job_format"
52 +
53 +LICENSE="MIT GPL-2"
54 +SLOT="0"
55 +IUSE="dbus +foomatic jpeg ldap pdf perl png +postscript static-libs tiff zeroconf"
56 +
57 +RDEPEND="
58 + postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
59 + >=app-text/poppler-0.32:=[cxx,jpeg?,lcms,tiff?,utils,xpdf-headers(+)]
60 + >=app-text/qpdf-3.0.2:=
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 + tiff? ( media-libs/tiff:0 )
77 + zeroconf? ( net-dns/avahi[dbus] )
78 +"
79 +DEPEND="${RDEPEND}
80 + dev-util/gdbus-codegen
81 +"
82 +
83 +src_configure() {
84 + econf \
85 + --docdir="${EPREFIX}/usr/share/doc/${PF}" \
86 + --localstatedir="${EPREFIX}"/var \
87 + --with-cups-rundir="${EPREFIX}"/run/cups \
88 + $(use_enable dbus) \
89 + $(use_enable zeroconf avahi) \
90 + $(use_enable static-libs static) \
91 + $(use_enable foomatic) \
92 + $(use_enable ldap) \
93 + $(use_enable pdf mutool) \
94 + $(use_enable postscript ghostscript) \
95 + $(use_enable postscript ijs) \
96 + --with-fontdir="fonts/conf.avail" \
97 + --with-pdftops=pdftops \
98 + --enable-imagefilters \
99 + $(use_with jpeg) \
100 + $(use_with png) \
101 + $(use_with tiff) \
102 + --with-rcdir=no \
103 + --with-browseremoteprotocols=DNSSD,CUPS \
104 + --without-php
105 +}
106 +
107 +src_compile() {
108 + default
109 +
110 + if use perl; then
111 + pushd "${S}/scripting/perl" > /dev/null
112 + perl-module_src_configure
113 + perl-module_src_compile
114 + popd > /dev/null
115 + fi
116 +}
117 +
118 +src_install() {
119 + default
120 +
121 + if use perl; then
122 + pushd "${S}/scripting/perl" > /dev/null
123 + perl-module_src_install
124 + perl_delete_localpod
125 + popd > /dev/null
126 + fi
127 +
128 + if use postscript; then
129 + # workaround: some printer drivers still require pstoraster and pstopxl, bug #383831
130 + dosym gstoraster /usr/libexec/cups/filter/pstoraster
131 + dosym gstopxl /usr/libexec/cups/filter/pstopxl
132 + fi
133 +
134 + prune_libtool_files --all
135 +
136 + cp "${FILESDIR}"/cups-browsed.init.d-r1 "${T}"/cups-browsed || die
137 +
138 + if ! use zeroconf ; then
139 + sed -i -e 's:need cupsd avahi-daemon:need cupsd:g' "${T}"/cups-browsed || die
140 + sed -i -e 's:cups\.service avahi-daemon\.service:cups.service:g' "${S}"/utils/cups-browsed.service || die
141 + fi
142 +
143 + doinitd "${T}"/cups-browsed
144 + systemd_dounit "${S}/utils/cups-browsed.service"
145 +}
146 +
147 +src_test() {
148 + emake check
149 +}
150 +
151 +pkg_postinst() {
152 + if ! use foomatic ; then
153 + ewarn "You are disabling the foomatic code in cups-filters. Please do that ONLY if absolutely."
154 + ewarn "necessary. net-print/foomatic-filters as replacement is deprecated and unmaintained."
155 + fi
156 +}