From owner-svn-ports-all@FreeBSD.ORG Fri Nov 29 17:30:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1C091FC; Fri, 29 Nov 2013 17:30:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3EB91330; Fri, 29 Nov 2013 17:30:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATHUN1t034842; Fri, 29 Nov 2013 17:30:23 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATHUNup034838; Fri, 29 Nov 2013 17:30:23 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201311291730.rATHUNup034838@svn.freebsd.org> From: Juergen Lock Date: Fri, 29 Nov 2013 17:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335204 - head/multimedia/vdr-plugin-xineliboutput X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 17:30:24 -0000 Author: nox Date: Fri Nov 29 17:30:23 2013 New Revision: 335204 URL: http://svnweb.freebsd.org/changeset/ports/335204 Log: - Fix plist and introduce XINE_PLUGINSDIR variable for the problem dir. - Bump PORTREVISION. Modified: head/multimedia/vdr-plugin-xineliboutput/Makefile head/multimedia/vdr-plugin-xineliboutput/pkg-plist (contents, props changed) Modified: head/multimedia/vdr-plugin-xineliboutput/Makefile ============================================================================== --- head/multimedia/vdr-plugin-xineliboutput/Makefile Fri Nov 29 17:29:51 2013 (r335203) +++ head/multimedia/vdr-plugin-xineliboutput/Makefile Fri Nov 29 17:30:23 2013 (r335204) @@ -3,7 +3,7 @@ PORTNAME= vdr-plugin-xineliboutput PORTVERSION= 1.0.90s20120511 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia MASTER_SITES= SF:release \ LOCAL:snapshot @@ -27,6 +27,7 @@ USE_GL= gl glu glut PORTDOCS= COPYING README HISTORY PORTEXAMPLES= xine WRKSRC= ${WRKDIR}/vdr-${PLUGIN} +XINE_PLUGINSDIR= lib/xine/plugins/2.3 OPTIONS_DEFINE= LIBBLURAY LIBEXTRACTOR @@ -37,6 +38,8 @@ NO_STAGE= yes .include +PLIST_SUB+= XINE_PLUGINSDIR=${XINE_PLUGINSDIR} + CONFIGURE_ARGS+= --cc="${CC}" --cxx="${CXX}" --add-cflags=-I${VDRDIR} .if ${PORT_OPTIONS:MLIBEXTRACTOR} Modified: head/multimedia/vdr-plugin-xineliboutput/pkg-plist ============================================================================== --- head/multimedia/vdr-plugin-xineliboutput/pkg-plist Fri Nov 29 17:29:51 2013 (r335203) +++ head/multimedia/vdr-plugin-xineliboutput/pkg-plist Fri Nov 29 17:30:23 2013 (r335204) @@ -1,9 +1,9 @@ bin/vdr-fbfe bin/vdr-sxfe -lib/xine/plugins/2.2/xineplug_inp_xvdr.so -lib/xine/plugins/2.2/post/xineplug_post_autocrop.so -lib/xine/plugins/2.2/post/xineplug_post_swscale.so -lib/xine/plugins/2.2/post/xineplug_post_audiochannel.so +%%XINE_PLUGINSDIR%%/xineplug_inp_xvdr.so +%%XINE_PLUGINSDIR%%/post/xineplug_post_autocrop.so +%%XINE_PLUGINSDIR%%/post/xineplug_post_swscale.so +%%XINE_PLUGINSDIR%%/post/xineplug_post_audiochannel.so lib/vdr/libvdr-xineliboutput.so.%%APIVERSION%% lib/vdr/libxineliboutput-sxfe.so.1.0.90-cvs @unexec if cmp -s %D/etc/vdr/plugins/xineliboutput/allowed_hosts.conf.sample %D/etc/vdr/plugins/xineliboutput/allowed_hosts.conf; then rm -f %D/etc/vdr/plugins/xineliboutput/allowed_hosts.conf; fi