Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14807] gstreamer - install fails without gtkdoc-utils

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14807] gstreamer - install fails without gtkdoc-utils
  • Date: 20 Oct 2008 13:43:57 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14807


Fredrik Carlström <fredrik.carlstrom AT tele2.se> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |fredrik.carlstrom AT tele2.se




--- Comment #2 from Fredrik Carlström <fredrik.carlstrom AT tele2.se>
2008-10-20 08:43:57 ---
The same goes for gst-plugins-base. It is a test for gtkdoc-rebase in a couple
of Makefile's that isn't working as intended.

The following PRE_BUILD scripts should fix it.

For gstreamer:

--- PRE_BUILD ---
default_pre_build &&
cd $SOURCE_DIRECTORY &&

sed -e '/which gtkdoc-rebase/ s/which/(which/' \
-e '/gtkdoc-rebase --relative --dest-dir=/ s/ ;/) || true ;/' \
-i docs/gst/Makefile.in &&

sed -e '/which gtkdoc-rebase/ s/which/(which/' \
-e '/gtkdoc-rebase --relative --dest-dir=/ s/ ;/) || true ;/' \
-i docs/libs/Makefile.in
--- END ---


For gst-plugins-base (just remove the first sed):

--- PRE_BUILD ---
default_pre_build &&
cd $SOURCE_DIRECTORY &&

sed -e '/which gtkdoc-rebase/ s/which/(which/' \
-e '/gtkdoc-rebase --relative --dest-dir=/ s/ ;/) || true ;/' \
-i docs/libs/Makefile.in
--- END ---


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



Archive powered by MHonArc 2.6.24.

Top of Page