diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2003-02-24 20:57:02 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2003-02-24 20:57:02 +0800 |
commit | 8c0fa1205c3ebe675eefe4d587017ab669d7c08e (patch) | |
tree | 190fa9d635abbac0b6697fcf4caf4aab7ef5186b | |
parent | 5eeeab4aa52b91768034c782bf435ed0d36b7a34 (diff) | |
download | freebsd-ports-graphics-8c0fa1205c3ebe675eefe4d587017ab669d7c08e.tar.gz freebsd-ports-graphics-8c0fa1205c3ebe675eefe4d587017ab669d7c08e.tar.zst freebsd-ports-graphics-8c0fa1205c3ebe675eefe4d587017ab669d7c08e.zip |
Sync with the category changes of libdvdnav, libxine and xine.
-rw-r--r-- | graphics/pornview/Makefile | 2 | ||||
-rw-r--r-- | graphics/totem/Makefile | 2 | ||||
-rw-r--r-- | graphics/xine_d4d_plugin/Makefile | 2 | ||||
-rw-r--r-- | graphics/xine_d5d_plugin/Makefile | 2 | ||||
-rw-r--r-- | multimedia/dvdrip/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 2 | ||||
-rw-r--r-- | multimedia/kdemultimedia3/Makefile | 4 | ||||
-rw-r--r-- | multimedia/kdemultimedia4/Makefile | 4 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayerxp/Makefile | 2 | ||||
-rw-r--r-- | multimedia/totem/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xine_d4d_plugin/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xine_d5d_plugin/Makefile | 2 |
14 files changed, 16 insertions, 16 deletions
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index 8a8e8263b4c..12b08653338 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if defined(WITH_LIBXINE) -LIB_DEPENDS+= xine:${PORTSDIR}/graphics/libxine +LIB_DEPENDS+= xine.3:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+= --enable-xine .endif diff --git a/graphics/totem/Makefile b/graphics/totem/Makefile index 143a698d861..974a4e36b9e 100644 --- a/graphics/totem/Makefile +++ b/graphics/totem/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.hadess.net/files/software/totem/ MAINTAINER= hendrik@scholz.net COMMENT= A Xine-based video player for the Gnome 2 Desktop -LIB_DEPENDS= xine.3:${PORTSDIR}/graphics/libxine \ +LIB_DEPENDS= xine.3:${PORTSDIR}/multimedia/libxine \ gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui USE_X_PREFIX= yes diff --git a/graphics/xine_d4d_plugin/Makefile b/graphics/xine_d4d_plugin/Makefile index aa8706ccd77..c8bef7c3e59 100644 --- a/graphics/xine_d4d_plugin/Makefile +++ b/graphics/xine_d4d_plugin/Makefile @@ -16,7 +16,7 @@ FORBIDDEN= Incompatible with the current version of xine MAINTAINER= gibbon@cocoa.freemail.ne.jp COMMENT= A dvd input plugin for xine -LIB_DEPENDS= xine.2:${PORTSDIR}/graphics/libxine +LIB_DEPENDS= xine.3:${PORTSDIR}/multimedia/libxine GNU_CONFIGURE= yes USE_X_PREFIX= yes diff --git a/graphics/xine_d5d_plugin/Makefile b/graphics/xine_d5d_plugin/Makefile index 86980b563b0..fee16a0f62e 100644 --- a/graphics/xine_d5d_plugin/Makefile +++ b/graphics/xine_d5d_plugin/Makefile @@ -19,7 +19,7 @@ FORBIDDEN= Incompatible with the current version of xine MAINTAINER= nobutaka@FreeBSD.org COMMENT= A dvd input plugin for xine with menu support -LIB_DEPENDS= xine.2:${PORTSDIR}/graphics/libxine \ +LIB_DEPENDS= xine.3:${PORTSDIR}/multimedia/libxine \ dvdread.2:${PORTSDIR}/multimedia/libdvdread USE_AUTOMAKE= yes diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile index 9b4f4f36587..ff6a0e17340 100644 --- a/multimedia/dvdrip/Makefile +++ b/multimedia/dvdrip/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable pstree:${PORTSDIR}/sysutils/pstree .endif .if defined(WITH_XINE) -RUN_DEPENDS+= xine:${PORTSDIR}/graphics/xine \ +RUN_DEPENDS+= xine:${PORTSDIR}/multimedia/xine \ ${X11BASE}/lib/xine/plugins/xineplug_inp_d4d.so:${PORTSDIR}/graphics/xine_d4d_plugin .endif RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao \ diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index e700bb4b612..c3347b52024 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -428,7 +428,7 @@ PLIST_SUB+= LIBDV="" CONFIGURE_ARGS+= --disable-dvdnav PLIST_SUB+= LIBDVDNAV="@comment " .else -LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/graphics/libdvdnav +LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/multimedia/libdvdnav PLIST_SUB+= LIBDVDNAV="" .endif diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index e700bb4b612..c3347b52024 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -428,7 +428,7 @@ PLIST_SUB+= LIBDV="" CONFIGURE_ARGS+= --disable-dvdnav PLIST_SUB+= LIBDVDNAV="@comment " .else -LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/graphics/libdvdnav +LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/multimedia/libdvdnav PLIST_SUB+= LIBDVDNAV="" .endif diff --git a/multimedia/kdemultimedia3/Makefile b/multimedia/kdemultimedia3/Makefile index 77ac3f40b86..a804e18f423 100644 --- a/multimedia/kdemultimedia3/Makefile +++ b/multimedia/kdemultimedia3/Makefile @@ -64,8 +64,8 @@ post-patch:: #.if defined(WITH_XINE) #PLIST_APPEND+= plist.xine -#LIB_DEPENDS+= xine.2:${PORTSDIR}/graphics/libxine -#BUILD_DEPENDS+= xine-config:${PORTSDIR}/graphics/libxine +#LIB_DEPENDS+= xine.3:${PORTSDIR}/multimedia/libxine +#BUILD_DEPENDS+= xine-config:${PORTSDIR}/multimedia/libxine #.endif # defined(WITH_XINE) .if defined(DO_NOT_COMPILE) diff --git a/multimedia/kdemultimedia4/Makefile b/multimedia/kdemultimedia4/Makefile index 77ac3f40b86..a804e18f423 100644 --- a/multimedia/kdemultimedia4/Makefile +++ b/multimedia/kdemultimedia4/Makefile @@ -64,8 +64,8 @@ post-patch:: #.if defined(WITH_XINE) #PLIST_APPEND+= plist.xine -#LIB_DEPENDS+= xine.2:${PORTSDIR}/graphics/libxine -#BUILD_DEPENDS+= xine-config:${PORTSDIR}/graphics/libxine +#LIB_DEPENDS+= xine.3:${PORTSDIR}/multimedia/libxine +#BUILD_DEPENDS+= xine-config:${PORTSDIR}/multimedia/libxine #.endif # defined(WITH_XINE) .if defined(DO_NOT_COMPILE) diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index def22eae886..0e7e1c59a50 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -296,7 +296,7 @@ LIB_DEPENDS+= dvdcss.2:${PORTSDIR}/multimedia/libdvdcss LIB_DEPENDS+= dvdread.2:${PORTSDIR}/multimedia/libdvdread .endif .if defined(WITH_LIBDVDNAV) -LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/graphics/libdvdnav +LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/multimedia/libdvdnav CONFIGURE_ARGS+= --enable-dvdnav .else diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile index 19c405bae50..5fe29343a8d 100644 --- a/multimedia/mplayerxp/Makefile +++ b/multimedia/mplayerxp/Makefile @@ -129,7 +129,7 @@ CONFIGURE_ARGS+= --with-csslibdir=${LOCALBASE}/lib .endif # xine libdvdnav .if defined(WITH_LIBDVDNAV) && !defined(WITHOUT_LIBDVDNAV) -LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/graphics/libdvdnav +LIB_DEPENDS+= dvdnav.1:${PORTSDIR}/multimedia/libdvdnav CONFIGURE_ARGS+= --with-libdvdnav=${LOCALBASE} .endif diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 143a698d861..974a4e36b9e 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.hadess.net/files/software/totem/ MAINTAINER= hendrik@scholz.net COMMENT= A Xine-based video player for the Gnome 2 Desktop -LIB_DEPENDS= xine.3:${PORTSDIR}/graphics/libxine \ +LIB_DEPENDS= xine.3:${PORTSDIR}/multimedia/libxine \ gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui USE_X_PREFIX= yes diff --git a/multimedia/xine_d4d_plugin/Makefile b/multimedia/xine_d4d_plugin/Makefile index aa8706ccd77..c8bef7c3e59 100644 --- a/multimedia/xine_d4d_plugin/Makefile +++ b/multimedia/xine_d4d_plugin/Makefile @@ -16,7 +16,7 @@ FORBIDDEN= Incompatible with the current version of xine MAINTAINER= gibbon@cocoa.freemail.ne.jp COMMENT= A dvd input plugin for xine -LIB_DEPENDS= xine.2:${PORTSDIR}/graphics/libxine +LIB_DEPENDS= xine.3:${PORTSDIR}/multimedia/libxine GNU_CONFIGURE= yes USE_X_PREFIX= yes diff --git a/multimedia/xine_d5d_plugin/Makefile b/multimedia/xine_d5d_plugin/Makefile index 86980b563b0..fee16a0f62e 100644 --- a/multimedia/xine_d5d_plugin/Makefile +++ b/multimedia/xine_d5d_plugin/Makefile @@ -19,7 +19,7 @@ FORBIDDEN= Incompatible with the current version of xine MAINTAINER= nobutaka@FreeBSD.org COMMENT= A dvd input plugin for xine with menu support -LIB_DEPENDS= xine.2:${PORTSDIR}/graphics/libxine \ +LIB_DEPENDS= xine.3:${PORTSDIR}/multimedia/libxine \ dvdread.2:${PORTSDIR}/multimedia/libdvdread USE_AUTOMAKE= yes |