From patchwork Sun Mar 17 10:32:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "L. Hanisch" X-Patchwork-Id: 17397 Received: from localhost ([127.0.0.1] helo=www.linuxtv.org) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1UHAti-0004UH-SJ; Sun, 17 Mar 2013 11:33:02 +0100 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1UHAtg-0004U4-Pe for vdr@linuxtv.org; Sun, 17 Mar 2013 11:33:00 +0100 X-tubIT-Incoming-IP: 62.214.96.172 Received: from mxweb01do.versatel-west.de ([62.214.96.172]) by mail.tu-berlin.de (exim-4.75/mailfrontend-3) with smtp for id 1UHAtg-0004f2-EJ; Sun, 17 Mar 2013 11:33:00 +0100 Received: (qmail 27694 invoked from network); 17 Mar 2013 10:33:00 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on spamkill04do.versatel-west.de X-Spam-Status: No, score=0.0 Received: from mxwebdo.versatel.de (62.214.96.205) by mxweb01do.versatel-west.de with SMTP; 17 Mar 2013 10:32:54 -0000 Received: from ens28fl.versatel.de [82.140.32.10] (helo=ens28fl.versatel.de) by mxwebdo.versatel.de (62.214.96.205) with id r2HAWsc4005916; Sun, 17 Mar 2013 11:32:54 +0100 Received: from cinnamon-sage.de (i577A1E5B.versanet.de [87.122.30.91]) (dvb@flensrocker.de authenticated bits=0) by ens28fl.versatel.de (8.12.11.20060308/8.12.11) with SMTP id r2HAWtNl001643 for ; Sun, 17 Mar 2013 11:32:55 +0100 Received: from 192.168.23.2:51103 by cinnamon-sage.de for ; 17.03.2013 11:32:54 Message-ID: <51459BD8.2070708@flensrocker.de> Date: Sun, 17 Mar 2013 11:32:56 +0100 From: Lars Hanisch User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: vdr@linuxtv.org References: <5144AEDD.6060808@e-tobi.net> In-Reply-To: <5144AEDD.6060808@e-tobi.net> X-Virus-Scanned: ClamAV version 0.92, clamav-milter version 0.92 on 82.140.32.176 X-Virus-Status: Clean X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2013.3.17.102131 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, MIME_TEXT_ONLY_MP_MIXED 0.05, MSGID_ADDED_BY_MTA 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_2000_2999 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, __ANY_URI 0, __BAT_BOUNDARY 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __CP_URI_IN_BODY 0, __CT 0, __CTYPE_HAS_BOUNDARY 0, __CTYPE_MULTIPART 0, __CTYPE_MULTIPART_MIXED 0, __FORWARDED_MSG 0, __HAS_FROM 0, __HAS_MSGID 0, __IN_REP_TO 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __MOZILLA_USER_AGENT 0, __SANE_MSGID 0, __SUBJ_ALPHA_NEGATE 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_NS , __USER_AGENT 0' X-LSpam-Score: -1.1 (-) X-LSpam-Report: No, score=-1.1 required=5.0 tests=BAYES_00=-1.9, RDNS_NONE=0.793 autolearn=no Subject: Re: [vdr] [ANNOUNCE] vdr-menuorg 0.5.0 X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: vdr-bounces@linuxtv.org Errors-To: vdr-bounces@linuxtv.org Hi, Found an error in the Makefile. The LIBS are missing, patch attached. Regards, Lars. Am 16.03.2013 18:41, schrieb Tobi: > I wanted to completely drop this plugin, but it seems, some folks really > like it. > > Maybe Klaus can add this feature in 2.1+. > > I've basically only updated the Makefile and the patch for VDR 1.7.40. > > As always: Any help is welcome! > > Development site: > http://projects.vdr-developer.org/projects/plg-menuorg > > Downloads: > http://projects.vdr-developer.org/projects/plg-menuorg/files > > Git-Web: > http://projects.vdr-developer.org/git/vdr-plugin-menuorg.git/ > > Anonymous Git-access : > git://projects.vdr-developer.org/vdr-plugin-menuorg.git > > > This is intended to be a community maintained project! Any help and > patches are always welcome! > > Please report bugs, ideas or feature requests to the project site (no > registration required for this!). If you want to contribute patches, new > features or whatever, post an issue or patch to the projects issue tracker > or request to join the project. I would happily add everyone as a project > member, who would like to contribute to the project! > > Tobias > > _______________________________________________ > vdr mailing list > vdr@linuxtv.org > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr > --- a/Makefile +++ b/Makefile @@ -45,6 +45,9 @@ INCLUDES += `pkg-config libxml++-2.6 --cflags` INCLUDES += `pkg-config glibmm-2.4 --cflags` +LIBS += `pkg-config libxml++-2.6 --libs` +LIBS += `pkg-config glibmm-2.4 --libs` + DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The source files (add further files here): @@ -102,7 +105,7 @@ ### Targets: $(SOFILE): $(OBJS) - $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@ + $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@ install-lib: $(SOFILE) install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION)