From e31b60659bd95b9978328bf43a02f34941b6acca Mon Sep 17 00:00:00 2001 From: Fabio Varesano Date: Sat, 11 Nov 2006 03:58:41 +0000 Subject: Patch #93957 by vhmauery: Update video .info files Here is a patch that updates the .info files for video module and all its plugin modules. This is what it does: 1. It adds the dependency line to all the plugins so they depend on the video module. 2. It adds the package line to group all the video modules in the "Video" section on the modules page 3. It also adds Image module to the dependency line for the video_image module --- plugins/video_optmetadata/video_optmetadata.info | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/video_optmetadata/video_optmetadata.info') diff --git a/plugins/video_optmetadata/video_optmetadata.info b/plugins/video_optmetadata/video_optmetadata.info index 4242aa2..aaa0b17 100644 --- a/plugins/video_optmetadata/video_optmetadata.info +++ b/plugins/video_optmetadata/video_optmetadata.info @@ -1,4 +1,5 @@ ; $Id$ -name = video_optmetadata +name = Video Opt Metadata description = Enable addition of optional metadata on video nodes created by video module. Optional metadata are Video Bitrate, Audio Bitrate, Audio Sampling Rate and Audio Channels. - +dependencies = video +package = "Video" -- cgit v1.2.3