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