mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
latest fixes to get everything disting and building like a charm
Original commit message from CVS: latest fixes to get everything disting and building like a charm
This commit is contained in:
parent
440cb06e71
commit
b5c25858cd
4 changed files with 8 additions and 1 deletions
|
@ -1 +1,3 @@
|
|||
SUBDIRS = gst ext
|
||||
|
||||
DIST_SUBDIRS= gst ext
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
SUBDIRS = ffmpeg mplex
|
||||
|
||||
DIST_SUBDIRS= ffmpeg mplex
|
||||
|
|
|
@ -254,6 +254,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgstmedia-info*.so.0.0.0
|
|||
%{_libdir}/gstreamer-%{majorminor}/libgstsmoothwave.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgsttcp.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgsttextoverlay.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstffmpeg.so
|
||||
|
||||
# non-core plugins with external dependencies
|
||||
@USE_ARTS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstarts.so
|
||||
|
@ -694,6 +695,8 @@ Plug-ins for playback of AVI format media files.
|
|||
@USE_MAD_TRUE@Requires: gstreamer-plugins = %{version}
|
||||
@USE_MAD_TRUE@Requires: libmad >= 0.13.0
|
||||
@USE_MAD_TRUE@BuildRequires: libmad-devel >= 0.13.0
|
||||
@USE_MAD_TRUE@Requires: libid3tag >= 0.15.0
|
||||
@USE_MAD_TRUE@BuildRequires: libid3tag-devel => 0.15.0
|
||||
@USE_MAD_TRUE@
|
||||
@USE_MAD_TRUE@%description -n gstreamer-mad
|
||||
@USE_MAD_TRUE@Plug-in for playback of mp3 songs using the very good MAD library.
|
||||
|
|
|
@ -24,7 +24,7 @@ AC_DEFUN(AS_SLURP_FFMPEG,
|
|||
if test ! -d $1; then mkdir -p $1; fi
|
||||
cd $1
|
||||
|
||||
if test ! -d ffmpeg/CVS; then
|
||||
if test ! -e ffmpeg/README; then
|
||||
# check out cvs code
|
||||
AC_MSG_NOTICE(checking out ffmpeg cvs code from $2 into $1)
|
||||
cvs -Q -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co -D '$2' ffmpeg || FAILED=yes
|
||||
|
|
Loading…
Reference in a new issue