From owner-svn-ports-all@freebsd.org Sat Dec 14 17:40:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EB48E1D3091; Sat, 14 Dec 2019 17:40:43 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Zvvb5wzzz4ZW4; Sat, 14 Dec 2019 17:40:43 +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 C6E371E6; Sat, 14 Dec 2019 17:40:43 +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 xBEHehiJ054025; Sat, 14 Dec 2019 17:40:43 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBEHegns054021; Sat, 14 Dec 2019 17:40:42 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201912141740.xBEHegns054021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 14 Dec 2019 17:40:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520134 - head/audio/elisa X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/audio/elisa X-SVN-Commit-Revision: 520134 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.29 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: Sat, 14 Dec 2019 17:40:44 -0000 Author: tcberner Date: Sat Dec 14 17:40:42 2019 New Revision: 520134 URL: https://svnweb.freebsd.org/changeset/ports/520134 Log: audio/elisa: update to 19.1audio/elisa: update to 19.12.0 Modified: head/audio/elisa/Makefile head/audio/elisa/distinfo head/audio/elisa/pkg-descr head/audio/elisa/pkg-plist Modified: head/audio/elisa/Makefile ============================================================================== --- head/audio/elisa/Makefile Sat Dec 14 17:07:10 2019 (r520133) +++ head/audio/elisa/Makefile Sat Dec 14 17:40:42 2019 (r520134) @@ -1,12 +1,10 @@ # $FreeBSD$ PORTNAME= elisa -PORTVERSION= 0.4.2 -PORTREVISION= 1 -CATEGORIES= audio kde -MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= audio kde kde-applications -MAINTAINER= kde@FreeBSD.org +MAINTAINER= kdeg@FreeBSD.org COMMENT= Audio player with QML and KDE Plasma integration LICENSE= LGPL3+ @@ -14,12 +12,19 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++14-lang desktop-file-utils gettext kde:5 \ pkgconfig qt:5 tar:xz -USE_QT= buildtools_build qmake_build testlib_build \ - concurrent core dbus declarative gui multimedia network \ - quickcontrols2 sql svg widgets xml USE_KDE= auth baloo5 bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons filemetadata i18n itemviews \ jobwidgets kcmutils kdeclarative kio kirigami2 package \ service solid widgetsaddons xmlgui +USE_QT= buildtools_build qmake_build testlib_build \ + concurrent core dbus declarative gui multimedia network \ + quickcontrols2 sql svg widgets xml + +OPTIONS_DEFINE= DOCS VLC +OPTIONS_DEFAULT= DOCS VLC + +VLC_DESC= Use VLC instead of QtMultimedia +VLC_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_LIBVLC +VLC_LIB_DEPENDS= libvlc.so:multimedia/vlc .include Modified: head/audio/elisa/distinfo ============================================================================== --- head/audio/elisa/distinfo Sat Dec 14 17:07:10 2019 (r520133) +++ head/audio/elisa/distinfo Sat Dec 14 17:40:42 2019 (r520134) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561976709 -SHA256 (elisa-0.4.2.tar.xz) = fc2496cad8b52daafa2c28fd033d8bd47e842de3ef3865cf0bffdd84a8712a6d -SIZE (elisa-0.4.2.tar.xz) = 1274720 +TIMESTAMP = 1576232743 +SHA256 (KDE/applications/19.12.0/elisa-19.12.0.tar.xz) = 0c4a4ab6535839d8fb7f76febafa571876bb9f2378093d7370b58d341dae42a5 +SIZE (KDE/applications/19.12.0/elisa-19.12.0.tar.xz) = 1386020 Modified: head/audio/elisa/pkg-descr ============================================================================== --- head/audio/elisa/pkg-descr Sat Dec 14 17:07:10 2019 (r520133) +++ head/audio/elisa/pkg-descr Sat Dec 14 17:40:42 2019 (r520134) @@ -1,13 +1,13 @@ -Elisa is a music player developed by the KDE community that strives -to be simple and nice to use. We also recognize that we need a flexible +Elisa is a music player developed by the KDE community that strives +to be simple and nice to use. We also recognize that we need a flexible product to account for the different workflows and use-cases of our users. -We focus on a very good integration with the Plasma desktop of the -KDE community without compromising the support for other platforms +We focus on a very good integration with the Plasma desktop of the +KDE community without compromising the support for other platforms (other Linux desktop environments, Windows and Android). -We are creating a reliable product that is a joy to use and respects -our users privacy. As such, we will prefer to support online services +We are creating a reliable product that is a joy to use and respects +our users privacy. As such, we will prefer to support online services where users are in control of their data. WWW: https://userbase.kde.org/Elisa Modified: head/audio/elisa/pkg-plist ============================================================================== --- head/audio/elisa/pkg-plist Sat Dec 14 17:07:10 2019 (r520133) +++ head/audio/elisa/pkg-plist Sat Dec 14 17:40:42 2019 (r520134) @@ -5,25 +5,6 @@ lib/elisa/libelisaLib.so.0.1 %%QT_QMLDIR%%/org/kde/elisa/libelisaqmlplugin.so %%QT_QMLDIR%%/org/kde/elisa/qmldir share/applications/org.kde.elisa.desktop -share/doc/HTML/ca/elisa/index.cache.bz2 -share/doc/HTML/ca/elisa/index.docbook -share/doc/HTML/de/elisa/index.cache.bz2 -share/doc/HTML/de/elisa/index.docbook -share/doc/HTML/en/elisa/Screenshot_20180912_232200.png -share/doc/HTML/en/elisa/index.cache.bz2 -share/doc/HTML/en/elisa/index.docbook -share/doc/HTML/es/elisa/index.cache.bz2 -share/doc/HTML/es/elisa/index.docbook -share/doc/HTML/it/elisa/index.cache.bz2 -share/doc/HTML/it/elisa/index.docbook -share/doc/HTML/nl/elisa/index.cache.bz2 -share/doc/HTML/nl/elisa/index.docbook -share/doc/HTML/pt_BR/elisa/index.cache.bz2 -share/doc/HTML/pt_BR/elisa/index.docbook -share/doc/HTML/sv/elisa/index.cache.bz2 -share/doc/HTML/sv/elisa/index.docbook -share/doc/HTML/uk/elisa/index.cache.bz2 -share/doc/HTML/uk/elisa/index.docbook share/icons/hicolor/128x128/apps/elisa.png share/icons/hicolor/16x16/apps/elisa.png share/icons/hicolor/22x22/apps/elisa.png @@ -36,8 +17,6 @@ share/kpackage/kcms/kcm_elisa_local_file/metadata.json share/kservices5/kcm_elisa_local_file.desktop share/locale/ar/LC_MESSAGES/elisa.mo share/locale/ar/LC_MESSAGES/kcm_elisa_local_file.mo -share/locale/ast/LC_MESSAGES/elisa.mo -share/locale/ast/LC_MESSAGES/kcm_elisa_local_file.mo share/locale/bs/LC_MESSAGES/elisa.mo share/locale/ca/LC_MESSAGES/elisa.mo share/locale/ca/LC_MESSAGES/kcm_elisa_local_file.mo @@ -49,6 +28,8 @@ share/locale/da/LC_MESSAGES/elisa.mo share/locale/da/LC_MESSAGES/kcm_elisa_local_file.mo share/locale/de/LC_MESSAGES/elisa.mo share/locale/de/LC_MESSAGES/kcm_elisa_local_file.mo +share/locale/el/LC_MESSAGES/elisa.mo +share/locale/el/LC_MESSAGES/kcm_elisa_local_file.mo share/locale/en_GB/LC_MESSAGES/elisa.mo share/locale/en_GB/LC_MESSAGES/kcm_elisa_local_file.mo share/locale/es/LC_MESSAGES/elisa.mo @@ -69,6 +50,8 @@ share/locale/ja/LC_MESSAGES/elisa.mo share/locale/ja/LC_MESSAGES/kcm_elisa_local_file.mo share/locale/ko/LC_MESSAGES/elisa.mo share/locale/ko/LC_MESSAGES/kcm_elisa_local_file.mo +share/locale/lt/LC_MESSAGES/elisa.mo +share/locale/lt/LC_MESSAGES/kcm_elisa_local_file.mo share/locale/nl/LC_MESSAGES/elisa.mo share/locale/nl/LC_MESSAGES/kcm_elisa_local_file.mo share/locale/nn/LC_MESSAGES/elisa.mo @@ -93,3 +76,4 @@ share/locale/zh_CN/LC_MESSAGES/kcm_elisa_local_file.mo share/locale/zh_TW/LC_MESSAGES/elisa.mo share/locale/zh_TW/LC_MESSAGES/kcm_elisa_local_file.mo share/metainfo/org.kde.elisa.appdata.xml +share/qlogging-categories5/elisa.categories