1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

audio/giada: Update 0.15.3 -> 0.16.0-7

This commit is contained in:
Yuri Victorovich 2019-12-02 17:57:48 +00:00
parent 4698d302e9
commit 509742a1e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518857
3 changed files with 8 additions and 22 deletions

View File

@ -2,13 +2,10 @@
PORTNAME= giada
DISTVERSIONPREFIX= v
DISTVERSION= 0.15.3
PORTREVISION= 3
DISTVERSION= 0.16.0-7
DISTVERSIONSUFFIX= -g26ebbce7
CATEGORIES= audio
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= ea7a3a8c300cf24cee50a834aa0f579fada5f660.patch:-p1
MAINTAINER= yuri@FreeBSD.org
COMMENT= Hardcore loop machine
@ -17,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libfltk.so:x11-toolkits/fltk \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libjack.so:audio/jack \
libjansson.so:devel/jansson \
@ -25,12 +23,12 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
libsamplerate.so:audio/libsamplerate \
libsndfile.so:audio/libsndfile
USES= autoreconf compiler:c++11-lang gmake localbase xorg
USES= autoreconf compiler:c++14-lang gmake localbase xorg
USE_GITHUB= yes
GH_ACCOUNT= monocasual
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --target=${OPSYS:tl}
USE_XORG= x11 xext xft xpm
USE_XORG= x11 xcursor xext xfixes xft xinerama xpm xrender
LDFLAGS+= -lfltk
PLIST_FILES= bin/giada

View File

@ -1,5 +1,3 @@
TIMESTAMP = 1547545001
SHA256 (monocasual-giada-v0.15.3_GH0.tar.gz) = e2ee3d2f787e9dcd6a57fbf454c1aa2f9ecd2f3172a4b83de726de692c15a2de
SIZE (monocasual-giada-v0.15.3_GH0.tar.gz) = 456011
SHA256 (ea7a3a8c300cf24cee50a834aa0f579fada5f660.patch) = a9951add4c151d5f43fbce8c4d5613c6281a32fa519632eb79d3b7ff061f27aa
SIZE (ea7a3a8c300cf24cee50a834aa0f579fada5f660.patch) = 15156
TIMESTAMP = 1575309260
SHA256 (monocasual-giada-v0.16.0-7-g26ebbce7_GH0.tar.gz) = a660a3a02497a8d99fe38f6c1a63e87ba6100b3097fa2a0d9bb48c4012325ce1
SIZE (monocasual-giada-v0.16.0-7-g26ebbce7_GH0.tar.gz) = 462083

View File

@ -1,10 +0,0 @@
--- src/core/init.cpp.orig 2019-02-22 10:29:43 UTC
+++ src/core/init.cpp
@@ -25,6 +25,7 @@
* -------------------------------------------------------------------------- */
+#include <atomic>
#include <thread>
#include <ctime>
#ifdef __APPLE__