2 @visitor.os_release =~ /(.+) \((.+)\)/
3 os_release_display = "#{$1}"
7 when 'i386', 'i586', 'i686'
8 architecture = "32 bit, #{architecture}"
12 @page_title = "Proprietary Multimedia Support in openSUSE"
15 @visitor.missing_codecs.each do | codec |
16 if codec.fourcc.include?("/x-ms-asf")
17 wm_framework = codec.display_framework
24 <p style="font-size: 120%">
25 <% if @visitor.missing_codecs.length > 0 %>
26 <% if @visitor.application %><%= h(@visitor.application.titlecase) %><% else %>The application you are using<% end %> requires the following additional proprietary third-party software to support the content you have attempted to play:
29 <ul class="navlist" style="margin-bottom: 1.5em">
31 <li>Windows Media decoder (<%= h(wm_framework) %>, <%= h(architecture) %>)</li>
33 <% @visitor.missing_codecs.each do | codec | %>
34 <% if (@visitor.os_release && (@visitor.os_release.include?('11.0') || @visitor.os_release.include?('11.1') || @visitor.os_release.include?('10.3'))) &&
35 codec.framework.downcase.include?("gstreamer") && codec.description.downcase.include?("mp3") %>
36 <li><p>Fluendo MP3 Decoder</p><div class="install_btn" style="float: none"><a href="http://download.opensuse.org/YaST/gst-fluendo-mp3.ymp">1-Click Install</a></div></li>
38 <li><%= h(codec.description) %> (<%= h(codec.display_framework) %>, <%= h(architecture) %>)</li>
43 <p style="font-size: 120%">The following links may assist you in obtaining the necessary software:</p>
46 Support for proprietary formats and codecs is not shipped out-of-the box in openSUSE. Please follow the links below for more information on obtaining the necessary software required to play proprietary multimedia content.
51 <li style="margin-bottom: 1em"><a href="https://shop.fluendo.com/?referrer=opensuse"><strong>Fluendo Webshop</strong></a><br />
52 <em>Fluendo provides high quality codecs for the GStreamer multimedia framework.</em></li>
54 <li><a href="http://opensuse-community.org/Multimedia"><strong>Community Information</strong></a><br />
55 <em>Alternate codecs are available by following community instructions, but may require a license.</em></li>
58 <h2 style="margin-top: 1em">Further Information</h2>
60 <p>For more information about why some formats and codecs are restricted and why they don't ship out-of-the-box on openSUSE, please read about <a href="http://en.opensuse.org/Restricted_Formats">Restricted Formats</a>.</p>
62 <div class="orange_box" style="margin: 3em 0 1em 0">
63 <div class="box_top_row">
64 <div class="box_left"></div>
65 <div class="box_right"></div>
67 <div class="box_title_row">
68 <div class="box_title">Disclaimer / Warning</div>
70 <div class="box_content" style="font-size: 80%">
71 The above links allow you to leave the openSUSE site. The linked sites are not under the control of Novell and Novell is not responsible for the contents of any linked site or any link contained in a linked site, or any changes or updates to such sites. Novell is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by Novell of any linked site.
73 <div class="box_bottom_row">
74 <div class="box_left"></div>
75 <div class="box_right"></div>