Re: [vdr] vdr-1.7.35 Makefile woes

2013-01-05 Thread Christopher Reimer
Hi Torsten,

please try this patch against VDR 1.7.35.
http://www.vdr-portal.de/index.php?page=AttachmentattachmentID=32523

At VDR-Portal we currently try to repair the whole Makefile stuff.
It's time to post it on the Mailinglist.

Christopher Reimer

2013/1/5 Torsten Duwe d...@lst.de:
 Hi all!

 This may or may not be related to the Make.config discussion.  I'm
 having difficulties to package vdr-1.7.35 compiled along with some
 plugins; make install produces nonsense under $DESTDIR, no matter
 whether I change $UP3 to use `pwd` or not. libdir and locdir always
 contain $UP3, which is always incorrect. I haven't even tried yet to
 compile other plugins against the installed vdr package.

 Please correct me if I'm wrong, IMHO there's a difference between the
 place where vdr is compiled, and the final runtime on the target
 system. Thus, if you stick to the package-config approach, 2 separate
 vdr.pc files would be required: one for the plugins compiled along
 with vdr, and one to be installed on the target system. I also fail
 to see this differentiation in the Makefile: LOCDIR and PLUGINDIR (and
 derived LIBDIR) appear only once in it, not to talk about INCDIR, see
 above. All contain $CWD.

 What am I missing?

 Torsten


 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.7.35 Makefile woes

2013-01-05 Thread Torsten Duwe
On Sat, 5 Jan 2013, Christopher Reimer wrote:
 Hi Torsten,
 
 please try this patch against VDR 1.7.35.
 http://www.vdr-portal.de/index.php?page=AttachmentattachmentID=32523

Ah, much better! Only xineliboutput still dumps additional .mo files 
under DESTDIR/Compiledir and tries to remove .so files from the running 
system. Only 1 plugin to fix...

 At VDR-Portal we currently try to repair the whole Makefile stuff.

I have 1.7.35 running now, after applying attached patch.

Thanks for all the work!

Torsten
--- vdr-1.7.35/PLUGINS/src/dvbhddevice/dvbhdffdevice.c.orig 2012-12-29 
14:23:22.0 +0100
+++ vdr-1.7.35/PLUGINS/src/dvbhddevice/dvbhdffdevice.c  2013-01-05 
18:07:36.272558711 +0100
@@ -951,8 +951,13 @@ bool cDvbHdFfDeviceProbe::Probe(int Adap
 
 
 // --- YuvToJpeg -
-
+extern C {
+#ifdef boolean
+#define HAVE_BOOLEAN
+#endif
 #include jpeglib.h
+#undef boolean
+}
 
 #define JPEGCOMPRESSMEM 400
 
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.7.35 Makefile woes

2013-01-05 Thread VDR User
On Sat, Jan 5, 2013 at 5:44 AM, Christopher Reimer
c.reimer1...@gmail.com wrote:
 At VDR-Portal we currently try to repair the whole Makefile stuff.
 It's time to post it on the Mailinglist.

Has the Makefile stuff been completely resolved now or is there still
debate going on? If it's a done deal, could you summarize what the
final decision is?

Thanks

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.7.35 Makefile woes

2013-01-05 Thread Klaus Schmidinger

On 05.01.2013 22:36, VDR User wrote:

On Sat, Jan 5, 2013 at 5:44 AM, Christopher Reimer
c.reimer1...@gmail.com wrote:

At VDR-Portal we currently try to repair the whole Makefile stuff.
It's time to post it on the Mailinglist.


Has the Makefile stuff been completely resolved now or is there still
debate going on? If it's a done deal, could you summarize what the
final decision is?


It's not final yet - but hopefully soon ;-)

Klaus

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr