summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2010-12-21 22:07:06 +0100
committeranbr <vdr07@deltab.de>2010-12-21 22:07:06 +0100
commite3f8ffb51aa57931d15594ee98fcb078be0036a3 (patch)
tree610fe2567645e8c24ce119cf539ab268a134bbbb /README
parente4a29dd0d074f31e87d46e875dd0b57c676a8387 (diff)
downloadvdr-plugin-dvdswitch-e3f8ffb51aa57931d15594ee98fcb078be0036a3.tar.gz
vdr-plugin-dvdswitch-e3f8ffb51aa57931d15594ee98fcb078be0036a3.tar.bz2
Update README,HISTORY
enhance Makefile for make dist
Diffstat (limited to 'README')
-rw-r--r--README78
1 files changed, 75 insertions, 3 deletions
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) <vdrl@schmidtie.de>
+Written by: 2005 - 2006 Andreas Schmidt(Darkside) <vdrl-at-schmidtie.de>
+ 2009 - 2010 Andreas Brachold <vdr07-at-deltab.de>
-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 <http://www.gnu.org/licenses/>.
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
+