Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2009 16:43:14 +0100
From:      Harald Weis <hawei@free.fr>
To:        freebsd-questions@freebsd.org
Cc:        freebsd-stable@freebsd.org
Subject:   Broken multimedia/dvdauthor repaired at last
Message-ID:  <20091129154314.GA2584@pollux.local.net>

next in thread | raw e-mail | index | archive | help
I just found a way to ''repair'' dvdauthor which is broken since several
months.
It suffices to comment two lines - 1082 and 1083 - in subreader.c like
so:
  //fribidi_set_mirroring (FRIBIDI_TRUE);
  //fribidi_set_reorder_nsm (FRIBIDI_FALSE);

# cd /usr/ports/multimedia/dvdauthor
# make
This produces the error message. Change subreader.c as said.
# vi work/dvdauthor-0.6.14/src/subreader.c
# make install

It works for me. Don't know what is missing now. But lxdvdrip which
requires dvdauthor is working as usual. :)

Hope it helps everybody else.
-- 
Harald Weis



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091129154314.GA2584>