public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/jbig2enc: ChangeLog jbig2enc-0.28-r1.ebuild
@ 2014-08-12  8:28 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov (pinkbyte) @ 2014-08-12  8:28 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    14/08/12 08:28:48

  Modified:             ChangeLog
  Added:                jbig2enc-0.28-r1.ebuild
  Log:
  Revision bump: add compatibility patch for >=media-libs/leptonica-1.70, wrt bug #513954
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.4                  media-libs/jbig2enc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jbig2enc/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	22 Sep 2013 06:45:53 -0000	1.3
+++ ChangeLog	12 Aug 2014 08:28:48 -0000	1.4
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/jbig2enc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2enc/ChangeLog,v 1.3 2013/09/22 06:45:53 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2enc/ChangeLog,v 1.4 2014/08/12 08:28:48 pinkbyte Exp $
+
+*jbig2enc-0.28-r1 (12 Aug 2014)
+
+  12 Aug 2014; Sergey Popov <pinkbyte@gentoo.org> +jbig2enc-0.28-r1.ebuild,
+  +files/jbig2enc-0.28-leptonica-1.70.patch:
+  Revision bump: add compatibility patch for >=media-libs/leptonica-1.70, wrt
+  bug #513954
 
   22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> jbig2enc-0.28.ebuild:
   Stable for x86, wrt bug #485256



1.1                  media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild?rev=1.1&content-type=text/plain

Index: jbig2enc-0.28-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild,v 1.1 2014/08/12 08:28:48 pinkbyte Exp $

EAPI="5"

AUTOTOOLS_AUTORECONF=1
inherit autotools-utils

DESCRIPTION="JBIG2 Encoder and libs"
HOMEPAGE="https://github.com/agl/jbig2enc"
SRC_URI="https://github.com/agl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="gif jpeg png static-libs tiff webp"

RDEPEND="media-libs/leptonica[gif?,jpeg?,png?,tiff?,webp?]"
DEPEND="${RDEPEND}"

PATCHES=( "${FILESDIR}/${P}-leptonica-1.70.patch" )

src_prepare() {
	# remove -Werror
	sed -i -e '/AM_INIT_AUTOMAKE/s/-Werror//' configure.ac || die 'sed on configure.ac failed'
	# prevent static linking and QA notice about insecure RUNPATHs
	sed -i -e '/jbig2_LDFLAGS/d' src/Makefile.am || die 'sed on src/Makefile.am failed'

	autotools-utils_src_prepare
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/jbig2enc: ChangeLog jbig2enc-0.28-r1.ebuild
@ 2014-08-17  7:52 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov (pinkbyte) @ 2014-08-17  7:52 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    14/08/17 07:52:58

  Modified:             ChangeLog jbig2enc-0.28-r1.ebuild
  Log:
  Stable on amd64 and x86, wrt bug #513954
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.5                  media-libs/jbig2enc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jbig2enc/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	12 Aug 2014 08:28:48 -0000	1.4
+++ ChangeLog	17 Aug 2014 07:52:58 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/jbig2enc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2enc/ChangeLog,v 1.4 2014/08/12 08:28:48 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2enc/ChangeLog,v 1.5 2014/08/17 07:52:58 pinkbyte Exp $
+
+  17 Aug 2014; Sergey Popov <pinkbyte@gentoo.org> jbig2enc-0.28-r1.ebuild:
+  Stable on amd64 and x86, wrt bug #513954
 
 *jbig2enc-0.28-r1 (12 Aug 2014)
 



1.2                  media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild?r1=1.1&r2=1.2

Index: jbig2enc-0.28-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jbig2enc-0.28-r1.ebuild	12 Aug 2014 08:28:48 -0000	1.1
+++ jbig2enc-0.28-r1.ebuild	17 Aug 2014 07:52:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild,v 1.1 2014/08/12 08:28:48 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild,v 1.2 2014/08/17 07:52:58 pinkbyte Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="gif jpeg png static-libs tiff webp"
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-17  7:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-17  7:52 [gentoo-commits] gentoo-x86 commit in media-libs/jbig2enc: ChangeLog jbig2enc-0.28-r1.ebuild Sergey Popov (pinkbyte)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-12  8:28 Sergey Popov (pinkbyte)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox