diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2002-07-12 08:04:53 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2002-07-12 08:04:53 +0000 |
commit | f2a8b773705a020fa626bcc95a3536ff8a041194 (patch) | |
tree | 927935ec4f7e4a545bfc81a2bf1913f02ae6efa0 | |
parent | updated to -r3 (diff) | |
download | gentoo-2-f2a8b773705a020fa626bcc95a3536ff8a041194.tar.gz gentoo-2-f2a8b773705a020fa626bcc95a3536ff8a041194.tar.bz2 gentoo-2-f2a8b773705a020fa626bcc95a3536ff8a041194.zip |
Added new packages:
-libraw1394 - raw FireWire port access library
-libavc1394 - A/V devices over FireWire ports
-rw-r--r-- | sys-libs/libavc1394/ChangeLog | 13 | ||||
-rw-r--r-- | sys-libs/libavc1394/files/digest-libavc1394-0.3.1 | 1 | ||||
-rw-r--r-- | sys-libs/libavc1394/libavc1394-0.3.1.ebuild | 28 | ||||
-rw-r--r-- | sys-libs/libraw1394/ChangeLog | 13 | ||||
-rw-r--r-- | sys-libs/libraw1394/files/digest-libraw1394-0.9.0 | 1 | ||||
-rw-r--r-- | sys-libs/libraw1394/libraw1394-0.9.0.ebuild | 28 |
6 files changed, 84 insertions, 0 deletions
diff --git a/sys-libs/libavc1394/ChangeLog b/sys-libs/libavc1394/ChangeLog new file mode 100644 index 000000000000..402e2d4f9e77 --- /dev/null +++ b/sys-libs/libavc1394/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for sys-libs/libavc1394 +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 + +*libavc1394-0.3.1 (12 Jul 2002) + + 12 Jul 2002; Doug Goldstein <cardoe@gentoo.org> libavc1394-0.3.1.ebuild + ChangeLog files/digest-libavc1394-0.3.1 : + + New package + libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) + Digital Interface Command Set. It is intended for use with GNU/Linux (quote from author's site). + Thanks to Hanno Beock hanno@gmx.de in bug #4167 for the ebuild. + Cleaned up the ebuild prior to adding to the tree. diff --git a/sys-libs/libavc1394/files/digest-libavc1394-0.3.1 b/sys-libs/libavc1394/files/digest-libavc1394-0.3.1 new file mode 100644 index 000000000000..d94746fd3b96 --- /dev/null +++ b/sys-libs/libavc1394/files/digest-libavc1394-0.3.1 @@ -0,0 +1 @@ +MD5 7e761f05b310392d6e07a7186b973cb5 libavc1394-0.3.1.tar.gz 137187 diff --git a/sys-libs/libavc1394/libavc1394-0.3.1.ebuild b/sys-libs/libavc1394/libavc1394-0.3.1.ebuild new file mode 100644 index 000000000000..5286e93068a0 --- /dev/null +++ b/sys-libs/libavc1394/libavc1394-0.3.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp + +DESCRIPTION="libavc1394 is a programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set." +HOMEPAGE="http://sourceforge.net/projects/libavc1394/" +LICENSE="LGPL" +SRC_URI="http://telia.dl.sourceforge.net/sourceforge/libavc1394/${P}.tar.gz" +S=${WORKDIR}/${P} + +DEPEND=">=libraw1394-0.8" +RDEPEND="${DEPEND}" +SLOT="0" +KEYWORDS="x86" + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + + emake || die +} + +src_install () { + make DESTDIR=${D} install || die +} diff --git a/sys-libs/libraw1394/ChangeLog b/sys-libs/libraw1394/ChangeLog new file mode 100644 index 000000000000..c143ad481b14 --- /dev/null +++ b/sys-libs/libraw1394/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for sys-libs/libraw1394 +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 + +*libavc1394-0.3.1 (12 Jul 2002) + + 12 Jul 2002; Doug Goldstein <cardoe@gentoo.org> libraw1394-0.9.0.ebuild + ChangeLog files/digest-libraw1394-0.9.0 : + + New package + libraw1394 provides direct access to the IEEE 1394 bus through the Linux 1394 subsystem's + raw1394 user space interface. (quote from author's site). + Thanks to Hanno Beock hanno@gmx.de in bug #4166 for the ebuild. + Cleaned up the ebuild prior to adding to the tree. diff --git a/sys-libs/libraw1394/files/digest-libraw1394-0.9.0 b/sys-libs/libraw1394/files/digest-libraw1394-0.9.0 new file mode 100644 index 000000000000..a7655a2b065a --- /dev/null +++ b/sys-libs/libraw1394/files/digest-libraw1394-0.9.0 @@ -0,0 +1 @@ +MD5 56fc0bc6f00efdebb635dcc52d91f7bc libraw1394_0.9.0.tar.gz 181971 diff --git a/sys-libs/libraw1394/libraw1394-0.9.0.ebuild b/sys-libs/libraw1394/libraw1394-0.9.0.ebuild new file mode 100644 index 000000000000..1e992c1a0c49 --- /dev/null +++ b/sys-libs/libraw1394/libraw1394-0.9.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.8 2002/05/30 01:54:49 sandymac Exp + +DESCRIPTION="libraw1394 provides direct access to the IEEE 1394 bus through the Linux 1394 subsystem's raw1394 user space interface." +HOMEPAGE="http://sourceforge.net/projects/libraw1394/" +LICENSE="LGPL" +SRC_URI="http://telia.dl.sourceforge.net/sourceforge/libraw1394/${PN}_${PV}.tar.gz" +S=${WORKDIR}/${P} + +DEPEND="" +RDEPEND="${DEPEND}" +SLOT="0" +KEYWORDS="x86" + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + + emake || die +} + +src_install () { + make DESTDIR=${D} install || die +} |