public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libdc1394: ChangeLog libdc1394-2.0.0-r1.ebuild
@ 2008-01-21  9:25 Stefaan De Roeck (stefaan)
  0 siblings, 0 replies; only message in thread
From: Stefaan De Roeck (stefaan) @ 2008-01-21  9:25 UTC (permalink / raw
  To: gentoo-commits

stefaan     08/01/21 09:25:05

  Modified:             ChangeLog
  Added:                libdc1394-2.0.0-r1.ebuild
  Log:
  Fix bad communication of juju USE-flag to configure script (bug #206833)
  (Portage version: 2.1.4)

Revision  Changes    Path
1.31                 media-libs/libdc1394/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdc1394/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	14 Jan 2008 19:19:42 -0000	1.30
+++ ChangeLog	21 Jan 2008 09:25:05 -0000	1.31
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libdc1394
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/ChangeLog,v 1.30 2008/01/14 19:19:42 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/ChangeLog,v 1.31 2008/01/21 09:25:05 stefaan Exp $
+
+*libdc1394-2.0.0-r1 (21 Jan 2008)
+
+  21 Jan 2008; Stefaan De Roeck <stefaan@gentoo.org>
+  +libdc1394-2.0.0-r1.ebuild:
+  Fix bad communication of juju USE-flag to configure script (bug #206833)
 
 *libdc1394-2.0.0 (14 Jan 2008)
 



1.1                  media-libs/libdc1394/libdc1394-2.0.0-r1.ebuild

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

Index: libdc1394-2.0.0-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libdc1394/libdc1394-2.0.0-r1.ebuild,v 1.1 2008/01/21 09:25:05 stefaan Exp $

inherit eutils

DESCRIPTION="library for controling IEEE 1394 conforming based cameras"
HOMEPAGE="http://sourceforge.net/projects/libdc1394/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="X juju"

DEPEND=">=sys-libs/libraw1394-1.2.0
		juju? ( >=sys-kernel/linux-headers-2.6.23-r3 )
		X? ( || ( ( x11-libs/libSM x11-libs/libXv )
				  virtual/x11 ) )"

src_compile() {
	local myconf=""
	if use juju; then
		myconf="--with-juju-dir"
	fi

	econf \
		--program-suffix=2 \
		$(use_with X x) \
		${myconf} \
		|| die "econf failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	dodoc NEWS README AUTHORS ChangeLog
}



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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-21  9:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-21  9:25 [gentoo-commits] gentoo-x86 commit in media-libs/libdc1394: ChangeLog libdc1394-2.0.0-r1.ebuild Stefaan De Roeck (stefaan)

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