From unknown Sun Jun 22 07:39:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#28935] [PATCH] gnu: Add papagayo. Resent-From: Ricardo Wurmus Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 22 Oct 2017 01:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 28935 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 28935@debbugs.gnu.org Cc: Ricardo Wurmus X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15086342816513 (code B ref -1); Sun, 22 Oct 2017 01:05:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 Oct 2017 01:04:41 +0000 Received: from localhost ([127.0.0.1]:54797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e64gw-0001gw-CW for submit@debbugs.gnu.org; Sat, 21 Oct 2017 21:04:41 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49415) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e64gt-0001gg-Jg for submit@debbugs.gnu.org; Sat, 21 Oct 2017 21:04:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e64gm-0001Xp-S1 for submit@debbugs.gnu.org; Sat, 21 Oct 2017 21:04:30 -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.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39848) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e64gm-0001Xf-J4 for submit@debbugs.gnu.org; Sat, 21 Oct 2017 21:04:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e64gl-0004DV-0V for guix-patches@gnu.org; Sat, 21 Oct 2017 21:04:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e64gh-0001QK-RI for guix-patches@gnu.org; Sat, 21 Oct 2017 21:04:26 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21121) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e64gh-0001P4-Hu for guix-patches@gnu.org; Sat, 21 Oct 2017 21:04:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1508634247; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Cc:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; l=3493; bh=/XiciNE6UJYqiHOBXnXHhHTqH6nUyBW8HnCAJUxMbb4=; b=aHdHIqssOdJ/5xVmVWjUZZuPCang3AsTgC9A9fCzSkm5paUZPEQZb65BO3DzN4cx MCu4ZG/3Fh1Bl3G+L3kadyb6kXAIFs4yaLL2tx3iduTHGQt/ybiwMzNeutDhWGKzpgz IWtpMuFy2Qj1g0Uny0oOiN1w8e+18Nd5tSFzmxqE= Received: from localhost (port-92-200-48-141.dynamic.qsc.de [92.200.48.141]) by mx.zohomail.com with SMTPS id 1508634247329425.56918145080044; Sat, 21 Oct 2017 18:04:07 -0700 (PDT) From: Ricardo Wurmus Date: Sun, 22 Oct 2017 03:04:03 +0200 X-Mailer: git-send-email 2.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Message-ID: <20171022010403.14372-1-rekado@elephly.net> X-ZohoMailClient: External X-ZohoMail: Z_26063301 SPT_1 Z_26062608 SPT_0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] 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.0 (----) 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: -4.0 (----) * gnu/packages/animation.scm (papagayo): New variable. --- gnu/packages/animation.scm | 71 ++++++++++++++++++++++++++++++++++++++++++= ++++ 1 file changed, 71 insertions(+) diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm index faa0d1723..952d3bab0 100644 --- a/gnu/packages/animation.scm +++ b/gnu/packages/animation.scm @@ -19,6 +19,7 @@ (define-module (gnu packages animation) #:use-module (guix packages) #:use-module (guix download) + #:use-module (guix git-download) #:use-module (guix utils) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix build-system gnu) @@ -34,6 +35,8 @@ #:use-module (gnu packages image) #:use-module (gnu packages imagemagick) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages pulseaudio) + #:use-module (gnu packages qt) #:use-module (gnu packages video)) =20 (define-public etl @@ -185,3 +188,71 @@ be capable of producing feature-film quality animation= . It eliminates the need for tweening, preventing the need to hand-draw each frame. This pack= age contains the graphical user interface for synfig.") (license license:gpl3+))) + +(define-public papagayo + (let ((commit "e143684b30e59fe4a554f965cb655d23cbe93ee7") + (revision "1")) + (package + (name "papagayo") + (version (string-append "2.0b1-" revision "." (string-take commit 9)= )) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/LostMoho/Papagayo.git") + (commit commit))) + (sha256 + (base32 + "1p9gffjhbph34jhrvgpg93yha75bf88vkvlnk06x1r9601ph5321")) + (modules '((guix build utils))) + ;; Delete bundled libsndfile sources. + (snippet + '(begin + (delete-file-recursively "libsndfile_1.0.19") + (delete-file-recursively "libsndfile_1.0.25") + #t)))) + (build-system gnu-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'configure + (lambda* (#:key inputs outputs #:allow-other-keys) + (let ((libsndfile (assoc-ref inputs "libsndfile"))) + ;; Do not use bundled libsndfile sources + (substitute* "Papagayo.pro" + (("else \\{") + (string-append "\nINCLUDEPATH +=3D " libsndfile + "/include" + "\nLIBS +=3D" libsndfile + "/lib/libsndfile.so\n" + "win32 {")))) + (zero? (system* "qmake" + (string-append "DESTDIR=3D" + (assoc-ref outputs "out") + "/bin"))))) + ;; Ensure that all required Qt plugins are found at runtime. + (add-after 'install 'wrap-executable + (lambda* (#:key inputs outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (qt '("qt" "qtmultimedia"))) + (wrap-program (string-append out "/bin/Papagayo") + `("QT_PLUGIN_PATH" ":" prefix + ,(map (lambda (label) + (string-append (assoc-ref inputs label) + "/lib/qt5/plugins/")) + qt))) + #t)))))) + (inputs + `(("qt" ,qtbase) + ("qtmultimedia" ,qtmultimedia) + ("libsndfile" ,libsndfile))) + (native-inputs + `(("qttools" ,qttools))) + (home-page "http://www.lostmarble.com/papagayo/") + (synopsis "Lip-syncing for animations") + (description + "Papagayo is a lip-syncing program designed to help you line up +phonemes with the actual recorded sound of actors speaking. Papagayo make= s it +easy to lip sync animated characters by making the process very simple =E2= =80=93 just +type in the words being spoken, then drag the words on top of the sound=E2= =80=99s +waveform until they line up with the proper sounds.") + (license license:gpl3+)))) --=20 2.14.1 From unknown Sun Jun 22 07:39:17 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#28935] [PATCH] gnu: Add papagayo. Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 24 Oct 2017 04:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 28935 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ricardo Wurmus Cc: 28935@debbugs.gnu.org Received: via spool by 28935-submit@debbugs.gnu.org id=B28935.150882077410567 (code B ref 28935); Tue, 24 Oct 2017 04:53:01 +0000 Received: (at 28935) by debbugs.gnu.org; 24 Oct 2017 04:52:54 +0000 Received: from localhost ([127.0.0.1]:58206 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e6rCv-0002kN-Sl for submit@debbugs.gnu.org; Tue, 24 Oct 2017 00:52:54 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:47823) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e6rCt-0002kF-VP for 28935@debbugs.gnu.org; Tue, 24 Oct 2017 00:52:52 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id AB445ED89; Tue, 24 Oct 2017 06:52:52 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2my75ucB2bhC; Tue, 24 Oct 2017 06:52:51 +0200 (CEST) Received: from ribbon (node-1w7jr9qot7winqrne9k8b99d1.ipv6.telus.net [IPv6:2001:569:7803:2c00:728:f466:18ad:22a5]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 09EB9BAA; Tue, 24 Oct 2017 06:52:50 +0200 (CEST) From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171022010403.14372-1-rekado@elephly.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 2 Brumaire an 226 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, 23 Oct 2017 21:52:42 -0700 In-Reply-To: <20171022010403.14372-1-rekado@elephly.net> (Ricardo Wurmus's message of "Sun, 22 Oct 2017 03:04:03 +0200") Message-ID: <87k1zlqh9h.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.0 (+) 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 (+) Ricardo Wurmus skribis: > * gnu/packages/animation.scm (papagayo): New variable. LGTM, thanks! Ludo'. From unknown Sun Jun 22 07:39:17 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: Ricardo Wurmus Subject: bug#28935: closed (Re: [bug#28935] [PATCH] gnu: Add papagayo.) Message-ID: References: <87zi8hccn6.fsf@elephly.net> <20171022010403.14372-1-rekado@elephly.net> X-Gnu-PR-Message: they-closed 28935 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 28935@debbugs.gnu.org Date: Tue, 24 Oct 2017 05:57:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1508824622-24962-1" This is a multi-part message in MIME format... ------------=_1508824622-24962-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #28935: [PATCH] gnu: Add papagayo. 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 28935@debbugs.gnu.org. --=20 28935: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D28935 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1508824622-24962-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 28935-done) by debbugs.gnu.org; 24 Oct 2017 05:56:26 +0000 Received: from localhost ([127.0.0.1]:58314 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e6sCP-0006Tj-Te for submit@debbugs.gnu.org; Tue, 24 Oct 2017 01:56:26 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21047) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e6sCO-0006Tc-UT for 28935-done@debbugs.gnu.org; Tue, 24 Oct 2017 01:56:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1508824576; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=340; bh=wS9BRgBc3xdOu0Ho27U7om+4MQ+OtHPYuQUXADsBld4=; b=ZhoHCC7P7wAoDADHwSKa4v/a70jO9ARd71QyWV9WtR2+sSdFaO5ArRLKTBFhe94s fs0tvaXdS7v6Cm5zm4PrnoEzQsbKMu1JdLMq/gL3uRAZWnERnZ/DH5t3uQkjNB6PcsO cwFg+MAmkBRbBO4U7SUTlS6g81aKuzjSOjpLXq54= Received: from localhost (port-92-200-217-57.dynamic.qsc.de [92.200.217.57]) by mx.zohomail.com with SMTPS id 1508824576024296.27287175298136; Mon, 23 Oct 2017 22:56:16 -0700 (PDT) References: <20171022010403.14372-1-rekado@elephly.net> <87k1zlqh9h.fsf@gnu.org> User-agent: mu4e 0.9.18; emacs 25.3.1 From: Ricardo Wurmus To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#28935] [PATCH] gnu: Add papagayo. In-reply-to: <87k1zlqh9h.fsf@gnu.org> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Tue, 24 Oct 2017 07:56:13 +0200 Message-ID: <87zi8hccn6.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 28935-done Cc: 28935-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: -2.8 (--) Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/animation.scm (papagayo): New variable. > > LGTM, thanks! Thanks! Pushed with commit 2809a355b6473d947db24a0d80b4d2e8c454d9d7. -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net ------------=_1508824622-24962-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Oct 2017 01:04:41 +0000 Received: from localhost ([127.0.0.1]:54797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e64gw-0001gw-CW for submit@debbugs.gnu.org; Sat, 21 Oct 2017 21:04:41 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49415) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e64gt-0001gg-Jg for submit@debbugs.gnu.org; Sat, 21 Oct 2017 21:04:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e64gm-0001Xp-S1 for submit@debbugs.gnu.org; Sat, 21 Oct 2017 21:04:30 -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.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39848) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e64gm-0001Xf-J4 for submit@debbugs.gnu.org; Sat, 21 Oct 2017 21:04:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e64gl-0004DV-0V for guix-patches@gnu.org; Sat, 21 Oct 2017 21:04:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e64gh-0001QK-RI for guix-patches@gnu.org; Sat, 21 Oct 2017 21:04:26 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21121) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e64gh-0001P4-Hu for guix-patches@gnu.org; Sat, 21 Oct 2017 21:04:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1508634247; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:To:Cc:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; l=3493; bh=/XiciNE6UJYqiHOBXnXHhHTqH6nUyBW8HnCAJUxMbb4=; b=aHdHIqssOdJ/5xVmVWjUZZuPCang3AsTgC9A9fCzSkm5paUZPEQZb65BO3DzN4cx MCu4ZG/3Fh1Bl3G+L3kadyb6kXAIFs4yaLL2tx3iduTHGQt/ybiwMzNeutDhWGKzpgz IWtpMuFy2Qj1g0Uny0oOiN1w8e+18Nd5tSFzmxqE= Received: from localhost (port-92-200-48-141.dynamic.qsc.de [92.200.48.141]) by mx.zohomail.com with SMTPS id 1508634247329425.56918145080044; Sat, 21 Oct 2017 18:04:07 -0700 (PDT) From: Ricardo Wurmus To: guix-patches@gnu.org Subject: [PATCH] gnu: Add papagayo. Date: Sun, 22 Oct 2017 03:04:03 +0200 X-Mailer: git-send-email 2.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Message-ID: <20171022010403.14372-1-rekado@elephly.net> X-ZohoMailClient: External X-ZohoMail: Z_26063301 SPT_1 Z_26062608 SPT_0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] 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.0 (----) X-Debbugs-Envelope-To: submit Cc: Ricardo Wurmus 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: -4.0 (----) * gnu/packages/animation.scm (papagayo): New variable. --- gnu/packages/animation.scm | 71 ++++++++++++++++++++++++++++++++++++++++++= ++++ 1 file changed, 71 insertions(+) diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm index faa0d1723..952d3bab0 100644 --- a/gnu/packages/animation.scm +++ b/gnu/packages/animation.scm @@ -19,6 +19,7 @@ (define-module (gnu packages animation) #:use-module (guix packages) #:use-module (guix download) + #:use-module (guix git-download) #:use-module (guix utils) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix build-system gnu) @@ -34,6 +35,8 @@ #:use-module (gnu packages image) #:use-module (gnu packages imagemagick) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages pulseaudio) + #:use-module (gnu packages qt) #:use-module (gnu packages video)) =20 (define-public etl @@ -185,3 +188,71 @@ be capable of producing feature-film quality animation= . It eliminates the need for tweening, preventing the need to hand-draw each frame. This pack= age contains the graphical user interface for synfig.") (license license:gpl3+))) + +(define-public papagayo + (let ((commit "e143684b30e59fe4a554f965cb655d23cbe93ee7") + (revision "1")) + (package + (name "papagayo") + (version (string-append "2.0b1-" revision "." (string-take commit 9)= )) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/LostMoho/Papagayo.git") + (commit commit))) + (sha256 + (base32 + "1p9gffjhbph34jhrvgpg93yha75bf88vkvlnk06x1r9601ph5321")) + (modules '((guix build utils))) + ;; Delete bundled libsndfile sources. + (snippet + '(begin + (delete-file-recursively "libsndfile_1.0.19") + (delete-file-recursively "libsndfile_1.0.25") + #t)))) + (build-system gnu-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'configure + (lambda* (#:key inputs outputs #:allow-other-keys) + (let ((libsndfile (assoc-ref inputs "libsndfile"))) + ;; Do not use bundled libsndfile sources + (substitute* "Papagayo.pro" + (("else \\{") + (string-append "\nINCLUDEPATH +=3D " libsndfile + "/include" + "\nLIBS +=3D" libsndfile + "/lib/libsndfile.so\n" + "win32 {")))) + (zero? (system* "qmake" + (string-append "DESTDIR=3D" + (assoc-ref outputs "out") + "/bin"))))) + ;; Ensure that all required Qt plugins are found at runtime. + (add-after 'install 'wrap-executable + (lambda* (#:key inputs outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (qt '("qt" "qtmultimedia"))) + (wrap-program (string-append out "/bin/Papagayo") + `("QT_PLUGIN_PATH" ":" prefix + ,(map (lambda (label) + (string-append (assoc-ref inputs label) + "/lib/qt5/plugins/")) + qt))) + #t)))))) + (inputs + `(("qt" ,qtbase) + ("qtmultimedia" ,qtmultimedia) + ("libsndfile" ,libsndfile))) + (native-inputs + `(("qttools" ,qttools))) + (home-page "http://www.lostmarble.com/papagayo/") + (synopsis "Lip-syncing for animations") + (description + "Papagayo is a lip-syncing program designed to help you line up +phonemes with the actual recorded sound of actors speaking. Papagayo make= s it +easy to lip sync animated characters by making the process very simple =E2= =80=93 just +type in the words being spoken, then drag the words on top of the sound=E2= =80=99s +waveform until they line up with the proper sounds.") + (license license:gpl3+)))) --=20 2.14.1 ------------=_1508824622-24962-1--