one4all - 2007-10-15

Logged In: YES
user_id=1196961
Originator: NO

I like to make clean package and don't mind taking the src out of the zip and leaving the install script.
BUT I hate it when an app install older versions of apps like ffmpeg and x264 .
2 reasons 1) they are old 2) they do not belong in share folder as they are arch not noah. SO on a 64bit system it makes it hard to install both for video that still need the 32bit codecs. Plus the fact that I aviod straight install allways. I like to instlal to in DESTDIR where it get packaged up and checking the package.
I'm looking on how to get it to use my allready installed and newer ffmpeg/x264 .
If not I'll just keep using avidemux2 and ffmpeg cli to make the thumbnails .
Please add --ffmpeg-bin(or what ever)= --x264-(same)= to configure .
So far it looks like I just have to patch src/callbacks.c args[argc++]=g_strdup(PACKAGE_DATA_DIR"/pspvc/bin/ffmpeg"); but I'll need to find out where the PACKAGE_DATA_DIR is . But the way it looks I just need to remove that and put /usr/bin/ffmpeg
such a mess :( only few apps that make compiling irratating.