Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Seungha Yang
gst-plugins-base
Commits
f83f7e7e
Commit
f83f7e7e
authored
May 03, 2002
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
various name fixes and sundry
Original commit message from CVS: various name fixes and sundry
parent
814408a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
30 deletions
+30
-30
configure.ac
configure.ac
+9
-7
ext/Makefile.am
ext/Makefile.am
+7
-7
gst-plugins.spec.in
gst-plugins.spec.in
+14
-16
No files found.
configure.ac
View file @
f83f7e7e
...
@@ -10,7 +10,7 @@ AM_DISABLE_STATIC
...
@@ -10,7 +10,7 @@ AM_DISABLE_STATIC
dnl when going to/from release please set the nano (fourth number) right !
dnl when going to/from release please set the nano (fourth number) right !
dnl We disable static building for development, for time savings
dnl We disable static building for development, for time savings
AM_DISABLE_STATIC
AM_DISABLE_STATIC
AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 4,
0
)
AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 4,
1
)
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes)
AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes)
...
@@ -169,9 +169,10 @@ dnl ==========================================================================
...
@@ -169,9 +169,10 @@ dnl ==========================================================================
GST_PLUGIN_LDFLAGS='-module -avoid-version'
GST_PLUGIN_LDFLAGS='-module -avoid-version'
AC_SUBST(GST_PLUGIN_LDFLAGS)
AC_SUBST(GST_PLUGIN_LDFLAGS)
dnl these are all the gst plugins, compilable without additional libs
GST_PLUGINS_ALL="\
GST_PLUGINS_ALL="\
ac3parse adder audioscale auparse avi cdxaparse chart\
ac3parse adder audioscale auparse avi cdxaparse chart\
cutter deinterlace flx goom intfloat law level\
cutter deinterlace
festival
flx goom intfloat law level\
median mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub\
median mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub\
mpegaudio mpegaudioparse mpegstream mpegtypes modplug\
mpegaudio mpegaudioparse mpegstream mpegtypes modplug\
monoscope passthrough playondemand qtdemux rtjpeg silence sine\
monoscope passthrough playondemand qtdemux rtjpeg silence sine\
...
@@ -373,8 +374,8 @@ GST_CHECK_FEATURE(ESD, [esound plugins], esdsink esdmon, [
...
@@ -373,8 +374,8 @@ GST_CHECK_FEATURE(ESD, [esound plugins], esdsink esdmon, [
])
])
dnl **** festival ****
dnl **** festival ****
translit(dnm, m, l) AM_CONDITIONAL(USE_FESTIVAL, true)
dnl
translit(dnm, m, l) AM_CONDITIONAL(USE_FESTIVAL, true)
GST_CHECK_FEATURE(FESTIVAL, [festival plugins], festivalsrc, [
dnl
GST_CHECK_FEATURE(FESTIVAL, [festival plugins], festivalsrc, [
dnl NOTE: just using local net connection now, add this lib check
dnl NOTE: just using local net connection now, add this lib check
dnl in the future if needed
dnl in the future if needed
dnl AC_LANG_PUSH(C++)
dnl AC_LANG_PUSH(C++)
...
@@ -386,8 +387,8 @@ GST_CHECK_FEATURE(FESTIVAL, [festival plugins], festivalsrc, [
...
@@ -386,8 +387,8 @@ GST_CHECK_FEATURE(FESTIVAL, [festival plugins], festivalsrc, [
dnl GST_CHECK_LIBHEADER(FESTIVAL, Festival, , , festival/festival.h, FESTIVAL_LIBS="-lFestival")
dnl GST_CHECK_LIBHEADER(FESTIVAL, Festival, , , festival/festival.h, FESTIVAL_LIBS="-lFestival")
dnl AC_LANG_POP(C++)
dnl AC_LANG_POP(C++)
dnl AC_SUBST(FESTIVAL_LIBS)
dnl AC_SUBST(FESTIVAL_LIBS)
HAVE_FESTIVAL=yes
dnl
HAVE_FESTIVAL=yes
])
dnl
])
dnl *** FLAC ***
dnl *** FLAC ***
translit(dnm, m, l) AM_CONDITIONAL(USE_FLAC, true)
translit(dnm, m, l) AM_CONDITIONAL(USE_FLAC, true)
...
@@ -753,6 +754,7 @@ gst/cdxaparse/Makefile
...
@@ -753,6 +754,7 @@ gst/cdxaparse/Makefile
gst/chart/Makefile
gst/chart/Makefile
gst/cutter/Makefile
gst/cutter/Makefile
gst/deinterlace/Makefile
gst/deinterlace/Makefile
gst/festival/Makefile
gst/flx/Makefile
gst/flx/Makefile
gst/goom/Makefile
gst/goom/Makefile
gst/intfloat/Makefile
gst/intfloat/Makefile
...
@@ -811,7 +813,7 @@ ext/cdparanoia/Makefile
...
@@ -811,7 +813,7 @@ ext/cdparanoia/Makefile
ext/dv/Makefile
ext/dv/Makefile
ext/dvdread/Makefile
ext/dvdread/Makefile
ext/esd/Makefile
ext/esd/Makefile
ext/f
estival
/Makefile
ext/f
fmpeg
/Makefile
ext/flac/Makefile
ext/flac/Makefile
ext/gnomevfs/Makefile
ext/gnomevfs/Makefile
ext/gsm/Makefile
ext/gsm/Makefile
...
...
ext/Makefile.am
View file @
f83f7e7e
...
@@ -64,11 +64,11 @@ else
...
@@ -64,11 +64,11 @@ else
ESD_DIR
=
ESD_DIR
=
endif
endif
if
USE_FESTIVAL
##
if USE_FESTIVAL
FESTIVAL_DIR
=
festival
##
FESTIVAL_DIR=festival
else
##
else
FESTIVAL_DIR
=
##
FESTIVAL_DIR=
endif
##
endif
if
USE_GSM
if
USE_GSM
GSM_DIR
=
gsm
GSM_DIR
=
gsm
...
@@ -213,7 +213,7 @@ endif
...
@@ -213,7 +213,7 @@ endif
SUBDIRS
=
$(A52DEC_DIR)
$(AALIB_DIR)
$(ALSA_DIR)
\
SUBDIRS
=
$(A52DEC_DIR)
$(AALIB_DIR)
$(ALSA_DIR)
\
$(ARTS_DIR)
$(ARTSC_DIR)
$(AUDIOFILE_DIR)
\
$(ARTS_DIR)
$(ARTSC_DIR)
$(AUDIOFILE_DIR)
\
$(AVIFILE_DIR)
$(CDPARANOIA_DIR)
$(DV_DIR)
\
$(AVIFILE_DIR)
$(CDPARANOIA_DIR)
$(DV_DIR)
\
$(DVDREAD_DIR)
$(ESD_DIR)
$(FESTIVAL_DIR)
\
$(DVDREAD_DIR)
$(ESD_DIR)
\
$(FLAC_DIR)
$(GNOMEVFS_DIR)
$(GSM_DIR)
\
$(FLAC_DIR)
$(GNOMEVFS_DIR)
$(GSM_DIR)
\
$(HERMES_DIR)
$(HTTP_DIR)
$(JACK_DIR)
$(JPEG_DIR)
\
$(HERMES_DIR)
$(HTTP_DIR)
$(JACK_DIR)
$(JPEG_DIR)
\
$(LADSPA_DIR)
$(LAME_DIR)
$(LCS_DIR)
\
$(LADSPA_DIR)
$(LAME_DIR)
$(LCS_DIR)
\
...
@@ -226,7 +226,7 @@ DIST_SUBDIRS=\
...
@@ -226,7 +226,7 @@ DIST_SUBDIRS=\
a52dec aalib alsa
\
a52dec aalib alsa
\
arts artsd avifile
\
arts artsd avifile
\
audiofile cdparanoia dv
\
audiofile cdparanoia dv
\
dvdread esd f
estival
\
dvdread esd f
fmpeg
\
flac gnomevfs gsm
\
flac gnomevfs gsm
\
hermes http jack jpeg
\
hermes http jack jpeg
\
ladspa lame lcs
\
ladspa lame lcs
\
...
...
gst-plugins.spec.in
View file @
f83f7e7e
...
@@ -234,22 +234,20 @@ fi
...
@@ -234,22 +234,20 @@ fi
@USE_ESD_TRUE@/sbin/ldconfig
@USE_ESD_TRUE@/sbin/ldconfig
### FESTIVAL ###
### FESTIVAL ###
@USE_FESTIVAL_TRUE@%package -n gstreamer-festival
%package -n gstreamer-festival
@USE_FESTIVAL_TRUE@Summary: GStreamer plugin for text-to-speech support using Festival
Summary: GStreamer plugin for text-to-speech support using Festival
@USE_FESTIVAL_TRUE@Group: Libraries/Multimedia
Group: Libraries/Multimedia
@USE_FESTIVAL_TRUE@Requires: gstreamer-plugins >= %{version}
Requires: gstreamer-plugins >= %{version}
@USE_FESTIVAL_TRUE@Requires: festival >= 1.4.1
@USE_FESTIVAL_TRUE@BuildRequires: festival-devel >= 1.4.1
%description -n gstreamer-festival
@USE_FESTIVAL_TRUE@
Element for text-to-speech using the festival server.
@USE_FESTIVAL_TRUE@%description -n gstreamer-festival
@USE_FESTIVAL_TRUE@Element for text-to-speech using the festival server.
%files -n gstreamer-festival
@USE_FESTIVAL_TRUE@
%defattr(-, root, root)
@USE_FESTIVAL_TRUE@%files -n gstreamer-festival
%{prefix}/lib/gst/libgstfestival*
@USE_FESTIVAL_TRUE@%defattr(-, root, root)
@USE_FESTIVAL_TRUE@%{prefix}/lib/gst/libgstfestival*
%post -n gstreamer-festival
@USE_FESTIVAL_TRUE@
%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
@USE_FESTIVAL_TRUE@%post -n gstreamer-festival
@USE_FESTIVAL_TRUE@%{prefix}/bin/gst-register --gst-mask=0 2> /dev/null
### FLAC ###
### FLAC ###
@USE_FLAC_TRUE@%package -n gstreamer-flac
@USE_FLAC_TRUE@%package -n gstreamer-flac
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment