Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
stefaan 08/01/24 11:52:48
Modified: ChangeLog
Added: coriander-2.0.0_rc6.ebuild
Log:
Bumping to newer version, supporting media-libs/libdc1394-2.0.0
(Portage version: 2.1.4)
Revision Changes Path
1.13 media-video/coriander/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/coriander/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/coriander/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/coriander/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/coriander/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 14 Jan 2008 14:35:30 -0000 1.12
+++ ChangeLog 24 Jan 2008 11:52:47 -0000 1.13
@@ -1,6 +1,12 @@
# ChangeLog for media-video/coriander
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/coriander/ChangeLog,v 1.12 2008/01/14 14:35:30 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/coriander/ChangeLog,v 1.13 2008/01/24 11:52:47 stefaan Exp $
+
+*coriander-2.0.0_rc6 (24 Jan 2008)
+
+ 24 Jan 2008; Stefaan De Roeck <stefaan@g.o>
+ +coriander-2.0.0_rc6.ebuild:
+ Bumping to newer version, supporting media-libs/libdc1394-2.0.0
14 Jan 2008; Stefaan De Roeck <stefaan@g.o> metadata.xml:
Assigning this package to stefaan, updating metadata.xml
1.1 media-video/coriander/coriander-2.0.0_rc6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/coriander/coriander-2.0.0_rc6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/coriander/coriander-2.0.0_rc6.ebuild?rev=1.1&content-type=text/plain
Index: coriander-2.0.0_rc6.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation and Pieter Van den Abeele
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/coriander/coriander-2.0.0_rc6.ebuild,v 1.1 2008/01/24 11:52:47 stefaan Exp $
inherit eutils
MY_P=${P/_/-}
DESCRIPTION="A Gnome2 GUI for firewire camera control and capture"
HOMEPAGE="http://sourceforge.net/projects/coriander/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
S=${WORKDIR}/${MY_P}
DEPEND=">=media-libs/libdc1394-2.0.0
ffmpeg? ( media-video/ffmpeg )
media-libs/libsdl
gnome-base/libgnomeui
gnome-base/libbonoboui
gnome-base/libgnomecanvas
gnome-base/libgnome
gnome-base/orbit"
src_unpack() {
unpack ${A}
cd "${S}"
}
src_compile() {
export SSE_CFLAGS="${CFLAGS}"
# ffmpeg support is currently disabled in coriander-2, so we leave out the
# $(use_enable ffmpeg)
econf || die "econf failed"
emake SSE_CFLAGS="${CFLAGS}" || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "install failed"
dodoc NEWS README AUTHORS
}
--
gentoo-commits@g.o mailing list
|
|