Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gst-plugins-good
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thibault Saunier
gst-plugins-good
Commits
f8839cc1
Commit
f8839cc1
authored
Apr 26, 2002
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modplug needs c++
Original commit message from CVS: modplug needs c++
parent
6b406dc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
gst-plugins.spec.in
gst-plugins.spec.in
+7
-5
No files found.
gst-plugins.spec.in
View file @
f8839cc1
...
...
@@ -17,9 +17,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: glib2 >= %_glib2
BuildRequires: glib2-devel >= %_glib2
Requires: gstreamer >= %{version}
BuildRequires: nasm => 0.90
BuildRequires: gstreamer-devel >= %{version}
Requires:
gstreamer >= %{version}
BuildRequires:
nasm => 0.90
BuildRequires:
gstreamer-devel >= %{version}
%description
GStreamer is a streaming-media framework, based on graphs of filters which
...
...
@@ -463,7 +463,8 @@ fi
@USE_OPENQUICKTIME_TRUE@Summary: GStreamer OpenQuicktime video Plugin
@USE_OPENQUICKTIME_TRUE@Group: Libraries/Multimedia
@USE_OPENQUICKTIME_TRUE@Requires: gstreamer-plugins >= %{version}
@USE_OPENQUICKTIME_TRUE@Requires: openquicktime => 0.9
@USE_OPENQUICKTIME_TRUE@Requires: openquicktime => 1.0
@USE_OPENQUICKTIME_TRUE@BuildRequires: openquicktime-devel => 1.0
@USE_OPENQUICKTIME_TRUE@
@USE_OPENQUICKTIME_TRUE@%description -n gstreamer-openquicktime
@USE_OPENQUICKTIME_TRUE@Plugin which uses the OpenQuicktime library
...
...
@@ -848,9 +849,10 @@ Summary: GStreamer audio format plugin
Group: Libraries/Multimedia
Requires: gstreamer-plugins >= %{version}
Requires: gstreamer-plugin-libs = %{version}
BuildRequires: gcc-c++
%description -n gstreamer-audio-formats
Plugin for playback of wav, au and m
p3 audio files
Plugin for playback of wav, au and m
od audio files as well as mp3 type
%files -n gstreamer-audio-formats
%defattr(-, root, root)
...
...
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