diff options
author | Alexander Tsoy <alexander@tsoy.me> | 2019-06-06 20:24:53 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-07 08:14:19 +0200 |
commit | 9f6a96759cd29a11341599902fa321a435d059e6 (patch) | |
tree | 0cc9fd991d4afa30016b9818cd9523fac9d8e95f /media-libs/zita-convolver/files | |
parent | dev-libs/device-atlas-api-c: bump to version 2.1.4 (diff) | |
download | gentoo-9f6a96759cd29a11341599902fa321a435d059e6.tar.gz gentoo-9f6a96759cd29a11341599902fa321a435d059e6.tar.bz2 gentoo-9f6a96759cd29a11341599902fa321a435d059e6.zip |
media-libs/zita-convolver: version bump to 4.0.3
* EAPI=7
* add subslot
Closes: https://bugs.gentoo.org/684534
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/12210
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs/zita-convolver/files')
-rw-r--r-- | media-libs/zita-convolver/files/zita-convolver-4.0.3-makefile.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/media-libs/zita-convolver/files/zita-convolver-4.0.3-makefile.patch b/media-libs/zita-convolver/files/zita-convolver-4.0.3-makefile.patch new file mode 100644 index 000000000000..625fa5554e25 --- /dev/null +++ b/media-libs/zita-convolver/files/zita-convolver-4.0.3-makefile.patch @@ -0,0 +1,23 @@ +diff -urN zita-convolver-4.0.3.orig/source/Makefile zita-convolver-4.0.3/source/Makefile +--- zita-convolver-4.0.3.orig/source/Makefile 2018-08-26 16:35:37.000000000 +0300 ++++ zita-convolver-4.0.3/source/Makefile 2019-04-13 22:32:29.558347119 +0300 +@@ -33,8 +33,7 @@ + + CPPFLAGS += -I. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS + CPPFLAGS += -DENABLE_VECTOR_MODE +-CXXFLAGS += -fPIC -Wall -ffast-math -funroll-loops -O2 +-CXXFLAGS += -march=native ++CXXFLAGS += -fPIC -Wall -ffast-math -funroll-loops + LDLFAGS += + LDLIBS += + +@@ -56,8 +55,8 @@ + install -d $(DESTDIR)$(LIBDIR) + install -m 644 $(ZITA-CONVOLVER_H) $(DESTDIR)$(INCDIR) + install -m 755 $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(LIBDIR) +- ldconfig + ln -sf $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(LIBDIR)/$(ZITA-CONVOLVER_SO) ++ ln -sf $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(LIBDIR)/$(ZITA-CONVOLVER_MAJ) + + uninstall: + rm -rf $(DESTDIR)$(INCDIR)/$(ZITA-CONVOLVER_H) |