summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2024-04-03 04:39:43 +0200
committerJason A. Donenfeld <zx2c4@gentoo.org>2024-04-03 04:41:45 +0200
commitd81e904c7818b8e5017630958243770b7fe4fc56 (patch)
tree8e22f3d1a9f18f28a3d24ffd792515ce8470a114 /media-sound/reaper-bin/reaper-bin-7.12-r1.ebuild
parentmedia-libs/vulkan-layers: Version bump to 1.3.280.0 (diff)
downloadgentoo-d81e904c7818b8e5017630958243770b7fe4fc56.tar.gz
gentoo-d81e904c7818b8e5017630958243770b7fe4fc56.tar.bz2
gentoo-d81e904c7818b8e5017630958243770b7fe4fc56.zip
media-sound/reaper-bin: use upstream commit for lazy binding
Now that this patch is upstream, use it. Link: https://github.com/justinfrankel/WDL/pull/22 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'media-sound/reaper-bin/reaper-bin-7.12-r1.ebuild')
-rw-r--r--media-sound/reaper-bin/reaper-bin-7.12-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/media-sound/reaper-bin/reaper-bin-7.12-r1.ebuild b/media-sound/reaper-bin/reaper-bin-7.12-r1.ebuild
index a6338707abea..b06b170162e9 100644
--- a/media-sound/reaper-bin/reaper-bin-7.12-r1.ebuild
+++ b/media-sound/reaper-bin/reaper-bin-7.12-r1.ebuild
@@ -8,7 +8,7 @@ inherit desktop xdg
DESCRIPTION="Digital audio workstation"
HOMEPAGE="https://www.reaper.fm"
-WDL_COMMIT="9df70be13fcb75eb69adcf957ea3bff4f259fa84"
+WDL_COMMIT="ce8eaac26787a8e059cbeb808d566e8bf1438075"
SRC_URI="
amd64? ( https://www.reaper.fm/files/$(ver_cut 1).x/reaper$(ver_cut 1)$(printf %02d $(( 10#$(ver_cut 2) )))_linux_x86_64.tar.xz )
@@ -49,7 +49,6 @@ src_prepare() {
default
cd "WDL-${WDL_COMMIT}" || die
eapply "${FILESDIR}"/libSwell-makefile-cflags.patch
- eapply "${FILESDIR}"/libSwell-makefile-lazy-binding.patch
}
src_compile() {