Date: Mon, 8 Feb 2016 11:16:26 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408472 - in head/audio/clementine-player: . files Message-ID: <201602081116.u18BGQB1059555@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Feb 8 11:16:25 2016 New Revision: 408472 URL: https://svnweb.freebsd.org/changeset/ports/408472 Log: - Fix build with boost 1.60 - Fix LICENSE - Pet portlint PR: 199601 Approved by: portmgr blanket Added: head/audio/clementine-player/files/patch-src_core_mergedproxymodel.h (contents, props changed) head/audio/clementine-player/files/patch-src_library_groupbydialog.h (contents, props changed) Modified: head/audio/clementine-player/Makefile Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Mon Feb 8 10:38:53 2016 (r408471) +++ head/audio/clementine-player/Makefile Mon Feb 8 11:16:25 2016 (r408472) @@ -7,14 +7,11 @@ PORTREVISION= 7 CATEGORIES= audio PKGNAMESUFFIX= -player -USE_GITHUB= yes -GH_ACCOUNT= ${PORTNAME}${PKGNAMESUFFIX} -GH_PROJECT= Clementine - MAINTAINER= sbruno@FreeBSD.org COMMENT= Cross-platform music player based on Amarok 1.4 -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib \ libchromaprint.so:${PORTSDIR}/audio/chromaprint \ @@ -26,6 +23,10 @@ LIB_DEPENDS= libtag.so:${PORTSDIR}/audio BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME}${PKGNAMESUFFIX} +GH_PROJECT= Clementine + USES= compiler:c++11-lib cmake desktop-file-utils execinfo \ gettext-tools pkgconfig USE_GL= glew Added: head/audio/clementine-player/files/patch-src_core_mergedproxymodel.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/clementine-player/files/patch-src_core_mergedproxymodel.h Mon Feb 8 11:16:25 2016 (r408472) @@ -0,0 +1,15 @@ +--- src/core/mergedproxymodel.h.orig 2014-04-23 10:16:44 UTC ++++ src/core/mergedproxymodel.h +@@ -25,10 +25,12 @@ + using std::placeholders::_1; + using std::placeholders::_2; + ++#ifndef Q_MOC_RUN + #include <boost/multi_index_container.hpp> + #include <boost/multi_index/member.hpp> + #include <boost/multi_index/ordered_index.hpp> + #include <boost/multi_index/hashed_index.hpp> ++#endif + + using boost::multi_index::multi_index_container; + using boost::multi_index::indexed_by; Added: head/audio/clementine-player/files/patch-src_library_groupbydialog.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/clementine-player/files/patch-src_library_groupbydialog.h Mon Feb 8 11:16:25 2016 (r408472) @@ -0,0 +1,14 @@ +--- src/library/groupbydialog.h.orig 2014-04-23 10:16:44 UTC ++++ src/library/groupbydialog.h +@@ -25,9 +25,11 @@ + using std::placeholders::_1; + using std::placeholders::_2; + ++#ifndef Q_MOC_RUN + #include <boost/multi_index_container.hpp> + #include <boost/multi_index/member.hpp> + #include <boost/multi_index/ordered_index.hpp> ++#endif + + #include "librarymodel.h" +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602081116.u18BGQB1059555>