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, 28 Jul 2017 07:41:34
Message-Id: 1501227683.35f672fa8d102622d9a2411e7b675ef50a45d9d6.polynomial-c@gentoo
1 commit: 35f672fa8d102622d9a2411e7b675ef50a45d9d6
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 28 07:41:23 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 28 07:41:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f672fa
7
8 net-print/cups-filters: Bump to version 1.16.0
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-print/cups-filters/Manifest | 1 +
13 net-print/cups-filters/cups-filters-1.16.0.ebuild | 131 ++++++++++++++++++++++
14 2 files changed, 132 insertions(+)
15
16 diff --git a/net-print/cups-filters/Manifest b/net-print/cups-filters/Manifest
17 index 0250a861852..998265ed2f8 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.13.5.tar.xz 1424764 SHA256 35db1c5821c9ff0e0fedcf87b3ae68a424ad951bd8af421a2a1aac5613e17b8d SHA512 1870b16ad64bc46068c8a74be7a112790a6ffc0be0e14cd858d83013b12e1c51efd905fbc4e189a42558814694348a9ef533b6fe504ef7bce3b4da149e0b3ea6 WHIRLPOOL bcf3cf952d531bce5d7092a74dd9db819a13374155bc306eb88fdc2a22e78fa4918c70159f447f8b2b48eda6da713ab85936474fca63f8eb7c2e4318bb2a5386
22 DIST cups-filters-1.14.1.tar.xz 1426140 SHA256 f1393731df54ffdd947621c302a66afa17cd3d6c7e107ee05cc77a7d3194e504 SHA512 fcc5ad217fe4c0d2f9377b065fe007589d605f9358ad274881df25176cc9548aa233ee6b6efad544f2b0ea4687b09c4270c5c9ac5014c5bcacc4bd9807b6be4e WHIRLPOOL 1dc45519d22248f5f4710e3692f84168c37cf33aa69d3ab23db8ea6939ffeeade5d0bd6e28674ad7b02017f761b6a691ac1f4515bda829acbbaae0dbfbb5d70d
23 DIST cups-filters-1.15.0.tar.xz 1433652 SHA256 a3bd793c55636904f8c3756f8fb64866ec4bb533f933250d6e04ebfdfeaad23c SHA512 4a26e8757949ccf71a0be9223a1e6eb4084142efb84bddccc9fb60ce0fbbfb209638338ad7ac0868d937df612828ecc856ecfa1aeb0c8ce8f1ad582d472e6eef WHIRLPOOL 0aac733eac086b3bdf2a306df06de75ddd8cff24fbc9801d50f30137cd0fe95f07b217e70d4a784b0499e8077576ed226e673ccfcbfd33d91f528d2f5c9f9737
24 +DIST cups-filters-1.16.0.tar.xz 1433588 SHA256 b37c6a4e8806035ce229c055ec66a4258f3b3c5346f1f0ad535db1b5ee6f96cd SHA512 f62f8c42f130f715df4a1f98a4366781791a88096213f5f54d34d7142ffc07d046b4b16b5f579b9f6ac96880b2cce24531aed3e3a47372747353da980e9f21ea WHIRLPOOL 38355450dfdd6a54cbe229a9859a40ad28473fc618be156f5a429aa17805e0978de8ddb41be88d0b6d0303eefe0058e6f6952c43a997c83f27cfdad77b1308fe
25 DIST cups-filters-1.5.0.tar.xz 1375588 SHA256 f22a8864e8d5b693795605a31345c08cc68f85120ebde9a0aa7bc27639815932 SHA512 81574f8368aaef61aeee4369caa394f2c8cdc717b03687d8a17c7927892f07cff68f1efb8d674757cb97001b55fd58fa5c14784a510ce9d31e385b1a73cd18c7 WHIRLPOOL 4201d08a2bb76d349a6b9f7220eb48dea86bb81c0cedbe8dcb8796c49ce26f67f6a7c49677b4fc7b6f865eb20e3c806746f565668e9f9e1e3935630621d032cd
26
27 diff --git a/net-print/cups-filters/cups-filters-1.16.0.ebuild b/net-print/cups-filters/cups-filters-1.16.0.ebuild
28 new file mode 100644
29 index 00000000000..99e00cdae7d
30 --- /dev/null
31 +++ b/net-print/cups-filters/cups-filters-1.16.0.ebuild
32 @@ -0,0 +1,131 @@
33 +# Copyright 1999-2017 Gentoo Foundation
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
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 PDF filters"
50 +HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/pdf_as_standard_print_job_format"
51 +
52 +LICENSE="MIT GPL-2"
53 +SLOT="0"
54 +IUSE="dbus +foomatic ipp_autosetup jpeg ldap pdf perl png +postscript static-libs tiff zeroconf"
55 +
56 +RDEPEND="
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 + postscript? ( >=app-text/ghostscript-gpl-9.09[cups] )
75 + tiff? ( media-libs/tiff:0 )
76 + zeroconf? ( net-dns/avahi[dbus] )
77 +"
78 +DEPEND="${RDEPEND}
79 + dev-util/gdbus-codegen
80 +"
81 +
82 +src_prepare() {
83 + default
84 + [[ "${PV}" == "9999" ]] && eautoreconf
85 +}
86 +
87 +src_configure() {
88 + local myeconfargs=(
89 + --docdir="${EPREFIX}/usr/share/doc/${PF}"
90 + --enable-imagefilters
91 + --localstatedir="${EPREFIX}"/var
92 + --with-browseremoteprotocols=DNSSD,CUPS
93 + --with-cups-rundir="${EPREFIX}"/run/cups
94 + --with-fontdir="fonts/conf.avail"
95 + --with-pdftops=pdftops
96 + --with-rcdir=no
97 + --without-php
98 + $(use_enable dbus)
99 + $(use_enable foomatic)
100 + $(use_enable ipp_autosetup auto-setup-driverless)
101 + $(use_enable ldap)
102 + $(use_enable pdf mutool)
103 + $(use_enable postscript ghostscript)
104 + $(use_enable postscript ijs)
105 + $(use_enable static-libs static)
106 + $(use_enable zeroconf avahi)
107 + $(use_with jpeg)
108 + $(use_with png)
109 + $(use_with tiff)
110 + )
111 + econf "${myeconfargs[@]}"
112 +}
113 +
114 +src_compile() {
115 + default
116 +
117 + if use perl; then
118 + pushd "${S}/scripting/perl" > /dev/null
119 + perl-module_src_configure
120 + perl-module_src_compile
121 + popd > /dev/null
122 + fi
123 +}
124 +
125 +src_install() {
126 + default
127 +
128 + if use perl; then
129 + pushd "${S}/scripting/perl" > /dev/null
130 + perl-module_src_install
131 + perl_delete_localpod
132 + popd > /dev/null
133 + fi
134 +
135 + if use postscript; then
136 + # workaround: some printer drivers still require pstoraster and pstopxl, bug #383831
137 + dosym gstoraster /usr/libexec/cups/filter/pstoraster
138 + dosym gstopxl /usr/libexec/cups/filter/pstopxl
139 + fi
140 +
141 + find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
142 +
143 + cp "${FILESDIR}"/cups-browsed.init.d-r1 "${T}"/cups-browsed || die
144 +
145 + if ! use zeroconf ; then
146 + sed -i -e 's:need cupsd avahi-daemon:need cupsd:g' "${T}"/cups-browsed || die
147 + sed -i -e 's:cups\.service avahi-daemon\.service:cups.service:g' "${S}"/utils/cups-browsed.service || die
148 + fi
149 +
150 + doinitd "${T}"/cups-browsed
151 + systemd_dounit "${S}/utils/cups-browsed.service"
152 +}
153 +
154 +src_test() {
155 + emake check
156 +}
157 +
158 +pkg_postinst() {
159 + if ! use foomatic ; then
160 + ewarn "You are disabling the foomatic code in cups-filters. Please do that ONLY if absolutely."
161 + ewarn "necessary. net-print/foomatic-filters as replacement is deprecated and unmaintained."
162 + fi
163 +}