From: Cliff Brake <cliff.brake@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Cliff Brake <cbrake@bec-systems.com>
Subject: [PATCH 2/3] libdc1394: add recipe
Date: Fri, 14 Dec 2012 13:33:42 -0500 [thread overview]
Message-ID: <1355510023-17096-3-git-send-email-cliff.brake@gmail.com> (raw)
In-Reply-To: <1355510023-17096-1-git-send-email-cliff.brake@gmail.com>
From: Cliff Brake <cbrake@bec-systems.com>
Initial recipe created by Khem Raj
Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
---
.../libdc1394/files/install_examples.patch | 14 ++++++++++++++
.../recipes-multimedia/libdc1394/files/libdc1394.png | 0
meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb | 18 ++++++++++++++++++
3 files changed, 32 insertions(+)
create mode 100755 meta-oe/recipes-multimedia/libdc1394/files/install_examples.patch
create mode 100755 meta-oe/recipes-multimedia/libdc1394/files/libdc1394.png
create mode 100755 meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb
diff --git a/meta-oe/recipes-multimedia/libdc1394/files/install_examples.patch b/meta-oe/recipes-multimedia/libdc1394/files/install_examples.patch
new file mode 100755
index 0000000..89133ad
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libdc1394/files/install_examples.patch
@@ -0,0 +1,14 @@
+Index: libdc1394/examples/Makefile.am
+===================================================================
+--- libdc1394.orig/examples/Makefile.am 2012-06-30 17:50:46.000000000 -0700
++++ libdc1394/examples/Makefile.am 2012-06-30 19:02:13.822646430 -0700
+@@ -36,8 +36,7 @@
+ AM_LDFLAGS = -framework CoreFoundation -framework Carbon
+ endif
+
+-noinst_PROGRAMS = $(A)
+-bin_PROGRAMS = $(B)
++bin_PROGRAMS = $(A) $(B)
+
+ LDADD = ../dc1394/libdc1394.la
+
diff --git a/meta-oe/recipes-multimedia/libdc1394/files/libdc1394.png b/meta-oe/recipes-multimedia/libdc1394/files/libdc1394.png
new file mode 100755
index 0000000..e69de29
diff --git a/meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb b/meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb
new file mode 100755
index 0000000..41547d9
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libdc1394/libdc1394_git.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Capture and control API for IIDC compliant cameras"
+HOMEPAGE = "http://sourceforge.net/projects/libdc1394/"
+SECTION = "libs"
+LICENSE = "LGPL-2.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c848e78d9a4a5cc69906178e4d6fbd64"
+DEPENDS += "libxv virtual/libsdl virtual/libx11 libusb1 libraw1394"
+SRCREV = "fa2b5b5a56e2c306cd3e756e810cceb68ab55b8f"
+
+SRC_URI = "git://libdc1394.git.sourceforge.net/gitroot/libdc1394/libdc1394/;branch=master;protocol=git \
+ file://install_examples.patch \
+ file://${PN}.png \
+ "
+
+S = "${WORKDIR}/git/${PN}"
+
+inherit autotools pkgconfig sdl
+
+EXTRA_OECONF += "--disable-doxygen-doc"
--
1.8.0.2
next prev parent reply other threads:[~2012-12-14 18:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-14 18:33 [PATCH 0/3] Camera recipes Cliff Brake
2012-12-14 18:33 ` [PATCH 1/3] libraw1394: add recipe Cliff Brake
2012-12-14 18:33 ` Cliff Brake [this message]
2012-12-16 18:47 ` [PATCH 2/3] libdc1394: " Martin Jansa
2012-12-16 19:33 ` Martin Jansa
2013-01-09 14:21 ` Martin Jansa
2012-12-14 18:33 ` [PATCH 3/3] coriander: " Cliff Brake
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=1355510023-17096-3-git-send-email-cliff.brake@gmail.com \
--to=cliff.brake@gmail.com \
--cc=cbrake@bec-systems.com \
--cc=openembedded-devel@lists.openembedded.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