Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-good
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
4b39e710
Commit
4b39e710
authored
Jul 05, 2005
by
Christian Schaller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix disting and spec file
Original commit message from CVS: fix disting and spec file
parent
377f5f2f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
8 deletions
+14
-8
Makefile.am
Makefile.am
+2
-2
configure.ac
configure.ac
+4
-2
gst-plugins.spec.in
gst-plugins.spec.in
+8
-4
No files found.
Makefile.am
View file @
4b39e710
...
...
@@ -13,14 +13,14 @@ GCONF_DIR =
# endif
SUBDIRS
=
\
gst sys ext
\
gst sys ext
gst-libs
\
$(GCONF_DIR)
\
m4 common
# disabled
# $(SUBDIRS_DOCS)
DIST_SUBDIRS
=
\
gst sys ext
\
gst sys ext
gst-libs
\
m4 common
# disabled
...
...
configure.ac
View file @
4b39e710
...
...
@@ -55,7 +55,6 @@ dnl AC_SUBST(GETTEXT_PACKAGE)
dnl AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE",
dnl [gettext package name])
dnl decide on error flags
AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no")
...
...
@@ -433,7 +432,8 @@ GST_CHECK_FEATURE(ESD, [esound plug-ins], esdsink, [
])
])
GST_CFLAGS="$GST_CFLAGS $GST_ERROR"
dnl also add builddir include for enumtypes and marshal
GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GST_ERROR"
AC_SUBST(GST_LIBS)
AC_SUBST(GST_CFLAGS)
...
...
@@ -500,6 +500,8 @@ gst/smpte/Makefile
gst/udp/Makefile
gst/videobox/Makefile
gst/videofilter/Makefile
gst-libs/Makefile
gst-libs/gst/Makefile
sys/Makefile
ext/Makefile
ext/aalib/Makefile
...
...
gst-plugins.spec.in
View file @
4b39e710
...
...
@@ -132,6 +132,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/gstreamer-%{majorminor}/libgstudp.so
%{_libdir}/gstreamer-%{majorminor}/libgstalpha.so
%{_libdir}/gstreamer-%{majorminor}/libgstgoom.so
%{_libdir}/gstreamer-%{majorminor}/libgstrmdemux.so
%{_libdir}/gstreamer-%{majorminor}/libgstavi.so
%{_libdir}/gstreamer-%{majorminor}/libgstlevel.so
%{_libdir}/gstreamer-%{majorminor}/libgstvideobox.so
# gstreamer-plugins with external dependencies but in the main package
# @USE_ARTS_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstarts.so
...
...
@@ -215,8 +219,8 @@ Group: Applications/Multimedia
# @USE_FAAD_TRUE@BuildRequires: faad2-devel >= 2.0
# @USE_GSM_TRUE@BuildRequires: gsm-devel >= 1.0.10
# @USE_LAME_TRUE@BuildRequires: lame-devel >= 3.89
#
@USE_MAD_TRUE@BuildRequires: libid3tag-devel >= 0.15.0
#
@USE_MAD_TRUE@BuildRequires: libmad-devel >= 0.15.0
@USE_MAD_TRUE@BuildRequires: libid3tag-devel >= 0.15.0
@USE_MAD_TRUE@BuildRequires: libmad-devel >= 0.15.0
Requires: gstreamer09-plugins >= %{gstp_minver}
Requires(pre): %{_bindir}/gst-register-%{majorminor}
...
...
@@ -225,7 +229,7 @@ Requires(post): %{_bindir}/gst-register-%{majorminor}
# @USE_FAAD_TRUE@Provides: gstreamer-faad = %{version}-%{release}
# @USE_GSM_TRUE@Provides: gstreamer-gsm = %{version}-%{release}
# @USE_LAME_TRUE@Provides: gstreamer-lame = %{version}-%{release}
#
@USE_MAD_TRUE@Provides: gstreamer-mad = %{version}-%{release}
@USE_MAD_TRUE@Provides: gstreamer-mad = %{version}-%{release}
%description extra-audio
This package contains extra audio plugins for GStreamer, including
...
...
@@ -244,7 +248,7 @@ This package contains extra audio plugins for GStreamer, including
# @USE_FAAD_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstfaad.so
# @USE_GSM_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstgsm.so
# @USE_LAME_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstlame.so
#
@USE_MAD_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
@USE_MAD_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstmad.so
%package extra-dvd
Summary: DVD plugins for GStreamer
...
...
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