mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
boy this was rotten, now updated to work more like the others
Original commit message from CVS: boy this was rotten, now updated to work more like the others
This commit is contained in:
parent
e2dcac3957
commit
af15987c4f
1 changed files with 9 additions and 6 deletions
|
@ -1,4 +1,10 @@
|
||||||
Name: gstreamer-ffmpeg
|
%define majorminor @GST_MAJORMINOR@
|
||||||
|
%define gstreamer gstreamer010
|
||||||
|
%define gst_minver 0.9.7
|
||||||
|
%define gst_majorminor 0.10
|
||||||
|
|
||||||
|
|
||||||
|
Name: %{gstreamer}-ffmpeg
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Release: @GST_FFMPEG_VERSION_RELEASE@
|
Release: @GST_FFMPEG_VERSION_RELEASE@
|
||||||
Summary: GStreamer Streaming-media framework plug-in using FFmpeg.
|
Summary: GStreamer Streaming-media framework plug-in using FFmpeg.
|
||||||
|
@ -10,11 +16,8 @@ Vendor: GStreamer Backpackers Team <package@gstreamer.net>
|
||||||
Source: http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg/gst-ffmpeg-%{version}.tar.gz
|
Source: http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg/gst-ffmpeg-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%define gst_majorminor @GST_FFMPEG_VERSION_MAJOR@.@GST_FFMPEG_VERSION_MINOR@
|
Requires: %{gstreamer} >= 0.9.7
|
||||||
|
BuildRequires: %{gstreamer}-devel >= 0.9.7
|
||||||
Requires: gstreamer >= 0.7.5
|
|
||||||
Requires: gstreamer-tools >= 0.7.5
|
|
||||||
BuildRequires: gstreamer-devel >= 0.7.5
|
|
||||||
|
|
||||||
%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
|
||||||
|
|
Loading…
Reference in a new issue