From 4636526fa1b9c36e5542fd18edf68c7478c5ea68 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 9 Jun 2018 17:36:08 +0000 Subject: [PATCH] audio/ir-lv2: Update 1.3.2.1 -> 1.3.3.2; change from fork to the repo owned by the author --- audio/ir-lv2/Makefile | 7 +++---- audio/ir-lv2/distinfo | 6 +++--- audio/ir-lv2/files/patch-Makefile | 17 +++-------------- 3 files changed, 9 insertions(+), 21 deletions(-) diff --git a/audio/ir-lv2/Makefile b/audio/ir-lv2/Makefile index 1a5acfbdb647..f086ab245e91 100644 --- a/audio/ir-lv2/Makefile +++ b/audio/ir-lv2/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= ir -DISTVERSIONPREFIX= v -DISTVERSION= 1.3.2-1 -PORTREVISION= 1 +DISTVERSION= 1.3.3-2 +DISTVERSIONSUFFIX= -gb94bc67 CATEGORIES= audio PKGNAMESUFFIX= -lv2 @@ -24,7 +23,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ USES= gmake pkgconfig USE_GITHUB= yes -GH_ACCOUNT= Anchakor +GH_ACCOUNT= tomszilagyi GH_PROJECT= ir.lv2 USE_GNOME= glib20 gtk20 gdkpixbuf2 cairo diff --git a/audio/ir-lv2/distinfo b/audio/ir-lv2/distinfo index 616de9182bb8..5a285d1fdf39 100644 --- a/audio/ir-lv2/distinfo +++ b/audio/ir-lv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1517423600 -SHA256 (Anchakor-ir.lv2-v1.3.2-1_GH0.tar.gz) = c762da0d3b5f5d75c946d2d088c26630e5c1868200ac7598589ef04ed65f93bc -SIZE (Anchakor-ir.lv2-v1.3.2-1_GH0.tar.gz) = 51336 +TIMESTAMP = 1528565114 +SHA256 (tomszilagyi-ir.lv2-1.3.3-2-gb94bc67_GH0.tar.gz) = c6a5c907e74ad649af5a845ecf88bc9af285975ed8a712ec85dbd8187c6cbdd7 +SIZE (tomszilagyi-ir.lv2-1.3.3-2-gb94bc67_GH0.tar.gz) = 126424 diff --git a/audio/ir-lv2/files/patch-Makefile b/audio/ir-lv2/files/patch-Makefile index e9e38951c77e..dc5ee1699358 100644 --- a/audio/ir-lv2/files/patch-Makefile +++ b/audio/ir-lv2/files/patch-Makefile @@ -1,16 +1,5 @@ ---- Makefile.orig 2013-09-10 06:27:31 UTC +--- Makefile.orig 2018-01-03 15:11:45 UTC +++ Makefile -@@ -4,8 +4,8 @@ - # Issue 'make convert4chan' to compile the 4-channel converter utility - # (for local use, not installed by make install) - --PREFIX = /usr --INSTDIR = $(PREFIX)/lib/lv2/ir.lv2 -+PREFIX ?= /usr -+INSTDIR = $(DESTDIR)/$(PREFIX)/lib/lv2/ir.lv2 - - INST_FILES = ir.so ir_gui.so ir.ttl manifest.ttl - @@ -27,31 +27,31 @@ C4LIBS = -lsndfile `pkg-config --libs gt all: ir.so ir_gui.so @@ -47,8 +36,8 @@ + $(CXX) $(LDFLAGS) ir_gui.o ir_utils.o ir_meter.o ir_modeind.o ir_wavedisplay.o $(LIBS) -shared -o ir_gui.so convert4chan: convert4chan.c -- gcc $(C4CFLAGS) convert4chan.c $(C4LIBS) -o convert4chan -+ $(CC) $(C4CFLAGS) convert4chan.c $(C4LIBS) -o convert4chan +- gcc $(C4CFLAGS) $(CPPFLAGS) $(LDFLAGS) convert4chan.c $(C4LIBS) -o convert4chan ++ $(CC) $(C4CFLAGS) $(CPPFLAGS) $(LDFLAGS) convert4chan.c $(C4LIBS) -o convert4chan install: all mkdir -p $(INSTDIR)