Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2019 19:06:56 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520737 - in head/audio: liblscp qsampler
Message-ID:  <201912231906.xBNJ6u0l078534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Mon Dec 23 19:06:55 2019
New Revision: 520737
URL: https://svnweb.freebsd.org/changeset/ports/520737

Log:
  audio/qsampler: update to 0.6.1
  
  - Custom color (palette) theme editor introduced; color (palette) theme changes
    are now effective immediately, except on default.
  - Second attempt to fix the yet non-official though CMake build configuration.
  - When using autotools and ./configure --with-qt=..., it is also necessary to
    adjust the PKG_CONFIG_PATH environment variable

Modified:
  head/audio/liblscp/Makefile
  head/audio/liblscp/distinfo
  head/audio/qsampler/Makefile
  head/audio/qsampler/distinfo

Modified: head/audio/liblscp/Makefile
==============================================================================
--- head/audio/liblscp/Makefile	Mon Dec 23 18:41:20 2019	(r520736)
+++ head/audio/liblscp/Makefile	Mon Dec 23 19:06:55 2019	(r520737)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	liblscp
-PORTVERSION=	0.6.0
+DISTVERSION=	0.6.1
 CATEGORIES=	audio
 MASTER_SITES=	SF/qsampler/${PORTNAME}/${PORTVERSION} \
 		http://download.linuxsampler.org/packages/

Modified: head/audio/liblscp/distinfo
==============================================================================
--- head/audio/liblscp/distinfo	Mon Dec 23 18:41:20 2019	(r520736)
+++ head/audio/liblscp/distinfo	Mon Dec 23 19:06:55 2019	(r520737)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571384381
-SHA256 (liblscp-0.6.0.tar.gz) = b39c78f4be07d4cc6b791d934e6fe58c0a7bc4aa32b6ed5131e303f99bd687e6
-SIZE (liblscp-0.6.0.tar.gz) = 670650
+TIMESTAMP = 1577127472
+SHA256 (liblscp-0.6.1.tar.gz) = 1f8d7fefba52c12683ddd26de8efe9a6dc63ddefb2a9b8ca2a5836ffb315ac16
+SIZE (liblscp-0.6.1.tar.gz) = 687634

Modified: head/audio/qsampler/Makefile
==============================================================================
--- head/audio/qsampler/Makefile	Mon Dec 23 18:41:20 2019	(r520736)
+++ head/audio/qsampler/Makefile	Mon Dec 23 19:06:55 2019	(r520737)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qsampler
 DISTVERSIONPREFIX=	qsampler_
-DISTVERSION=	0_6_0
+DISTVERSION=	0_6_1
 CATEGORIES=	audio
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/audio/qsampler/distinfo
==============================================================================
--- head/audio/qsampler/distinfo	Mon Dec 23 18:41:20 2019	(r520736)
+++ head/audio/qsampler/distinfo	Mon Dec 23 19:06:55 2019	(r520737)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571382394
-SHA256 (rncbc-qsampler-qsampler_0_6_0_GH0.tar.gz) = 46f10ed5383524681dabb339473baeed7a6149556f99b3daeb57895d58c6abea
-SIZE (rncbc-qsampler-qsampler_0_6_0_GH0.tar.gz) = 231567
+TIMESTAMP = 1577127339
+SHA256 (rncbc-qsampler-qsampler_0_6_1_GH0.tar.gz) = 0cc3e8c0cfc2d5a5862ee88da803e4483c78c121fb8fdb858dd9b1484abe4cfa
+SIZE (rncbc-qsampler-qsampler_0_6_1_GH0.tar.gz) = 248481



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912231906.xBNJ6u0l078534>