Commit Graph

3 Commits

Author SHA1 Message Date
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
pascal
808512fe44 Drop the dependency on audio/faac to make the package redistributable.
Reminded by Brad.

Note that ogmrip can still use faac if it is present.
2012-06-27 10:46:00 +00:00
pascal
987d7a9f75 OGMRip is an application and a set of libraries for ripping and
encoding DVD into AVI, OGM, MP4, or Matroska files using a wide
variety of codecs. It relies on mplayer, mencoder, ogmtools,
mkvtoolnix, mp4box, oggenc, lame, and faac to perform its tasks.

feedback/tweaks landry@/aja@, ok aja@, "yes please" todd@
2012-06-26 11:46:06 +00:00