public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/sdl-image: ChangeLog sdl-image-1.2.10.ebuild
Date: Fri, 22 Jan 2010 17:21:49 +0000	[thread overview]
Message-ID: <E1NYNCf-0007W1-Se@stork.gentoo.org> (raw)

ssuominen    10/01/22 17:21:49

  Modified:             ChangeLog sdl-image-1.2.10.ebuild
  Log:
  Require SLOT="0" of media-libs/jpeg for headers.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.62                 media-libs/sdl-image/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	15 Jan 2010 09:41:52 -0000	1.61
+++ ChangeLog	22 Jan 2010 17:21:49 -0000	1.62
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/sdl-image
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.61 2010/01/15 09:41:52 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.62 2010/01/22 17:21:49 ssuominen Exp $
+
+  22 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
+  sdl-image-1.2.10.ebuild:
+  Require SLOT="0" of media-libs/jpeg for headers.
 
   15 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   sdl-image-1.2.10.ebuild:



1.6                  media-libs/sdl-image/sdl-image-1.2.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.10.ebuild?r1=1.5&r2=1.6

Index: sdl-image-1.2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sdl-image-1.2.10.ebuild	15 Jan 2010 09:41:52 -0000	1.5
+++ sdl-image-1.2.10.ebuild	22 Jan 2010 17:21:49 -0000	1.6
@@ -1,6 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.10.ebuild,v 1.5 2010/01/15 09:41:52 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.10.ebuild,v 1.6 2010/01/22 17:21:49 ssuominen Exp $
+
+EAPI=1
 
 MY_P="${P/sdl-/SDL_}"
 DESCRIPTION="image file loading library"
@@ -15,7 +17,7 @@
 DEPEND="sys-libs/zlib
 	media-libs/libsdl
 	png? ( media-libs/libpng )
-	jpeg? ( >=media-libs/jpeg-7 )
+	jpeg? ( >=media-libs/jpeg-7:0 )
 	tiff? ( media-libs/tiff )"
 RDEPEND="${DEPEND}"
 






             reply	other threads:[~2010-01-22 17:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-22 17:21 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-02-04 17:15 [gentoo-commits] gentoo-x86 commit in media-libs/sdl-image: ChangeLog sdl-image-1.2.10.ebuild Markos Chandras (hwoarang)
2010-01-26  0:35 Jeroen Roovers (jer)
2010-01-25 19:00 Raul Porcel (armin76)
2010-01-15  9:41 Christian Faulhammer (fauli)
2010-01-12 18:29 Gysbert Wassenaar (nixnut)
2010-01-01 22:09 Christian Faulhammer (fauli)
2009-12-31 14:30 Brent Baude (ranger)
2009-11-15 20:06 Mike Frysinger (vapier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NYNCf-0007W1-Se@stork.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox