From owner-svn-ports-head@freebsd.org Tue Jan 8 08:29:46 2019 Return-Path: Delivered-To: svn-ports-head@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 D0C3E14949C8; Tue, 8 Jan 2019 08:29:45 +0000 (UTC) (envelope-from yuri@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 75DBD756D7; Tue, 8 Jan 2019 08:29:45 +0000 (UTC) (envelope-from yuri@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 4E1E324F92; Tue, 8 Jan 2019 08:29:45 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x088TjsS020200; Tue, 8 Jan 2019 08:29:45 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x088Ti7S020195; Tue, 8 Jan 2019 08:29:44 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201901080829.x088Ti7S020195@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 8 Jan 2019 08:29:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489653 - in head/multimedia: . musikcube X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/multimedia: . musikcube X-SVN-Commit-Revision: 489653 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 75DBD756D7 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jan 2019 08:29:46 -0000 Author: yuri Date: Tue Jan 8 08:29:44 2019 New Revision: 489653 URL: https://svnweb.freebsd.org/changeset/ports/489653 Log: New port: multimedia/musikcube: Terminal-based music player, audio engine, metadata indexer, server Added: head/multimedia/musikcube/ head/multimedia/musikcube/Makefile (contents, props changed) head/multimedia/musikcube/distinfo (contents, props changed) head/multimedia/musikcube/pkg-descr (contents, props changed) head/multimedia/musikcube/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Tue Jan 8 08:16:47 2019 (r489652) +++ head/multimedia/Makefile Tue Jan 8 08:29:44 2019 (r489653) @@ -284,6 +284,7 @@ SUBDIR += msdl SUBDIR += msopenh264 SUBDIR += mswebrtc + SUBDIR += musikcube SUBDIR += mxflib SUBDIR += mythtv SUBDIR += mythtv-frontend Added: head/multimedia/musikcube/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/musikcube/Makefile Tue Jan 8 08:29:44 2019 (r489653) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= musikcube +DISTVERSION= 0.60.1 +CATEGORIES= multimedia audio + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Terminal-based music player, audio engine, metadata indexer, server + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ + libboost_system.so:devel/boost-libs \ + libcurl.so:ftp/curl \ + libev.so:devel/libev \ + libfaad.so:audio/faad \ + libFLAC.so:audio/flac \ + libmicrohttpd.so:www/libmicrohttpd \ + libmp3lame.so:audio/lame \ + libogg.so:audio/libogg \ + libsndio.so:audio/sndio \ + libtag.so:audio/taglib \ + libvorbis.so:audio/libvorbis + +USES= cmake:outsource,noninja compiler:c++14-lang ncurses ssl +USE_GITHUB= yes +GH_ACCOUNT= clangen +USE_LDCONFIG= yes + +.include Added: head/multimedia/musikcube/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/musikcube/distinfo Tue Jan 8 08:29:44 2019 (r489653) @@ -0,0 +1,3 @@ +TIMESTAMP = 1546935492 +SHA256 (clangen-musikcube-0.60.1_GH0.tar.gz) = 7b6661673952a0a27310053ad19defea313a70f4c70aecc91e4a5d1a71bde13c +SIZE (clangen-musikcube-0.60.1_GH0.tar.gz) = 8506015 Added: head/multimedia/musikcube/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/musikcube/pkg-descr Tue Jan 8 08:29:44 2019 (r489653) @@ -0,0 +1,6 @@ +musikcube is a fully functional terminal-based music player, library, and +streaming audio server that runs natively on Windows, macOS, and Linux. It also +runs well on a Raspberry Pi with a custom DAC (e.g. IQaudIO DAC+, HiFiBerry DAC+ +and others), and can output 24bit/192k audio comfortably. + +WWW: https://musikcube.com/ Added: head/multimedia/musikcube/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/musikcube/pkg-plist Tue Jan 8 08:29:44 2019 (r489653) @@ -0,0 +1,59 @@ +bin/musikcube +bin/musikcubed +include/musikcube/core/sdk/DataBuffer.h +include/musikcube/core/sdk/HttpClient.h +include/musikcube/core/sdk/IAnalyzer.h +include/musikcube/core/sdk/IBuffer.h +include/musikcube/core/sdk/IBufferProvider.h +include/musikcube/core/sdk/IDSP.h +include/musikcube/core/sdk/IDataStream.h +include/musikcube/core/sdk/IDataStreamFactory.h +include/musikcube/core/sdk/IDebug.h +include/musikcube/core/sdk/IDecoder.h +include/musikcube/core/sdk/IDecoderFactory.h +include/musikcube/core/sdk/IDevice.h +include/musikcube/core/sdk/IEncoder.h +include/musikcube/core/sdk/IEncoderFactory.h +include/musikcube/core/sdk/IEnvironment.h +include/musikcube/core/sdk/IIndexerNotifier.h +include/musikcube/core/sdk/IIndexerSource.h +include/musikcube/core/sdk/IIndexerWriter.h +include/musikcube/core/sdk/IMap.h +include/musikcube/core/sdk/IMapList.h +include/musikcube/core/sdk/IOutput.h +include/musikcube/core/sdk/IPcmVisualizer.h +include/musikcube/core/sdk/IPlaybackRemote.h +include/musikcube/core/sdk/IPlaybackService.h +include/musikcube/core/sdk/IPlugin.h +include/musikcube/core/sdk/IPreferences.h +include/musikcube/core/sdk/IResource.h +include/musikcube/core/sdk/ISchema.h +include/musikcube/core/sdk/ISimpleDataProvider.h +include/musikcube/core/sdk/ISpectrumVisualizer.h +include/musikcube/core/sdk/ITagReader.h +include/musikcube/core/sdk/ITagStore.h +include/musikcube/core/sdk/ITrack.h +include/musikcube/core/sdk/ITrackList.h +include/musikcube/core/sdk/ITrackListEditor.h +include/musikcube/core/sdk/IValue.h +include/musikcube/core/sdk/IValueList.h +include/musikcube/core/sdk/IVisualizer.h +include/musikcube/core/sdk/constants.h +%%DATADIR%%/libmusikcore.so +%%DATADIR%%/locales/en_US.json +%%DATADIR%%/locales/fr_FR.json +%%DATADIR%%/locales/it_IT.json +%%DATADIR%%/locales/ru_RU.json +%%DATADIR%%/musikcube +%%DATADIR%%/musikcubed +%%DATADIR%%/plugins/libffmpegdecoder.so +%%DATADIR%%/plugins/libhttpdatastream.so +%%DATADIR%%/plugins/libnullout.so +%%DATADIR%%/plugins/libserver.so +%%DATADIR%%/plugins/libsndioout.so +%%DATADIR%%/plugins/libstockencoders.so +%%DATADIR%%/plugins/libsupereqdsp.so +%%DATADIR%%/plugins/libtaglibreader.so +%%DATADIR%%/themes/gruvbox_dark.json +%%DATADIR%%/themes/solarized_dark.json +%%DATADIR%%/themes/solarized_light.json