Browse Source

Add web browser dependencies

cryobry 6 years ago
parent
commit
75e9bdd6cb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      install_MC_fedora.sh

+ 1 - 0
install_MC_fedora.sh

@@ -64,6 +64,7 @@ echo 'AutoReq:  0' >> SPECS/mediacenter.spec
 echo 'Requires: libnotify librtmp lame vorbis-tools alsa-lib' >> SPECS/mediacenter.spec
 echo 'Requires: libX11 libX11-common libxcb libXau libXdmcp libuuid' >> SPECS/mediacenter.spec
 echo 'Requires: gtk3 mesa-libGL gnutls lame libgomp webkit2gtk3 ca-certificates' >> SPECS/mediacenter.spec
+echo 'Requires: gstreamer1 gstreamer1-plugins-base gstreamer1-plugins-good gstreamer1-plugins-ugly gstreamer1-libav' >> SPECS/mediacenter.spec
 echo '' >> SPECS/mediacenter.spec
 echo 'License: Copyright 1998-2013, JRiver, Inc.  All rights reserved.  Protected by U.S. patents #7076468 and #7062468' >> SPECS/mediacenter.spec
 echo 'URL:     http://www.jriver.com/' >> SPECS/mediacenter.spec