Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479430 - net-print/c2esp-26 version bump
Summary: net-print/c2esp-26 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Nathan Phillip Brink (binki) (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2013-08-01 19:51 UTC by Lukasz Jankowski
Modified: 2014-03-10 17:07 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
c2esp26.ebuild (c2esp-26.ebuild,1.23 KB, text/plain)
2013-08-01 19:51 UTC, Lukasz Jankowski
Details
c2esp-26-ldflags-cppflags.patch (c2esp-26-ldflags-cppflags.patch,1.12 KB, patch)
2013-08-01 19:52 UTC, Lukasz Jankowski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Jankowski 2013-08-01 19:51:44 UTC
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?
Comment 1 Lukasz Jankowski 2013-08-01 19:52:12 UTC
Created attachment 354848 [details, diff]
c2esp-26-ldflags-cppflags.patch
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-08-02 12:00:49 UTC
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() {
Comment 3 Manuel Rüger (RETIRED) gentoo-dev 2014-03-10 17:07:46 UTC
*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.