svn commit: r460074 - head/audio/carla

Yuri Victorovich yuri at FreeBSD.org
Sat Jan 27 01:37:19 UTC 2018


Author: yuri
Date: Sat Jan 27 01:37:18 2018
New Revision: 460074
URL: https://svnweb.freebsd.org/changeset/ports/460074

Log:
  audio/carla: Update to 1.9.8
  
  Additional changes:
  * Added the py-sip dependency (thanks to the user
    Goran Mekić <meka at tilda.center> for notifying me)
  * Added USES=shebangfix because it is needed now
  * Added CONFLICTS_BUILD=rtaudio-* rtmidi-* because it
    is bundled with incompatible versions of both packages
    and the build picks the preinstalled headers/libs first
  * Removed BSD=true per the hint from the upstream author
  
  Submitted by:	myself
  Approved by:	tcberner (mentor)
  Differential Revision:	D13794

Modified:
  head/audio/carla/Makefile
  head/audio/carla/distinfo

Modified: head/audio/carla/Makefile
==============================================================================
--- head/audio/carla/Makefile	Sat Jan 27 01:25:41 2018	(r460073)
+++ head/audio/carla/Makefile	Sat Jan 27 01:37:18 2018	(r460074)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Carla
-DISTVERSION=	1.9.7b-279
-DISTVERSIONSUFFIX=	-g3758c005
+DISTVERSION=	1.9.8
 CATEGORIES=	audio
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -15,18 +14,20 @@ LIB_DEPENDS=	liblo.so:audio/liblo \
 		libsndfile.so:audio/libsndfile
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyliblo>0:audio/py-pyliblo@${PY_FLAVOR}
 
+CONFLICTS_BUILD=	rtaudio-* rtmidi-*
+
 USES=		compiler:c++11-lib desktop-file-utils gmake localbase \
-		pkgconfig pyqt:5 python:3.4+ shared-mime-info tar:bz2
+		pkgconfig pyqt:5 python:3.4+ shared-mime-info shebangfix tar:bz2
 USE_GITHUB=	yes
 GH_ACCOUNT=	falkTX
-USE_PYQT=	core_run gui_run svg_run widgets_run sip_build xml_build
+USE_PYQT=	core_run gui_run sip svg_run widgets_run xml_build  # "sip" should be "sip_build", but "import PyQt5.QtCore" wants "sip". See bug#225040
 USE_GNOME=	gtk20 gtk30
 USE_QT5=	core gui widgets buildtools_build
 USE_XORG=	x11
 USE_LDCONFIG=	${PREFIX}/lib/carla
+SHEBANG_FILES=	data/carla-single source/native-plugins/resources/*
 
-MAKE_ARGS=	BSD=true \
-		HAVE_QT4=false \
+MAKE_ARGS=	HAVE_QT4=false \
 		EXTERNAL_PLUGINS=false
 
 OPTIONS_DEFINE=		FFMPEG FLUIDSYNTH LINUXSAMPLER

Modified: head/audio/carla/distinfo
==============================================================================
--- head/audio/carla/distinfo	Sat Jan 27 01:25:41 2018	(r460073)
+++ head/audio/carla/distinfo	Sat Jan 27 01:37:18 2018	(r460074)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1511517338
-SHA256 (falkTX-Carla-1.9.7b-279-g3758c005_GH0.tar.gz) = eeab5c0f28401eb00c184cb882eba49b487772f8648cc5fc9ce24ead22be397f
-SIZE (falkTX-Carla-1.9.7b-279-g3758c005_GH0.tar.gz) = 9770723
+TIMESTAMP = 1517014347
+SHA256 (falkTX-Carla-1.9.8_GH0.tar.gz) = 966647c508bf92eafb03d0aaf687acb399c687782461154fad40d64745786e67
+SIZE (falkTX-Carla-1.9.8_GH0.tar.gz) = 8864901


More information about the svn-ports-all mailing list