mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
more little fixes
Original commit message from CVS: more little fixes
This commit is contained in:
parent
13978a6bad
commit
ddcda0ba36
1 changed files with 5 additions and 4 deletions
|
@ -254,9 +254,10 @@ of GStreamer. geditor is development tool for graphically creating applications
|
|||
%package -n gstreamer-gnomevfs
|
||||
Summary: GStreamer plugins for GNOME VFS input and output
|
||||
Group: Libraries/Multimedia
|
||||
Requires: gnome-vfs > 1.0
|
||||
# Requires: gnome-vfs > 1.0
|
||||
Requires: %{name} = %{ver}
|
||||
BuildRequires: gnome-vfs-devel > 1.0
|
||||
# Commented out since it breaks gnome2 build
|
||||
# BuildRequires: gnome-vfs-devel > 1.0
|
||||
|
||||
%description -n gstreamer-gnomevfs
|
||||
Plugins for reading and writing through GNOME VFS.
|
||||
|
@ -801,8 +802,8 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install
|
|||
%post -n gstreamer-oss
|
||||
%{prefix}/bin/gstreamer-register --gst-mask=0
|
||||
|
||||
%post -n gstreamer-ac3dec
|
||||
%{prefix}/bin/gstreamer-register --gst-mask=0
|
||||
# %post -n gstreamer-ac3dec
|
||||
# %{prefix}/bin/gstreamer-register --gst-mask=0
|
||||
|
||||
%post -n gstreamer-afs
|
||||
%{prefix}/bin/gstreamer-register --gst-mask=0
|
||||
|
|
Loading…
Reference in a new issue