public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.1.2.ebuild
@ 2010-02-19 15:53 Patrick Lauer (patrick)
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer (patrick) @ 2010-02-19 15:53 UTC (permalink / raw
  To: gentoo-commits

patrick     10/02/19 15:53:42

  Modified:             ChangeLog
  Added:                gegl-0.1.2.ebuild
  Log:
  Bump for #305627. Some tests fail.
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	20 Dec 2009 16:15:33 -0000	1.29
+++ ChangeLog	19 Feb 2010 15:53:41 -0000	1.30
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/gegl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.29 2009/12/20 16:15:33 ranger Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.30 2010/02/19 15:53:41 patrick Exp $
+
+*gegl-0.1.2 (19 Feb 2010)
+
+  19 Feb 2010; Patrick Lauer <patrick@gentoo.org> +gegl-0.1.2.ebuild:
+  Bump for #305627. Some tests fail.
 
   20 Dec 2009; Brent Baude <ranger@gentoo.org> gegl-0.0.22.ebuild:
   Marking gegl-0.0.22 ppc64 for bug 293127



1.1                  media-libs/gegl/gegl-0.1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild?rev=1.1&content-type=text/plain

Index: gegl-0.1.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v 1.1 2010/02/19 15:53:41 patrick Exp $

EAPI="2"

inherit eutils

DESCRIPTION="A graph based image processing framework"
HOMEPAGE="http://www.gegl.org/"
SRC_URI="ftp://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2"

LICENSE="|| ( GPL-3 LGPL-3 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"

DEPEND=">=media-libs/babl-0.1.2
	>=dev-libs/glib-2.22.0
	media-libs/libpng
	>=x11-libs/gtk+-2.14.0
	x11-libs/pango
	cairo? ( x11-libs/cairo )
	doc? ( app-text/asciidoc
		dev-lang/ruby
		>=dev-lang/lua-5.1.0
		app-text/enscript
		media-gfx/graphviz
		media-gfx/imagemagick[png] )
	ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080326 )
	jpeg? ( media-libs/jpeg )
	openexr? ( media-libs/openexr )
	raw? ( >=media-libs/libopenraw-0.0.5 )
	sdl? ( media-libs/libsdl )
	svg? ( >=gnome-base/librsvg-2.14.0 )"
RDEPEND="${DEPEND}"

src_configure() {
	econf --with-gtk --with-pango --with-gdk-pixbuf \
		$(use_enable debug) \
		$(use_with cairo) \
		$(use_with cairo pangocairo) \
		$(use_with v4l libv4l) \
		$(use_enable doc docs) \
		$(use_with doc graphviz) \
		$(use_with doc lua) \
		$(use_enable doc workshop) \
		$(use_with ffmpeg libavformat) \
		$(use_with jpeg libjpeg) \
		$(use_enable mmx) \
		$(use_with openexr) \
		$(use_with png libpng) \
		$(use_with raw libopenraw) \
		$(use_with sdl) \
		$(use_with svg librsvg) \
		$(use_enable sse)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	find "${D}" -name '*.la' -delete
	dodoc ChangeLog INSTALL README NEWS || die "dodoc failed"
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.1.2.ebuild
@ 2010-02-20 18:11 Patrick Lauer (patrick)
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer (patrick) @ 2010-02-20 18:11 UTC (permalink / raw
  To: gentoo-commits

patrick     10/02/20 18:11:46

  Modified:             ChangeLog gegl-0.1.2.ebuild
  Log:
  Dep fix for #305925
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.31                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	19 Feb 2010 15:53:41 -0000	1.30
+++ ChangeLog	20 Feb 2010 18:11:46 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.30 2010/02/19 15:53:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.31 2010/02/20 18:11:46 patrick Exp $
+
+  20 Feb 2010; Patrick Lauer <patrick@gentoo.org> gegl-0.1.2.ebuild:
+  Dep fix for #305925
 
 *gegl-0.1.2 (19 Feb 2010)
 



1.2                  media-libs/gegl/gegl-0.1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild?r1=1.1&r2=1.2

Index: gegl-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gegl-0.1.2.ebuild	19 Feb 2010 15:53:41 -0000	1.1
+++ gegl-0.1.2.ebuild	20 Feb 2010 18:11:46 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v 1.1 2010/02/19 15:53:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v 1.2 2010/02/20 18:11:46 patrick Exp $
 
 EAPI="2"
 
@@ -19,7 +19,7 @@
 DEPEND=">=media-libs/babl-0.1.2
 	>=dev-libs/glib-2.22.0
 	media-libs/libpng
-	>=x11-libs/gtk+-2.14.0
+	>=x11-libs/gtk+-2.18.0
 	x11-libs/pango
 	cairo? ( x11-libs/cairo )
 	doc? ( app-text/asciidoc






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.1.2.ebuild
@ 2010-02-21  7:00 Jonathan Callen (abcd)
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Callen (abcd) @ 2010-02-21  7:00 UTC (permalink / raw
  To: gentoo-commits

abcd        10/02/21 07:00:52

  Modified:             ChangeLog gegl-0.1.2.ebuild
  Log:
  Transfer prefix keywords (no other changes)
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.32                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	20 Feb 2010 18:11:46 -0000	1.31
+++ ChangeLog	21 Feb 2010 07:00:51 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.31 2010/02/20 18:11:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.32 2010/02/21 07:00:51 abcd Exp $
+
+  21 Feb 2010; Jonathan Callen <abcd@gentoo.org> gegl-0.1.2.ebuild:
+  Transfer prefix keywords (no other changes)
 
   20 Feb 2010; Patrick Lauer <patrick@gentoo.org> gegl-0.1.2.ebuild:
   Dep fix for #305925



1.3                  media-libs/gegl/gegl-0.1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild?r1=1.2&r2=1.3

Index: gegl-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gegl-0.1.2.ebuild	20 Feb 2010 18:11:46 -0000	1.2
+++ gegl-0.1.2.ebuild	21 Feb 2010 07:00:51 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v 1.2 2010/02/20 18:11:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v 1.3 2010/02/21 07:00:51 abcd Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( GPL-3 LGPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.1.2.ebuild
@ 2010-08-22  5:36 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 6+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-08-22  5:36 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/08/22 05:36:39

  Modified:             ChangeLog gegl-0.1.2.ebuild
  Log:
  Fix buffer overflow in gegl_buffer_header_init() (bug #319789).
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 media-libs/gegl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	21 Feb 2010 07:00:51 -0000	1.32
+++ ChangeLog	22 Aug 2010 05:36:39 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.32 2010/02/21 07:00:51 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.33 2010/08/22 05:36:39 dirtyepic Exp $
+
+  22 Aug 2010; Ryan Hill <dirtyepic@gentoo.org> gegl-0.1.2.ebuild,
+  +files/gegl-0.1.2-buffer-overflow.patch:
+  Fix buffer overflow in gegl_buffer_header_init() (bug #319789).
 
   21 Feb 2010; Jonathan Callen <abcd@gentoo.org> gegl-0.1.2.ebuild:
   Transfer prefix keywords (no other changes)



1.4                  media-libs/gegl/gegl-0.1.2.ebuild

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

Index: gegl-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gegl-0.1.2.ebuild	21 Feb 2010 07:00:51 -0000	1.3
+++ gegl-0.1.2.ebuild	22 Aug 2010 05:36:39 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v 1.3 2010/02/21 07:00:51 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v 1.4 2010/08/22 05:36:39 dirtyepic Exp $
 
 EAPI="2"
 
@@ -36,6 +36,10 @@
 	svg? ( >=gnome-base/librsvg-2.14.0 )"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-buffer-overflow.patch
+}
+
 src_configure() {
 	econf --with-gtk --with-pango --with-gdk-pixbuf \
 		$(use_enable debug) \






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.1.2.ebuild
@ 2010-10-02 18:04 Fabian Groffen (grobian)
  0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen (grobian) @ 2010-10-02 18:04 UTC (permalink / raw
  To: gentoo-commits

grobian     10/10/02 18:04:01

  Modified:             ChangeLog gegl-0.1.2.ebuild
  Log:
  Add patch to fix compilation on Solaris and Darwin 8
  
  (Portage version: 2.2.01.16711-prefix/cvs/SunOS i386)

Revision  Changes    Path
1.34                 media-libs/gegl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	22 Aug 2010 05:36:39 -0000	1.33
+++ ChangeLog	2 Oct 2010 18:04:01 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.33 2010/08/22 05:36:39 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.34 2010/10/02 18:04:01 grobian Exp $
+
+  02 Oct 2010; Fabian Groffen <grobian@gentoo.org> gegl-0.1.2.ebuild,
+  +files/gegl-0.1.2-backtrace.patch:
+  Add patch to fix compilation on Solaris and Darwin 8
 
   22 Aug 2010; Ryan Hill <dirtyepic@gentoo.org> gegl-0.1.2.ebuild,
   +files/gegl-0.1.2-buffer-overflow.patch:



1.5                  media-libs/gegl/gegl-0.1.2.ebuild

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

Index: gegl-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gegl-0.1.2.ebuild	22 Aug 2010 05:36:39 -0000	1.4
+++ gegl-0.1.2.ebuild	2 Oct 2010 18:04:01 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v 1.4 2010/08/22 05:36:39 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v 1.5 2010/10/02 18:04:01 grobian Exp $
 
 EAPI="2"
 
-inherit eutils
+inherit eutils autotools
 
 DESCRIPTION="A graph based image processing framework"
 HOMEPAGE="http://www.gegl.org/"
@@ -38,6 +38,10 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-buffer-overflow.patch
+	epatch "${FILESDIR}"/${P}-backtrace.patch
+	# fix OSX loadable module filename extension
+	sed -i -e 's/\.dylib/.bundle/' configure.ac || die
+	eautoreconf
 }
 
 src_configure() {






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.1.2.ebuild
@ 2010-11-07 18:53 Jory Pratt (anarchy)
  0 siblings, 0 replies; 6+ messages in thread
From: Jory Pratt (anarchy) @ 2010-11-07 18:53 UTC (permalink / raw
  To: gentoo-commits

anarchy     10/11/07 18:53:16

  Modified:             ChangeLog gegl-0.1.2.ebuild
  Log:
  Convert media-libs/jpeg to virtual/jpeg
  
  (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 media-libs/gegl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	2 Oct 2010 18:04:01 -0000	1.34
+++ ChangeLog	7 Nov 2010 18:53:16 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.34 2010/10/02 18:04:01 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.35 2010/11/07 18:53:16 anarchy Exp $
+
+  07 Nov 2010; Jory A. Pratt <anarchy@gentoo.org> gegl-0.1.2.ebuild:
+  Convert media-libs/jpeg to virtual/jpeg
 
   02 Oct 2010; Fabian Groffen <grobian@gentoo.org> gegl-0.1.2.ebuild,
   +files/gegl-0.1.2-backtrace.patch:



1.6                  media-libs/gegl/gegl-0.1.2.ebuild

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

Index: gegl-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gegl-0.1.2.ebuild	2 Oct 2010 18:04:01 -0000	1.5
+++ gegl-0.1.2.ebuild	7 Nov 2010 18:53:16 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v 1.5 2010/10/02 18:04:01 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.2.ebuild,v 1.6 2010/11/07 18:53:16 anarchy Exp $
 
 EAPI="2"
 
@@ -29,7 +29,7 @@
 		media-gfx/graphviz
 		media-gfx/imagemagick[png] )
 	ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080326 )
-	jpeg? ( media-libs/jpeg )
+	jpeg? ( virtual/jpeg )
 	openexr? ( media-libs/openexr )
 	raw? ( >=media-libs/libopenraw-0.0.5 )
 	sdl? ( media-libs/libsdl )






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

end of thread, other threads:[~2010-11-07 18:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-02 18:04 [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.1.2.ebuild Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-07 18:53 Jory Pratt (anarchy)
2010-08-22  5:36 Ryan Hill (dirtyepic)
2010-02-21  7:00 Jonathan Callen (abcd)
2010-02-20 18:11 Patrick Lauer (patrick)
2010-02-19 15:53 Patrick Lauer (patrick)

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