From 440d8863c8d496b982754e2a71867892213a902b Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 31 Dec 2004 17:47:42 +0000 Subject: [PATCH] - Chase libxine update Pointy hat: nobutaka (in stereo) --- audio/rhythmbox-devel/Makefile | 2 +- audio/rhythmbox/Makefile | 2 +- graphics/gimageview/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 078a9a472e8f..e841f53e6c18 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -40,7 +40,7 @@ OPTIONS= XINE "Use xine backend instead of GStreamer" off \ .include .ifdef (WITH_XINE) -LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --with-player=xine WITH_MONKEYMEDIA= yes .else diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 078a9a472e8f..e841f53e6c18 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -40,7 +40,7 @@ OPTIONS= XINE "Use xine backend instead of GStreamer" off \ .include .ifdef (WITH_XINE) -LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --with-player=xine WITH_MONKEYMEDIA= yes .else diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index b4016d5ce9b3..fc47df3600b7 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -78,7 +78,7 @@ PLIST_SUB+= WITH_LIBMPLAYER="@comment " .endif .if defined(WITH_LIBXINE) -LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --with-xine PLIST_SUB+= WITH_LIBXINE="" .else