modular: Changes to 'master'

Dan Nicholson dbn at kemper.freedesktop.org
Sat Mar 12 13:00:20 PST 2011


 release.sh          |   22 
 update-moduleset.sh |   84 +
 xorg-7.6.modules    | 2190 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 xorg.modules        | 1303 +++++++++++++++++++++---------
 4 files changed, 3217 insertions(+), 382 deletions(-)

New commits:
commit 2d2a543ed09a4ff2792910423a2359af3f693b60
Merge: b008617b99abb542401881b7152ecfc6cd4f2032 10f72e43096e857fe2d27df554b88496ee320c4d
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Sat Mar 12 13:00:04 2011 -0800

    Merge branch 'release2'

commit 10f72e43096e857fe2d27df554b88496ee320c4d
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Sun Nov 28 09:25:53 2010 -0800

    release.sh: Update jhbuild moduleset with --moduleset
    
    In order to keep the katamari moduleset up to date with current tarball
    information, have release.sh update the file when new releases are made.
    This is enabled by passing a module file with --moduleset.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>

commit 3920d4e93f8eea4597ad2be3610e638cb1be7580
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Fri Mar 4 08:01:11 2011 -0800

    jhbuild: Add script for updating moduleset tarball definitions
    
    update-moduleset.sh takes the sha1sum and tarball and updates the module
    definition in a given moduleset. This should make keeping the stable
    moduleset easier.
    
    The module name mangling list was reached by grepping for all the
    package names in the moduleset.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>

commit 4d84e999d590685d0d3dec11fc4f7e7780628d14
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Mon Nov 22 05:51:18 2010 -0800

    jhbuild: Add moduleset with tarballs used for 7.6 katamari
    
    Add a moduleset for the 7.6 katamari based on xorg.modules and
    module-list.txt. This uses the module list from 7.6 with gzipped
    tarballs and sha1sums from announce emails (when available).
    
    Modules not included in the katamari have been given their most recent
    release. It might be a good idea to group typical addons such as xinit
    in an "extras" metamodule.
    
    Originally some modules had autogen-sh="configure" specified in their
    definitions. This forced configure to be used even if autogen.sh was
    present. This has been fixed in jhbuild commit ff2211e6.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>

commit 9b68388868508076eb21a35a57eda0db8a593d72
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Sat Mar 5 07:29:42 2011 -0800

    jhbuild: Don't build broken impact driver
    
    xf86-video-impact has been broken for a while and isn't built by
    build.sh. Move it to the unmaintained metamodule until someone cares.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>

commit 940fd497786b861d50360364c5be7a7536bc7844
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Thu Mar 3 05:25:57 2011 -0800

    jhbuild: Group external modules at top of moduleset
    
    A few of the non-X.Org modules such as pixman and libdrm were mixed in
    with the X.Org libraries. Instead, they should be at the top of the
    moduleset with the rest of the external modules such as fontconfig.
    
    This also adds comments to mark each section separately.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>

commit f8de359ac982149aab971f21405c9c279c1d7d7d
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Sat Mar 5 09:49:29 2011 -0800

    jhbuild: Move font modules before drivers
    
    The driver metamodule was separated from the module definitions by the
    font section.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>

commit 928e167677cb0a5e62a28371e55acb2b496a1800
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Wed Mar 2 06:15:16 2011 -0800

    jhbuild: Add definitions for remaining font modules
    
    The rest of the X.Org font modules aren't built as part of the xorg-fonts
    metamodule, but they should be buildable from jhbuild.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>

commit 9983b12442f25773b0ba7f959c93358ac7031c5a
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Thu Feb 24 06:31:26 2011 -0800

    jhbuild: Reorder and rename font modules sanely
    
    The font modules seemed to be in a random order and had inconsistent
    names. adobe-75dpi corresponds to the tarball font-adobe-75dpi, yet
    fonts-cursor corresponds to the tarball font-cursor-misc. Instead, the
    tarball names will be used.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>

commit f74237d6159eebe0260ae270031eab56b1d8f13b
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Thu Feb 24 05:58:31 2011 -0800

    jhbuild: No xserver DDXs require xkbui anymore
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>

commit 7dcde79bcb046560b74d919349fcf9675f0e38cc
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Wed Feb 23 21:08:44 2011 -0800

    jhbuild: Build applications included in the katamari
    
    If they're good enough to make a X.Org release, they're good enough to
    be build tested.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>

commit 14125612ebed97fd4d21f7861852d65e83d2a078
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Wed Feb 23 21:03:49 2011 -0800

    jhbuild: Build openchrome driver from svn
    
    Since the openchrome driver is being distributed in the katamari, it
    makes sense to build it here even if it's not under X.Org.
    
    The openchrome svn setup is a little unusual. Rather than having the
    code in it's own project subdirectory, it's directly in the root "svn"
    directory. If "svn" is used as the branch module, jhbuild will use the
    trunk or branches directories as directed by the revision attribute.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>

commit 6855f0b6f2eed2e7a7f93d141deddbbcefc7d2f3
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Tue Feb 22 06:17:41 2011 -0800

    jhbuild: Build xcursorgen for cursors dependency
    
    This is also part of the katamari, so include it in the xorg-apps
    metamodule.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>

commit 2572929ed60e482637dcfb0094fd90afda6b1b13
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Tue Feb 22 06:12:04 2011 -0800

    jhbuild: Remove duplicate xtrans module
    
    All the other modules depend on the one with the "libxtrans" id.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>

commit 8706844a6ea7616cae52fde5aa7c9d8c564d58e1
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Mon Feb 21 22:29:47 2011 -0800

    jhbuild: Use git.freedesktop.org as default repository
    
    Since all the modules use fdo's git, the moduleset can be a lot cleaner.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>

commit 73e7bcf81c5e8da87cd07dce1bcd5120d388cc9e
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Mon Feb 21 22:22:12 2011 -0800

    jhbuild: Clean up formatting of xorg.modules
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>
    Reviewed-by: Dirk Wallenstein <halsmit at t-online.de>

commit cdb3feb592454ebe0ea8736278be81457b17ebe5
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Mon Mar 7 14:29:01 2011 -0800

    jhbuild: Remove xlsclients dependency on xcb-util
    
    This is not needed since xlsclients commits 223851b6 and FIXME removed
    the usage of xcb-atom.
    
    Signed-off-by: Dan Nicholson <dbn.lists at gmail.com>



More information about the xorg-commit mailing list