diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-29 01:36:24 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-29 01:36:24 +0800 |
commit | 33ea5b9cae7843993967a805e5300c15e44ae336 (patch) | |
tree | 21e8e8ac79623db5e9bd7d75c540a31bbfc7cb89 /multimedia/Makefile | |
parent | bbb18e7c094a41f3790a59cedf3f7d143cbf09c1 (diff) | |
download | freebsd-ports-gnome-33ea5b9cae7843993967a805e5300c15e44ae336.tar.gz freebsd-ports-gnome-33ea5b9cae7843993967a805e5300c15e44ae336.tar.zst freebsd-ports-gnome-33ea5b9cae7843993967a805e5300c15e44ae336.zip |
-avifile ports/graphics/avifile
+avifile ports/multimedia/avifile
-divx4linux ports/graphics/divx4linux
+linux-divx4linux ports/multimedia/linux-divx4linux
-divx4linux4 ports/graphics/divx4linux4
+linux-divx4linux4 ports/multimedia/linux-divx4linux4
-ffmpeg ports/graphics/ffmpeg
+ffmpeg ports/multimedia/ffmpeg
-gstreamer ports/graphics/gstreamer
+gstreamer ports/multimedia/gstreamer
-gstreamer-player ports/graphics/gstreamer-player
+gstreamer-player ports/multimedia/gstreamer-player
-gstreamer-plugins ports/graphics/gstreamer-plugins
+gstreamer-plugins ports/multimedia/gstreamer-plugins
-gsubedit ports/graphics/gsubedit
+gsubedit ports/multimedia/gsubedit
-libdivxdecore ports/graphics/libdivxdecore
+libdivxdecore ports/multimedia/libdivxdecore
-libdivxdecore-devel ports/graphics/libdivxdecore-devel
+libdivxdecore-devel ports/multimedia/libdivxdecore-devel
-libdivxencore ports/graphics/libdivxencore
+libdivxencore ports/multimedia/libdivxencore
-libdv ports/graphics/libdv
+libdv ports/multimedia/libdv
-libdvdcss ports/graphics/libdvdcss
+libdvdcss ports/multimedia/libdvdcss
-libdvdread ports/graphics/libdvdread
+libdvdread ports/multimedia/libdvdread
-libmovtar ports/graphics/libmovtar
+libmovtar ports/multimedia/libmovtar
-libmpeg2 ports/graphics/libmpeg2
+libmpeg2 ports/multimedia/libmpeg2
-linux-divxplayer ports/graphics/linux-divxplayer
+linux-divxplayer ports/multimedia/linux-divxplayer
-mjpegtools ports/graphics/mjpegtools
+mjpegtools ports/multimedia/mjpegtools
-mpeg4ip ports/graphics/mpeg4ip
+mpeg4ip ports/multimedia/mpeg4ip
-mplayer ports/graphics/mplayer
+mplayer ports/multimedia/mplayer
-mplayer-fonts ports/graphics/mplayer-fonts
+mplayer-fonts ports/multimedia/mplayer-fonts
-mplayer-skins ports/graphics/mplayer-skins
+mplayer-skins ports/multimedia/mplayer-skins
-ogle ports/graphics/ogle
+ogle ports/multimedia/ogle
-ogle-gui ports/graphics/ogle-gui
+ogle-gui ports/multimedia/ogle-gui
-ogmtools ports/graphics/ogmtools
+ogmtools ports/multimedia/ogmtools
-okle ports/graphics/okle
+okle ports/multimedia/okle
-openquicktime ports/graphics/openquicktime
+openquicktime ports/multimedia/openquicktime
-oqtencoder ports/graphics/oqtencoder
+oqtencoder ports/multimedia/oqtencoder
-oqtplayer ports/graphics/oqtplayer
+oqtplayer ports/multimedia/oqtplayer
-win32-codecs ports/graphics/win32-codecs
+win32-codecs ports/multimedia/win32-codecs
-xmps-opendivx-plugin ports/graphics/xmps-opendivx-plugin
+xmps-opendivx-plugin ports/multimedia/xmps-opendivx-plugin
-xmps-win32-plugin ports/graphics/xmps-win32-plugin
+xmps-win32-plugin ports/multimedia/xmps-win32-plugin
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index ebf58de26dfd..bd269344ce8e 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,10 +1,42 @@ # $FreeBSD$ # + SUBDIR += avifile + SUBDIR += ffmpeg + SUBDIR += gstreamer + SUBDIR += gstreamer-player + SUBDIR += gstreamer-plugins + SUBDIR += gsubedit SUBDIR += gtksubtitler SUBDIR += ksubeditor + SUBDIR += libdivxdecore + SUBDIR += libdivxdecore-devel + SUBDIR += libdivxencore + SUBDIR += libdv + SUBDIR += libdvdcss + SUBDIR += libdvdread + SUBDIR += libmovtar + SUBDIR += libmpeg2 + SUBDIR += linux-divx4linux + SUBDIR += linux-divx4linux4 + SUBDIR += linux-divxplayer SUBDIR += linux-realplayer + SUBDIR += mjpegtools + SUBDIR += mpeg4ip + SUBDIR += mplayer + SUBDIR += mplayer-fonts + SUBDIR += mplayer-skins SUBDIR += mplayerxp + SUBDIR += ogle + SUBDIR += ogle-gui + SUBDIR += ogmtools + SUBDIR += okle + SUBDIR += openquicktime + SUBDIR += oqtencoder + SUBDIR += oqtplayer + SUBDIR += win32-codecs SUBDIR += xmms SUBDIR += xmms-avi + SUBDIR += xmps-opendivx-plugin + SUBDIR += xmps-win32-plugin .include <bsd.port.subdir.mk> |