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

Collapse All | Expand All

(-)i/audio/libechonest/Makefile (-12 / +10 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	libechonest
4
PORTNAME=	libechonest
5
PORTVERSION=	2.3.1
5
PORTVERSION=	2.3.1
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	audio
7
CATEGORIES=	audio
8
8
9
MAINTAINER=	nivit@FreeBSD.org
9
MAINTAINER=	nivit@FreeBSD.org
Lines 12-34 COMMENT= Collection of C++/Qt classes designed to use the APIs of The Echo Nest Link Here
12
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
13
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
14
15
DEPRECATED=		Qt4 has been EOL since december 2015
15
LIB_DEPENDS=	libqjson-qt5.so:devel/qjson@qt5
16
EXPIRATION_DATE=	2019-03-15
17
18
LIB_DEPENDS=	libqjson.so:devel/qjson@qt4
19
16
17
USES=		cmake qt:5 pkgconfig
18
USE_LDCONFIG=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	lfranchi
20
GH_ACCOUNT=	lfranchi
21
21
22
OPTIONS_DEFINE=	TEST
22
USE_QT=		core buildtools_build qmake_build network xml
23
CMAKE_OFF+=	BUILD_WITH_QT4
23
24
24
PLIST_SUB=	PORTVERSION=${PORTVERSION}
25
PLIST_SUB=	PORTVERSION=${PORTVERSION}
25
26
26
TEST_CMAKE_BOOL=ECHONEST_BUILD_TESTS
27
OPTIONS_DEFINE=	TEST
27
TEST_USE=	qt=qtestlib_build,xml_build
28
28
29
USES=		cmake pkgconfig qt:4
29
TEST_USE=	QT5=testlib_build
30
USE_GITHUB=	yes
30
TEST_CMAKE_BOOL=ECHONEST_BUILD_TESTS
31
USE_LDCONFIG=	yes
32
USE_QT=		corelib qmake_build moc_build network rcc_build
33
31
34
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)i/audio/libechonest/pkg-plist (-21 / +21 lines)
Lines 1-21 Link Here
1
include/echonest/Artist.h
1
include/echonest5/Artist.h
2
include/echonest/ArtistTypes.h
2
include/echonest5/ArtistTypes.h
3
include/echonest/AudioSummary.h
3
include/echonest5/AudioSummary.h
4
include/echonest/Catalog.h
4
include/echonest5/Catalog.h
5
include/echonest/CatalogArtist.h
5
include/echonest5/CatalogArtist.h
6
include/echonest/CatalogItem.h
6
include/echonest5/CatalogItem.h
7
include/echonest/CatalogSong.h
7
include/echonest5/CatalogSong.h
8
include/echonest/CatalogUpdateEntry.h
8
include/echonest5/CatalogUpdateEntry.h
9
include/echonest/CommonTypes.h
9
include/echonest5/CommonTypes.h
10
include/echonest/Config.h
10
include/echonest5/Config.h
11
include/echonest/Genre.h
11
include/echonest5/Genre.h
12
include/echonest/Playlist.h
12
include/echonest5/Playlist.h
13
include/echonest/Song.h
13
include/echonest5/Song.h
14
include/echonest/Track.h
14
include/echonest5/Track.h
15
include/echonest/TypeInformation.h
15
include/echonest5/TypeInformation.h
16
include/echonest/Util.h
16
include/echonest5/Util.h
17
include/echonest/echonest_export.h
17
include/echonest5/echonest_export.h
18
lib/libechonest.so
18
lib/libechonest5.so
19
lib/libechonest.so.2
19
lib/libechonest5.so.2
20
lib/libechonest.so.%%PORTVERSION%%
20
lib/libechonest5.so.%%PORTVERSION%%
21
libdata/pkgconfig/libechonest.pc
21
libdata/pkgconfig/libechonest5.pc

Return to bug 226529