From e3f8ffb51aa57931d15594ee98fcb078be0036a3 Mon Sep 17 00:00:00 2001 From: anbr Date: Tue, 21 Dec 2010 22:07:06 +0100 Subject: Update README,HISTORY enhance Makefile for make dist --- README | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 75 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index a40a815..6c4a984 100644 --- a/README +++ b/README @@ -1,11 +1,83 @@ This is a "plugin" for the Video Disk Recorder (VDR). -Written by: Andreas Schmidt(Darkside) +Written by: 2005 - 2006 Andreas Schmidt(Darkside) + 2009 - 2010 Andreas Brachold -Project's homepage: None +Project's homepage: http://projects.vdr-developer.org/projects/plg-dvdswitch/wiki -Latest version available at: http://download.schmidtie.de/dvdswitch.tar.bz2 +Latest version available at: http://projects.vdr-developer.org/projects/plg-dvdswitch/files + +This plugin for VDR is free software: you can redistribute it and/or +modify it under the terms of the GNU General Public License as published +by the Free Software Foundation, version 2 of the License. + +This plugin for VDR is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +for more details. + +You should have received a copy of the GNU General Public License +along with this plugin for VDR. If not, see . See the file COPYING for license information. Description: +------------ +The dvdswitch plugin functions as a kind of a DVD changer. It makes it possible +to select images and play them with the DVD plugin. + +Check follow requirements: +------------------------- +* dvd-plugin installed (http://sourceforge.net/projects/dvdplugin/) + + +Install vdr-plugin-dvdswitch: +--------------------------- +Unpack the vdr-plugin-dvdswitch tarball to $VDRSOURCE/PLUGINS/src directory. +Variable $VDRSOURCE stands for a directory, where source archive of VDR package +was be decompressed. + +#> cd $VDRSOURCE/PLUGINS/src +#> tar -xzvf vdr-dvdswitch-0.0.1.tgz +#> ln -s dvdswitch-0.0.1 dvdswitch + +Compile the plugin (from VDR's source directory) + +Change the working directory to VDR source root and compile this plugin +like all other VDR plugins. + +#> cd $VDRSOURCE +#> make plugins + +After everything has been compiled without errors, copy the plugin to their +target directory. + +#> make install + + +how to anonymously get the current source +----------------------------------------- + +git clone git://projects.vdr-developer.org/vdr-plugin-dvdswitch.git dvdswitch + +how to make a new release +------------------------- + +adapt version in dvdswitch.c and HISTORY + +set date in HISTORY + +#> git commit +#> git status # must be clean +#> git tag -a -m 'new release' '0.0.1' +#> git push --tags + +Build package + +#> make dist + +in the project configuration, add new version 0.0.1 +upload vdr-dvdswitch-0.0.1.tgz + +announce new version at vdr@linuxtv.org + -- cgit v1.2.3