unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Pierre Langlois <pierre.langlois@gmx.com>
Cc: 32431@debbugs.gnu.org
Subject: [bug#32431] [PATCH] gnu: clementine: Drop dependency on qtwebkit.
Date: Tue, 14 Aug 2018 20:42:06 -0400	[thread overview]
Message-ID: <20180815004206.GA13825@jasmine.lan> (raw)
In-Reply-To: <cubftzgws6c.fsf@gmx.com>


[-- Attachment #1.1: Type: text/plain, Size: 816 bytes --]

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.

[-- Attachment #1.2: clementine.diff --]
[-- Type: text/plain, Size: 524 bytes --]

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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2018-08-15  0:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-13 19:26 [bug#32431] [PATCH] gnu: clementine: Drop dependency on qtwebkit Pierre Langlois
2018-08-13 20:58 ` Leo Famulari
2018-08-13 21:12   ` Pierre Langlois
2018-08-14  2:31     ` Leo Famulari
2018-08-14  9:24       ` Pierre Langlois
2018-08-14 21:32         ` Pierre Langlois
2018-08-15  0:42           ` Leo Famulari [this message]
2018-08-15  6:57             ` Pierre Langlois
2018-08-15 18:35               ` bug#32431: " Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180815004206.GA13825@jasmine.lan \
    --to=leo@famulari.name \
    --cc=32431@debbugs.gnu.org \
    --cc=pierre.langlois@gmx.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).