From unknown Mon Aug 18 17:54:37 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#37979] [PATCH 1/1] * audio.scm (define public lilv): enable python bindings Resent-From: Florian Paul Schmidt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 29 Oct 2019 14:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 37979 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37979@debbugs.gnu.org X-Debbugs-Original-To: Received: via spool by submit@debbugs.gnu.org id=B.157235989510573 (code B ref -1); Tue, 29 Oct 2019 14:39:01 +0000 Received: (at submit) by debbugs.gnu.org; 29 Oct 2019 14:38:15 +0000 Received: from localhost ([127.0.0.1]:48437 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPSdQ-0002kR-Md for submit@debbugs.gnu.org; Tue, 29 Oct 2019 10:38:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:60339) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPOK2-0001r5-Q4 for submit@debbugs.gnu.org; Tue, 29 Oct 2019 06:01:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53053) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPOK1-0001Cz-Be for guix-patches@gnu.org; Tue, 29 Oct 2019 06:01:54 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: ** X-Spam-Status: No, score=2.5 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_NONE, RECEIVED_FROM_WINDOWS_HOST,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPOJA-0002uu-DX for guix-patches@gnu.org; Tue, 29 Oct 2019 06:01:05 -0400 Received: from uhrz-exch-pmb08.ad.uni-bielefeld.de ([129.70.208.134]:40775 helo=smtp.uni-bielefeld.de) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iPOJ6-0002pi-J7 for guix-patches@gnu.org; Tue, 29 Oct 2019 06:00:58 -0400 Received: from localhost (129.70.76.171) by uhrz-exch-pmb08.ad.uni-bielefeld.de (129.70.208.134) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1847.3; Tue, 29 Oct 2019 10:45:45 +0100 Date: Tue, 29 Oct 2019 10:45:41 +0100 From: Florian Paul Schmidt Message-ID: <20191029104423.2513c959@uni-bielefeld.de> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/rHDZf=HehUlVsbGoxgMpEPL" X-Originating-IP: [129.70.76.171] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-Received-From: 129.70.208.134 X-Spam-Score: -1.6 (-) X-Mailman-Approved-At: Tue, 29 Oct 2019 10:38:11 -0400 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: -2.6 (--) --MP_/rHDZf=HehUlVsbGoxgMpEPL Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Content-Disposition: inline --MP_/rHDZf=HehUlVsbGoxgMpEPL Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-audio.scm-define-public-lilv-enable-python-bindings-.patch" >From 5afa9eac9c34c2e74114f96a6fe746a571b752ee Mon Sep 17 00:00:00 2001 From: Florian Paul Schmidt Date: Tue, 29 Oct 2019 10:34:45 +0100 Subject: [PATCH 1/1] * audio.scm (define public lilv): enable python bindings to be built --- gnu/packages/audio.scm | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 88f3b5eccd..6438e4e3c6 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1828,6 +1828,7 @@ included are the command line utilities @code{send_osc} and @code{dump_osc}.") (build-system waf-build-system) (arguments `(#:tests? #f ; no check target + #:configure-flags (list "--bindings") #:phases (modify-phases %standard-phases (add-before @@ -1836,6 +1837,16 @@ included are the command line utilities @code{send_osc} and @code{dump_osc}.") (setenv "LDFLAGS" (string-append "-Wl,-rpath=" (assoc-ref outputs "out") "/lib")) + #t)) + (add-after + 'unpack 'full-store-path-to-shared-library + (lambda* (#:key outputs #:allow-other-keys) + (chdir "bindings/python") + (substitute* + "lilv.py" + (("liblilv-0.so") (string-append (assoc-ref outputs "out") + "/lib/liblilv-0.so"))) + (chdir "../../") #t))))) ;; Required by lilv-0.pc. (propagated-inputs @@ -1844,8 +1855,9 @@ included are the command line utilities @code{send_osc} and @code{dump_osc}.") ("sord" ,sord) ("sratom" ,sratom))) (native-inputs - `(("pkg-config" ,pkg-config))) - (home-page "https://drobilla.net/software/lilv/") + `(("python" ,python) + ("pkg-config" ,pkg-config))) + (home-page "https://drobilla.net/software/lilv") (synopsis "Library to simplify use of LV2 plugins in applications") (description "Lilv is a C library to make the use of LV2 plugins as simple as possible -- 2.23.0 --MP_/rHDZf=HehUlVsbGoxgMpEPL-- From unknown Mon Aug 18 17:54:37 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#37979] [PATCH 1/1] * audio.scm (define public lilv): enable python bindings Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 30 Oct 2019 09:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37979 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37979@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Cc: 37979@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.157242891917326 (code B ref -1); Wed, 30 Oct 2019 09:49:01 +0000 Received: (at submit) by debbugs.gnu.org; 30 Oct 2019 09:48:39 +0000 Received: from localhost ([127.0.0.1]:49258 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPkal-0004VL-14 for submit@debbugs.gnu.org; Wed, 30 Oct 2019 05:48:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:43923) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPkai-0004VB-GO for submit@debbugs.gnu.org; Wed, 30 Oct 2019 05:48:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60191) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPkah-0002wN-Du for guix-patches@gnu.org; Wed, 30 Oct 2019 05:48:36 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_20,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPkag-0004cH-Fz for guix-patches@gnu.org; Wed, 30 Oct 2019 05:48:35 -0400 Received: from mail-wm1-x343.google.com ([2a00:1450:4864:20::343]:52343) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iPkag-0004YW-9Z for guix-patches@gnu.org; Wed, 30 Oct 2019 05:48:34 -0400 Received: by mail-wm1-x343.google.com with SMTP id p21so1364465wmg.2 for ; Wed, 30 Oct 2019 02:48:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=references:user-agent:from:to:cc:subject:in-reply-to:date :message-id:mime-version; bh=AFGLqkVEyup6xunCCKuGHKeOFs7b6oQQOQJgkFA4mzw=; b=PP639d7VBA5j1xkj5RDZC6U8fdmWJIVqfQvKhi70Ou1aQYbQD3EekPazKK0PNFd3wP hFpEF9y2pR1F1hl070wu/TURNVYaqm6O5UQMwEUSqpl7zQbXvo9FT3X34DxV9oqdHDDo +cmybvkTi5nQGoViZlTAoR/BajJSjBBi6vag8q3vMvnwzKg1OjW4bFmu+U4QR5eiXjCu 9Hyw3DJPEI9uk15WMo3fql8iHd0Z1egFseiYKXZFtAEYs/r4VP3Qk65TadWpuWRIyk4/ N10JATwao/t3FMP3jaaMcPlfXxyG6QhuQkj9ultsgF1T8JKYhxyYKBSw/dhP1xmmeB4L 86hg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=AFGLqkVEyup6xunCCKuGHKeOFs7b6oQQOQJgkFA4mzw=; b=UR3HPV0FvUAHUaUiX3E++Kjo1M+cheWwpMF2K5X4KGIihOleEiPWf0OmUL56LWTIk2 ftajgMr9htVPZoN9ywQFUCzQtou/eafMkFGn1gU6PCA2GH7jvn55tZR28NBH8oWDgxYt XzadOUsBRjVCiH0SgHXi8sd+ab1nOtX9EGF8aadRdV/NGd793Hx/k0YGYd1KHH/fknnd 5UCZDxMN/O7UQICCZWdN6Z8gsoUeDciELGKoZYjTxef7/zshuRHjQJfJW3gfDIUKEiGR W6cX41Okw4GgaIJiCOppGp7pm8Hp1EQQNbUtOjlQFboMotGlJL6lvVn/BlWjspqUIgIm 2nrg== X-Gm-Message-State: APjAAAX6KfanZPmlkEJQiXuO0LJtb6wJqOwY0p1dDeJ4Y5rf5NEQrUhE Zux6qMtqHbqiBYjTy2CQDPGw/zGa X-Google-Smtp-Source: APXvYqw34yuYCoHsCKhBRyJPiydqDZbT0Th561aWM4I+Mm7ITSj/bXpk+tPq2dXzWEca5oZwyJcEtQ== X-Received: by 2002:a1c:544b:: with SMTP id p11mr8367934wmi.46.1572428912738; Wed, 30 Oct 2019 02:48:32 -0700 (PDT) Received: from meru (lfbn-ann-1-367-71.w86-200.abo.wanadoo.fr. [86.200.83.71]) by smtp.gmail.com with ESMTPSA id e24sm1997790wme.26.2019.10.30.02.48.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Oct 2019 02:48:31 -0700 (PDT) References: <20191029104423.2513c959@uni-bielefeld.de> User-agent: mu4e 1.2.0; emacs 26.3 From: Mathieu Othacehe In-reply-to: <20191029104423.2513c959@uni-bielefeld.de> Date: Wed, 30 Oct 2019 10:48:30 +0100 Message-ID: <87v9s6bm35.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::343 X-Spam-Score: -1.3 (-) 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: -2.3 (--) Hello, You can use with-directory-excursion instead of doing: --8<---------------cut here---------------start------------->8--- (chdir "bindings/python") ... (chdir "../..") --8<---------------cut here---------------end--------------->8--- Also the commit title should be: gnu: lilv: Enable python bindings. Can you please send a v2 :) ? Thanks, Mathieu From unknown Mon Aug 18 17:54:37 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Florian Paul Schmidt Subject: bug#37979: closed (Re: bug#37979: [PATCH 1/1] * audio.scm (define public lilv): enable python bindings) Message-ID: References: <87ilccp28g.fsf@fsfe.org> <20191029104423.2513c959@uni-bielefeld.de> X-Gnu-PR-Message: they-closed 37979 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 37979@debbugs.gnu.org Date: Sun, 28 May 2023 21:37:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1685309822-12714-1" This is a multi-part message in MIME format... ------------=_1685309822-12714-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #37979: [PATCH 1/1] * audio.scm (define public lilv): enable python bindings which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 37979@debbugs.gnu.org. --=20 37979: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D37979 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1685309822-12714-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 37979-done) by debbugs.gnu.org; 28 May 2023 21:36:49 +0000 Received: from localhost ([127.0.0.1]:54777 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q3O4H-0003Ib-1c for submit@debbugs.gnu.org; Sun, 28 May 2023 17:36:49 -0400 Received: from mail1.fsfe.org ([217.69.89.151]:55740) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q3O4G-0003IU-81 for 37979-done@debbugs.gnu.org; Sun, 28 May 2023 17:36:48 -0400 From: Jelle Licht DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1685309807; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=MJj9iqJesDm78QoV7d2ZTnF1HPlvcW9zmdl3uaegsCk=; b=CtWOQOfhONSWcB2L5b/YP3xvZ5vwfm2orTqpA9ekft7T6sfR0XfPpfCj8gtlcFX3Jd9BYT mxs2/lugbGLlIsl4hqoNwqITNbSkWBlThsN8kj7CBdc43pPFBtcizt6bNVU6R0Pr4GIrhc PZf6MWyJNccsxZL01qwW/GS6I9JgVlA= To: 37979-done@debbugs.gnu.org Subject: Re: bug#37979: [PATCH 1/1] * audio.scm (define public lilv): enable python bindings In-Reply-To: <87v9s6bm35.fsf@gmail.com> (Mathieu Othacehe's message of "Wed, 30 Oct 2019 10:48:30 +0100") References: <20191029104423.2513c959@uni-bielefeld.de> <87v9s6bm35.fsf@gmail.com> Date: Sun, 28 May 2023 23:36:47 +0200 Message-ID: <87ilccp28g.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 37979-done Cc: Mathieu Othacehe 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: -1.0 (-) The lilv on master seems to expose python bindings, closing. ------------=_1685309822-12714-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Oct 2019 14:38:15 +0000 Received: from localhost ([127.0.0.1]:48437 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPSdQ-0002kR-Md for submit@debbugs.gnu.org; Tue, 29 Oct 2019 10:38:15 -0400 Received: from lists.gnu.org ([209.51.188.17]:60339) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPOK2-0001r5-Q4 for submit@debbugs.gnu.org; Tue, 29 Oct 2019 06:01:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53053) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPOK1-0001Cz-Be for guix-patches@gnu.org; Tue, 29 Oct 2019 06:01:54 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: ** X-Spam-Status: No, score=2.5 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_NONE, RECEIVED_FROM_WINDOWS_HOST,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPOJA-0002uu-DX for guix-patches@gnu.org; Tue, 29 Oct 2019 06:01:05 -0400 Received: from uhrz-exch-pmb08.ad.uni-bielefeld.de ([129.70.208.134]:40775 helo=smtp.uni-bielefeld.de) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iPOJ6-0002pi-J7 for guix-patches@gnu.org; Tue, 29 Oct 2019 06:00:58 -0400 Received: from localhost (129.70.76.171) by uhrz-exch-pmb08.ad.uni-bielefeld.de (129.70.208.134) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1847.3; Tue, 29 Oct 2019 10:45:45 +0100 Date: Tue, 29 Oct 2019 10:45:41 +0100 From: Florian Paul Schmidt To: Subject: [PATCH 1/1] * audio.scm (define public lilv): enable python bindings Message-ID: <20191029104423.2513c959@uni-bielefeld.de> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/rHDZf=HehUlVsbGoxgMpEPL" X-Originating-IP: [129.70.76.171] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-Received-From: 129.70.208.134 X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 29 Oct 2019 10:38:11 -0400 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: -2.6 (--) --MP_/rHDZf=HehUlVsbGoxgMpEPL Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Content-Disposition: inline --MP_/rHDZf=HehUlVsbGoxgMpEPL Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-audio.scm-define-public-lilv-enable-python-bindings-.patch" >From 5afa9eac9c34c2e74114f96a6fe746a571b752ee Mon Sep 17 00:00:00 2001 From: Florian Paul Schmidt Date: Tue, 29 Oct 2019 10:34:45 +0100 Subject: [PATCH 1/1] * audio.scm (define public lilv): enable python bindings to be built --- gnu/packages/audio.scm | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 88f3b5eccd..6438e4e3c6 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1828,6 +1828,7 @@ included are the command line utilities @code{send_osc} and @code{dump_osc}.") (build-system waf-build-system) (arguments `(#:tests? #f ; no check target + #:configure-flags (list "--bindings") #:phases (modify-phases %standard-phases (add-before @@ -1836,6 +1837,16 @@ included are the command line utilities @code{send_osc} and @code{dump_osc}.") (setenv "LDFLAGS" (string-append "-Wl,-rpath=" (assoc-ref outputs "out") "/lib")) + #t)) + (add-after + 'unpack 'full-store-path-to-shared-library + (lambda* (#:key outputs #:allow-other-keys) + (chdir "bindings/python") + (substitute* + "lilv.py" + (("liblilv-0.so") (string-append (assoc-ref outputs "out") + "/lib/liblilv-0.so"))) + (chdir "../../") #t))))) ;; Required by lilv-0.pc. (propagated-inputs @@ -1844,8 +1855,9 @@ included are the command line utilities @code{send_osc} and @code{dump_osc}.") ("sord" ,sord) ("sratom" ,sratom))) (native-inputs - `(("pkg-config" ,pkg-config))) - (home-page "https://drobilla.net/software/lilv/") + `(("python" ,python) + ("pkg-config" ,pkg-config))) + (home-page "https://drobilla.net/software/lilv") (synopsis "Library to simplify use of LV2 plugins in applications") (description "Lilv is a C library to make the use of LV2 plugins as simple as possible -- 2.23.0 --MP_/rHDZf=HehUlVsbGoxgMpEPL-- ------------=_1685309822-12714-1--