diff options
author | sbruno <sbruno@FreeBSD.org> | 2014-01-05 09:20:50 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2014-01-05 09:20:50 +0800 |
commit | b2049a5ee8c0181b3ca1972bb6cc7b450dad0072 (patch) | |
tree | edddc290ceaf8c9abca96e3aec7feccd847bd0df | |
parent | a1692bd11b5451ecf5832aff043035e0f2eceae3 (diff) | |
download | freebsd-ports-gnome-b2049a5ee8c0181b3ca1972bb6cc7b450dad0072.tar.gz freebsd-ports-gnome-b2049a5ee8c0181b3ca1972bb6cc7b450dad0072.tar.zst freebsd-ports-gnome-b2049a5ee8c0181b3ca1972bb6cc7b450dad0072.zip |
Add QT imageformats to resolve issues with rendering album covers
PR: ports/175987
-rw-r--r-- | audio/clementine-player/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 6112e08a3ba3..3ebcb6358305 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -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.* |