On 27.08.2011 21:20, [email protected] wrote:
> +#on update, when someone forgets to redo the tarball of the contribs 
> libraries, handbrake buildsystem
> +#will automatically download those, that is objectionable on mageia 
> buildsystema and build should fail
> +#small hack, proposed by Anssi, to disable accidental automatic downloading 
> of contrib libraries
> +for downloader in wget url; do
> +mkdir -p disable_contrib.fetch-hack
> +ln -s /bin/false disable_contrib.fetch-hack/${downloader}
> +export PATH=$PWD/disable_contrib.fetch-hack:$PATH
> +done
> +

Nit: export and mkdir could be outside the for loop, though there is no
harm done here :)

What do you want to do with faac. Just build with it?
If so, you'll need to change the License tag, maybe to "GPLv2+ and
Freeware".

-- 
Anssi Hannula

Reply via email to