Dear OE developers,

would `SECTION = console/multimedia` [1] be correct for VDR [2][3]?

As far as I know it does not need any X server to run. If yes, please
find the patch inlined and attached.


Thanks,

Paul


[1] http://docs.openembedded.org/usermanual/html/section_variable.html
[2] http://www.tvdr.de/
[3] http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/vdr/

---
• Order the recipe header as in the user manual [1] and add `SECTION = 
console/multimedia`.
• Bump package release variable.

[1] http://docs.openembedded.org/usermanual/html/recipes_header.html

Signed-off-by: Paul Menzel <[email protected]>
---
 recipes/vdr/vdr.inc       |    6 +++---
 recipes/vdr/vdr_1.7.10.bb |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/vdr/vdr.inc b/recipes/vdr/vdr.inc
index 2e8cf40..1077af9 100644
--- a/recipes/vdr/vdr.inc
+++ b/recipes/vdr/vdr.inc
@@ -1,8 +1,8 @@
 DESCRIPTION = "Video Disk Recorder (VDR) is a digital sat-receiver program 
using Linux and DVB technologies. It allows one to record MPEG2 streams, as 
well as output the stream to TV. It is also possible to watch DVDs (hardware 
accelerated) with some comfort and use an IR remote control."
-AUTHOR = "Klaus Schmidinger"
-LICENSE = "GPLv2"
 HOMEPAGE = "http://www.tvdr.de";
-
+SECTION = "console/multimedia"
+LICENSE = "GPLv2"
+AUTHOR = "Klaus Schmidinger"
 DEPENDS = "fontconfig freetype gettext libcap jpeg virtual/libintl"
 
 SRC_URI = "ftp://ftp.tvdr.de/vdr/Developer/${P}.tar.bz2";
diff --git a/recipes/vdr/vdr_1.7.10.bb b/recipes/vdr/vdr_1.7.10.bb
index 69ca012..de51214 100644
--- a/recipes/vdr/vdr_1.7.10.bb
+++ b/recipes/vdr/vdr_1.7.10.bb
@@ -1,5 +1,5 @@
 require vdr.inc
-PR = "r2"
+PR = "r3"
 
 SRC_URI += " file://fixpaths.patch;patch=1 \
            file://cplusplus.patch;patch=1 \
-- 
1.6.5.7

From b591e04d310f12c3472bb1d7d47c53e8ca0bf763 Mon Sep 17 00:00:00 2001
From: Paul Menzel <[email protected]>
Date: Sat, 9 Jan 2010 19:55:05 +0100
Subject: [PATCH] vdr: reorder recipe header and add SECTION
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

• Order the recipe header as in the user manual [1] and add `SECTION = console/multimedia`.
• Bump package release variable.

[1] http://docs.openembedded.org/usermanual/html/recipes_header.html

Signed-off-by: Paul Menzel <[email protected]>
---
 recipes/vdr/vdr.inc       |    6 +++---
 recipes/vdr/vdr_1.7.10.bb |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/vdr/vdr.inc b/recipes/vdr/vdr.inc
index 2e8cf40..1077af9 100644
--- a/recipes/vdr/vdr.inc
+++ b/recipes/vdr/vdr.inc
@@ -1,8 +1,8 @@
 DESCRIPTION = "Video Disk Recorder (VDR) is a digital sat-receiver program using Linux and DVB technologies. It allows one to record MPEG2 streams, as well as output the stream to TV. It is also possible to watch DVDs (hardware accelerated) with some comfort and use an IR remote control."
-AUTHOR = "Klaus Schmidinger"
-LICENSE = "GPLv2"
 HOMEPAGE = "http://www.tvdr.de";
-
+SECTION = "console/multimedia"
+LICENSE = "GPLv2"
+AUTHOR = "Klaus Schmidinger"
 DEPENDS = "fontconfig freetype gettext libcap jpeg virtual/libintl"
 
 SRC_URI = "ftp://ftp.tvdr.de/vdr/Developer/${P}.tar.bz2";
diff --git a/recipes/vdr/vdr_1.7.10.bb b/recipes/vdr/vdr_1.7.10.bb
index 69ca012..de51214 100644
--- a/recipes/vdr/vdr_1.7.10.bb
+++ b/recipes/vdr/vdr_1.7.10.bb
@@ -1,5 +1,5 @@
 require vdr.inc
-PR = "r2"
+PR = "r3"
 
 SRC_URI += " file://fixpaths.patch;patch=1 \
            file://cplusplus.patch;patch=1 \
-- 
1.6.5.7

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to