While updating http://www.cadsoft.de/vdr/plugins.htm I found several broken links. Maybe the authors of those plugins could tell me where their projects have moved to, or whether they have been discontinued.
If there are any plugins missing on that page, please let me know. I do follow the announcements on the VDR-ML, but maybe something slipped through.
In order to be listed, I need the author's real name and the URL of the plugin's homepage (not just a download link to the latest version, because I would have to update that with every new version of the plugin).
Klaus
Klaus Schmidinger schrieb:
Hi Klaus
new homepage of the PIM plugin:
bye Achim
Lauri Tischler wrote:
I just took a look at
http://jausoft.com/Files/vdr/vdr-dvd
and with Firefox I get a "Red Hat Enterprise Linux Test Page". However, with w3m I see lots of "dirty" links. From the source code of that page it looks like it was hacked.
Klaus
Lars Bläser wrote:
Why dont you just drop all broken-link plugins.
how about this http://sourceforge.net/projects/dvdplugin
Project Admins: lordzodiac, sven, weak dvdplugin vdr-dvd-0.3.6_b03.bz2 April 16, 2005
The CVS repo is more recent.
-- Jaroslaw Swierczynski swiergot@gmail.com www.archlinux.org | www.juvepoland.com
Jaroslaw Swierczynski schrieb:
The CVS repo is more recent.
mapro@desktop:~$ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/dvdplugin login Logging in to :pserver:anonymous@cvs.sourceforge.net:2401/cvsroot/dvdplugin CVS password: cvs [login aborted]: end of file from server (consult above messages if any) mapro@desktop:~$
What goes wrong there?
Greets, Martin
It's damn SourceForge. Last time I managed to checkout anything from their anonymous CVS server was in February, and fortunatelly it was the dvd plugin :) Here it is:
http://herkules.pcz.pl/~swiergot/vdr-dvd-20060227.tar.bz2
Or you can always access the repo via WWW, although it's little use:
http://cvs.sourceforge.net/viewcvs.py/dvdplugin/
-- Jaroslaw Swierczynski swiergot@gmail.com www.archlinux.org | www.juvepoland.com
Jaroslaw Swierczynski wrote:
Or you can always access the repo via WWW, although it's little use:
I wonder if its current, latest patches are year old, for vdr-1.3.23
Jaroslaw Swierczynski wrote:
Just try few more times, it usually works eventually.
Here is version from last month: http://www.kosunen.fi/vdr/vdr-dvd-11042006-cvs.tar.gz
Pertti Kosunen wrote:
Here is version from last month: http://www.kosunen.fi/vdr/vdr-dvd-11042006-cvs.tar.gz
Great, it even works with vdr-1.4, only Makefile changes are necessary, patching of vdr is not needed.
Kristian Pj Koivisto wrote:
--- Makefile 2004-06-17 08:33:40.000000000 +0300 +++ /root/VDR/PLUGINS/src/dvd/Makefile 2006-05-02 21:22:53.000000000 +0300 @@ -21,7 +21,7 @@
### The directory environment:
-DVBDIR = ../../../../DVB +##DVBDIR = ../../../../DVB VDRDIR = ../../.. LIBDIR = ../../lib TMPDIR = /tmp @@ -33,7 +33,9 @@
### The version number of VDR (taken from VDR's "config.h"):
-VDRVERSION = $(shell grep 'define VDRVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g') +## VDRVERSION = $(shell grep 'define VDRVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g') +APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"(.*)".*$$/\1/p' $(VDRDIR)/config.h) +
### The name of the distribution archive:
@@ -90,7 +92,7 @@
libvdr-$(PLUGIN).so: $(OBJS) retain-sym $(CXX) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@ - @cp $@ $(LIBDIR)/$@.$(VDRVERSION) + @cp $@ $(LIBDIR)/$@.$(APIVERSION)
dist: clean @-rm -rf $(TMPDIR)/$(ARCHIVE)
version
sourceforge.
I personally keep copies of most plugins already for a while. Maybe not realy the last version, but I try. I even try making my own SVN repository of plugins I use (and modify), including a full SVN repository of (all) VDR vesions from from 1.0.0 till now.
May be it would be a good idea about thinking to hosting VDR and the (main) plugins somewere centralised, at least for the stable version. Maybe just a backup copy of the plugin version needed for the last stable version of VDR.
kind regards Peter
There is a mirror for vdr plugins hosted by the gentoo project: http://deela.cc.fh-lippe.de/files/
Greets Martin
On Mon, 1 May 2006, Klaus Schmidinger (KS) wrote:
KS> While updating http://www.cadsoft.de/vdr/plugins.htm I found several KS> broken links. Maybe the authors of those plugins could tell me where KS> their projects have moved to, or whether they have been discontinued. KS> KS> If there are any plugins missing on that page, please let me know. KS> I do follow the announcements on the VDR-ML, but maybe something KS> slipped through.
this is not really a plugin, but kind of tool very usable for VDR.
NVRAM WakeUp (http://sourceforge.net/projects/nvram-wakeup)
I've been very buisy the last year or so, but I plan to resume maintainance in near future.
Sergei