Commit Graph

8 Commits

Author SHA1 Message Date
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
pascal
99fbfdba20 Update to stable release 1.0.0. Tweaks from aja@ and benoit@. 2013-03-19 17:33:37 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
e953a008f8 Quiet gconftool-2:
gconf_ping() will try to shutdown gconfd, but since installing pkg is
done as root, there is not gconfd nor dbus that can be started when
DISPLAY isn't set and an annoying warning is issued.

discussed with espie@
2013-02-06 14:23:06 +00:00
sthen
2d5a9cf4fa Remove multimedia/dvdcpy which was a subset of multimedia/ogmrip, in favour
of a dvdcpy subpackage in ogmrip. Sync WANTLIB while there. ok jeremy@ pascal@
Missing @conflict marker in my PLIST-dvdcpy spotted by Mikolaj Kucharski.
2013-01-11 22:20:11 +00:00
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