Acked-by: Christophe Fergeau <cfergeau@xxxxxxxxxx> You probably need something like this for make distcheck/CI diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a34eb0e7..e2c35ef9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ before_script: makecheck: script: - - ./autogen.sh --enable-static + - ./autogen.sh --enable-static --disable-celt051 - make -j4 - make check @@ -27,5 +27,6 @@ makecheck_simple: --enable-smartcard=no --enable-usbredir=no --enable-dbus=no + --disable-celt051 - make -j4 - make check diff --git a/Makefile.am b/Makefile.am index 8717cbc8..8c000fda 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,6 +59,7 @@ $(top_srcdir)/.version: DISTCHECK_CONFIGURE_FLAGS = \ --enable-introspection \ + --disable-celt051 \ --disable-vala \ --disable-usbredir \ --enable-gtk-doc \ On Mon, Jun 11, 2018 at 01:32:36PM +0200, Victor Toso wrote: > From: Victor Toso <me@xxxxxxxxxxxxxx> > > Christophe Fergeau (21): > quic: Remove configurable RLE_PRED > quic: Remove configurable PRED > quic: Get rid of QUIC_RGB #define > quic: Get rid of RLE_STAT #define > quic: Get rid of RLE #define > quic: Factor common code > quic: Introduce CommonState *state variable in templates > quic: s/decorrelate_drow/correlate_row > quic: Add macros to make quic_tmpl.c much closer to quic_rgb_tmpl.c > quic: Remove unused argument in uncompress_row{0, } > quic: Use channel->correlate_row in macros > quic: Add test case for compression/decompression > build: Ensure we link with -lm if needed > build: Disable celt 0.5.1 by default > build: By default, error out if Opus is missing > build: Use AM_COND_IF > build: Remove checks for functions which are never called > build: Remove bitops.h > build: Move client sources to libspice_common_client_la_SOURCES > meson: Support auto/true/false for optional dependencies > meson: Remove check for vfork > > Frediano Ziglio (21): > protocol: Add some documentation for inval_all_pixmaps message > Add --enable-extra-checks option > codegen: Add some comments > codegen: Removed unused get_type methods > protocol: Use a typedef to specify stream_id type > lz: Move ENCODE_PIXEL for RGB24 and RGB32 to a common place > Fix integer overflows computing sizes > Write a small test to test possible crash > Avoid integer overflow computing image sizes > Fix generation of Smartcard channel > test-overflow: Remove a leak in the test > marshaller: Remove initial underscore from static function > codegen: Remove duplicate client and server code from ChannelType::resolve > Check for messages with duplicate names inside a channel > Check for messages with duplicate values inside a channel > lz: Optimise SAME_PIXEL for RGB16 > lz: Inline GET_{r,g,b} macros > quic: Remove 'no-inline' hack > quic: Remove some too strict asserts in hot paths > quic: Fix endianness encoding > quic: Use __builtin_clz if available > > Eduardo Lima (Etrunko) (8): > build: Remove FIXME_SERVER_SMARTCARD hack > Fix demarshaller code generator > Fix field names for Smartcard protocol structures > Fix cast to spice_marshaller_item_free_func function > Bump glib requirements to 2.38 > test-quic: Fix -Wsign-compare warning > Add support for building with meson/ninja > Add .gitlab-ci.yml file > > Jonathon Jongsma (2): > Remove extra self parameter from member function > miLineArc(): initialize edge1, edge2 > > Victor Toso (1): > messages: document limitation of id in StreamCreate > > Signed-off-by: Victor Toso <victortoso@xxxxxxxxxx> > --- > spice-common | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/spice-common b/spice-common > index 8096b12..95743f4 160000 > --- a/spice-common > +++ b/spice-common > @@ -1 +1 @@ > -Subproject commit 8096b1206bb266b8d0b80b3e4c0d36fc621d772d > +Subproject commit 95743f40a2da39e0a19859c305e69e2c99d39e42 > -- > 2.17.1 > > _______________________________________________ > Spice-devel mailing list > Spice-devel@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/spice-devel
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel