mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 17:14:23 +00:00
spec updates
Original commit message from CVS: spec updates
This commit is contained in:
parent
8b9468e7c7
commit
b4f0d0c929
2 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2006-10-20 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
reviewed by: <delete if not using a buddy>
|
||||||
|
|
||||||
|
* gst-ffmpeg.spec.in:
|
||||||
|
|
||||||
2006-10-20 Mark Nauwelaerts <manauw@skynet.be>
|
2006-10-20 Mark Nauwelaerts <manauw@skynet.be>
|
||||||
|
|
||||||
Reviewed by: Edward Hervey <edward@fluendo.com>
|
Reviewed by: Edward Hervey <edward@fluendo.com>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
Name: %{gstreamer}-ffmpeg
|
Name: %{gstreamer}-ffmpeg
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Release: @GST_FFMPEG_VERSION_RELEASE@
|
Release: @PACKAGE_VERSION_RELEASE@
|
||||||
Summary: GStreamer Streaming-media framework plug-in using FFmpeg.
|
Summary: GStreamer Streaming-media framework plug-in using FFmpeg.
|
||||||
|
|
||||||
Group: Libraries/Multimedia
|
Group: Libraries/Multimedia
|
||||||
|
@ -18,6 +18,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Requires: %{gstreamer} >= 0.9.7
|
Requires: %{gstreamer} >= 0.9.7
|
||||||
BuildRequires: %{gstreamer}-devel >= 0.9.7
|
BuildRequires: %{gstreamer}-devel >= 0.9.7
|
||||||
|
BuildRequires: %{gstreamer}-plugins-base-devel >= 0.9.7
|
||||||
|
BuildRequires: liboil-devel >= 0.3.6
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GStreamer is a streaming-media framework, based on graphs of filters which
|
GStreamer is a streaming-media framework, based on graphs of filters which
|
||||||
|
@ -36,7 +38,7 @@ multimedia formats.
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} CFLAGS=-Wno-error
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
@ -56,6 +58,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%{_libdir}/gstreamer-%{gst_majorminor}/libgstffmpeg.so
|
%{_libdir}/gstreamer-%{gst_majorminor}/libgstffmpeg.so
|
||||||
|
%{_libdir}/gstreamer-%{gst_majorminor}/libgstpostproc.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 05 2004 Christian Schaller <christian at fluendo dot com>
|
* Wed Oct 05 2004 Christian Schaller <christian at fluendo dot com>
|
||||||
|
|
Loading…
Reference in a new issue