View | Details | Raw Unified | Return to bug 226529 | Differences between
and this patch

Collapse All | Expand All

(-)i/audio/libechonest-qt5/Makefile (+10 lines)
Added Link Here
1
# $FreeBSD$
2
3
PKGNAMESUFFIX=	-qt5
4
5
COMMENT=	Collection of C++/Qt5 classes designed to use the APIs of The Echo Nest
6
7
PLIST=		${PKGDIR}/pkg-plist.qt5
8
9
MASTERDIR=	${.CURDIR}/../libechonest
10
.include "${MASTERDIR}/Makefile"
(-)i/audio/libechonest/Makefile (-10 / +17 lines)
Lines 7-31 PORTREVISION= 1 Link Here
7
CATEGORIES=	audio
7
CATEGORIES=	audio
8
8
9
MAINTAINER=	nivit@FreeBSD.org
9
MAINTAINER=	nivit@FreeBSD.org
10
COMMENT=	Collection of C++/Qt classes designed to use the APIs of The Echo Nest
10
COMMENT=	Collection of C++/Qt4 classes designed to use the APIs of The Echo Nest
11
11
12
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
LIB_DEPENDS=	libqjson.so:devel/qjson
15
USE_GITHUB=	yes
16
17
GH_ACCOUNT=	lfranchi
16
GH_ACCOUNT=	lfranchi
18
17
19
OPTIONS_DEFINE=	TEST
18
USES=		cmake pkgconfig
19
USE_LDCONFIG=	yes
20
20
21
PLIST_SUB=	PORTVERSION=${PORTVERSION}
21
PLIST_SUB=	PORTVERSION=${PORTVERSION}
22
22
23
TEST_CMAKE_BOOL=ECHONEST_BUILD_TESTS
23
.if defined(PKGNAMESUFFIX)
24
TEST_USE=	qt4=qtestlib_build,xml_build
24
CMAKE_ARGS+=	-DBUILD_WITH_QT4=OFF
25
LIB_DEPENDS=	libqjson-qt5.so:devel/qjson-qt5
26
USE_QT5=	core buildtools_build qmake_build network
27
TEST_USE=	qt5=testlib_build
28
.else
29
LIB_DEPENDS=	libqjson.so:devel/qjson
30
USE_QT4=	corelib qmake_build moc_build network xml rcc_build
31
TEST_USE=	qt4=qtestlib_build
32
.endif
25
33
26
USES=		cmake pkgconfig
34
OPTIONS_DEFINE=	TEST
27
USE_GITHUB=	yes
35
28
USE_LDCONFIG=	yes
36
TEST_CMAKE_BOOL=ECHONEST_BUILD_TESTS
29
USE_QT4=	corelib qmake_build moc_build network rcc_build
30
37
31
.include <bsd.port.mk>
38
.include <bsd.port.mk>
(-)i/audio/libechonest/pkg-plist.qt5 (+21 lines)
Added Link Here
1
include/echonest5/Artist.h
2
include/echonest5/ArtistTypes.h
3
include/echonest5/AudioSummary.h
4
include/echonest5/Catalog.h
5
include/echonest5/CatalogArtist.h
6
include/echonest5/CatalogItem.h
7
include/echonest5/CatalogSong.h
8
include/echonest5/CatalogUpdateEntry.h
9
include/echonest5/CommonTypes.h
10
include/echonest5/Config.h
11
include/echonest5/Genre.h
12
include/echonest5/Playlist.h
13
include/echonest5/Song.h
14
include/echonest5/Track.h
15
include/echonest5/TypeInformation.h
16
include/echonest5/Util.h
17
include/echonest5/echonest_export.h
18
lib/libechonest5.so
19
lib/libechonest5.so.2
20
lib/libechonest5.so.%%PORTVERSION%%
21
libdata/pkgconfig/libechonest5.pc

Return to bug 226529