Added yasm as a dependency.
Search Criteria
Package Details: pspvc 0.3-4
Package Actions
| Package Base: | pspvc |
|---|---|
| Description: | Playstation Portable Video Converter |
| Upstream URL: | http://pspvc.sourceforge.net |
| Category: | multimedia |
| Licenses: | |
| Submitter: | gadget3000 |
| Maintainer: | None |
| Last Packager: | gadget3000 |
| Votes: | 10 |
| First Submitted: | 2010-03-01 18:37 |
| Last Updated: | 2015-02-28 21:14 |
Latest Comments
Comment by gadget3000
Comment by goldenboy
Works Great.
Please add yasm as dependency.
Comment by gadget3000
I decided to have a go at this package again and it works! Enjoy :D
Comment by gadget3000
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
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
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...