Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 296663 Details for
Bug 327211
RFE: Totem should build both the xine and gstreamer backends
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Script used to start backend-specific binaries
totem-bin-backend-ondemand.sh (text/plain), 1.30 KB, created by
Stewart Adam
on 2008-03-03 19:14:57 UTC
(
hide
)
Description:
Script used to start backend-specific binaries
Filename:
MIME Type:
Creator:
Stewart Adam
Created:
2008-03-03 19:14:57 UTC
Size:
1.30 KB
patch
obsolete
>#!/bin/sh > ># setup some variables >BIN=totem >ARCH="$(uname -m)" > >if [ "$ARCH" == "x86_64" ];then > _LIBDIR="/usr/lib64" >elif [ "$ARCH" == "ppc64" ];then > _LIBDIR="/usr/lib64" >else > _LIBDIR="/usr/lib" >fi > ># start functions >setBackend() { >TOTEM_BACKEND=$1 ># Default to GStreamer if there's no config >if [ -z $TOTEM_BACKEND ] ; then > TOTEM_BACKEND=gstreamer >fi ># Default to GStreamer if the backend is invalid >if [ $TOTEM_BACKEND != "xine" -a $TOTEM_BACKEND != "gstreamer" ] ; then > TOTEM_BACKEND=gstreamer >fi > > if [ "$UID" -eq "0" ];then > ln -sf totem-plugin-viewer-$TOTEM_BACKEND /usr/libexec/totem-plugin-viewer > ln -sf ../../libtotem-properties-page-$TOTEM_BACKEND.so ${_LIBDIR}/nautilus/extensions-2.0/libtotem-properties-page.so > fi > gconftool-2 -s /apps/totem/backend $TOTEM_BACKEND --type string > exit 0 >} ># end functions > ># start execution >if [ "$1" == "-b" ];then > # if we are setting backend, do so and exit > setBackend $2 >elif [ -z $TOTEM_BACKEND ] ; then > # Default to GStreamer if there's no config > TOTEM_BACKEND=gstreamer >elif [ $TOTEM_BACKEND != "xine" -a $TOTEM_BACKEND != "gstreamer" ] ; then > # Default to GStreamer if the backend is invalid > TOTEM_BACKEND=gstreamer >fi > ># if no opts are passed, do this >TOTEM_BACKEND="$(gconftool-2 -g /apps/totem/backend)" >exec $BIN-$TOTEM_BACKEND "$@" >exit $?
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 327211
:
223871
|
223881
|
223891
|
226231
|
226241
|
226251
|
226281
|
233441
|
247201
|
247211
|
296650
|
296651
|
296652
|
296663
|
296927
|
297066
|
297070
|
297102
|
298004
|
298705