Skip to content

Commit

Permalink
audio/avldrums-lv2: Update 0.5.0 -> 0.5.1
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Nov 7, 2022
1 parent 3d35acd commit 7e15a76
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
4 changes: 2 additions & 2 deletions audio/avldrums-lv2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= avldrums
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0
DISTVERSION= 0.5.1
CATEGORIES= audio
PKGNAMESUFFIX= -lv2

Expand All @@ -17,7 +17,7 @@ USES= gl gmake gnome pkgconfig xorg
USE_GITHUB= yes
GH_ACCOUNT= x42
GH_PROJECT= ${PORTNAME}.lv2
GH_TUPLE= x42:robtk:52e7789d1f013491d484cfe1a1adb2bde293e7a1:x42_robtk/robtk
GH_TUPLE= x42:robtk:1e82c83:x42_robtk/robtk
USE_GL= gl glu
USE_GNOME= glib20 pango cairo
USE_XORG= x11
Expand Down
10 changes: 5 additions & 5 deletions audio/avldrums-lv2/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1656798950
SHA256 (x42-avldrums.lv2-v0.5.0_GH0.tar.gz) = 4550634ce1aa00156dfb18feaa179b986b2683dfa3697571fe191147095295e0
SIZE (x42-avldrums.lv2-v0.5.0_GH0.tar.gz) = 35245384
SHA256 (x42-robtk-52e7789d1f013491d484cfe1a1adb2bde293e7a1_GH0.tar.gz) = ef7cfef4bcd43ab5979749f75482ecf0485cbeab60b1898c78c0d5d2f6cc3bd1
SIZE (x42-robtk-52e7789d1f013491d484cfe1a1adb2bde293e7a1_GH0.tar.gz) = 116947
TIMESTAMP = 1667858614
SHA256 (x42-avldrums.lv2-v0.5.1_GH0.tar.gz) = 671e3f3a2ac547de7f57eec1fa890aefcf44b09373f790bfb25d56a86b1435c7
SIZE (x42-avldrums.lv2-v0.5.1_GH0.tar.gz) = 35246009
SHA256 (x42-robtk-1e82c83_GH0.tar.gz) = d92ba2f7b9f57328b97b52b30aa9c4744ca466698a38ee23e6ca102c5f964499
SIZE (x42-robtk-1e82c83_GH0.tar.gz) = 118286
25 changes: 17 additions & 8 deletions audio/avldrums-lv2/files/patch-Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
--- Makefile.orig 2018-06-09 23:15:05 UTC
--- Makefile.orig 2022-08-10 04:43:58 UTC
+++ Makefile
@@ -10,7 +10,7 @@ MANDIR ?= $(PREFIX)/share/man/man1
# see http://lv2plug.in/pages/filesystem-hierarchy-standard.html, don't use libdir
LV2DIR ?= $(PREFIX)/lib/lv2
@@ -22,7 +22,7 @@ RW ?= robtk/
###############################################################################

-OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
+OPTIMIZATIONS ?= $(PORT_SIMD_FLAGS) -ffast-math -fomit-frame-pointer -fno-finite-math-only -DNDEBUG
CFLAGS ?= -Wall -g -Wno-unused-function
STRIP ?= strip
MACHINE=$(shell uname -m)
-ifneq (,$(findstring x64,$(MACHINE)))
+ifneq (,$(findstring amd64,$(MACHINE)))
HAVE_SSE=yes
endif
ifneq (,$(findstring 86,$(MACHINE)))
@@ -30,7 +30,7 @@ ifneq (,$(findstring 86,$(MACHINE)))
endif

ifeq ($(HAVE_SSE),yes)
- OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse --fast-math -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
+ OPTIMIZATIONS ?= $(PORT_SIMD_FLAGS) -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
else
OPTIMIZATIONS ?= -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
endif

0 comments on commit 7e15a76

Please sign in to comment.