aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-04 13:34:50 +0800
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-04 13:34:50 +0800
commit328b6db7856f09b9301c8c249b9ff065487c6879 (patch)
tree354194302f643777f9dfd67bb473f0614ae46fd2 /audio
parent2ecef0f2d9661a4765c4049d44dd84d23574c38c (diff)
downloadfreebsd-ports-gnome-328b6db7856f09b9301c8c249b9ff065487c6879.tar.gz
freebsd-ports-gnome-328b6db7856f09b9301c8c249b9ff065487c6879.tar.zst
freebsd-ports-gnome-328b6db7856f09b9301c8c249b9ff065487c6879.zip
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)
Diffstat (limited to 'audio')
-rw-r--r--audio/ksmp3play/Makefile2
-rw-r--r--audio/pysol-sound-server/Makefile2
-rw-r--r--audio/sdl_mixer/Makefile2
-rw-r--r--audio/sdl_sound/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile
index bb6045dd235f..33b4578be553 100644
--- a/audio/ksmp3play/Makefile
+++ b/audio/ksmp3play/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.xanadunet.net/ksmp3play/
MAINTAINER= ports@FreeBSD.org
COMMENT= An curses-based MP3 player
-LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg
+LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile
index fc92d1e7326c..62da9a29d6f7 100644
--- a/audio/pysol-sound-server/Makefile
+++ b/audio/pysol-sound-server/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= sobomax@FreeBSD.org
COMMENT= Python extension module to play sounds and background music
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
- smpeg.1:${PORTSDIR}/graphics/smpeg \
+ smpeg.1:${PORTSDIR}/multimedia/smpeg \
SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile
index c70899fb0e5f..703abf562236 100644
--- a/audio/sdl_mixer/Makefile
+++ b/audio/sdl_mixer/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= sobomax@FreeBSD.org
COMMENT= A sample multi-channel audio mixer library
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
- smpeg.1:${PORTSDIR}/graphics/smpeg \
+ smpeg.1:${PORTSDIR}/multimedia/smpeg \
vorbis.2:${PORTSDIR}/audio/libvorbis
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile
index 6388160c3813..619acb1b2140 100644
--- a/audio/sdl_sound/Makefile
+++ b/audio/sdl_sound/Makefile
@@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --disable-mikmod
.endif
.if !defined(WITHOUT_SMPEG)
-LIB_DEPENDS+= smpeg.1:${PORTSDIR}/graphics/smpeg
+LIB_DEPENDS+= smpeg.1:${PORTSDIR}/multimedia/smpeg
.else
CONFIGURE_ARGS+= --disable-smpeg
.endif