public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Caleb Tennis (caleb)" <caleb@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui: qt-gui-4.4.0_rc1.ebuild
Date: Wed, 23 Jan 2008 12:12:36 +0000	[thread overview]
Message-ID: <E1JHeT6-0001DF-1O@stork.gentoo.org> (raw)

caleb       08/01/23 12:12:36

  Modified:             qt-gui-4.4.0_rc1.ebuild
  Log:
  Only compile the imageformats we support
  (Portage version: 2.1.4)

Revision  Changes    Path
1.9                  x11-libs/qt-gui/qt-gui-4.4.0_rc1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.0_rc1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.0_rc1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.0_rc1.ebuild?r1=1.8&r2=1.9

Index: qt-gui-4.4.0_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.0_rc1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qt-gui-4.4.0_rc1.ebuild	22 Jan 2008 14:37:23 -0000	1.8
+++ qt-gui-4.4.0_rc1.ebuild	23 Jan 2008 12:12:35 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.0_rc1.ebuild,v 1.8 2008/01/22 14:37:23 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.0_rc1.ebuild,v 1.9 2008/01/23 12:12:35 caleb Exp $
 
 inherit eutils qt4-build
 
@@ -45,7 +45,7 @@
 	x11-proto/xextproto
 	x11-proto/inputproto"
 
-QT4_TARGET_DIRECTORIES="src/gui tools/designer tools/linguist src/plugins/imageformats src/plugins/designer"
+QT4_TARGET_DIRECTORIES="src/gui tools/designer tools/linguist src/plugins/imageformats/gif src/plugins/imageformats/ico src/plugins/imageformats/jpeg src/plugins/designer"
 
 src_unpack() {
 	qt4-build_src_unpack
@@ -103,11 +103,17 @@
 	./configure ${myconf} || die
 
 	use dbus && QT4_TARGET_DIRECTORIES="${QT4_TARGET_DIRECTORIES} tools/qdbus/qdbusviewer"
+	use mng && QT4_TARGET_DIRECTORIES="${QT4_TARGET_DIRECTORIES} src/plugins/imageformats/mng"
+	use tiff && QT4_TARGET_DIRECTORIES="${QT4_TARGET_DIRECTORIES} src/plugins/imageformats/tiff"
+
 	build_target_directories
 }
 
 src_install() {
 	use dbus && QT4_TARGET_DIRECTORIES="${QT4_TARGET_DIRECTORIES} tools/qdbus/qdbusviewer"
+	use mng && QT4_TARGET_DIRECTORIES="${QT4_TARGET_DIRECTORIES} src/plugins/imageformats/mng"
+	use tiff && QT4_TARGET_DIRECTORIES="${QT4_TARGET_DIRECTORIES} src/plugins/imageformats/tiff"
+
 	qt4-build_src_install
 
 	insinto /usr/share/applications



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-01-23 12:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-23 12:12 Caleb Tennis (caleb) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-01-22 14:37 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-gui: qt-gui-4.4.0_rc1.ebuild Caleb Tennis (caleb)
2008-01-22 14:02 Caleb Tennis (caleb)
2007-12-24 14:53 Caleb Tennis (caleb)
2007-12-23 20:27 Caleb Tennis (caleb)
2007-12-22 17:34 Caleb Tennis (caleb)
2007-12-21 20:41 Caleb Tennis (caleb)
2007-12-21 19:54 Caleb Tennis (caleb)

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=E1JHeT6-0001DF-1O@stork.gentoo.org \
    --to=caleb@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