mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Update to 2.3.0
PR: 195512 Approved by: maintainer timeout
This commit is contained in:
parent
bebd4e0197
commit
aaf7aa2426
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375858
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libechonest
|
||||
PORTVERSION= 2.0.3
|
||||
PORTVERSION= 2.3.0
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= audio
|
||||
|
||||
@ -15,13 +15,14 @@ LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson
|
||||
|
||||
GH_ACCOUNT= lfranchi
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_COMMIT= c02854c
|
||||
GH_COMMIT= 248354f
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
USES= cmake pkgconfig
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
CMAKE_ARGS= -DECHONEST_BUILD_TESTS=NO
|
||||
|
||||
USE_QT4= qmake_build moc_build network qtestlib rcc_build xml
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libechonest-2.0.3.tar.gz) = dab899707e5b08f8f73ed2cf9adbb624f036c90195481d7135a0e82e9f3c6495
|
||||
SIZE (libechonest-2.0.3.tar.gz) = 12076458
|
||||
SHA256 (libechonest-2.3.0.tar.gz) = 46e66611b4fbf7b02f927bd308e83c14313e8b24710314855224d1da078f7188
|
||||
SIZE (libechonest-2.3.0.tar.gz) = 12084256
|
||||
|
@ -1,7 +1,7 @@
|
||||
--- ./CMakeLists.txt.orig 2012-07-21 19:14:04.000000000 +0200
|
||||
+++ ./CMakeLists.txt 2013-02-13 00:12:06.000000000 +0100
|
||||
@@ -21,7 +21,7 @@
|
||||
set( ECHONEST_LIB_PATCH_VERSION "1" )
|
||||
--- CMakeLists.txt.orig 2014-09-13 05:55:46.000000000 +0200
|
||||
+++ CMakeLists.txt 2014-11-29 22:23:13.000000000 +0100
|
||||
@@ -59,7 +59,7 @@
|
||||
set( ECHONEST_LIB_PATCH_VERSION "0" )
|
||||
set( ECHONEST_LIB_VERSION "${ECHONEST_LIB_MAJOR_VERSION}.${ECHONEST_LIB_MINOR_VERSION}.${ECHONEST_LIB_PATCH_VERSION}" )
|
||||
|
||||
-set( ECHONEST_LIB_VERSION_SONAME "${ECHONEST_LIB_MAJOR_VERSION}.${ECHONEST_LIB_MINOR_VERSION}")
|
||||
@ -9,23 +9,10 @@
|
||||
|
||||
if (CMAKE_COMPILER_IS_GNUCXX)
|
||||
ADD_DEFINITIONS( -Wall -Wundef -Wcast-align -Wchar-subscripts -Wpointer-arith
|
||||
@@ -32,9 +32,9 @@
|
||||
endif()
|
||||
|
||||
# disable -Werror on ARM since Qt containers cause a lot of alignment warnings
|
||||
- if ( NOT CMAKE_SYSTEM_PROCESSOR MATCHES "arm" )
|
||||
- add_definitions( -Werror )
|
||||
- endif()
|
||||
+ #if ( NOT CMAKE_SYSTEM_PROCESSOR MATCHES "arm" )
|
||||
+ # add_definitions( -Werror )
|
||||
+ #endif()
|
||||
|
||||
# to be added:
|
||||
# -Wshadow
|
||||
@@ -79,7 +79,7 @@
|
||||
${CMAKE_CURRENT_BINARY_DIR}/libechonest.pc
|
||||
@@ -110,7 +110,7 @@
|
||||
${CMAKE_CURRENT_BINARY_DIR}/libechonest${ECHONEST_LIB_VERSION_SUFFIX}.pc
|
||||
@ONLY)
|
||||
INSTALL (FILES ${CMAKE_CURRENT_BINARY_DIR}/libechonest.pc
|
||||
INSTALL (FILES ${CMAKE_CURRENT_BINARY_DIR}/libechonest${ECHONEST_LIB_VERSION_SUFFIX}.pc
|
||||
- DESTINATION lib${LIB_SUFFIX}/pkgconfig)
|
||||
+ DESTINATION libdata/pkgconfig)
|
||||
ENDIF (NOT WIN32)
|
||||
|
@ -7,6 +7,8 @@ include/echonest/CatalogItem.h
|
||||
include/echonest/CatalogSong.h
|
||||
include/echonest/CatalogUpdateEntry.h
|
||||
include/echonest/Config.h
|
||||
include/echonest/CommonTypes.h
|
||||
include/echonest/Genre.h
|
||||
include/echonest/Playlist.h
|
||||
include/echonest/Song.h
|
||||
include/echonest/Track.h
|
||||
|
Loading…
Reference in New Issue
Block a user