From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fpjuF-0004Q9-0B for guix-patches@gnu.org; Tue, 14 Aug 2018 20:43:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fpjuA-0004kx-6W for guix-patches@gnu.org; Tue, 14 Aug 2018 20:43:22 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46174) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fpjtv-0004jC-DO for guix-patches@gnu.org; Tue, 14 Aug 2018 20:43:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fpjtu-0000ZP-JT for guix-patches@gnu.org; Tue, 14 Aug 2018 20:43:02 -0400 Subject: [bug#32431] [PATCH] gnu: clementine: Drop dependency on qtwebkit. Resent-Message-ID: Date: Tue, 14 Aug 2018 20:42:06 -0400 From: Leo Famulari Message-ID: <20180815004206.GA13825@jasmine.lan> References: <20180813205857.GA15519@jasmine.lan> <20180814023158.GA639@jasmine.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jq0ap7NbKX2Kqbes" Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Langlois Cc: 32431@debbugs.gnu.org --jq0ap7NbKX2Kqbes Content-Type: multipart/mixed; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Aug 14, 2018 at 10:32:11PM +0100, Pierre Langlois wrote: > * gnu/packages/databases.scm (sqlite-with-fts3): Remove. > * gnu/packages/music.scm (clementine)[inputs]: Replace sqlite-with-fts3 with > sqlite. > [source][patches]: Add clementine-fix-sqlite.patch. > * gnu/packages/patches/clementine-fix-sqlite.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. Thanks! With this, I could start Clementine but I couldn't actually play any MP3 or FLAC files. It would fail with a dialog that said: "GStreamer could not create the element: autoaudiosink. Please make sure that you have installed all necessary GStreamer plugins (e.g. OGG and MP3)" But, when I rebuilt Clementine with the missing plugins (as attached), it works. If that change looks good to you I'll push it along with your patches. --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="clementine.diff" diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 7d4aeff99..2b8ff451b 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -272,6 +272,8 @@ score, keyboard, guitar, drum and controller views.") ("glu" ,glu) ("gstreamer" ,gstreamer) ("gst-plugins-base" ,gst-plugins-base) + ("gst-plugins-good" ,gst-plugins-good) + ("gst-libav" ,gst-libav) ("libcdio" ,libcdio) ("libmygpo-qt" ,libmygpo-qt) ;; TODO: Package libgpod. --tKW2IUtsqtDRztdT-- --jq0ap7NbKX2Kqbes Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAltzdtoACgkQJkb6MLrK fwjVGBAA5XC+ZTHBFsP4Lz4Z3X9YTx8U6rzML7TyS7tPG7cP89X4Xy2hvysIsPLq Zfpb5tu4MVhnzjVHSQuGwoX4ea7YNgrk3PEAjmYzuhTACVlTlIy9hKq5sIPm3yXT TuIJvxVR71DpEIs2J7NLVh+mWPklSMgidCWM292cJAY6dSJf4DzOUFovCb6dNOfi OipkPxhPBgl5Q1Y98D68KE7u/tn6YdZS0zns1T6o2OIhazYJCd5WK6TycpQTwpeR Ea2fCqVi+EWpRojm/ttcjeBs61unnNL9VchTJitGdu44MOz8D1yeTfCOVG+7uVFQ 73bp34otb3GydgJdqmQNVOPRMW2CPL1m6Vnhh/0741EENtqZXDFSeveBOm+8+wm3 +TXszg3IsrTj9OtDDdGDSyhojGrY55Hki9dryggH7SFW9i8ygIXWe3xXCXdjaZLV ddg4qukl7Ci0H7Ou81eqoNBrtxzk8M7zr7FojoHXpEuH4qDztF/GwR31MqiOru7c FpE96IqMRXsk85AtMQ/tzloH0svoHDxCi5zkjqSwkzk0X2ERIZly8aZ9LM4DLozq c1FzOSUNoLQ5OEn0Z7gJj6rRNrZSKILOCtqbsvFK5CMR+rLrFLuJ5imZvZYxdNMy fFUqntK5u95aGH//2+TIvvrJFa4OGF7tOkGtrQxJbOvdc964fc4= =jchL -----END PGP SIGNATURE----- --jq0ap7NbKX2Kqbes--