Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: VDR version 1.2.2 pre-release



Klaus Schmidinger wrote:
> If nobody finds any serious problems with this new version I'd like
> to officially release it by wednesday.

Just a minor issue. If you change the Makefile like the following
patch it would be possible to configure /usr/lib/vdr as plugin
directory via Make.config as we do it for the SuSE rpm.

--- vdr-1.2.2.orig/Makefile     2003-08-02 14:27:21.000000000 +0000
+++ vdr-1.2.2/Makefile  2003-08-03 12:06:50.000000000 +0000
@@ -20,6 +20,7 @@
 BINDIR   = /usr/local/bin
 
 PLUGINDIR= ./PLUGINS
+PLUGINLIBDIR=$(PLUGINDIR)/lib
 
 VIDEODIR = /video
 
@@ -50,7 +51,7 @@
 DEFINES += -D_GNU_SOURCE
 
 DEFINES += -DVIDEODIR=\"$(VIDEODIR)\"
-DEFINES += -DPLUGINDIR=\"$(PLUGINDIR)/lib\"
+DEFINES += -DPLUGINDIR=\"$(PLUGINLIBDIR)\"
 
 ifdef DEBUG_OSD
 DEFINES += -DDEBUG_OSD


cu
Ludwig

-- 
(o_  Ludwig.Nussel@gmx.de
//\  PGP Key ID: FF8135CE
V_/_ ICQ:        52166811


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index