diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-04 05:34:50 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-04 05:34:50 +0000 |
commit | 328b6db7856f09b9301c8c249b9ff065487c6879 (patch) | |
tree | 354194302f643777f9dfd67bb473f0614ae46fd2 /graphics | |
parent | 2ecef0f2d9661a4765c4049d44dd84d23574c38c (diff) |
After repo copy from graphics category to newly create multimedia
one, update all appropriate references (*_DEPENDS, comments, etc):
ports/graphics/libfame --> ports/multimedia/libfame
ports/graphics/libquicktime --> ports/multimedia/libquicktime
ports/graphics/mpeg --> ports/multimedia/mpeg
ports/graphics/mpeg_encode --> ports/multimedia/mpeg_encode
ports/graphics/mpeg_play --> ports/multimedia/mpeg_play
ports/graphics/mtv --> ports/multimedia/mtv
ports/graphics/smpeg --> ports/multimedia/smpeg
ports/graphics/totem --> ports/multimedia/totem
ports/graphics/transcode --> ports/multimedia/transcode
ports/graphics/xanim --> ports/multimedia/xanim
ports/graphics/xmps --> ports/multimedia/xmps
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections)
Notes
Notes:
svn path=/head/; revision=78090
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/flip/Makefile | 2 | ||||
-rw-r--r-- | graphics/qtutils/Makefile | 2 | ||||
-rw-r--r-- | graphics/recmpeg/Makefile | 2 | ||||
-rw-r--r-- | graphics/xmrm/Makefile | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/graphics/flip/Makefile b/graphics/flip/Makefile index 350af18e06d6..d738018a1e24 100644 --- a/graphics/flip/Makefile +++ b/graphics/flip/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@freebsd.org COMMENT= "Load a sequence of TIFF files and play them back at a target frame rate" LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff -RUN_DEPENDS= mpeg_encode:${PORTSDIR}/graphics/mpeg_encode +RUN_DEPENDS= mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode USE_QT_VER= 3 USE_REINPLACE= yes diff --git a/graphics/qtutils/Makefile b/graphics/qtutils/Makefile index 92326c4f9362..f8d9dd43a7d1 100644 --- a/graphics/qtutils/Makefile +++ b/graphics/qtutils/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= QuickTime Utilities LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis \ - quicktime.0:${PORTSDIR}/graphics/libquicktime + quicktime.0:${PORTSDIR}/multimedia/libquicktime WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/graphics/recmpeg/Makefile b/graphics/recmpeg/Makefile index 1ff0450a5463..67e27a800970 100644 --- a/graphics/recmpeg/Makefile +++ b/graphics/recmpeg/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= fame MAINTAINER= ports@FreeBSD.org COMMENT= A simple video encoder -LIB_DEPENDS= fame-0.9.0:${PORTSDIR}/graphics/libfame +LIB_DEPENDS= fame-0.9.0:${PORTSDIR}/multimedia/libfame GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/graphics/xmrm/Makefile b/graphics/xmrm/Makefile index 02c7d30eeecb..03369a1f8c7d 100644 --- a/graphics/xmrm/Makefile +++ b/graphics/xmrm/Makefile @@ -17,8 +17,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= treif@mayn.de COMMENT= An image morphing/warping program -RUN_DEPENDS= mpeg:${PORTSDIR}/graphics/mpeg \ - mpeg_play:${PORTSDIR}/graphics/mpeg_play +RUN_DEPENDS= mpeg:${PORTSDIR}/multimedia/mpeg \ + mpeg_play:${PORTSDIR}/multimedia/mpeg_play LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ tiff.4:${PORTSDIR}/graphics/tiff |