Created attachment 354846 [details] c2esp26.ebuild c2esp-25c fails to compile with more recent cups-1.6.x. Cups API changed sightly and some header files are in different locations now. Newer version of c2esp package fixes all those issues and make Makefile to work with both cups versions. Attached new ebuild and LDFLAGS patch. Had to limit emake threads as this packaged doesn't parallelize very well - shouldn't matter as its size is ~120K. Can someone add it to the main tree, please?
Created attachment 354848 [details, diff] c2esp-26-ldflags-cppflags.patch
Comment on attachment 354846 [details] c2esp26.ebuild --- c2esp-25c.ebuild 2012-07-25 05:27:45.000000000 +0200 +++ - 2013-08-02 14:00:43.113520152 +0200 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/c2esp/c2esp-25c.ebuild,v 1.1 2012/07/25 03:27:45 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/c2esp/c2esp-26.ebuild,v 1.1 2012/07/25 03:27:45 binki Exp $ EAPI=4 @@ -41,7 +41,7 @@ } src_compile() { - emake CC="$(tc-getCC)" LIBJBG=-ljbig LIBJBG85=-ljbig85 + emake -j1 CC="$(tc-getCC)" LIBJBG=-ljbig LIBJBG85=-ljbig85 } src_install() {
*c2esp-26 (10 Mar 2014) 10 Mar 2014; Manuel Rüger <mrueg@gentoo.org> +c2esp-26.ebuild, +files/c2esp-26-ldflags-cppflags.patch, -c2esp-24.ebuild: Version bump. Thanks to Lukasz Jankowski. Fixes bug #479430.