svn commit: r561535 - in head/multimedia: vdr-plugin-xineliboutput xine

Dima Panov fluffy at FreeBSD.org
Thu Jan 14 06:28:27 UTC 2021


Author: fluffy
Date: Thu Jan 14 06:28:26 2021
New Revision: 561535
URL: https://svnweb.freebsd.org/changeset/ports/561535

Log:
  multimedia/xine, multimedia/vdr-plugin-xineliboutput: unbreak after r561322
  
  multimedia/libxine update introduces new versioned dir for xine plugins, force rebuild
  
  Pointyhat to:	tcberner
  Reported by:	poudriere failure

Modified:
  head/multimedia/vdr-plugin-xineliboutput/Makefile
  head/multimedia/xine/Makefile

Modified: head/multimedia/vdr-plugin-xineliboutput/Makefile
==============================================================================
--- head/multimedia/vdr-plugin-xineliboutput/Makefile	Thu Jan 14 03:45:58 2021	(r561534)
+++ head/multimedia/vdr-plugin-xineliboutput/Makefile	Thu Jan 14 06:28:26 2021	(r561535)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vdr-plugin-xineliboutput
 PORTVERSION=	1.0.90s20120511
-PORTREVISION=	29
+PORTREVISION=	30
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/xineliboutput/files/xineliboutput/vdr-xineliboutput-${PORTVERSION}/:release \
 		LOCAL/nox:snapshot
@@ -27,7 +27,7 @@ HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--cc="${CC}" --cxx="${CXX}" --add-cflags=-I${VDRDIR}
 USE_GL=		gl glu glut
 WRKSRC=		${WRKDIR}/vdr-${PLUGIN}
-XINE_PLUGINSDIR=lib/xine/plugins/2.7
+XINE_PLUGINSDIR=lib/xine/plugins/2.9
 
 PORTDOCS=	README HISTORY
 PORTEXAMPLES=	xine

Modified: head/multimedia/xine/Makefile
==============================================================================
--- head/multimedia/xine/Makefile	Thu Jan 14 03:45:58 2021	(r561534)
+++ head/multimedia/xine/Makefile	Thu Jan 14 06:28:26 2021	(r561535)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xine
 PORTVERSION=	0.99.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION}
 DISTNAME=	${PORTNAME}-ui-${PORTVERSION}
@@ -54,7 +54,7 @@ WIN32_CODECS_RUN_DEPENDS=\
 XFT_USE=		XORG=xft
 XFT_CONFIGURE_ENABLE=	xft
 
-XINE_PLUGINSDIR=	lib/xine/plugins/2.7
+XINE_PLUGINSDIR=	lib/xine/plugins/2.9
 
 post-patch:
 	@${REINPLACE_CMD} -e \


More information about the svn-ports-all mailing list