public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libraw: ChangeLog libraw-0.15.0_beta1.ebuild
Date: Mon, 15 Oct 2012 07:09:27 +0000 (UTC)	[thread overview]
Message-ID: <20121015070927.53EBC21600@flycatcher.gentoo.org> (raw)

radhermit    12/10/15 07:09:27

  Modified:             ChangeLog libraw-0.15.0_beta1.ebuild
  Log:
  Add jpeg use flag.
  
  (Portage version: 2.2.0_alpha136/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 media-libs/libraw/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libraw/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	15 Oct 2012 07:02:36 -0000	1.34
+++ ChangeLog	15 Oct 2012 07:09:27 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libraw
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/ChangeLog,v 1.34 2012/10/15 07:02:36 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/ChangeLog,v 1.35 2012/10/15 07:09:27 radhermit Exp $
+
+  15 Oct 2012; Tim Harder <radhermit@gentoo.org> libraw-0.15.0_beta1.ebuild:
+  Add jpeg use flag.
 
   15 Oct 2012; Tim Harder <radhermit@gentoo.org> -libraw-0.14.5.ebuild,
   -libraw-0.14.6.ebuild:



1.2                  media-libs/libraw/libraw-0.15.0_beta1.ebuild

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

Index: libraw-0.15.0_beta1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libraw/libraw-0.15.0_beta1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libraw-0.15.0_beta1.ebuild	15 Oct 2012 07:01:44 -0000	1.1
+++ libraw-0.15.0_beta1.ebuild	15 Oct 2012 07:09:27 -0000	1.2
@@ -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/media-libs/libraw/libraw-0.15.0_beta1.ebuild,v 1.1 2012/10/15 07:01:44 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/libraw-0.15.0_beta1.ebuild,v 1.2 2012/10/15 07:09:27 radhermit Exp $
 
 EAPI="4"
 
@@ -21,9 +21,10 @@
 LICENSE="LGPL-2.1 CDDL GPL-2 GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="demosaic examples jpeg2k +lcms openmp static-libs"
+IUSE="demosaic examples jpeg jpeg2k +lcms openmp static-libs"
 
-RDEPEND="jpeg2k? ( media-libs/jasper )
+RDEPEND="jpeg? ( virtual/jpeg )
+	jpeg2k? ( media-libs/jasper )
 	lcms? ( media-libs/lcms:2 )"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
@@ -46,13 +47,14 @@
 
 src_configure() {
 	econf \
-		$(use_enable demosaic demosaic-pack-gpl2) \
-		$(use_enable demosaic demosaic-pack-gpl3) \
-		$(use_enable examples) \
+		$(use_enable static-libs static) \
+		$(use_enable openmp) \
+		$(use_enable jpeg) \
 		$(use_enable jpeg2k jasper) \
 		$(use_enable lcms) \
-		$(use_enable openmp) \
-		$(use_enable static-libs static)
+		$(use_enable examples) \
+		$(use_enable demosaic demosaic-pack-gpl2) \
+		$(use_enable demosaic demosaic-pack-gpl3)
 }
 
 src_install() {





             reply	other threads:[~2012-10-15  7:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-15  7:09 Tim Harder (radhermit) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-10-15  7:01 [gentoo-commits] gentoo-x86 commit in media-libs/libraw: ChangeLog libraw-0.15.0_beta1.ebuild Tim Harder (radhermit)

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=20121015070927.53EBC21600@flycatcher.gentoo.org \
    --to=radhermit@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