Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 433730 - app-i18n/mozc-1.6.1187.102 version bump
Summary: app-i18n/mozc-1.6.1187.102 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: CJK Team
URL: http://code.google.com/p/mozc/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-02 23:27 UTC by teidakankan
Modified: 2012-10-02 02:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mozc-1.6.1187.102.ebuild (mozc-1.6.1187.102.ebuild,4.07 KB, text/plain)
2012-09-16 04:10 UTC, Jack Chen
Details
diff between app-i18n/mozc-1.5.1090.102 and app-i18n/mozc-1.6.1187.102 ebuild (mozc-1.6.1187.102.diff,1.69 KB, text/plain)
2012-09-16 04:12 UTC, Jack Chen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description teidakankan 2012-09-02 23:27:21 UTC
http://code.google.com/p/mozc/downloads/detail?name=mozc-1.6.1187.102.tar.bz2

Reproducible: Always




r124 2012-08-31 1.6.1187.102

    Remove an undocumented build option --use_libprotobuf ( Issue 14 )
        If you want to use system-installed protobuf, use following style instead.
        GYP_DEFINES="use_libprotobuf=1" python build_mozc.py gyp 
    Stop using SetRect API on Mac ( Issue 91 ).
    Remove scim-mozc from the repository ( Issue 131 ).
    Remove Debian-specific files from the repository ( Issue 132 ).
    ibus-mozc now requires IBus 1.4.1 or higher ( Issue 156 ).
    Refactor build-time data dependency including test data set ( Issue 162 )
    Add a configuration option to specify the SDK version for Mac (Issue 166)
    Add experimental support for Clang (Issue 166)
        All warnings found by Clang revision 159409 have been fixed or suppressed. 
    Supported Preference button on ibus-setup. ( Issue 169 )
    Update the license header on base/scoped_ptr.h ( Issue 171 )
    Implement X11 selection event monitor in ibus-mozc to improve the availability of reverse conversion. ( Issue 172 )
        libxcb-xfixes0-dev is now required to build ibus-mozc by default. You can still remove this dependency as follows.
        GYP_DEFINES="enable_x11_selection_monitor=0" python build_mozc.py gyp 
    ibus-mozc now detects locale ja_JP.utf8 as well as ja_JP.UTF-8.
    Stop using RX by default.
    Support Visual C++ 2012 to build Mozc except for protobuf:379.
Comment 1 Jack Chen 2012-09-16 04:10:20 UTC
Created attachment 323964 [details]
mozc-1.6.1187.102.ebuild

The attached ebuild is for mozc-1.6.1187.102.  Please help test.

Changes to the ebuild:

1. scim-mozc is removed.

2. Update dependency according to release note.
   ibus-1.4.1 is a requirement now
   add x11-libs/libxcb (which provides "libxcb-xfixes0-dev" mentioned in release note)
Comment 2 Jack Chen 2012-09-16 04:12:19 UTC
Created attachment 323966 [details]
diff between app-i18n/mozc-1.5.1090.102 and app-i18n/mozc-1.6.1187.102 ebuild

Diff between app-i18n/mozc-1.5.1090.102 and app-i18n/mozc-1.6.1187.102 ebuild.
Comment 3 Naohiro Aota gentoo-dev 2012-10-02 02:47:56 UTC
Added to the tree. Thanks.