mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
audio/jacktrip: Update 1.5.0 -> 1.5.1
Reported by: portscout
This commit is contained in:
parent
d558e03024
commit
571fd17ba6
@ -1,25 +1,28 @@
|
||||
PORTNAME= jacktrip
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.5.0
|
||||
DISTVERSION= 1.5.1
|
||||
CATEGORIES= audio
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES= b3a73695ba1788274ca19b7f00f4c06e2b41649b.diff:-p1
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Multi-machine audio network performance over the Internet
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= help2man:misc/help2man
|
||||
LIB_DEPENDS= libjack.so:audio/jack
|
||||
|
||||
USES= compiler:c++11-lang qmake qt:5
|
||||
USE_QT= core network buildtools_build
|
||||
USES= compiler:c++11-lang gl pkgconfig qmake qt:5
|
||||
USE_QT= core gui network widgets buildtools_build
|
||||
USE_GL= gl
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= d5e110c # contains compilation error fix
|
||||
|
||||
CXXFLAGS+= -D__LINUX__
|
||||
QMAKE_SOURCE_PATH= ${PORTNAME}.pro
|
||||
|
||||
WRKSRC_SUBDIR= src
|
||||
|
||||
PLIST_FILES= bin/jacktrip
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
share/man/man1/jacktrip.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1641314846
|
||||
SHA256 (jacktrip-jacktrip-v1.5.0-d5e110c_GH0.tar.gz) = 85d197d3fb81d4d188685733bd020cb067965ce9606b2e0d6d0c0c78a1536f08
|
||||
SIZE (jacktrip-jacktrip-v1.5.0-d5e110c_GH0.tar.gz) = 4229494
|
||||
TIMESTAMP = 1646199357
|
||||
SHA256 (jacktrip-jacktrip-v1.5.1_GH0.tar.gz) = 3288eb5c53c69b93d28f4c4685baaf82195b439093573b1190c502cf05919648
|
||||
SIZE (jacktrip-jacktrip-v1.5.1_GH0.tar.gz) = 5191575
|
||||
SHA256 (b3a73695ba1788274ca19b7f00f4c06e2b41649b.diff) = 88c3e6d3094ca8ae0df86dad0b7d6a1a75e8f0c9016ab5975a7068b9f5261e3b
|
||||
SIZE (b3a73695ba1788274ca19b7f00f4c06e2b41649b.diff) = 5942
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- jacktrip.pro.orig 2020-11-15 00:26:30 UTC
|
||||
--- jacktrip.pro.orig 2022-01-07 17:52:55 UTC
|
||||
+++ jacktrip.pro
|
||||
@@ -5,7 +5,7 @@
|
||||
CONFIG += c++11 console
|
||||
@ -7,5 +7,5 @@
|
||||
-CONFIG += qt thread debug_and_release build_all
|
||||
+CONFIG += qt thread release build_all
|
||||
CONFIG(debug, debug|release) {
|
||||
TARGET = jacktrip_debug
|
||||
} else {
|
||||
TARGET = jacktrip_debug
|
||||
application_id = 'org.jacktrip.JackTrip.Devel'
|
||||
|
Loading…
Reference in New Issue
Block a user