|
|
@ -20,5 +20,24 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
var_append confopt " " "--with-ffmpeg=/usr/src/ffmpeg" |
|
|
|
# Do the same configuration as the ffmpeg package... |
|
|
|
. $base/package/rene/ffmpeg/ffmpeg.conf |
|
|
|
|
|
|
|
# and include the same patches |
|
|
|
patchfiles="$base/package/*/ffmpeg/*.patch" |
|
|
|
|
|
|
|
build_avview () { |
|
|
|
# package avview needs the compiled sources |
|
|
|
var_append confopt " " "--with-ffmpeg=`dirs -l`" |
|
|
|
tar $taropt $archdir/avview-${ver}.tar.bz2 |
|
|
|
cd avview-$ver |
|
|
|
patchfiles="$base/package/*/avview/*.patch" |
|
|
|
apply_patchfiles |
|
|
|
eval $configprefix bash ./configure $confopt |
|
|
|
eval make |
|
|
|
eval make install |
|
|
|
} |
|
|
|
|
|
|
|
postmake=build_avview |
|
|
|
makeinstopt="" |
|
|
|
createdocs=0 |