diff options
| author | Sergey Lapin <slapin@ossfans.org> | 2010-02-06 23:12:38 +0300 |
|---|---|---|
| committer | Sergey Lapin <slapin@ossfans.org> | 2010-02-06 23:12:38 +0300 |
| commit | 9dbc3d716405d56def0af95748632035864c07b7 (patch) | |
| tree | 8c2865915bcc385c78a32a1c67398e366fea02ae /recipes/vdr | |
| parent | 029e21c8111deafa850ad1724e48da29c321f2f8 (diff) | |
| parent | 01dcb228756ee2348a8f6257b39d196340b69d96 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/vdr')
| -rw-r--r-- | recipes/vdr/vdr-1.7.10/linkerflags.patch (renamed from recipes/vdr/files/linkerflags.patch) | 0 | ||||
| -rw-r--r-- | recipes/vdr/vdr.inc | 8 | ||||
| -rw-r--r-- | recipes/vdr/vdr_1.7.10.bb | 15 |
3 files changed, 12 insertions, 11 deletions
diff --git a/recipes/vdr/files/linkerflags.patch b/recipes/vdr/vdr-1.7.10/linkerflags.patch index 63c4477790..63c4477790 100644 --- a/recipes/vdr/files/linkerflags.patch +++ b/recipes/vdr/vdr-1.7.10/linkerflags.patch diff --git a/recipes/vdr/vdr.inc b/recipes/vdr/vdr.inc new file mode 100644 index 0000000000..1077af9ceb --- /dev/null +++ b/recipes/vdr/vdr.inc @@ -0,0 +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." +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 a8fa82c13b..de5121431f 100644 --- a/recipes/vdr/vdr_1.7.10.bb +++ b/recipes/vdr/vdr_1.7.10.bb @@ -1,13 +1,7 @@ -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" -PR = "r2" +require vdr.inc +PR = "r3" -DEPENDS = "fontconfig freetype gettext libcap jpeg virtual/libintl" - -SRC_URI = "ftp://ftp.tvdr.de/vdr/Developer/${P}.tar.bz2 \ - file://fixpaths.patch;patch=1 \ +SRC_URI += " file://fixpaths.patch;patch=1 \ file://cplusplus.patch;patch=1 \ file://disable_plugin.patch;patch=1 \ file://linkerflags.patch;patch=1 \ @@ -27,7 +21,7 @@ do_install () { 'VIDEODIR=/var/lib/vdr/video' \ 'PLUGINLIBDIR=${PLUGINDIR}' \ 'LOCDIR=${datadir}/locale' \ - install + install } PACKAGES_DYNAMIC += "vdr-plugin-*" @@ -39,4 +33,3 @@ python populate_packages_prepend () { FILES_${PN} = "${bindir}/* /var/lib/vdr/conf/* ${sysconfdir}/*" FILES_${PN}-dbg += "${PLUGINDIR}/.debug/*" - |
