Bug 175987 - audio/clementine-player 1.1.0_1 - album art not displayed due to missing dependency
Summary: audio/clementine-player 1.1.0_1 - album art not displayed due to missing dep...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sean Bruno
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-09 17:10 UTC by Darren Henderson
Modified: 2014-01-22 15:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darren Henderson 2013-02-09 17:10:00 UTC
For at least the last few clementine updates album art has not been displaying. Just the default image for everything in a library of mp3 files with embedded images and stand alone album images.

Only a very very few covers showed up in the cover manager.

Manipulation of file names for the album art in conjunction with the "preferred album art filenames" setting had no effect.

Fix: 

Install /usr/ports/audio/picard

Everything shows up correctly then. You don't not have to reinstall clementine for it to work, just restart it.

If MusicBrainz Picard were a direct dependency the problem would not occur.

Now, that being said, I don't know which of the many components picard brings in actually fixes the issue - it may be picard itself.
How-To-Repeat: Clean install of clementine-player with the following options: AUDIOCD, DBUS, GPOD, LASTMF, MTP

Point it at a library and then browse the library or play an album. Only the default image is shown.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-09 20:15:23 UTC
Maintainer of audio/clementine-player,

Please note that PR ports/175987 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175987

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-09 20:15:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2013-07-20 23:24:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vg

Over to maintainer.
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-01-05 01:20:57 UTC
Author: sbruno (src committer)
Date: Sun Jan  5 01:20:50 2014
New Revision: 338731
URL: http://svnweb.freebsd.org/changeset/ports/338731

Log:
  Add QT imageformats to resolve issues with rendering album covers
  
  PR:	ports/175987

Modified:
  head/audio/clementine-player/Makefile

Modified: head/audio/clementine-player/Makefile
==============================================================================
--- head/audio/clementine-player/Makefile	Sun Jan  5 01:17:20 2014	(r338730)
+++ head/audio/clementine-player/Makefile	Sun Jan  5 01:20:50 2014	(r338731)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clementine
 PORTVERSION=	1.2.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMESUFFIX=	-player
@@ -30,7 +30,9 @@ PROJECTHOST=	${PORTNAME}${PKGNAMESUFFIX}
 USES=		compiler:c++11-lib cmake pkgconfig
 USE_GL=		glew
 USE_QT4=	dbus gui xml qmake_build uic_build moc_build rcc_build \
-		linguist_build network sql opengl qtestlib corelib webkit
+		linguist_build network sql opengl qtestlib corelib webkit \
+		imageformats
+
 INSTALLS_ICONS=	yes
 USE_GSTREAMER=	gio ogg mp3 flac soup vorbis
 CONFLICTS_BUILD=	qt-3.*
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Sean Bruno freebsd_committer freebsd_triage 2014-01-05 01:36:17 UTC
Responsible Changed
From-To: vg->sbruno

Take ticket for monitoring
Comment 6 Sean Bruno freebsd_committer freebsd_triage 2014-01-22 15:06:16 UTC
State Changed
From-To: feedback->closed

This is resolved in clementine-player 1.2.1_6.