[Bug 176071] New: Review Request: silgraphite

bugzilla at redhat.com bugzilla at redhat.com
Mon Dec 19 01:16:39 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.




https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=176071

           Summary: Review Request: silgraphite
           Product: Fedora Extras
           Version: devel
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: normal
         Component: Package Review
        AssignedTo: gdk at redhat.com
        ReportedBy: mpeters at mac.com
         QAContact: dkl at redhat.com
                CC: fedora-extras-list at redhat.com


Spec Name or Url: http://mpeters.us/silgraphite/silgraphite.spec
SRPM Name or Url: http://mpeters.us/silgraphite/silgraphite-2.0.0-0.10.svn106.src.rpm
Description:

Graphite is a project within SIL's scripts and software dev groups to provide
cross-platform rendering for complex writing systems.

Graphite is intended to serve as the principal non-Roman renderer for the
FieldWorks package, the new generation of linguistic and translation tools
under development within SIL.

We also want to make the Graphite library available to any software developer
who is working to develop multilingual text processing applications.

URL with Demonstration:
http://mpeters.us/silgraphite/

-=-
Targeting FC5 only - the pango wrapper needs fontconfig too new for FC4, the library itself builds on FC4 but AFAIK nothing exists for Linux that wants to make use of the library itself.

-=-
There's an rpmlint error on the src.rpm -

E: silgraphite hardcoded-library-path in ../../lib/.libs

That's because the pango wrapper uses the silgraphite headers/libs - so to build it in same packaging run, I did the following:

pushd wrappers/pangographite
sh autogen.sh

export PKG_CONFIG_PATH=../../:$PKG_CONFIG_PATH
export CXXFLAGS="%{optflags} -I../../include -L../../lib/.libs"

%configure --disable-static
make %{?_smp_mflags}
popd

If there's a better way to do it such that rpmlint is happy, I don't know it.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list