Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 12:04:21 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 968e42d8918b - main - multimedia/vdr-plugin-xineliboutput: Update path to (lib)xine plugins
Message-ID:  <202304271204.33RC4Le0046575@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=968e42d8918bf1835872056607f4db374c21fe73

commit 968e42d8918bf1835872056607f4db374c21fe73
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-04-27 10:54:56 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-04-27 12:01:45 +0000

    multimedia/vdr-plugin-xineliboutput: Update path to (lib)xine plugins
    
    Update paths due to version bump of (lib)xine
    
    PR:             270291
---
 multimedia/vdr-plugin-xineliboutput/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/vdr-plugin-xineliboutput/Makefile b/multimedia/vdr-plugin-xineliboutput/Makefile
index 0e0f258b429d..8e36ab41c00a 100644
--- a/multimedia/vdr-plugin-xineliboutput/Makefile
+++ b/multimedia/vdr-plugin-xineliboutput/Makefile
@@ -30,7 +30,7 @@ CONFIGURE_ARGS=	--add-cflags=-I${VDRDIR} \
 PATCH_STRIP=	-p1
 
 WRKSRC=			${WRKDIR}/vdr-${PLUGIN}
-XINE_PLUGINSDIR=	lib/xine/plugins/2.10
+XINE_PLUGINSDIR=	lib/xine/plugins/2.11
 
 PLIST_SUB=	XINE_PLUGINSDIR=${XINE_PLUGINSDIR}
 PORTDOCS=	HISTORY README



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304271204.33RC4Le0046575>