gpe-nmf: unify
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 15 Mar 2007 22:22:16 +0000 (22:22 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 15 Mar 2007 22:22:16 +0000 (22:22 +0000)
packages/gpe-nmf/gpe-nmf.inc [new file with mode: 0644]
packages/gpe-nmf/gpe-nmf_0.17.bb
packages/gpe-nmf/gpe-nmf_0.19.bb
packages/gpe-nmf/gpe-nmf_0.20.bb
packages/gpe-nmf/gpe-nmf_0.21.bb
packages/gpe-nmf/gpe-nmf_0.22.bb

diff --git a/packages/gpe-nmf/gpe-nmf.inc b/packages/gpe-nmf/gpe-nmf.inc
new file mode 100644 (file)
index 0000000..d3b39ab
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "GPE audio player"
+SECTION = "gpe"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "gtk+ libgpewidget gstreamer gst-plugins"
+RDEPENDS = "esd gst-plugins gst-plugin-audio gst-plugin-audioconvert gst-plugin-audiofile gst-plugin-esd gst-plugin-typefindfunctions gst-plugin-volume"
+RRECOMMENDS = "gst-plugin-mad gst-plugin-tagedit"
+
+inherit gpe pkgconfig
+
+
+PARALLEL_MAKE=""
index bf45dc5..93fd043 100644 (file)
@@ -1,9 +1,6 @@
-LICENSE = "GPL"
-inherit gpe pkgconfig
+require gpe-nmf.inc
 
-DESCRIPTION = "GPE audio player"
-DEPENDS = "gtk+ libgpewidget gstreamer gst-plugins"
-SECTION = "gpe"
-PRIORITY = "optional"
+RDEPENDS = ""
+RRECOMMENDS = ""
 
 SRC_URI += "file://fix_makefiles.patch;patch=1"
index 9f87e6a..6ee2403 100644 (file)
@@ -1,20 +1,3 @@
-LICENSE = "GPL"
-inherit gpe pkgconfig
+require gpe-nmf.inc
 
-DESCRIPTION = "GPE audio player"
-DEPENDS = "gtk+ libgpewidget gstreamer gst-plugins"
-RDEPENDS = "esd \
-       gst-plugins \
-       gst-plugin-audio \
-       gst-plugin-audioconvert \
-       gst-plugin-audiofile \
-       gst-plugin-esd \
-       gst-plugin-typefindfunctions \
-       gst-plugin-volume"
-RRECOMMENDS = "gst-plugin-mad \
-       gst-plugin-tagedit"
-SECTION = "gpe"
-PRIORITY = "optional"
 PR = "r4"
-
-PARALLEL_MAKE=""
index 875c38f..bfbb7a4 100644 (file)
@@ -1,21 +1,4 @@
-LICENSE = "GPL"
-inherit gpe pkgconfig
+require gpe-nmf.inc
 
-DESCRIPTION = "GPE audio player"
-DEPENDS = "gtk+ libgpewidget gstreamer gst-plugins"
-RDEPENDS = "esd \
-       gst-plugins \
-       gst-plugin-audio \
-       gst-plugin-audioconvert \
-       gst-plugin-audiofile \
-       gst-plugin-esd \
-       gst-plugin-typefindfunctions \
-       gst-plugin-volume"
-RRECOMMENDS = "gst-plugin-mad \
-       gst-plugin-tagedit \
-       gst-plugin-tcp"
-SECTION = "gpe"
-PRIORITY = "optional"
+RRECOMMENDS += "gst-plugin-tcp"
 PR = "r1"
-
-PARALLEL_MAKE=""
index 4501cdf..f1292b9 100644 (file)
@@ -1,21 +1,3 @@
-LICENSE = "GPL"
-inherit gpe pkgconfig
+require gpe-nmf.inc
 
-DESCRIPTION = "GPE audio player"
-DEPENDS = "gtk+ libgpewidget gstreamer gst-plugins"
-RDEPENDS = "esd \
-       gst-plugins \
-       gst-plugin-audio \
-       gst-plugin-audioconvert \
-       gst-plugin-audiofile \
-       gst-plugin-esd \
-       gst-plugin-typefindfunctions \
-       gst-plugin-volume"
-RRECOMMENDS = "gst-plugin-mad \
-       gst-plugin-tagedit \
-       gst-plugin-tcp"
-SECTION = "gpe"
-PRIORITY = "optional"
-PR = "r0"
-
-PARALLEL_MAKE=""
+RRECOMMENDS += "gst-plugin-tcp"
index c4b2ae7..8b70d83 100644 (file)
@@ -1,31 +1,12 @@
-LICENSE = "GPL"
-inherit gpe pkgconfig
+require gpe-nmf.inc
 
-DESCRIPTION = "GPE audio player"
-DEPENDS = "gtk+ libgpewidget gstreamer gst-plugins"
-RDEPENDS = "esd \
-       gst-plugins \
-       gst-plugin-audio \
-       gst-plugin-audioconvert \
-       gst-plugin-audiofile \
-       gst-plugin-esd \
-       gst-plugin-typefindfunctions \
-        gst-plugin-decodebin \
-       gst-plugin-volume"
-RRECOMMENDS = "gst-plugin-mad \
-       gst-plugin-tagedit \
-       gst-plugin-ivorbis \
-       gst-plugin-tcp"
+RDEPENDS += "gst-plugin-decodebin"
+RRECOMMENDS += "gst-plugin-ivorbis gst-plugin-tcp"
+PR = "r2"
 
 SRC_URI += " file://playlist-segfault.patch;patch=1;pnum=0 \
              file://fix-includepath.patch;patch=1"
 
-SECTION = "gpe"
-PRIORITY = "optional"
-PR = "r2"
-
-PARALLEL_MAKE=""
-
 do_compile() {
         oe_runmake PREFIX=${prefix} GST_VERSION="0.8"
 }