From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 19 00:43:22 2018 Received: (at submit) by debbugs.gnu.org; 19 Nov 2018 05:43:22 +0000 Received: from localhost ([127.0.0.1]:59588 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gOcLC-0000nh-AH for submit@debbugs.gnu.org; Mon, 19 Nov 2018 00:43:22 -0500 Received: from eggs.gnu.org ([208.118.235.92]:53791) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gOcL9-0000nU-Qi for submit@debbugs.gnu.org; Mon, 19 Nov 2018 00:43:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOcL3-0002JC-Lj for submit@debbugs.gnu.org; Mon, 19 Nov 2018 00:43:14 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60357) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gOcL3-0002J3-JB for submit@debbugs.gnu.org; Mon, 19 Nov 2018 00:43:13 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOcL2-00024z-DQ for guix-patches@gnu.org; Mon, 19 Nov 2018 00:43:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOcKy-0002GJ-Dy for guix-patches@gnu.org; Mon, 19 Nov 2018 00:43:12 -0500 Received: from mx1.riseup.net ([198.252.153.129]:45105) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gOcKy-0002Fl-2w for guix-patches@gnu.org; Mon, 19 Nov 2018 00:43:08 -0500 Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 099041A01E1 for ; Sun, 18 Nov 2018 21:43:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1542606187; bh=6pNX6/NXisbbGd9Og0IGJJJWEpe4m7ACylJhzDRTDkY=; h=Date:From:To:Subject:From; b=l/50lp02zwbwZKNwhhFFSFMMTYE7526oVWuRUIJpc5KVAkCH63OGWzMs69cDtfoWf RtT1W3VIEe6dXXzasSlfS/ugOh1OhRuY6iZLd421bY06gUU0aL/v66HBYfvVXR1pcq 3jDXCuphVLbaLne8+xs8GMNulnEztE/ooVVO+vfc= X-Riseup-User-ID: 0E50352658E73347DB871B4289770A587EC0922FD720CB6E0FB88B5482F78565 Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id 737531042BB for ; Sun, 18 Nov 2018 21:43:06 -0800 (PST) Date: Mon, 19 Nov 2018 00:43:03 -0500 From: "Jovany Leandro G.C" To: guix-patches@gnu.org Subject: [PATCH] gnu: python-kivy-next: Fix build. Message-ID: <20181119004303.3fd5e3f4@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) =46rom 43a2729699ccfae2738fa2cced1106fbb9afbfc6 Mon Sep 17 00:00:00 2001 From: "Jovany Leandro G.C" Date: Mon, 19 Nov 2018 00:36:27 -0500 Subject: [PATCH] gnu: python-kivy-next: Fix build. * gnu/packages/patches/python-kivy-next-fix-sdl2-mixer-2.0.2-support.patch:= New file. --- ...vy-next-fix-sdl2-mixer-2.0.2-support.patch | 109 ++++++++++++++++++ gnu/packages/python.scm | 3 +- 2 files changed, 111 insertions(+), 1 deletion(-) create mode 100644 gnu/packages/patches/python-kivy-next-fix-sdl2-mixer-2.= 0.2-support.patch diff --git a/gnu/packages/patches/python-kivy-next-fix-sdl2-mixer-2.0.2-sup= port.patch b/gnu/packages/patches/python-kivy-next-fix-sdl2-mixer-2.0.2-sup= port.patch new file mode 100644 index 000000000..fdc5dd701 --- /dev/null +++ b/gnu/packages/patches/python-kivy-next-fix-sdl2-mixer-2.0.2-support.pa= tch @@ -0,0 +1,109 @@ +From 3b85f3e1c292b3f6c3f226490f52a2ab78251730 Mon Sep 17 00:00:00 2001 +From: Terje Skjaeveland +Date: Sun, 29 Oct 2017 12:35:46 +0100 +Subject: [PATCH] audio_sdl2: Update for mixer v2.0.2 support + +Flags MIX_INIT_MODPLUG was removed, and MIX_INIT_FLUIDSYNTH was +renamed to MIX_INIT_MID. +--- + kivy/core/audio/audio_sdl2.pyx | 45 +++++++++++++++++++++++----------- + kivy/lib/sdl2.pxi | 4 +-- + 2 files changed, 33 insertions(+), 16 deletions(-) + +diff --git a/kivy/core/audio/audio_sdl2.pyx b/kivy/core/audio/audio_sdl2.p= yx +index 2ab569fe60..c6f26be5c8 100644 +--- a/kivy/core/audio/audio_sdl2.pyx ++++ b/kivy/core/audio/audio_sdl2.pyx +@@ -15,9 +15,23 @@ Depending the compilation of SDL2 mixer and/or installe= d libraries: + * ogg since 1.9.1 (mixer needs libvorbis/libogg) + * flac since 1.9.1 (mixer needs libflac) + * mp3 since 1.9.1 (mixer needs libsmpeg/libmad; only use mad for GPL apps) ++ * Since 1.10.1 + mixer 2.0.2, mpg123 can also be used + * sequenced formats since 1.9.1 (midi, mod, s3m, etc. Mixer needs + libmodplug or libmikmod) +=20 ++.. Note:: ++ ++ Sequenced format support changed with mixer v2.0.2. If mixer is ++ linked with one of libmodplug or libmikmod, format support for ++ both libraries is assumed. This will work perfectly with formats ++ upported by both libraries, but if you were to try to load an ++ obscure format (like `apun` file with mikmod only), it will fail. ++ ++ * Kivy <=3D 1.10.0: will fail to build with mixer >=3D 2.0.2 ++ will report correct format support with < 2.0.2 ++ * Kivy >=3D 1.10.1: will build with old and new mixer, and ++ will "guesstimate" sequenced format support ++ + .. Warning:: +=20 + Sequenced formats use the SDL2 Mixer music channel, you can only play +@@ -57,8 +71,13 @@ cdef mix_init(): + mix_is_init =3D -1 + return 0 +=20 ++ # In mixer 2.0.2, MIX_INIT_MODPLUG is now implied by MIX_INIT_MOD, ++ # and MIX_INIT_FLUIDSYNTH was renamed to MIX_INIT_MID. In previous ++ # versions, we requested both _MODPLUG and _MOD + _FLUIDSYNTH. ++ # 0x20 used to be MIX_INIT_FLUIDSYNTH, now MIX_INIT_MID ++ # 0x4 used to be MIX_INIT_MODPLUG before 2.0.2 + want_flags =3D MIX_INIT_FLAC | MIX_INIT_OGG | MIX_INIT_MP3 +- want_flags |=3D MIX_INIT_MOD | MIX_INIT_MODPLUG | MIX_INIT_FLUIDSYNTH ++ want_flags |=3D MIX_INIT_MOD | 0x20 | 0x4 +=20 + mix_flags =3D Mix_Init(want_flags) +=20 +@@ -244,25 +263,23 @@ class MusicSDL2(Sound): + @staticmethod + def extensions(): + mix_init() ++ # FIXME: this should probably evolve to use the new has_music() ++ # interface to determine format support +=20 + # Assume native midi support (defaults to enabled), but may use + # modplug, fluidsynth or timidity in reality. It may also be + # disabled completely, in which case loading it will fail + extensions =3D set(['mid', 'midi']) +=20 +- # libmodplug, may be incomplete +- if mix_flags & MIX_INIT_MODPLUG: +- extensions.update(['669', 'abc', 'amf', 'ams', 'dbm', 'dmf', +- 'dsm', 'far', 'it', 'j2b', 'mdl', 'med', +- 'mod', 'mt2', 'mtm', 'okt', 'pat', 'psm', +- 'ptm', 's3m', 'stm', 'ult', 'umx', 'xm']) +- +- # libmikmod, may be incomplete +- if mix_flags & MIX_INIT_MOD: +- extensions.update(['669', 'amf', 'apun', 'dsm', 'far', 'gdm', +- 'gt2', 'it', 'med', 'mod', 'mtm', 'okt', +- 's3m', 'stm', 'stx', 'ult', 'umx', 'uni', +- 'xm']) ++ # libmodplug and libmikmod, may be incomplete. ++ # 0x4 is for mixer < 2.0.2, MIX_INIT_MODPLUG ++ if mix_flags & (MIX_INIT_MOD | 0x4): ++ extensions.update(['669', 'abc', 'amf', 'ams', 'apun', 'dbm', ++ 'dmf', 'dsm', 'far', 'gdm', 'it', 'j2b', ++ 'mdl', 'med', 'mod', 'mt2', 'mtm', 'okt', ++ 'pat', 'psm', 'ptm', 's3m', 'stm', 'stx', ++ 'ult', 'umx', 'uni', 'xm']) ++ + return list(extensions) +=20 + def __init__(self, **kwargs): +diff --git a/kivy/lib/sdl2.pxi b/kivy/lib/sdl2.pxi +index 07d055c903..ad62ce8023 100644 +--- a/kivy/lib/sdl2.pxi ++++ b/kivy/lib/sdl2.pxi +@@ -881,10 +881,10 @@ cdef extern from "SDL_mixer.h": + ctypedef enum MIX_InitFlags: + MIX_INIT_FLAC =3D 0x00000001 + MIX_INIT_MOD =3D 0x00000002 +- MIX_INIT_MODPLUG =3D 0x00000004 ++ MIX_INIT_MODPLUG =3D 0x00000004 # Removed in mixer 2.0.2 + MIX_INIT_MP3 =3D 0x00000008 + MIX_INIT_OGG =3D 0x00000010 +- MIX_INIT_FLUIDSYNTH =3D 0x00000020 ++ MIX_INIT_MID =3D 0x00000020 # Previously _FLUIDSYNTH +=20 + cdef int MIX_MAX_VOLUME +=20 diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b6b0ad75a..b32c9049d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9998,7 +9998,8 @@ hardware-accelerated multitouch applications.") (file-name (string-append name "-" version "-checkout")) (sha256 (base32 - "0jk92b4a8l7blkvkgkjihk171s0dfnq582cckff5srwc8kal5m0p"))))))) + "0jk92b4a8l7blkvkgkjihk171s0dfnq582cckff5srwc8kal5m0p")) + (patches (search-patches "python-kivy-next-fix-sdl2-mixer-2.0.2-s= upport.patch"))))))) =20 (define-public python2-kivy-next (package-with-python2 python-kivy-next)) --=20 2.19.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 19 04:01:04 2018 Received: (at 33426) by debbugs.gnu.org; 19 Nov 2018 09:01:04 +0000 Received: from localhost ([127.0.0.1]:59644 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gOfQW-0005eX-1S for submit@debbugs.gnu.org; Mon, 19 Nov 2018 04:01:04 -0500 Received: from eggs.gnu.org ([208.118.235.92]:44005) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gOfQU-0005dx-R1 for 33426@debbugs.gnu.org; Mon, 19 Nov 2018 04:01:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOfQO-0006WT-0g for 33426@debbugs.gnu.org; Mon, 19 Nov 2018 04:00:57 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:45594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOfQN-0006WJ-Rz; Mon, 19 Nov 2018 04:00:55 -0500 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=54844 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gOfQN-0006Rw-DE; Mon, 19 Nov 2018 04:00:55 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: "Jovany Leandro G.C" Subject: Re: [bug#33426] [PATCH] gnu: python-kivy-next: Fix build. References: <20181119004303.3fd5e3f4@riseup.net> Date: Mon, 19 Nov 2018 10:00:54 +0100 In-Reply-To: <20181119004303.3fd5e3f4@riseup.net> (Jovany Leandro G. C.'s message of "Mon, 19 Nov 2018 00:43:03 -0500") Message-ID: <87muq51lx5.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33426 Cc: 33426@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Hello, "Jovany Leandro G.C" skribis: > From 43a2729699ccfae2738fa2cced1106fbb9afbfc6 Mon Sep 17 00:00:00 2001 > From: "Jovany Leandro G.C" > Date: Mon, 19 Nov 2018 00:36:27 -0500 > Subject: [PATCH] gnu: python-kivy-next: Fix build. > > * gnu/packages/patches/python-kivy-next-fix-sdl2-mixer-2.0.2-support.patc= h: New file. A couple of things: please shorten the file name a bit, make sure to add it to gnu/local.mk, and mention these three files in the change log. However, since =E2=80=98python-kivy-next=E2=80=99 is a Git snapshot anyway,= what about updating the commit that is used instead of applying a patch? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 19 11:23:12 2018 Received: (at 33426) by debbugs.gnu.org; 19 Nov 2018 16:23:12 +0000 Received: from localhost ([127.0.0.1]:32884 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gOmKO-0007ju-BU for submit@debbugs.gnu.org; Mon, 19 Nov 2018 11:23:12 -0500 Received: from eggs.gnu.org ([208.118.235.92]:44248) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gOmKM-0007ji-Js for 33426@debbugs.gnu.org; Mon, 19 Nov 2018 11:23:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOmKG-0003r2-NK for 33426@debbugs.gnu.org; Mon, 19 Nov 2018 11:23:05 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOmKG-0003qw-Kb; Mon, 19 Nov 2018 11:23:04 -0500 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=60928 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gOmKG-0006v5-Bj; Mon, 19 Nov 2018 11:23:04 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: "Jovany Leandro G.C" Subject: Re: [bug#33426] [PATCH] gnu: python-kivy-next: Fix build. References: <20181119004303.3fd5e3f4@riseup.net> <87muq51lx5.fsf@gnu.org> <20181119091612.5780f5fc@riseup.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 29 Brumaire an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 19 Nov 2018 17:23:02 +0100 In-Reply-To: <20181119091612.5780f5fc@riseup.net> (Jovany Leandro G. C.'s message of "Mon, 19 Nov 2018 09:16:12 -0500") Message-ID: <87in0tyr2x.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33426 Cc: 33426@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Hello, (Re-adding Cc:.) "Jovany Leandro G.C" skribis: > El Mon, 19 Nov 2018 10:00:54 +0100 > ludo@gnu.org (Ludovic Court=C3=A8s) escribi=C3=B3: [...] >> However, since =E2=80=98python-kivy-next=E2=80=99 is a Git snapshot anyw= ay, what about >> updating the commit that is used instead of applying a patch? >>=20 >> Thanks, >> Ludo=E2=80=99. > > Hello, > > i not found a commit tagged in version 1.9.1, > > this pull https://github.com/kivy/kivy/pull/5459, > was in 2017 between version >1.9.1 and <1.10.0 and tag 1.9.1 was 2016, > which is the best route? Are you saying the patch you=E2=80=99re interested in was never integrated = in the official repo? Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 19 15:12:13 2018 Received: (at 33426) by debbugs.gnu.org; 19 Nov 2018 20:12:13 +0000 Received: from localhost ([127.0.0.1]:33026 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gOpu1-00052r-H3 for submit@debbugs.gnu.org; Mon, 19 Nov 2018 15:12:13 -0500 Received: from eggs.gnu.org ([208.118.235.92]:57384) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gOpu0-00052f-GZ for 33426@debbugs.gnu.org; Mon, 19 Nov 2018 15:12:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOptu-0008KT-Qy for 33426@debbugs.gnu.org; Mon, 19 Nov 2018 15:12:07 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOptu-0008KL-OB; Mon, 19 Nov 2018 15:12:06 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=36814 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gOptu-00083B-GT; Mon, 19 Nov 2018 15:12:06 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: "Jovany Leandro G.C" Subject: Re: [bug#33426] [PATCH] gnu: python-kivy-next: Fix build. References: <20181119004303.3fd5e3f4@riseup.net> <87muq51lx5.fsf@gnu.org> <20181119091612.5780f5fc@riseup.net> <87in0tyr2x.fsf@gnu.org> <20181119121233.41667d60@riseup.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 29 Brumaire an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 19 Nov 2018 21:12:04 +0100 In-Reply-To: <20181119121233.41667d60@riseup.net> (Jovany Leandro G. C.'s message of "Mon, 19 Nov 2018 12:12:33 -0500") Message-ID: <8736rwygh7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33426 Cc: 33426@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) =C2=A1Hola! (Re-re-adding Cc:.) "Jovany Leandro G.C" skribis: > El Mon, 19 Nov 2018 17:23:02 +0100 > ludo@gnu.org (Ludovic Court=C3=A8s) escribi=C3=B3: [...] >> Are you saying the patch you=E2=80=99re interested in was never integrat= ed in >> the official repo? >>=20 >> Ludo=E2=80=99. > > in the master branch, for version 1.10.0. > > > question: python-kivy 1.10.1 is mantanied, 1.9.1 it's old and > unmantained, =C2=BFwhy python-kivy-next, we can delete it? =E2=80=98python-kivy-next=E2=80=99 was added in 6eb7af2a43d94d6404a9b70c8be= ff1a535b50607 in 2016. Probably the reason to add it back then no longer makes any sense. So yes, I think we can simply delete it. Sounds good? Thank you, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 27 06:13:40 2018 Received: (at 33426-done) by debbugs.gnu.org; 27 Nov 2018 11:13:40 +0000 Received: from localhost ([127.0.0.1]:50510 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gRbJD-0005X5-TE for submit@debbugs.gnu.org; Tue, 27 Nov 2018 06:13:40 -0500 Received: from eggs.gnu.org ([208.118.235.92]:42338) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gRbJA-0005Ws-HN for 33426-done@debbugs.gnu.org; Tue, 27 Nov 2018 06:13:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRbJ4-0005bZ-7j for 33426-done@debbugs.gnu.org; Tue, 27 Nov 2018 06:13:31 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRbJ4-0005bV-3D; Tue, 27 Nov 2018 06:13:30 -0500 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=58380 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gRbJ3-0007No-Ph; Tue, 27 Nov 2018 06:13:30 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: "Jovany Leandro G.C" Subject: Re: [bug#33426] [PATCH] gnu: python-kivy-next: Fix build. References: <20181119004303.3fd5e3f4@riseup.net> <87muq51lx5.fsf@gnu.org> <20181119091612.5780f5fc@riseup.net> <87in0tyr2x.fsf@gnu.org> <20181119121233.41667d60@riseup.net> <8736rwygh7.fsf@gnu.org> Date: Tue, 27 Nov 2018 12:13:27 +0100 In-Reply-To: <8736rwygh7.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 19 Nov 2018 21:12:04 +0100") Message-ID: <87o9aaai3s.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33426-done Cc: 33426-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > =E2=80=98python-kivy-next=E2=80=99 was added in 6eb7af2a43d94d6404a9b70c8= beff1a535b50607 > in 2016. Probably the reason to add it back then no longer makes any > sense. > > So yes, I think we can simply delete it. Done in commit 312edcd0a1e9d3c679bb65456a958673d72fe4c3. Thanks, Ludo=E2=80=99. From unknown Sun Jun 15 08:40:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 25 Dec 2018 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator