summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefaan De Roeck <stefaan@gentoo.org>2009-01-31 10:48:17 +0000
committerStefaan De Roeck <stefaan@gentoo.org>2009-01-31 10:48:17 +0000
commit79a8e0644c604d2b3a6809e066e14042f00cdd0b (patch)
treed8ea6ff6aa77d47a3a0f8a8662773a0d77429ddc /sys-libs
parentVersion bump, + new patch to disable obsolete raw capture (required for bug #... (diff)
downloadgentoo-2-79a8e0644c604d2b3a6809e066e14042f00cdd0b.tar.gz
gentoo-2-79a8e0644c604d2b3a6809e066e14042f00cdd0b.tar.bz2
gentoo-2-79a8e0644c604d2b3a6809e066e14042f00cdd0b.zip
Version bump to 2.0.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/libraw1394/ChangeLog10
-rw-r--r--sys-libs/libraw1394/libraw1394-2.0.0.ebuild20
2 files changed, 28 insertions, 2 deletions
diff --git a/sys-libs/libraw1394/ChangeLog b/sys-libs/libraw1394/ChangeLog
index 893d7d14f142..eb996fe9951f 100644
--- a/sys-libs/libraw1394/ChangeLog
+++ b/sys-libs/libraw1394/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-libs/libraw1394
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.47 2008/08/23 03:24:32 cardoe Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.48 2009/01/31 10:48:17 stefaan Exp $
+
+*libraw1394-2.0.0 (31 Jan 2009)
+
+ 31 Jan 2009; Stefaan De Roeck <stefaan@gentoo.org>
+ +libraw1394-2.0.0.ebuild:
+ Version bump to 2.0.0
23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc
diff --git a/sys-libs/libraw1394/libraw1394-2.0.0.ebuild b/sys-libs/libraw1394/libraw1394-2.0.0.ebuild
new file mode 100644
index 000000000000..b5c9aac4236d
--- /dev/null
+++ b/sys-libs/libraw1394/libraw1394-2.0.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-2.0.0.ebuild,v 1.1 2009/01/31 10:48:17 stefaan Exp $
+
+DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
+HOMEPAGE="http://www.linux1394.org/"
+SRC_URI="http://www.linux1394.org/dl/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND="!<media-libs/libdc1394-1.2.2"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog NEWS README
+}