~ubuntu-branches/ubuntu/natty/miro/natty

« back to all changes in this revision

Viewing changes to linux/helperscripts/fedora_12.sh

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2011-01-22 02:46:33 UTC
  • mfrom: (1.4.10 upstream) (1.7.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20110122024633-kjme8u93y2il5nmf
Tags: 3.5.1-1ubuntu1
* Merge from debian.  Remaining ubuntu changes:
  - Use python 2.7 instead of python 2.6
  - Relax dependency on python-dbus to >= 0.83.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
# This script installs dependencies for building and running Miro on
 
4
# Fedora 12.
 
5
#
 
6
# You run this sript AT YOUR OWN RISK.  Read through the whole thing
 
7
# before running it!
 
8
#
 
9
# This script must be run as root.
 
10
 
 
11
# Last updated:    5/7/2010
 
12
# Last updated by: Will Kahn-Greene
 
13
 
 
14
yum groupinstall "Development Tools" "Development Libraries"
 
15
 
 
16
yum install \
 
17
   Pyrex \
 
18
   python-devel \
 
19
   pygtk2-devel \
 
20
   gtk2-devel \
 
21
   pygtk2 \
 
22
   pygobject2 \
 
23
   gtk2 \
 
24
   gnome-python2-gconf \
 
25
   dbus-python \
 
26
   rb_libtorrent \
 
27
   rb_libtorrent-python \
 
28
   pywebkitgtk \
 
29
   gstreamer-python \
 
30
   ffmpeg \
 
31
   ffmpeg2theora