Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 120688 Details for
Bug 167704
media-libs/libdvdcss-1.2.9 fails to compile while building documentation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Drop in replacement for existing libdvdcss-1.2.9-doc.patch
libdvdcss-1.2.9-doc.patch (text/plain), 2.36 KB, created by
Ian Abbott
on 2007-05-30 10:16:22 UTC
(
hide
)
Description:
Drop in replacement for existing libdvdcss-1.2.9-doc.patch
Filename:
MIME Type:
Creator:
Ian Abbott
Created:
2007-05-30 10:16:22 UTC
Size:
2.36 KB
patch
obsolete
>diff -ur libdvdcss-1.2.9/configure.ac libdvdcss-1.2.9-doc/configure.ac >--- libdvdcss-1.2.9/configure.ac 2005-07-11 13:08:21.000000000 +0100 >+++ libdvdcss-1.2.9-doc/configure.ac 2007-05-29 14:52:23.000000000 +0100 >@@ -191,9 +191,18 @@ > dnl > dnl Shall we build documentation? > dnl >-AC_PATH_PROG(DOXYGEN, doxygen, no) >+AC_ARG_ENABLE([doc], AC_HELP_STRING([--disable-doc], [Don't build API documentation with Doxygen])) >+ >+if test "x$enable_doc" != "xno"; then >+ AC_PATH_PROG(DOXYGEN, doxygen, no) >+ # Gentoo hack: latex not required >+ #AC_PATH_PROG(LATEX, latex, no) >+ LATEX="no" >+else >+ DOXYGEN="no" >+ LATEX="no" >+fi > AM_CONDITIONAL(DOXYGEN, test "${DOXYGEN}" != "no") >-AC_PATH_PROG(LATEX, latex, no) > AM_CONDITIONAL(LATEX, test "${LATEX}" != "no") > > AC_OUTPUT([ >diff -ur libdvdcss-1.2.9/doc/doxygen.cfg libdvdcss-1.2.9-doc/doc/doxygen.cfg >--- libdvdcss-1.2.9/doc/doxygen.cfg 2004-02-24 13:59:00.000000000 +0000 >+++ libdvdcss-1.2.9-doc/doc/doxygen.cfg 2007-05-29 14:48:16.000000000 +0100 >@@ -364,6 +364,10 @@ > INPUT = ../src/dvdcss/dvdcss.h \ > ../src/libdvdcss.c > >+# The INPUT_ENCODING tag sets the character encoding of the input files. >+ >+INPUT_ENCODING = ISO-8859-1 >+ > # If the value of the INPUT tag contains directories, you can use the > # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp > # and *.h) to filter out the source-files in the directories. If left >@@ -616,7 +620,7 @@ > # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will > # generate Latex output. > >-GENERATE_LATEX = YES >+GENERATE_LATEX = NO > > # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. > # If a relative path is entered the value of OUTPUT_DIRECTORY will be >diff -ur libdvdcss-1.2.9/doc/header.html libdvdcss-1.2.9-doc/doc/header.html >--- libdvdcss-1.2.9/doc/header.html 2004-02-24 15:46:49.000000000 +0000 >+++ libdvdcss-1.2.9-doc/doc/header.html 2007-05-29 14:17:24.000000000 +0100 >@@ -1,7 +1,7 @@ > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > <html> > <head> >- <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> >+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> > <title>libdvdcss documentation</title> > <link href="/main.css" rel="stylesheet" type="text/css"> > <link href="/doxygen.css" rel="stylesheet" type="text/css">
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 167704
:
120520
| 120688 |
124394