LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Package "libpostproc" (https://www.linuxquestions.org/questions/linux-newbie-8/package-libpostproc-326691/)

jojojo 05-24-2005 03:11 PM

Package "libpostproc"
 
Where can i get package:

Code:

libpostproc = 1.0-0.15.pre6a.1.fc3.rf
I have search at freshrpms.net, RPM pbone.net, but couldn't find one.......... It's a package for installing mplayer.

homey 05-24-2005 07:01 PM

If you setup the livna repo and import the gpg key with this command:
rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY
Then you should be able to install mplayer with the command:
yum install mplayer.i386
The package seems to be from livna-unstable so you may need both of these repos
Code:

[livna-stable]
name=Fedora Extras
baseurl=http://rpm.livna.org/fedora/3/i386/RPMS.stable
enabled=1
gpgcheck=1

[livna-unstable]
name=Fedora Extras
baseurl=http://rpm.livna.org/fedora/3/i386/RPMS.unstable
enabled=1
gpgcheck=1



All times are GMT -5. The time now is 06:02 AM.