From owner-svn-ports-all@freebsd.org Tue Jun 9 07:13:50 2020 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 AA87E34C0F9; Tue, 9 Jun 2020 07:13:50 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49h1Z645RSz3cPN; Tue, 9 Jun 2020 07:13:50 +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 87ED411DAF; Tue, 9 Jun 2020 07:13:50 +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 0597DowW055119; Tue, 9 Jun 2020 07:13:50 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0597DnoA055116; Tue, 9 Jun 2020 07:13:49 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202006090713.0597DnoA055116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 9 Jun 2020 07:13:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538295 - in head/audio/zrythm: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio/zrythm: . files X-SVN-Commit-Revision: 538295 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.33 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: Tue, 09 Jun 2020 07:13:50 -0000 Author: yuri Date: Tue Jun 9 07:13:49 2020 New Revision: 538295 URL: https://svnweb.freebsd.org/changeset/ports/538295 Log: audio/zryth: Update 0.8.459 -> 0.8.535 Reported by: portscout Modified: head/audio/zrythm/Makefile head/audio/zrythm/distinfo head/audio/zrythm/files/patch-meson.build head/audio/zrythm/pkg-plist Modified: head/audio/zrythm/Makefile ============================================================================== --- head/audio/zrythm/Makefile Tue Jun 9 07:11:18 2020 (r538294) +++ head/audio/zrythm/Makefile Tue Jun 9 07:13:49 2020 (r538295) @@ -2,7 +2,7 @@ PORTNAME= zrythm DISTVERSIONPREFIX= v -DISTVERSION= 0.8.459 +DISTVERSION= 0.8.535 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org Modified: head/audio/zrythm/distinfo ============================================================================== --- head/audio/zrythm/distinfo Tue Jun 9 07:11:18 2020 (r538294) +++ head/audio/zrythm/distinfo Tue Jun 9 07:13:49 2020 (r538295) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590456240 -SHA256 (zrythm-zrythm-v0.8.459_GH0.tar.gz) = 66ae0179332d7688a7eeb7f93840aca733379555ea05ed84ff76144fbdac6f4c -SIZE (zrythm-zrythm-v0.8.459_GH0.tar.gz) = 13030321 +TIMESTAMP = 1591683155 +SHA256 (zrythm-zrythm-v0.8.535_GH0.tar.gz) = bd2f77dbea292face7b5ef78ab8ccd442b179e56d0d1b357cba3a0abef87c140 +SIZE (zrythm-zrythm-v0.8.535_GH0.tar.gz) = 13053905 Modified: head/audio/zrythm/files/patch-meson.build ============================================================================== --- head/audio/zrythm/files/patch-meson.build Tue Jun 9 07:11:18 2020 (r538294) +++ head/audio/zrythm/files/patch-meson.build Tue Jun 9 07:13:49 2020 (r538295) @@ -1,6 +1,6 @@ ---- meson.build.orig 2020-05-15 17:53:28 UTC +--- meson.build.orig 2020-06-06 18:03:44 UTC +++ meson.build -@@ -625,8 +625,8 @@ zrythm_deps = [ +@@ -638,8 +638,8 @@ zrythm_deps = [ gtksource_dep, # these are needed for gentoo @@ -11,14 +11,14 @@ libm, ] -@@ -637,8 +637,8 @@ if os_windows - # pkg-config - zrythm_deps += dependency('fftw3f') - else -- zrythm_deps += cc.find_library('fftw3_threads') -- zrythm_deps += cc.find_library('fftw3f_threads') -+ #zrythm_deps += cc.find_library('fftw3_threads') -+ #zrythm_deps += cc.find_library('fftw3f_threads') +@@ -652,8 +652,8 @@ if os_windows endif + # for mingw on arch linux +-zrythm_deps += cc.find_library('fftw3_threads', required: false) +-zrythm_deps += cc.find_library('fftw3f_threads', required: false) ++#zrythm_deps += cc.find_library('fftw3_threads', required: false) ++#zrythm_deps += cc.find_library('fftw3f_threads', required: false) + if os_gnu + zrythm_deps += cc.find_library('rt') Modified: head/audio/zrythm/pkg-plist ============================================================================== --- head/audio/zrythm/pkg-plist Tue Jun 9 07:11:18 2020 (r538294) +++ head/audio/zrythm/pkg-plist Tue Jun 9 07:13:49 2020 (r538295) @@ -70,12 +70,7 @@ share/mime/packages/org.zrythm.Zrythm-mime.xml %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/fade-in.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/fade-out.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/listen.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/media-playback-stop.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/media-playlist-repeat.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/media-record-on.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/media-record.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/media-seek-backward.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/media-seek-forward.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/mixer.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/mute.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/object-resize-left.svg @@ -108,6 +103,7 @@ share/mime/packages/org.zrythm.Zrythm-mime.xml %%DATADIR%%/themes/icons/zrythm-dark/scalable/devices/synth.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/emotes/face-smile.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/status/bars.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/status/image-missing.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/status/jack-timebase-master.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/status/jack-transport-client.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/status/signal-audio.svg