Package Details: pspvc 0.3-4

Package Base: pspvc
Description: Playstation Portable Video Converter
Upstream URL: http://pspvc.sourceforge.net
Category: multimedia
Licenses: GPL2
Submitter: gadget3000
Maintainer: None
Last Packager: gadget3000
Votes: 10
First Submitted: 2010-03-01 18:37
Last Updated: 2015-02-28 21:14

Dependencies (9)

Required by (0)

Sources

Latest Comments

Comment by gadget3000

2010-08-02 10:44

Added yasm as a dependency.

Comment by goldenboy

2010-08-01 16:27

Works Great.
Please add yasm as dependency.

Comment by gadget3000

2010-07-30 20:00

I decided to have a go at this package again and it works! Enjoy :D

Comment by gadget3000

2010-03-30 21:42

I can't get this error fixed. I've tried changing the install script to use a newer x264, a newer ffmpeg and I've tried manually converting and using the gentoo ebuild on the pspvc website (which is still in the latest PKGBUILD).
All of these still give me

ERROR: x264 not found

when compiling ffmpeg.
I have put the ffmpeg log here: http://pastebin.com/c9dfyDkU

There is a messy workaround where you change './install.sh ${pkgdir}/usr' in the PKGBUILD to 'sudo ./install.sh ${pkgdir}/usr' but it installs into the system and not into the package, meaning you may as well compile from source yourself.

Unless anyone has any suggestions I am disowning this package for others to try.

Comment by gadget3000

2010-03-30 18:39

I've fixed the directory and dependency problems but there is a new one where ffmpeg is unable to find x264. I am in the process of fixing this.

Anonymous comment

2010-03-29 18:23

yasm is a required dependency, I also get:

gcc -o x264 x264.o matroska.o muxers.o libx264.a -lm -lpthread -s
install -d /usr/share/pspvc/bin /usr/share/pspvc/include
install: cannot create directory `/usr/share/pspvc': Permission denied
install: cannot create directory `/usr/share/pspvc': Permission denied
make: *** [install] Error 1
ERROR during compilation or installation of X264
==> ERROR: Build Failed.
Aborting...