
Installing GStreamer with Audio for MeeGo
1. Make sure libva is installed correctly by typing the following command in a terminal:
If you get an error, please see Installing the VA Library for instructions on installing libva.
2. As root user, change directories:
3. Download the files https://bugs.meego.com/attachment.cgi?id=4761
and
https://bugs.meego.com/attachment.cgi?id=4762
to your / directory.
4. From the / directory, uncompress the files using:
5. Import the rpm keys. You will see many error messages, which can be safely ignored:
6. In the directory /etc/zypp/repos.d/edit the following files:
— rpmfusion-nonfree-updates.repo
Make the following changes to each file:
a. In the line beginning with baseurl, change the number 14 to 15.
b. In the line beginning with gpgcheck, change the number 1 to 0.
7. Download the file https://fedoraproject.org/static/069C8460.txt, save it as 069C8460.txt and then import it by rpm:
zypper --gpg-auto-import-keys refresh
9. Install the following packages:
gstreamer-plugins-bad gstreamer-plugins-ugly gstreamerffmpeg gstreamer-devel
Zypper will ask you to make a choice twice. Select option 1 both times.
11. Install the MI-X package from the driver directory:
cd /<your path>/IEMGD_HEAD_Linux/common/video_plugin
12. Run gst-inspect-0.10 to check installed codecs.
For example, using gst-inspect-0.10 displays all installed plugins, while using gst-inspect qtdemux indicates whether the qtdemux plugin is installed and its status.
13. Reinstall the mpfr library:
14. Disable the rpmfusion, planetccrma, and Timesys Fedora Remix 14 repositories by editing the following files:
— rpmfusion-nonfree-updates.repo
In each file, change the line
enabled=1
to
enabled=0