mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 16:48:11 +00:00
- Added ALSA plugin (commented out since I don't have alsa installed)
Original commit message from CVS: 2001-08-06 Christian Schaller <Uraeus@linuxrising.org> - Added ALSA plugin (commented out since I don't have alsa installed)
This commit is contained in:
parent
b9139328cc
commit
d5951eacad
1 changed files with 11 additions and 0 deletions
|
@ -128,6 +128,13 @@ Group: Libraries/Multimedia
|
||||||
Plugin for the free AC-3 stream decoder from Linuxvideo.
|
Plugin for the free AC-3 stream decoder from Linuxvideo.
|
||||||
(http://linuxvideo.org/ac3dec/)
|
(http://linuxvideo.org/ac3dec/)
|
||||||
|
|
||||||
|
# %package -n gstreamer-alsa
|
||||||
|
# Summary: Gstreamer plugins for the ALSA sound architecture
|
||||||
|
# Group: Libraries/Multimedia
|
||||||
|
|
||||||
|
# %description -n gstreamer-alsa
|
||||||
|
Input and output plugin for the ALSA soundcard driver architecture.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org>
|
* Sat Jun 02 2001 Christian Schaller <Uraeus@linuxrising.org>
|
||||||
- Split the plugins into separate RPMS
|
- Split the plugins into separate RPMS
|
||||||
|
@ -234,3 +241,7 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install
|
||||||
%files -n gstreamer-ac3dec
|
%files -n gstreamer-ac3dec
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{prefix}/lib/gst/libac3dec*
|
%{prefix}/lib/gst/libac3dec*
|
||||||
|
|
||||||
|
# %files -n gstreamer-alsa
|
||||||
|
# %defattr(-, root, root)
|
||||||
|
# %{prefix}/lib/gst/libalsa*
|
||||||
|
|
Loading…
Reference in a new issue