audio/ir-lv2: Update 1.3.2.1 -> 1.3.3.2; change from fork to the repo owned by the author

This commit is contained in:
Yuri Victorovich 2018-06-09 17:36:08 +00:00
parent 0d774b7137
commit 4636526fa1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472073
3 changed files with 9 additions and 21 deletions

View File

@ -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

View File

@ -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

View File

@ -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)