mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
added plugin-libs as deps of avi and mad plugins, more needed?
Original commit message from CVS: added plugin-libs as deps of avi and mad plugins, more needed?
This commit is contained in:
parent
01f7fcfdcb
commit
89fffa6f90
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,7 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install
|
|||
@USE_MAD_TRUE@Requires: gstreamer = %{ver}
|
||||
@USE_MAD_TRUE@Requires: gstreamer-plugin-libs = %{ver}
|
||||
@USE_MAD_TRUE@Requires: mad >= 0.13.0
|
||||
@USE_MAD_TRUE@Requires: gstreamer-plugin-libs = %{ver}
|
||||
@USE_MAD_TRUE@
|
||||
@USE_MAD_TRUE@%description -n gstreamer-mad
|
||||
@USE_MAD_TRUE@Plugin for playback of mp3 songs using the very good MAD library
|
||||
|
@ -173,6 +174,7 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install
|
|||
@USE_AVIFILE_TRUE@Summary: Gstreamer plugin for AVI format movie playback
|
||||
@USE_AVIFILE_TRUE@Group: Libraries/Multimedia
|
||||
@USE_AVIFILE_TRUE@Requires: gstreamer = %{ver}
|
||||
@USE_AVIFILE_TRUE@Requires: gstreamer-plugin-libs = %{ver}
|
||||
@USE_AVIFILE_TRUE@Requires: avifile = 0.6.20011111DD
|
||||
@USE_AVIFILE_TRUE@
|
||||
@USE_AVIFILE_TRUE@%description -n gstreamer-avi
|
||||
|
|
Loading…
Reference in a new issue