All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] libdvdread: add recipe for version 4.1.3-10 from debian
@ 2010-10-08 10:56 Andreas Oberritter
  2010-10-08 10:56 ` [PATCH 2/2] libdvdnav: add recipe for version 4.1.3-7 " Andreas Oberritter
  2010-10-17 12:59 ` [PATCH v2] libdvdread: add recipe for version 4.1.3-10 " Andreas Oberritter
  0 siblings, 2 replies; 9+ messages in thread
From: Andreas Oberritter @ 2010-10-08 10:56 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
 recipes/libdvdread/libdvdread_4.1.3-10.bb |    3 +++
 recipes/libdvdread/libdvdread_git.inc     |   15 +++++++++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)
 create mode 100644 recipes/libdvdread/libdvdread_4.1.3-10.bb
 create mode 100644 recipes/libdvdread/libdvdread_git.inc

diff --git a/recipes/libdvdread/libdvdread_4.1.3-10.bb b/recipes/libdvdread/libdvdread_4.1.3-10.bb
new file mode 100644
index 0000000..6f650be
--- /dev/null
+++ b/recipes/libdvdread/libdvdread_4.1.3-10.bb
@@ -0,0 +1,3 @@
+require libdvdread_git.inc
+
+SRCREV = "e465b500c12be5b4c0b6918a9b98038611f66c57"
diff --git a/recipes/libdvdread/libdvdread_git.inc b/recipes/libdvdread/libdvdread_git.inc
new file mode 100644
index 0000000..7ae5604
--- /dev/null
+++ b/recipes/libdvdread/libdvdread_git.inc
@@ -0,0 +1,15 @@
+DESCRIPTION = "DVD access multimeda library"
+SECTION = "libs/multimedia"
+LICENSE = "GPL"
+
+SRC_URI = "git://git.debian-maintainers.org/git/daniel/${PN}.git;protocol=git;branch=debian"
+
+S = "${WORKDIR}/git"
+
+inherit autotools binconfig lib_package pkgconfig
+
+do_unpackpost() {
+        QUILT_PATCHES=debian/patches quilt push -a
+}
+
+addtask unpackpost after do_unpack before do_patch
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-10-25 17:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-08 10:56 [PATCH 1/2] libdvdread: add recipe for version 4.1.3-10 from debian Andreas Oberritter
2010-10-08 10:56 ` [PATCH 2/2] libdvdnav: add recipe for version 4.1.3-7 " Andreas Oberritter
2010-10-17 13:00   ` [PATCH v2] " Andreas Oberritter
2010-10-24 11:52     ` Frans Meulenbroeks
2010-10-25 12:26       ` Andreas Oberritter
2010-10-25 12:57         ` [PATCH v3] " Andreas Oberritter
2010-10-25 17:54           ` Frans Meulenbroeks
2010-10-17 12:59 ` [PATCH v2] libdvdread: add recipe for version 4.1.3-10 " Andreas Oberritter
2010-10-25 12:56   ` [PATCH v3] " Andreas Oberritter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.