[oe-commits] woglinde : schroedinger: extra recipe for the gst-plguins * no need for compiling half of gnome when we want libschroe * bump PR

git version control git at git.openembedded.org
Thu Jun 25 22:41:26 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 65b9a5b9d38aba409fc218ef11fb57c0e1f17239
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=65b9a5b9d38aba409fc218ef11fb57c0e1f17239

Author: woglinde <woglinde at rhein.zuhause.netz>
Date:   Sat Apr 18 22:03:16 2009 +0200

schroedinger: extra recipe for the gst-plguins * no need for compiling half of gnome when we want libschroe * bump PR

---

 .../schroedinger/gst-plugin-schroedinger_1.0.5.bb  |   14 ++++++++++++++
 recipes/schroedinger/schroedinger.inc              |   10 ++++++++++
 recipes/schroedinger/schroedinger_1.0.5.bb         |   20 +++-----------------
 3 files changed, 27 insertions(+), 17 deletions(-)

diff --git a/recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb b/recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb
new file mode 100644
index 0000000..64660bb
--- /dev/null
+++ b/recipes/schroedinger/gst-plugin-schroedinger_1.0.5.bb
@@ -0,0 +1,14 @@
+require schroedinger.inc
+PR = "r2"
+
+DEPENDS += "gstreamer gst-plugins-base"
+
+SRC_URI = "http://www.diracvideo.org/download/schroedinger/schroedinger-${PV}.tar.gz"
+
+S = "${WORKDIR}/schroedinger-${PV}"
+
+PACKAGES = "gst-plugin-schroedinger gst-plugin-schroedinger-dev gst-plugin-schroedinger-dbg"
+FILES_gst-plugin-schroedinger += "${libdir}/gstreamer-0.10/libgstschro.so"
+FILES_gst-plugin-schroedinger-dev += "${libdir}/gstreamer-0.10/libgstschro.*"
+FILES_gst-plugin-schroedinger-dbg += "${libdir}/gstreamer-0.10/.debug/libgstschro.so"
+
diff --git a/recipes/schroedinger/schroedinger.inc b/recipes/schroedinger/schroedinger.inc
new file mode 100644
index 0000000..f907613
--- /dev/null
+++ b/recipes/schroedinger/schroedinger.inc
@@ -0,0 +1,10 @@
+HOMEPAGE = "http://schrodinger.sourceforge.net/"
+LICENSE = "MPL GPL LGPL MIT"
+DEPENDS = "liboil"
+
+PR = "r2"
+
+SRC_URI = "http://www.diracvideo.org/download/schroedinger/${P}.tar.gz"
+
+inherit autotools
+
diff --git a/recipes/schroedinger/schroedinger_1.0.5.bb b/recipes/schroedinger/schroedinger_1.0.5.bb
index defb758..66d24c1 100644
--- a/recipes/schroedinger/schroedinger_1.0.5.bb
+++ b/recipes/schroedinger/schroedinger_1.0.5.bb
@@ -1,22 +1,8 @@
-HOMEPAGE = "http://schrodinger.sourceforge.net/"
-LICENSE = "MPL GPL LGPL MIT"
-DEPENDS = "liboil gstreamer gst-plugins-base"
+require schroedinger.inc
 
-PR = "r1"
+PR = "r2"
 
-SRC_URI = "http://www.diracvideo.org/download/schroedinger/${P}.tar.gz"
-
-inherit autotools 
-
-PACKAGES =+ "gst-plugin-schroedinger gst-plugin-schroedinger-dev gst-plugin-schroedinger-dbg"
-FILES_gst-plugin-schroedinger += "${libdir}/gstreamer-0.10/libgstschro.so"
-FILES_gst-plugin-schroedinger-dev += "${libdir}/gstreamer-0.10/libgstschro.*"
-FILES_gst-plugin-schroedinger-dbg += "${libdir}/gstreamer-0.10/.debug/libgstschro.so"
+inherit autotools_stage
 
 AUTOTOOLS_STAGE_PKGCONFIG = "1"
 
-do_stage() {
-        autotools_stage_all
-}
-
-





More information about the Openembedded-commits mailing list