From owner-svn-ports-all@freebsd.org Sun Apr 29 15:08:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFA2AFAFA51; Sun, 29 Apr 2018 15:08:15 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7045E86ECB; Sun, 29 Apr 2018 15:08:15 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6588525E80; Sun, 29 Apr 2018 15:08:15 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3TF8F1u021448; Sun, 29 Apr 2018 15:08:15 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3TF8E55021442; Sun, 29 Apr 2018 15:08:14 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201804291508.w3TF8E55021442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 29 Apr 2018 15:08:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468631 - in head/audio/cantata: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/audio/cantata: . files X-SVN-Commit-Revision: 468631 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Apr 2018 15:08:16 -0000 Author: tcberner Date: Sun Apr 29 15:08:14 2018 New Revision: 468631 URL: https://svnweb.freebsd.org/changeset/ports/468631 Log: audio/cantanta update to 2.3.0 Added: head/audio/cantata/files/ head/audio/cantata/files/patch-CMakeLists.txt (contents, props changed) head/audio/cantata/files/patch-devices_mounter_CMakeLists.txt (contents, props changed) Modified: head/audio/cantata/Makefile head/audio/cantata/distinfo head/audio/cantata/pkg-plist Modified: head/audio/cantata/Makefile ============================================================================== --- head/audio/cantata/Makefile Sun Apr 29 14:44:24 2018 (r468630) +++ head/audio/cantata/Makefile Sun Apr 29 15:08:14 2018 (r468631) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= cantata -DISTVERSION= 2.2.0 +DISTVERSION= 2.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= audio kde MAINTAINER= kde@FreeBSD.org @@ -23,7 +22,8 @@ CMAKE_ARGS= -DENABLE_QT5:BOOL=TRUE \ -DCMAKE_DISABLE_FIND_PACKAGE_UDev:BOOL=TRUE USES= cmake:outsource cpe pkgconfig shebangfix -SHEBANG_FILES= playlists/cantata-dynamic cantata-remote.cmake +SHEBANG_FILES= playlists/cantata-dynamic cantata-remote.cmake \ + devices/mounter/mount.cifs.wrapper CPE_VENDOR= craig_drummond USE_LDCONFIG= yes Modified: head/audio/cantata/distinfo ============================================================================== --- head/audio/cantata/distinfo Sun Apr 29 14:44:24 2018 (r468630) +++ head/audio/cantata/distinfo Sun Apr 29 15:08:14 2018 (r468631) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506781584 -SHA256 (CDrummond-cantata-v2.2.0_GH0.tar.gz) = 000f7a8561667fc8d15fad3b8bf0ada8f693a76fed0afafa166a0225cc93e9de -SIZE (CDrummond-cantata-v2.2.0_GH0.tar.gz) = 2955660 +TIMESTAMP = 1524847557 +SHA256 (CDrummond-cantata-v2.3.0_GH0.tar.gz) = 99d232cb03e4e3ccdba0249c366237218d29fec00abfbbc0c83b4fdb8ceb4d90 +SIZE (CDrummond-cantata-v2.3.0_GH0.tar.gz) = 3998039 Added: head/audio/cantata/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cantata/files/patch-CMakeLists.txt Sun Apr 29 15:08:14 2018 (r468631) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2018-04-27 18:02:32 UTC ++++ CMakeLists.txt +@@ -100,7 +100,7 @@ elseif (NOT HAIKU) + set(CANTATA_ICON_INSTALL_PREFIX ${SHARE_INSTALL_PREFIX}/icons/hicolor) + endif () + +-if (NOT WIN32 AND NOT APPLE AND ENABLE_DEVICES_SUPPORT AND ENABLE_UDISKS2) ++if (LINUX AND ENABLE_DEVICES_SUPPORT AND ENABLE_UDISKS2) + set(WITH_SOLID_UDISKS2 ON) + endif () + Added: head/audio/cantata/files/patch-devices_mounter_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cantata/files/patch-devices_mounter_CMakeLists.txt Sun Apr 29 15:08:14 2018 (r468631) @@ -0,0 +1,11 @@ +--- devices/mounter/CMakeLists.txt.orig 2018-04-29 14:02:49 UTC ++++ devices/mounter/CMakeLists.txt +@@ -5,7 +5,7 @@ add_executable( cantata-mounter ${CANTATA_MOUNTER_SRCS + install(TARGETS cantata-mounter RUNTIME DESTINATION lib/cantata) + configure_file(mpd.cantata.mounter.service.cmake ${CMAKE_CURRENT_BINARY_DIR}/mpd.cantata.mounter.service) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/mpd.cantata.mounter.service DESTINATION ${SHARE_INSTALL_PREFIX}/dbus-1/system-services/ ) +-install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/mpd.cantata.mounter.conf DESTINATION /etc/dbus-1/system.d/ ) ++install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/mpd.cantata.mounter.conf DESTINATION ${CMAKE_INSTALL_PREFIX}/etc/dbus-1/system.d/ ) + + target_link_libraries(cantata-mounter ${Qt5Core_LIBRARIES} ${Qt5DBus_LIBRARIES}) + include_directories( ${QTINCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR}) Modified: head/audio/cantata/pkg-plist ============================================================================== --- head/audio/cantata/pkg-plist Sun Apr 29 14:44:24 2018 (r468630) +++ head/audio/cantata/pkg-plist Sun Apr 29 15:08:14 2018 (r468631) @@ -1,4 +1,6 @@ bin/cantata +%%TAGLIB%%etc/dbus-1/system.d/mpd.cantata.mounter.conf +%%TAGLIB%%lib/cantata/cantata-mounter %%REPLAYGAIN%%lib/cantata/cantata-replaygain %%TAGLIB%%lib/cantata/cantata-tags share/applications/cantata.desktop @@ -9,22 +11,20 @@ share/applications/cantata.desktop %%DATADIR%%/config/weblinks.xml %%DATADIR%%/fonts/fontawesome-webfont.ttf %%DATADIR%%/icons/bbc.svg -%%DATADIR%%/icons/cbc.svg -%%DATADIR%%/icons/npr.svg -%%DATADIR%%/icons/podcasts.png -%%DATADIR%%/icons/soundcloud.png -%%DATADIR%%/icons/stream.png +%%DATADIR%%/icons/cantata/128/cantata.png %%DATADIR%%/icons/cantata/AUTHORS %%DATADIR%%/icons/cantata/LICENSE %%DATADIR%%/icons/cantata/index.theme %%DATADIR%%/icons/cantata/svg/audio-x-generic.svg %%DATADIR%%/icons/cantata/svg/cantata.svg %%TAGLIB%%%%DATADIR%%/icons/cantata/svg/drive-removable-media-usb-pendrive.svg -%%DATADIR%%/icons/cantata/svg/folder-downloads.svg +%%TAGLIB%%%%DATADIR%%/icons/cantata/svg/folder-network.svg +%%TAGLIB%%%%DATADIR%%/icons/cantata/svg/folder-samba.svg %%DATADIR%%/icons/cantata/svg/folder-temp.svg %%DATADIR%%/icons/cantata/svg/fork.svg %%DATADIR%%/icons/cantata/svg/information.svg %%DATADIR%%/icons/cantata/svg/inode-directory.svg +%%DATADIR%%/icons/cantata/svg/key.svg %%TAGLIB%%%%DATADIR%%/icons/cantata/svg/multimedia-player.svg %%DATADIR%%/icons/cantata/svg/network-server-database.svg %%DATADIR%%/icons/cantata/svg/preferences-desktop-keyboard.svg @@ -35,11 +35,18 @@ share/applications/cantata.desktop %%DATADIR%%/icons/cantata/svg64/dialog-information.svg %%DATADIR%%/icons/cantata/svg64/dialog-question.svg %%DATADIR%%/icons/cantata/svg64/dialog-warning.svg +%%DATADIR%%/icons/cbc.svg +%%DATADIR%%/icons/npr.svg +%%DATADIR%%/icons/podcasts.png +%%DATADIR%%/icons/soundcloud.png +%%DATADIR%%/icons/stream.png %%DATADIR%%/mpd/mpd.conf.template %%DATADIR%%/scripts/cantata-dynamic %%DATADIR%%/scripts/cantata-remote +%%TAGLIB%%%%DATADIR%%/scripts/mount.cifs.wrapper %%NLS%%%%DATADIR%%/translations/blank.qm %%NLS%%%%DATADIR%%/translations/cantata_cs.qm +%%NLS%%%%DATADIR%%/translations/cantata_da.qm %%NLS%%%%DATADIR%%/translations/cantata_de.qm %%NLS%%%%DATADIR%%/translations/cantata_en_GB.qm %%NLS%%%%DATADIR%%/translations/cantata_es.qm @@ -51,6 +58,7 @@ share/applications/cantata.desktop %%NLS%%%%DATADIR%%/translations/cantata_pl.qm %%NLS%%%%DATADIR%%/translations/cantata_ru.qm %%NLS%%%%DATADIR%%/translations/cantata_zh_CN.qm +%%TAGLIB%%share/dbus-1/system-services/mpd.cantata.mounter.service share/icons/hicolor/128x128/apps/cantata.png share/icons/hicolor/16x16/apps/cantata.png share/icons/hicolor/22x22/apps/cantata.png @@ -60,5 +68,5 @@ share/icons/hicolor/32x32/apps/cantata.png share/icons/hicolor/48x48/apps/cantata.png share/icons/hicolor/512x512/apps/cantata.png share/icons/hicolor/64x64/apps/cantata.png -share/icons/hicolor/scalable/apps/cantata.svg share/icons/hicolor/scalable/apps/cantata-symbolic.svg +share/icons/hicolor/scalable/apps/cantata.svg