summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-27 22:10:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-28 00:12:03 +0100
commita8d65305984352f3e1325dd64f7439cd373911cd (patch)
tree9628a1f35ea7ab811f4fef17a42e12a0d5c3f098 /media-sound/helm/files
parentmedia-video/vlc: Raise x264 min version for USE=10bit (diff)
downloadgentoo-a8d65305984352f3e1325dd64f7439cd373911cd.tar.gz
gentoo-a8d65305984352f3e1325dd64f7439cd373911cd.tar.bz2
gentoo-a8d65305984352f3e1325dd64f7439cd373911cd.zip
media-sound/helm: 0.9.0 version bump, EAPI-7 bump, https
Bug: https://bugs.gentoo.org/638150 Closes: https://bugs.gentoo.org/645592 Thanks-to: Malcolm Lashley <mlashley@gmail.com> Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/helm/files')
-rw-r--r--media-sound/helm/files/helm-0.9.0-nomancompress.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/media-sound/helm/files/helm-0.9.0-nomancompress.patch b/media-sound/helm/files/helm-0.9.0-nomancompress.patch
new file mode 100644
index 000000000000..fab394688736
--- /dev/null
+++ b/media-sound/helm/files/helm-0.9.0-nomancompress.patch
@@ -0,0 +1,24 @@
+--- a/Makefile 2018-11-13 23:44:54.081925553 +0000
++++ b/Makefile 2018-11-13 23:45:34.136381471 +0000
+@@ -91,7 +91,6 @@
+ $(MAKE) clean -C builds/linux/VST CONFIG=$(CONFIG)
+
+ install_patches:
+- rm -rf $(PATCHES)
+ install -d $(PATCHES)
+ cp -rf patches/* $(PATCHES)
+
+@@ -100,11 +99,8 @@
+ install standalone/builds/linux/build/$(PROGRAM) $(BIN)
+ install -m644 standalone/helm.desktop $(DESKTOP)/helm.desktop
+ install -m644 images/* $(IMAGES)
+- cp changelog changes
+- gzip -n -9 changelog
+- mv changes changelog
+- mv changelog.gz $(CHANGES)/changelog.gz
+- cp docs/helm.1.gz $(MAN)
++ gunzip docs/helm.1.gz
++ cp docs/helm.1 $(MAN)
+
+ install_lv2: lv2 install_patches
+ install -d $(PATCHES) $(LV2)