svn commit: r375858 - in head/audio/libechonest: . files

Tilman Keskinoz arved at FreeBSD.org
Tue Dec 30 21:23:14 UTC 2014


Author: arved
Date: Tue Dec 30 21:23:12 2014
New Revision: 375858
URL: https://svnweb.freebsd.org/changeset/ports/375858
QAT: https://qat.redports.org/buildarchive/r375858/

Log:
  Update to 2.3.0
  
  PR:		195512
  Approved by:	maintainer timeout

Modified:
  head/audio/libechonest/Makefile
  head/audio/libechonest/distinfo
  head/audio/libechonest/files/patch-CMakeLists.txt
  head/audio/libechonest/pkg-plist

Modified: head/audio/libechonest/Makefile
==============================================================================
--- head/audio/libechonest/Makefile	Tue Dec 30 21:15:32 2014	(r375857)
+++ head/audio/libechonest/Makefile	Tue Dec 30 21:23:12 2014	(r375858)
@@ -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}/dev
 
 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
 

Modified: head/audio/libechonest/distinfo
==============================================================================
--- head/audio/libechonest/distinfo	Tue Dec 30 21:15:32 2014	(r375857)
+++ head/audio/libechonest/distinfo	Tue Dec 30 21:23:12 2014	(r375858)
@@ -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

Modified: head/audio/libechonest/files/patch-CMakeLists.txt
==============================================================================
--- head/audio/libechonest/files/patch-CMakeLists.txt	Tue Dec 30 21:15:32 2014	(r375857)
+++ head/audio/libechonest/files/patch-CMakeLists.txt	Tue Dec 30 21:23:12 2014	(r375858)
@@ -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)

Modified: head/audio/libechonest/pkg-plist
==============================================================================
--- head/audio/libechonest/pkg-plist	Tue Dec 30 21:15:32 2014	(r375857)
+++ head/audio/libechonest/pkg-plist	Tue Dec 30 21:23:12 2014	(r375858)
@@ -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


More information about the svn-ports-head mailing list