Date: Thu, 7 Feb 2013 18:49:42 GMT From: Pawel Pekala <pawel@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/175934: audio/clementine-player add missing deps Message-ID: <201302071849.r17Inggj017723@red.freebsd.org> Resent-Message-ID: <201302071850.r17Io0UA066634@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175934 >Category: ports >Synopsis: audio/clementine-player add missing deps >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 07 18:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: 10.0-CURRENT >Organization: >Environment: FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Sat Feb 2 10:36:19 CET 2013 corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN64 amd64 >Description: On live system clementine-player binary links to qt4-webkit and fftw3 libraries: [corn:~]> ldd /usr/local/bin/clementine-player | egrep -i "(webkit|fftw3)" libfftw3.so.6 => /usr/local/lib/libfftw3.so.6 (0x804924000) libQtWebKit.so.4 => /usr/local/lib/qt4/libQtWebKit.so.4 (0x804f96000) This fact is not recorded in clementine-player dependency list. Attached patch adds missing deps plus fixes some small nits. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/audio/clementine-player/Makefile audio/clementine-player/Makefile --- /usr/ports/audio/clementine-player/Makefile 2013-01-08 17:47:08.000000000 +0100 +++ audio/clementine-player/Makefile 2013-02-07 16:39:07.000000000 +0100 @@ -3,12 +3,13 @@ PORTNAME= clementine PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= -player MAINTAINER= g.veniamin@googlemail.com -COMMENT= A cross-platform music player based on Amarok 1.4 +COMMENT= Cross-platform music player based on Amarok 1.4 LICENSE= GPLv3 @@ -17,7 +18,8 @@ notify:${PORTSDIR}/devel/libnotify \ protobuf-lite:${PORTSDIR}/devel/protobuf \ xine:${PORTSDIR}/multimedia/libxine \ - qjson:${PORTSDIR}/devel/qjson + qjson:${PORTSDIR}/devel/qjson \ + fftw3:${PORTSDIR}/math/fftw3 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX} @@ -26,7 +28,7 @@ USE_ICONV= yes USE_GL= glew USE_QT4= gui xml qmake_build uic_build moc_build rcc_build \ - linguist_build network sql opengl qtestlib corelib + linguist_build network sql opengl qtestlib corelib webkit USE_GCC= 4.2+ INSTALLS_ICONS= yes USE_GSTREAMER= gio ogg mp3 flac soup vorbis diff -urN /usr/ports/audio/clementine-player/pkg-descr audio/clementine-player/pkg-descr --- /usr/ports/audio/clementine-player/pkg-descr 2011-12-21 05:24:01.000000000 +0100 +++ audio/clementine-player/pkg-descr 2013-02-07 17:07:46.000000000 +0100 @@ -7,4 +7,4 @@ - Edit tags on MP3 and OGG files, organise your music - Download missing album cover art from Last.fm -WWW: http://www.clementine-player.org +WWW: http://www.clementine-player.org >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302071849.r17Inggj017723>